Saving locks after we set it to 0 was kind of pointless.
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
32         Log: Subject: [Encode] s/=over2/=over 2/g
33              From: Dan Kogai <dankogai@dan.co.jp>
34              Date: Fri, 26 Apr 2002 14:57:09 +0900
35              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
36      Branch: perl
37            ! ext/Encode/Encode.pm
38 ____________________________________________________________________________
39 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
40         Log: Use temp int variable in the W*() since direct casting
41              to either an int or an IV would not be right.
42      Branch: perl
43            ! ext/POSIX/POSIX.xs
44 ____________________________________________________________________________
45 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
46         Log: The #16182 radiates U32ness.
47      Branch: perl
48            ! embed.fnc embed.h proto.h regcomp.c toke.c
49 ____________________________________________________________________________
50 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
51         Log: Subject: t/TEST ported to VMS
52              From: "Craig A. Berry" <craigberry@mac.com>
53              Date: Fri, 26 Apr 2002 00:13:31 -0500
54              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
55      Branch: perl
56            ! t/TEST
57 ____________________________________________________________________________
58 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
59         Log: Stop being coy.
60      Branch: perl
61            ! pod/perldelta.pod
62 ____________________________________________________________________________
63 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
64         Log: Subject: Re: binary compatibility
65              From: Mark-Jason Dominus <mjd@plover.com>
66              Date: Wed, 24 Apr 2002 17:35:07 -0400
67              Message-ID: <20020424213507.7846.qmail@plover.com>
68      Branch: perl
69            ! op.h
70 ____________________________________________________________________________
71 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
72         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
73              allocating half of the retstack!)
74      Branch: perl
75            ! README.win32 sv.c
76 ____________________________________________________________________________
77 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
78         Log: temporary variable not wide enough to hold all the bits in
79              op->op_targ
80      Branch: perl
81            ! op.c
82 ____________________________________________________________________________
83 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
84         Log: Add an idea/question from Damian. 
85      Branch: perl
86            ! pod/perltodo.pod
87 ____________________________________________________________________________
88 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
89         Log: build missing utilities on windows; clean stray files
90      Branch: perl
91            ! win32/Makefile win32/makefile.mk
92 ____________________________________________________________________________
93 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
94         Log: Upgrade to Encode 1.61, from Dan Kogai.
95      Branch: perl
96            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
97            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
98            ! ext/Encode/lib/Encode/Guess.pm
99            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
100            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
101            ! ext/Encode/t/mime-header.t
102 ____________________________________________________________________________
103 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
104         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
105              From: andreas.koenig@anima.de (Andreas J. Koenig)
106              Date: Tue, 23 Apr 2002 04:40:42 +0200      
107              Message-ID: <m37kmzi1cl.fsf@anima.de>
108      Branch: perl
109            ! pod/perluniintro.pod
110 ____________________________________________________________________________
111 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
112         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
113              platform needs to fill in the other branch here)
114      Branch: perl
115            ! ext/Digest/MD5/t/files.t
116 ____________________________________________________________________________
117 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
118         Log: MANIFEST is needlessly held open for entire duration of "make test"
119      Branch: perl
120            ! t/TEST t/harness
121 ____________________________________________________________________________
122 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
123         Log: various signed/unsigned mismatch nits
124      Branch: perl
125            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
126            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
127            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
128            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
129            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
130            ! ext/Time/HiRes/HiRes.xs regcomp.c
131 ____________________________________________________________________________
132 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
133         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
134              From: Nicholas Clark <nick@unfortu.net>
135              Date: Thu, 25 Apr 2002 22:41:57 +0100
136              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
137      Branch: perl
138            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
139            + ext/Storable/t/make_downgrade.pl
140            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
141            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
142            ! ext/Storable/t/utf8hash.t
143 ____________________________________________________________________________
144 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
145         Log: Extra guidance for JAPH debuggers.
146      Branch: perl
147            ! t/japh/abigail.t
148 ____________________________________________________________________________
149 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
150         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
151              From: Paul_GreenVOS@vos.stratus.com
152              Date: Wed, 24 Apr 02 18:27 edt
153              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
154      Branch: perl
155            ! vos/vos.c
156 ____________________________________________________________________________
157 [ 16169] By: ams                                   on 2002/04/25  20:33:35
158         Log: Subject: [PATCH] don't build B/C twice on VMS
159              From: "Craig A. Berry" <craigberry@mac.com>
160              Date: Thu, 25 Apr 2002 16:00:57 -0500
161              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
162      Branch: perl
163            ! configure.com
164 ____________________________________________________________________________
165 [ 16168] By: ams                                   on 2002/04/25  20:31:19
166         Log: Subject: Re: POSIX::WEXITSTATUS broken again
167              From: Andy Dougherty <doughera@lafayette.edu>
168              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
169              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
170      Branch: perl
171            ! ext/POSIX/POSIX.xs
172 ____________________________________________________________________________
173 [ 16167] By: ams                                   on 2002/04/25  19:49:09
174         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
175              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
176              Date: Thu, 25 Apr 2002 13:39:35 -0700
177              Message-Id: <HmGy8gzkguHW092yn@efn.org>
178      Branch: perl
179            ! t/harness
180 ____________________________________________________________________________
181 [ 16166] By: ams                                   on 2002/04/25  19:43:06
182         Log: $fh->close(); print $fh "foo" would segfault under -w in
183              report_evil_fh() because $fh doesn't have a name.
184      Branch: perl
185            ! util.c
186 ____________________________________________________________________________
187 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
188         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
189              being found properly
190      Branch: perl
191            ! ext/Cwd/t/cwd.t
192 ____________________________________________________________________________
193 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
194         Log: Brace yourself from Craig Berry to keep older compilers happy.
195      Branch: perl
196            ! vms/vms.c
197 ____________________________________________________________________________
198 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
199         Log: More %{} overload tests.
200      Branch: perl
201            ! lib/overload.t
202 ____________________________________________________________________________
203 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
204         Log: some extension builds need to find pl2bat.bat on windows
205      Branch: perl
206            ! win32/buildext.pl
207 ____________________________________________________________________________
208 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
209         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
210              From: "Craig A. Berry" <craigberry@mac.com>
211              Date: Thu, 25 Apr 2002 12:30:06 -0500
212              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
213      Branch: perl
214            ! lib/ExtUtils/MM_VMS.pm
215 ____________________________________________________________________________
216 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
217         Log: windows build fails if there is no perlglob.exe in the PATH
218      Branch: perl
219            ! win32/buildext.pl
220 ____________________________________________________________________________
221 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
222         Log: Mysterious setlocale() core dump in ancient Solaris
223              found by Merijn Broeren.  Doesn't look like Perl's fault.
224      Branch: perl
225            ! pod/perldelta.pod
226 ____________________________________________________________________________
227 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
228         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
229              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
230              Date: Thu, 25 Apr 2002 17:35:23 +0200
231              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
232      Branch: perl
233            ! pp_ctl.c
234 ____________________________________________________________________________
235 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
236         Log: Subject: [PATCH] pp_ctl.c:pp_require
237              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
238              Date: Thu, 25 Apr 2002 16:01:14 +0200
239              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
240      Branch: perl
241            ! pp_ctl.c
242 ____________________________________________________________________________
243 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
244         Log: -Wformat cleanups from Robin Barker.
245      Branch: perl
246            ! dump.c embed.fnc proto.h sv.c
247 ____________________________________________________________________________
248 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
249         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
250              From: Michael G Schwern <schwern@pobox.com>
251              Date: Thu, 25 Apr 2002 01:51:27 -0400
252              Message-ID: <20020425055127.GB3456@blackrider>
253      Branch: perl
254            + t/lib/sample-tests/bignum t/lib/sample-tests/die
255            + t/lib/sample-tests/die_head_end
256            + t/lib/sample-tests/die_last_minute
257            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
258            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
259            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
260 ____________________________________________________________________________
261 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
262         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
263              From: Michael G Schwern <schwern@pobox.com>
264              Date: Thu, 25 Apr 2002 01:32:10 -0400
265              Message-ID: <20020425053210.GA3334@blackrider>
266      Branch: perl
267            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
268            + lib/Test/Simple/t/strays.t
269            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
270            ! lib/Test/Simple.pm lib/Test/Simple/Changes
271            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
272            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
273            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
274            ! lib/Test/Simple/t/use_ok.t
275 ____________________________________________________________________________
276 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
277         Log: Elaborate a bit on Storable.
278      Branch: perl
279            ! pod/perldelta.pod
280 ____________________________________________________________________________
281 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
282         Log: Cleaner Encode tests under -Mutf8.
283      Branch: perl
284            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
285 ____________________________________________________________________________
286 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
287         Log: Subject: [PATCH] installperl
288              From: Abe Timmerman <abe@ztreet.demon.nl>
289              Date: Thu, 25 Apr 2002 01:00:00 +0200
290              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
291      Branch: perl
292            ! installperl
293 ____________________________________________________________________________
294 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
295         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
296              From: Dan Kogai <dankogai@dan.co.jp>
297              Date: Thu, 25 Apr 2002 10:49:13 +0900
298              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
299      Branch: perl
300            ! ext/PerlIO/encoding/encoding.xs
301 ____________________________________________________________________________
302 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
303         Log: Stray =back.
304      Branch: perl
305            ! README.win32
306 ____________________________________________________________________________
307 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
308         Log: Add an untested warning variant.
309      Branch: perl
310            ! t/lib/warnings/op
311 ____________________________________________________________________________
312 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
313         Log: Update Changes.
314      Branch: perl
315            ! Changes patchlevel.h
316 ____________________________________________________________________________
317 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
318         Log: Wrong plan.
319      Branch: perl
320            ! ext/Encode/t/mime-header.t
321 ____________________________________________________________________________
322 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
323         Log: Upgrade to Encode 1.60, from Dan Kogai.
324      Branch: perl
325            + ext/Encode/lib/Encode/Guess.pm
326            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
327            + ext/Encode/t/mime-header.t
328            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
329            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
330            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
331            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
332            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
333            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
334 ____________________________________________________________________________
335 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
336         Log: another case of enabling binmode() where it should not be: if the
337              *.enc files are CRLF terminated, the result gets CRCRLF terminations
338      Branch: perl
339            ! ext/Encode/t/CJKT.t
340 ____________________________________________________________________________
341 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
342         Log: microperl update; boldly assume time() and time_t
343              (since we assume ANSI and i_time, anyway).
344      Branch: perl
345            ! uconfig.h uconfig.sh
346 ____________________________________________________________________________
347 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
348         Log: Integrate #16136, #16137, #16138 from macperl;
349              
350              Silly fix for the SC compiler's fixation with "comp" as a type
351              
352              Skip more PerlIO symbols for sfio
353              
354              Play nicely in miniperl
355      Branch: perl
356           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
357           !> lib/File/Spec/Mac.pm makedef.pl
358 ____________________________________________________________________________
359 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
360         Log: Sync configpm and config.h for use in 5.8
361              (still need to do config.sh)
362      Branch: macperl
363            ! macos/config.h macos/configpm
364 ____________________________________________________________________________
365 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
366         Log: Make MM_MacOS work with new MakeMaker
367      Branch: macperl
368            ! macos/lib/ExtUtils/MM_MacOS.pm
369 ____________________________________________________________________________
370 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
371         Log: Makefile.mk changes for 5.8: additional extensions
372              and source files; bump version
373      Branch: macperl
374            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
375 ____________________________________________________________________________
376 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
377         Log: Play nicely in miniperl
378      Branch: macperl
379            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
380 ____________________________________________________________________________
381 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
382         Log: Skip more PerlIO symbols for sfio
383      Branch: macperl
384            ! makedef.pl
385 ____________________________________________________________________________
386 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
387         Log: Silly fix for the SC compiler's fixation with "comp" as a type
388      Branch: macperl
389            ! ext/Unicode/Normalize/Normalize.xs
390 ____________________________________________________________________________
391 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
392         Log: Merge macperl xsubpp with current xsubpp
393      Branch: macperl
394            ! macos/xsubpp
395 ____________________________________________________________________________
396 [ 16134] By: nick                                  on 2002/04/24  18:08:37
397         Log: Integrate mainline
398      Branch: perlio
399           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
400           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
401            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
402            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
403            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
404            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
405            - lib/ExtUtils/t/Problem-Module/Makefile.PL
406            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
407           !> (integrate 44 files)
408 ____________________________________________________________________________
409 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
410         Log: Delete more included modules from bundled_ext
411      Branch: macperl
412            - macos/bundled_ext/Digest/MD5/Changes
413            - macos/bundled_ext/Digest/MD5/MD5.pm
414            - macos/bundled_ext/Digest/MD5/MD5.xs
415            - macos/bundled_ext/Digest/MD5/Makefile.PL
416            - macos/bundled_ext/Digest/MD5/Makefile.mk
417            - macos/bundled_ext/Digest/MD5/README
418            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
419            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
420            - macos/bundled_ext/Digest/MD5/rfc1321.txt
421            - macos/bundled_ext/Digest/MD5/t/badfile.t
422            - macos/bundled_ext/Digest/MD5/t/files.t
423            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
424            - macos/bundled_ext/Digest/MD5/typemap
425            - macos/bundled_ext/Filter/Util/Call/Call.pm
426            - macos/bundled_ext/Filter/Util/Call/Call.xs
427            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
428            - macos/bundled_ext/Filter/Util/Call/ppport.h
429            - macos/bundled_ext/Filter/t/call.t
430            - macos/bundled_ext/Filter/t/filter-util.pl
431            - macos/bundled_ext/List/Util/ChangeLog
432            - macos/bundled_ext/List/Util/Makefile.PL
433            - macos/bundled_ext/List/Util/README
434            - macos/bundled_ext/List/Util/Util.xs
435            - macos/bundled_ext/List/Util/lib/List/Util.pm
436            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
437            - macos/bundled_ext/List/Util/t/blessed.t
438            - macos/bundled_ext/List/Util/t/dualvar.t
439            - macos/bundled_ext/List/Util/t/first.t
440            - macos/bundled_ext/List/Util/t/max.t
441            - macos/bundled_ext/List/Util/t/maxstr.t
442            - macos/bundled_ext/List/Util/t/min.t
443            - macos/bundled_ext/List/Util/t/minstr.t
444            - macos/bundled_ext/List/Util/t/readonly.t
445            - macos/bundled_ext/List/Util/t/reduce.t
446            - macos/bundled_ext/List/Util/t/reftype.t
447            - macos/bundled_ext/List/Util/t/shuffle.t
448            - macos/bundled_ext/List/Util/t/sum.t
449            - macos/bundled_ext/List/Util/t/tainted.t
450            - macos/bundled_ext/List/Util/t/weak.t
451            - macos/bundled_ext/MIME/Base64/Base64.pm
452            - macos/bundled_ext/MIME/Base64/Base64.xs
453            - macos/bundled_ext/MIME/Base64/Changes
454            - macos/bundled_ext/MIME/Base64/Makefile.PL
455            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
456            - macos/bundled_ext/MIME/Base64/README
457            - macos/bundled_ext/MIME/Base64/t/base64.t
458            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
459            - macos/bundled_ext/MIME/Base64/t/unicode.t
460            - macos/bundled_ext/Storable/ChangeLog
461            - macos/bundled_ext/Storable/Makefile.PL
462            - macos/bundled_ext/Storable/README
463            - macos/bundled_ext/Storable/Storable.pm
464            - macos/bundled_ext/Storable/Storable.xs
465            - macos/bundled_ext/Storable/t/blessed.t
466            - macos/bundled_ext/Storable/t/canonical.t
467            - macos/bundled_ext/Storable/t/compat-0.6.t
468            - macos/bundled_ext/Storable/t/dclone.t
469            - macos/bundled_ext/Storable/t/dump.pl
470            - macos/bundled_ext/Storable/t/forgive.t
471            - macos/bundled_ext/Storable/t/freeze.t
472            - macos/bundled_ext/Storable/t/lock.t
473            - macos/bundled_ext/Storable/t/overload.t
474            - macos/bundled_ext/Storable/t/recurse.t
475            - macos/bundled_ext/Storable/t/retrieve.t
476            - macos/bundled_ext/Storable/t/store.t
477            - macos/bundled_ext/Storable/t/tied.t
478            - macos/bundled_ext/Storable/t/tied_hook.t
479            - macos/bundled_ext/Storable/t/tied_items.t
480            - macos/bundled_ext/Storable/t/utf8.t
481            - macos/bundled_ext/Time/HiRes/Changes
482            - macos/bundled_ext/Time/HiRes/HiRes.pm
483            - macos/bundled_ext/Time/HiRes/HiRes.t
484            - macos/bundled_ext/Time/HiRes/HiRes.xs
485            - macos/bundled_ext/Time/HiRes/Makefile.PL
486            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
487            - macos/bundled_ext/Time/HiRes/hints/sco.pl
488 ____________________________________________________________________________
489 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
490         Log: Thou shalt not assume %x works for UVs.
491      Branch: perl
492            ! ext/Encode/Encode.xs
493 ____________________________________________________________________________
494 [ 16131] By: nick                                  on 2002/04/24  15:50:31
495         Log: Submit an old integrate
496      Branch: perlio
497           +> (branch 27 files)
498            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
499            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
500            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
501            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
502            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
503            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
504            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
505           !> (integrate 84 files)
506 ____________________________________________________________________________
507 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
508         Log: Partially retract #12056, from Craig Berry.
509      Branch: perl
510            ! vms/vms.c
511 ____________________________________________________________________________
512 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
513         Log: Delete more included modules from bundled_lib
514      Branch: macperl
515            - macos/bundled_lib/blib/lib/Class/ISA.pm
516            - macos/bundled_lib/blib/lib/Digest.pm
517            - macos/bundled_lib/blib/lib/Filter/Simple.pm
518            - macos/bundled_lib/blib/lib/Memoize.pm
519            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
520            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
521            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
522            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
523            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
524            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
525            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
526            - macos/bundled_lib/blib/lib/NEXT.pm
527            - macos/bundled_lib/blib/lib/Net/Cmd.pm
528            - macos/bundled_lib/blib/lib/Net/Config.pm
529            - macos/bundled_lib/blib/lib/Net/Domain.pm
530            - macos/bundled_lib/blib/lib/Net/FTP.pm
531            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
532            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
533            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
534            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
535            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
536            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
537            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
538            - macos/bundled_lib/blib/lib/Net/NNTP.pm
539            - macos/bundled_lib/blib/lib/Net/Netrc.pm
540            - macos/bundled_lib/blib/lib/Net/POP3.pm
541            - macos/bundled_lib/blib/lib/Net/SMTP.pm
542            - macos/bundled_lib/blib/lib/Net/Time.pm
543            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
544            - macos/bundled_lib/blib/lib/Switch.pm
545            - macos/bundled_lib/t/Class/ISA/test.pl
546            - macos/bundled_lib/t/Digest/Digest.t
547            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
548            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
549            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
550            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
551            - macos/bundled_lib/t/Filter/Simple/data.t
552            - macos/bundled_lib/t/Filter/Simple/export.t
553            - macos/bundled_lib/t/Filter/Simple/filter.t
554            - macos/bundled_lib/t/Filter/Simple/filter_only.t
555            - macos/bundled_lib/t/Filter/Simple/import.t
556            - macos/bundled_lib/t/Memoize/array.t
557            - macos/bundled_lib/t/Memoize/array_confusion.t
558            - macos/bundled_lib/t/Memoize/correctness.t
559            - macos/bundled_lib/t/Memoize/errors.t
560            - macos/bundled_lib/t/Memoize/expire.t
561            - macos/bundled_lib/t/Memoize/expire_file.t
562            - macos/bundled_lib/t/Memoize/expire_module_n.t
563            - macos/bundled_lib/t/Memoize/expire_module_t.t
564            - macos/bundled_lib/t/Memoize/flush.t
565            - macos/bundled_lib/t/Memoize/normalize.t
566            - macos/bundled_lib/t/Memoize/prototype.t
567            - macos/bundled_lib/t/Memoize/speed.t
568            - macos/bundled_lib/t/Memoize/tie.t
569            - macos/bundled_lib/t/Memoize/tie_gdbm.t
570            - macos/bundled_lib/t/Memoize/tie_ndbm.t
571            - macos/bundled_lib/t/Memoize/tie_sdbm.t
572            - macos/bundled_lib/t/Memoize/tie_storable.t
573            - macos/bundled_lib/t/Memoize/tiefeatures.t
574            - macos/bundled_lib/t/Memoize/unmemoize.t
575            - macos/bundled_lib/t/NEXT/actual.t
576            - macos/bundled_lib/t/NEXT/actuns.t
577            - macos/bundled_lib/t/NEXT/next.t
578            - macos/bundled_lib/t/NEXT/unseen.t
579            - macos/bundled_lib/t/Switch/t/given.t
580            - macos/bundled_lib/t/Switch/t/nested.t
581            - macos/bundled_lib/t/Switch/t/switch.t
582            - macos/bundled_lib/t/libnet/config.t
583            - macos/bundled_lib/t/libnet/ftp.t
584            - macos/bundled_lib/t/libnet/hostname.t
585            - macos/bundled_lib/t/libnet/libnet_t.pl
586            - macos/bundled_lib/t/libnet/netrc.t
587            - macos/bundled_lib/t/libnet/nntp.t
588            - macos/bundled_lib/t/libnet/require.t
589            - macos/bundled_lib/t/libnet/smtp.t
590 ____________________________________________________________________________
591 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
592         Log: Remove Text::Balanced from bundled_lib (already in lib)
593      Branch: macperl
594            - macos/bundled_lib/blib/lib/Text/Balanced.pm
595            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
596            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
597            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
598            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
599            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
600            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
601            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
602            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
603 ____________________________________________________________________________
604 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
605         Log: A word of warning to the users of UTF-8 locales.
606      Branch: perl
607            ! pod/perluniintro.pod
608 ____________________________________________________________________________
609 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
610         Log: Forgotten from #16125.
611      Branch: perl
612            ! t/lib/MakeMaker/Test/Utils.pm
613 ____________________________________________________________________________
614 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
615         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
616      Branch: perl
617            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
618            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
619            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
620            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
621            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
622            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
623            - lib/ExtUtils/t/Problem-Module/Makefile.PL
624            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
625            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
626            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
627            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
628            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
629            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
630            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
631            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
632            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
633            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
634 ____________________________________________________________________________
635 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
636         Log: Subject: New UTF-8 surprise
637              From: andreas.koenig@anima.de (Andreas J. Koenig)
638              Date: Mon, 22 Apr 2002 12:08:48 +0200
639              Message-ID: <m38z7gjb9r.fsf@anima.de>
640      Branch: perl
641            ! pp_hot.c t/op/subst.t
642 ____________________________________________________________________________
643 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
644         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
645              tree that is branched from //depot/maint-5.6/macperl/macos/...
646      Branch: macperl
647           +> (branch 3590 files)
648 ____________________________________________________________________________
649 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
650         Log: Try to be clearer about perlio.
651      Branch: perl
652            ! INSTALL
653 ____________________________________________________________________________
654 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
655         Log: Subject: Re: binary compatibility
656              From: Andy Dougherty <doughera@lafayette.edu>
657              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
658              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
659      Branch: perl
660            ! INSTALL patchlevel.h
661 ____________________________________________________________________________
662 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
663         Log: Go on record about the binary backward incompatibility.
664      Branch: perl
665            ! pod/perldelta.pod
666 ____________________________________________________________________________
667 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
668         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
669              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
670              Date: Wed, 24 Apr 2002 01:51:43 +0400
671              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
672      Branch: perl
673            ! t/win32/system.t
674 ____________________________________________________________________________
675 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
676         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
677              From: PPrymmer@factset.com
678              Date: Tue, 23 Apr 2002 17:14:32 -0400
679              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
680      Branch: perl
681            ! lib/locale.t
682 ____________________________________________________________________________
683 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
684         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
685              From: Paul_GreenVOS@vos.stratus.com
686              Date: Tue, 23 Apr 02 15:06 edt   
687              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
688      Branch: perl
689            ! Makefile.SH cflags.SH
690 ____________________________________________________________________________
691 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
692         Log: metaconfig unit change for #16115.
693      Branch: metaconfig
694            ! U/compline/byteorder.U
695      Branch: perl
696            ! config_h.SH
697 ____________________________________________________________________________
698 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
699         Log: Regen Configure to mirror #16111 (with one added tweak).
700      Branch: perl
701            ! Configure
702 ____________________________________________________________________________
703 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
704         Log: Retract #16109.
705      Branch: perl
706            ! lib/ExtUtils/MM_Unix.pm
707 ____________________________________________________________________________
708 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
709         Log: FAQ sync.
710      Branch: perl
711            ! pod/perlfaq3.pod pod/perlfaq8.pod
712 ____________________________________________________________________________
713 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
714         Log: use encoding no more defaults to Latin 1.
715      Branch: perl
716            ! pod/perluniintro.pod
717 ____________________________________________________________________________
718 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
719         Log: Configure test for byteorder loses bits
720      Branch: perl
721            ! Configure
722 ____________________________________________________________________________
723 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
724         Log: hacking around byteorder variance between config.sh and config.h
725              isn't needed after change#16099
726      Branch: perl
727            ! ext/Storable/t/malice.t
728 ____________________________________________________________________________
729 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
730         Log: (retracted by #16114)
731              
732              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
733              From: "Green, Paul" <Paul.Green@stratus.com>
734              Date: Tue, 23 Apr 2002 13:47:19 -0400
735              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
736      Branch: perl
737            ! lib/ExtUtils/MM_Unix.pm
738 ____________________________________________________________________________
739 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
740         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
741              From: Norton Allen <allen@huarp.harvard.edu>
742              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
743              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
744      Branch: perl
745            ! lib/File/Find.pm
746 ____________________________________________________________________________
747 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
748         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
749              From: Norton Allen <allen@huarp.harvard.edu>
750              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
751              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
752      Branch: perl
753            ! README.qnx hints/qnx.sh
754 ____________________________________________________________________________
755 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
756         Log: Subject: [PATCH] pod/perlhist.pod
757              From: Abigail <abigail@foad.org>
758              Date: Tue, 23 Apr 2002 16:21:31 +0200
759              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
760              
761              (removed 5.005_04 which never happened)
762      Branch: perl
763            ! pod/perlhist.pod
764 ____________________________________________________________________________
765 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
766         Log: Subject: Re: [PATCH abigail.t] another portability attempt
767              From: Abigail <abigail@foad.org>
768              Date: Tue, 23 Apr 2002 11:35:54 +0200
769              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
770      Branch: perl
771            ! t/japh/abigail.t
772 ____________________________________________________________________________
773 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
774         Log: NetWare tweak from C Aditya.
775      Branch: perl
776            ! NetWare/Nwmain.c NetWare/nw5.c
777 ____________________________________________________________________________
778 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
779         Log: fix a typo
780      Branch: perl
781            ! regexec.c
782 ____________________________________________________________________________
783 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
784         Log: Uncurliff.
785      Branch: perl
786            ! README.ko
787 ____________________________________________________________________________
788 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
789         Log: Pointer to UV casting.
790      Branch: perl
791            ! regexec.c
792 ____________________________________________________________________________
793 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
794         Log: metaconfig unit change for #16099.
795      Branch: metaconfig
796            ! U/compline/byteorder.U
797 ____________________________________________________________________________
798 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
799         Log: Use UV (not long) for BYTEORDER.
800      Branch: perl
801            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
802            ! config_h.SH
803 ____________________________________________________________________________
804 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
805         Log: # cpp commands must start in the first column.
806      Branch: perl
807            ! scope.c
808 ____________________________________________________________________________
809 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
810         Log: Reborn as text.
811      Branch: perl
812            + NetWare/interface.cpp
813 ____________________________________________________________________________
814 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
815         Log: Dead as binary.
816      Branch: perl
817            - NetWare/interface.cpp
818 ____________________________________________________________________________
819 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
820         Log: Undo #16091, a time-warped escapee.
821      Branch: perl
822            ! lib/ExtUtils/t/MM_Cygwin.t
823 ____________________________________________________________________________
824 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
825         Log: *size tweaks from Sarathy.
826      Branch: perl
827            ! ext/Storable/t/malice.t
828 ____________________________________________________________________________
829 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
830         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
831              From: Stas Bekman <stas@stason.org>
832              Date: Tue, 23 Apr 2002 01:52:22 +0800
833              Message-ID: <3CC44DD6.3090401@stason.org>
834      Branch: perl
835            ! pod/perlguts.pod
836 ____________________________________________________________________________
837 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
838         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
839              From: Paul_GreenVOS@vos.stratus.com
840              Date: Mon, 22 Apr 02 20:35 edt
841              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
842      Branch: perl
843            + hints/t001.c
844            ! MANIFEST hints/README.hints hints/vos.sh
845 ____________________________________________________________________________
846 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
847         Log: (retracted by #16095)
848      Branch: perl
849            ! lib/ExtUtils/t/MM_Cygwin.t
850 ____________________________________________________________________________
851 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
852         Log: Subject: Re: perl@16083
853              From: Nicholas Clark <nick@unfortu.net>
854              Date: Mon, 22 Apr 2002 23:17:45 +0100
855              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
856      Branch: perl
857            ! ext/Storable/t/malice.t
858 ____________________________________________________________________________
859 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
860         Log: Upgrade to Encode 1.58.
861      Branch: perl
862            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
863            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
864            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
865            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
866            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
867            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
868            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
869            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
870            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
871            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
872            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
873            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
874            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
875            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
876            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
877            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
878            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
879            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
880 ____________________________________________________________________________
881 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
882         Log: On Win32 the end.t failure should be gone now.
883      Branch: perl
884            ! pod/perldelta.pod
885 ____________________________________________________________________________
886 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
887         Log: Subject: [PATCH] update VOS-specific pod files
888              From: Paul_GreenVOS@vos.stratus.com
889              Date: Mon, 22 Apr 02 16:02 edt
890              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
891      Branch: perl
892            ! README.vos pod/perlport.pod
893 ____________________________________________________________________________
894 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
895         Log: Subject: [PATCH] cleanup ./hints/vos.sh
896              From: Paul_GreenVOS@vos.stratus.com
897              Date: Mon, 22 Apr 02 15:26 edt
898              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
899      Branch: perl
900            ! hints/vos.sh
901 ____________________________________________________________________________
902 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
903         Log: Upgrade to Encode 1.57, from Dan Kogai.
904      Branch: perl
905            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
906            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
907            ! ext/Encode/lib/Encode/Encoding.pm
908            ! ext/Encode/lib/Encode/JP/JIS7.pm
909            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
910            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
911 ____________________________________________________________________________
912 [ 16084] By: ams                                   on 2002/04/22  18:10:13
913         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
914              From: Stas Bekman <stas@stason.org>
915              Date: Tue, 23 Apr 2002 01:59:07 +0800
916              Message-Id: <3CC44F6B.5010300@stason.org>
917      Branch: perl
918            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
919 ____________________________________________________________________________
920 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
921         Log: Update Changes.
922      Branch: perl
923            ! Changes patchlevel.h
924 ____________________________________________________________________________
925 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
926         Log: In MANIFEST but not added.
927      Branch: perl
928            + NetWare/interface.cpp
929 ____________________________________________________________________________
930 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
931         Log: Duh.
932      Branch: perl
933            ! lib/ExtUtils/MM_Unix.pm
934 ____________________________________________________________________________
935 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
936         Log: Subject: Re: t/japh/abigail.t [PATCH]
937              From: Norton Allen <allen@huarp.harvard.edu>
938              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
939              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
940      Branch: perl
941            ! t/japh/abigail.t
942 ____________________________________________________________________________
943 [ 16079] By: ams                                   on 2002/04/22  15:59:55
944         Log: Subject: {PATCH docs] sockatmark
945              From: Mark-Jason Dominus <mjd@plover.com>
946              Date: Mon, 22 Apr 2002 02:43:42 -0400
947              Message-Id: <20020422064342.24646.qmail@plover.com>
948      Branch: perl
949            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
950 ____________________________________________________________________________
951 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
952         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
953              From: Paul_GreenVOS@vos.stratus.com
954              Date: Mon, 22 Apr 02 12:40 edt
955              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
956      Branch: perl
957            ! cflags.SH
958 ____________________________________________________________________________
959 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
960         Log: Add new files from #16076; re-sort.
961      Branch: perl
962            ! MANIFEST
963 ____________________________________________________________________________
964 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
965         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
966      Branch: perl
967            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
968            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
969            + NetWare/perllib.cpp NetWare/splittree.pl
970            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
971            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
972            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
973            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
974            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
975            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
976            ! x2p/hash.c x2p/walk.c
977 ____________________________________________________________________________
978 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
979         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
980              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
981              Date: Mon, 22 Apr 2002 17:56:17 +0200
982              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
983      Branch: perl
984            ! README.aix
985 ____________________________________________________________________________
986 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
987         Log: Signedness nit.
988      Branch: perl
989            ! ext/PerlIO/encoding/encoding.xs
990 ____________________________________________________________________________
991 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
992         Log: No semicolons after blocks.
993      Branch: perl
994            ! ext/Encode/Encode.xs
995 ____________________________________________________________________________
996 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
997         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
998      Branch: perl
999            ! ext/PerlIO/encoding/encoding.pm
1000            ! ext/PerlIO/encoding/encoding.xs
1001 ____________________________________________________________________________
1002 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
1003         Log: Upgrade to Encode 1.56, from Dan Kogai.
1004      Branch: perl
1005            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
1006            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1007            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
1008            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
1009            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
1010            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1011            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
1012            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
1013            ! ext/Encode/lib/Encode/Config.pm
1014            ! ext/Encode/lib/Encode/Encoder.pm
1015            ! ext/Encode/lib/Encode/Encoding.pm
1016            ! ext/Encode/lib/Encode/JP/H2Z.pm
1017            ! ext/Encode/lib/Encode/JP/JIS7.pm
1018            ! ext/Encode/lib/Encode/KR/2022_KR.pm
1019            ! ext/Encode/lib/Encode/PerlIO.pod
1020            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
1021            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
1022            ! ext/Encode/ucm/big5-hkscs.ucm
1023 ____________________________________________________________________________
1024 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
1025         Log: Comment tweak from Philip.
1026      Branch: perl
1027            ! opcode.pl
1028 ____________________________________________________________________________
1029 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
1030         Log: a Test::Harness tweak to make the test lines show up prettier
1031      Branch: perl
1032            ! lib/Test/Harness.pm
1033 ____________________________________________________________________________
1034 [ 16067] By: nick                                  on 2002/04/22  09:19:23
1035         Log: Integrate mainline
1036      Branch: perlio
1037           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
1038           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
1039           !> t/lib/warnings/perlio t/win32/system.t
1040 ____________________________________________________________________________
1041 [ 16066] By: nick                                  on 2002/04/22  09:01:43
1042         Log: Integrate //depot/perlio into mainline
1043      Branch: perl
1044           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1045           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
1046           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
1047 ____________________________________________________________________________
1048 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
1049         Log: clean up after stray test file littering
1050              
1051              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
1052              it seems that it shouldn't (looks like a handle leak in PerlIO
1053              to me)
1054      Branch: perl
1055            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
1056            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
1057            ! t/lib/warnings/perlio t/win32/system.t
1058 ____________________________________________________________________________
1059 [ 16064] By: nick                                  on 2002/04/22  08:02:58
1060         Log: Integrate mainline into perlio
1061      Branch: perlio
1062           +> ext/Storable/t/malice.t
1063            ! pod/perliol.pod
1064           !> (integrate 57 files)
1065 ____________________________________________________________________________
1066 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
1067         Log: integrate change#16062 from mainline
1068              
1069              another windows fix: only create a new console for subprocesses
1070              when all three stdhandles are invalid (from Jan Dubois)
1071      Branch: maint-5.6/perl
1072            ! win32/win32.c
1073 ____________________________________________________________________________
1074 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
1075         Log: another windows fix: only create a new console for subprocesses
1076              when all three stdhandles are invalid (from Jan Dubois)
1077      Branch: perl
1078            ! win32/win32.c
1079 ____________________________________________________________________________
1080 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
1081         Log: all the thread tests now pass on windows (32-bit and 64-bit)
1082      Branch: perl
1083            ! README.win32
1084 ____________________________________________________________________________
1085 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
1086         Log: enable maximal optimizations on win64
1087      Branch: perl
1088            ! win32/Makefile win32/makefile.mk
1089 ____________________________________________________________________________
1090 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
1091         Log: Tweaks copied from Philip Newton's Encode patches.
1092      Branch: perl
1093            ! AUTHORS
1094 ____________________________________________________________________________
1095 [ 16057] By: sky                                   on 2002/04/22  00:19:40
1096         Log: End blocks were not run on Win32.
1097              The real fix should be to turn this flag on in RunPerl but
1098              I think we are too close 5.8 to change that.
1099      Branch: perl
1100            ! ext/threads/threads.xs
1101 ____________________________________________________________________________
1102 [ 16056] By: sky                                   on 2002/04/21  23:29:22
1103         Log: Do not unlock mutex twice.
1104              Do not unlock mutex after it has been destroyed and freed.
1105              Do not email p5p without uncrossing eyes.
1106      Branch: perl
1107            ! ext/threads/threads.xs
1108 ____________________________________________________________________________
1109 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
1110         Log: squelch some more type mismatch warnings
1111              
1112              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
1113              missing parens in macro definition
1114      Branch: perl
1115            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
1116            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
1117            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
1118            ! pp.c regexec.c sv.h
1119 ____________________________________________________________________________
1120 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
1121         Log: Make writing user-defined character properties nicer.
1122      Branch: perl
1123            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
1124 ____________________________________________________________________________
1125 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
1126         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
1127              isn't the case on win64
1128      Branch: perl
1129            ! ext/Storable/t/malice.t
1130 ____________________________________________________________________________
1131 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
1132         Log: One more way to do character class subtraction.
1133      Branch: perl
1134            ! pod/perlunicode.pod
1135 ____________________________________________________________________________
1136 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
1137         Log: Mopup of #16048.
1138      Branch: perl
1139            ! pp_sys.c
1140 ____________________________________________________________________________
1141 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
1142         Log: some test failures have been fixed
1143      Branch: perl
1144            ! README.win32
1145 ____________________________________________________________________________
1146 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
1147         Log: use compare_text() rather than compare() to avoid bogus
1148              failures when the test files happen to be CRLF terminated
1149      Branch: perl
1150            ! ext/Encode/t/JP.t
1151 ____________________________________________________________________________
1152 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
1153         Log: fixes for all the warnings reported by Visual C (most of this
1154              change is from change#12026)
1155      Branch: perl
1156            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
1157            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
1158            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
1159            ! regexec.c sv.c toke.c universal.c utf8.c util.c
1160            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
1161 ____________________________________________________________________________
1162 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
1163         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
1164              From: Nicholas Clark <nick@unfortu.net>
1165              Date: Sun, 21 Apr 2002 19:15:24 +0100
1166              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
1167      Branch: perl
1168            + ext/Storable/t/malice.t
1169            ! MANIFEST ext/Storable/Storable.pm
1170 ____________________________________________________________________________
1171 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
1172         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
1173              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1174              Date: Sun, 21 Apr 2002 19:37:51 +0200
1175              Message-ID: <3CC3150F.5798.22A05AE@localhost>
1176      Branch: perl
1177            ! ext/Encode/t/perlio.t
1178 ____________________________________________________________________________
1179 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
1180         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
1181              From: Andrey Sapozhnikov <sapa@icb.chel.su>
1182              Date: Fri, 19 Apr 2002 19:55:56 +0600
1183              Message-ID: <3CC021EC.5080005@icb.chel.su>
1184              
1185              (tweaked a bit)
1186      Branch: perl
1187            ! pod/perltrap.pod
1188 ____________________________________________________________________________
1189 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
1190         Log: Do not assume that io buffer flushing happens in the same
1191              order as joins (that assumption broke in a multicpu IRIX box)
1192      Branch: perl
1193            ! ext/threads/t/thread.t
1194 ____________________________________________________________________________
1195 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
1196         Log: As if people would be reading the documentation :-)
1197      Branch: perl
1198            ! opcode.pl
1199 ____________________________________________________________________________
1200 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
1201         Log: Typo tweaks.
1202      Branch: perl
1203            ! pod/perlrun.pod
1204 ____________________________________________________________________________
1205 [ 16041] By: sky                                   on 2002/04/21  13:53:54
1206         Log: Got the last memory leak in the while(1) { threads->create(sub 
1207              {})->join() }, now we can loop over a million threads without a 
1208              problem. 
1209              Cleared up SVs that should have been mortal but never where.
1210      Branch: perl
1211            ! ext/threads/threads.xs
1212 ____________________________________________________________________________
1213 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
1214         Log: Make doc clearer, as suggested by Brent Dax
1215      Branch: perl
1216            ! opcode.pl
1217 ____________________________________________________________________________
1218 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
1219         Log: Revert change #15974.
1220      Branch: perl
1221            ! ext/B/B/Deparse.pm
1222 ____________________________________________________________________________
1223 [ 16038] By: nick                                  on 2002/04/21  08:43:48
1224         Log: Integrate mainline
1225      Branch: perlio
1226           +> win32/config.vc64 win32/config_H.vc64
1227           !> (integrate 43 files)
1228 ____________________________________________________________________________
1229 [ 16037] By: nick                                  on 2002/04/21  08:10:07
1230         Log: Integrate mainline
1231      Branch: perlio
1232           +> ext/Encode/ucm/big5-eten.ucm
1233            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
1234            - win32/config.win64 win32/config_H.win64
1235           !> MANIFEST Porting/makerel ext/Encode/Changes
1236           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
1237           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1238           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
1239           !> ext/Encode/lib/Encode/Config.pm
1240           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1241           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
1242           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
1243           !> pod/perlunicode.pod vms/vms.c
1244 ____________________________________________________________________________
1245 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
1246         Log: S_ stands sfor static.
1247      Branch: perl
1248            ! hv.c
1249 ____________________________________________________________________________
1250 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
1251         Log: htovs et al might be macros.
1252      Branch: perl
1253            ! perl.h
1254 ____________________________________________________________________________
1255 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
1256         Log: missed checkin of this file in change#16033
1257      Branch: perl
1258            ! makedef.pl
1259 ____________________________________________________________________________
1260 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
1261         Log: Windows 64-bit support:
1262              
1263              * support for building it in the regular makefiles
1264              * large files support via the _*i64() functions (this should be
1265              portable to the 32-bit universe too, but quite untested and
1266              and binary-incompatible, therefore not enabled there)
1267              * three additional test failures in addition to the t/end.t one
1268              (see README.win32)
1269              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
1270              the ones available from the CRT (needed because Perl uses
1271              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
1272              * add a few 64-bit notes to README.win32
1273              
1274              The following general problems were also fixed:
1275              
1276              * s/struct stat/Stat_t/g
1277              * Data::Dumper had some naughty 'long' typecasts
1278              * Errno_pm.PL didn't work safe when winsock.h was not in the same
1279              directory as errno.h
1280              * various tell/seek things were incorrectly prototyped
1281              * squelch ugly looking noise when running tests
1282              * Embed.t wasn't linking in all the libraries
1283              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
1284              * re-enable all the disabled warnings (additional fixes may be
1285              needed for the warnings uncovered by this)
1286      Branch: perl
1287            + win32/config.vc64 win32/config_H.vc64
1288            ! MANIFEST README.win32 doio.c dosish.h
1289            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
1290            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
1291            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
1292            ! win32/config.vc win32/makefile.mk win32/perlglob.c
1293            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
1294            ! win32/win32iop.h win32/win32sck.c
1295 ____________________________________________________________________________
1296 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
1297         Log: Upgrade to Encode 1.52, from Dan Kogai.
1298      Branch: perl
1299            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1300            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
1301            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1302            ! ext/Encode/lib/Encode/JP/JIS7.pm
1303            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
1304            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
1305            ! ext/Encode/ucm/big5-hkscs.ucm
1306 ____________________________________________________________________________
1307 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
1308         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
1309              From: Mark-Jason Dominus <mjd@plover.com>
1310              Date: Sat, 20 Apr 2002 03:36:28 -0400
1311              Message-ID: <20020420073628.324.qmail@plover.com>
1312      Branch: perl
1313            ! pod/perlopentut.pod
1314 ____________________________________________________________________________
1315 [ 16030] By: sky                                   on 2002/04/20  22:02:32
1316         Log: Remove auto-detach
1317              Cleans up memory now, destroys the mutex and frees thread
1318              Makes returnvalues mortal
1319              Doesn't run thread_destruct until the thread has stopped AND
1320              all references to it are gone.
1321      Branch: perl
1322            ! ext/threads/threads.xs
1323 ____________________________________________________________________________
1324 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
1325         Log: Subject: [PATCH @16005] rescue perldoc for VMS
1326              From: "Craig A. Berry" <craigberry@mac.com>
1327              Date: Sat, 20 Apr 2002 15:16:30 -0500
1328              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
1329      Branch: perl
1330            ! vms/vms.c
1331 ____________________________________________________________________________
1332 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
1333         Log: Subject: Re: [PATCH] typo
1334              From: andreas.koenig@anima.de (Andreas J. Koenig)
1335              Date: Sat, 20 Apr 2002 15:41:23 +0200
1336              Message-ID: <m37kn2o5bw.fsf@anima.de>
1337      Branch: perl
1338            ! ext/Encode/encoding.pm
1339 ____________________________________________________________________________
1340 [ 16027] By: nick                                  on 2002/04/20  21:42:09
1341         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
1342              and change test not to skip them.
1343      Branch: perlio
1344            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
1345 ____________________________________________________________________________
1346 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
1347         Log: Upgrade to Encode 1.51, from Dan Kogai.
1348      Branch: perl
1349            + ext/Encode/ucm/big5-eten.ucm
1350            - ext/Encode/ucm/big5.ucm
1351            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1352            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
1353            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
1354            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
1355            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1356            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
1357 ____________________________________________________________________________
1358 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
1359         Log: purge existing win64 stuff (this never really worked in 5.7.x)
1360              in preparation for completely redone win64 support
1361      Branch: perl
1362            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
1363            ! MANIFEST Porting/makerel
1364 ____________________________________________________________________________
1365 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
1366         Log: Subject: Re: perl@16005
1367              From: Stas Bekman <stas@stason.org>
1368              Date: Sat, 20 Apr 2002 13:06:49 +0800
1369              Message-ID: <3CC0F769.1010705@stason.org>
1370              (with a minor formatting nit)
1371      Branch: perl
1372            ! pod/perlfunc.pod
1373 ____________________________________________________________________________
1374 [ 16023] By: nick                                  on 2002/04/20  19:06:04
1375         Log: Some tweaks for encodings which need lines.
1376              Also disabled trial of using fallbacks.
1377      Branch: perlio
1378            ! ext/PerlIO/encoding/encoding.pm
1379            ! ext/PerlIO/encoding/encoding.xs
1380 ____________________________________________________________________________
1381 [ 16022] By: nick                                  on 2002/04/20  18:37:38
1382         Log: Various tweaks to Encode
1383      Branch: perlio
1384            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1385            ! ext/Encode/Unicode/Unicode.xs
1386            ! ext/Encode/lib/Encode/Encoding.pm
1387            ! ext/Encode/lib/Encode/JP/JIS7.pm
1388            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
1389 ____________________________________________________________________________
1390 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
1391         Log: Subject: [PATCH] perlunicode.pod typos
1392              From: andreas.koenig@anima.de (Andreas J. Koenig)     
1393              Date: Sat, 20 Apr 2002 11:20:25 +0200
1394              Message-ID: <m3vgamoheu.fsf@anima.de>
1395      Branch: perl
1396            ! pod/perlunicode.pod
1397 ____________________________________________________________________________
1398 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
1399         Log: Test tweak from mjd.
1400      Branch: perl
1401            ! lib/Memoize/t/errors.t
1402 ____________________________________________________________________________
1403 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
1404         Log: Integrate perlio;
1405              
1406              Tweak to Encode.xs to avoid buffer overrun.
1407              
1408              Add :bytes to POD part.
1409              Remove 'alias' to Encode now it exists as a module.
1410              
1411              Fill in the PERLIO sections.
1412      Branch: perl
1413           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
1414 ____________________________________________________________________________
1415 [ 16018] By: nick                                  on 2002/04/20  13:38:24
1416         Log: Fill in the PERLIO sections.
1417      Branch: perlio
1418            ! pod/perlrun.pod
1419 ____________________________________________________________________________
1420 [ 16017] By: nick                                  on 2002/04/20  13:37:15
1421         Log: Add :bytes to POD part.
1422              Remove 'alias' to Encode now it exists as a module.
1423      Branch: perlio
1424            ! lib/PerlIO.pm
1425 ____________________________________________________________________________
1426 [ 16016] By: sky                                   on 2002/04/20  13:12:31
1427         Log: Really let the update of the link list do something.
1428      Branch: perl
1429            ! ext/threads/threads.xs
1430 ____________________________________________________________________________
1431 [ 16015] By: nick                                  on 2002/04/20  07:51:26
1432         Log: Integrate mainline
1433      Branch: perlio
1434           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
1435           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
1436           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
1437 ____________________________________________________________________________
1438 [ 16014] By: nick                                  on 2002/04/20  07:46:11
1439         Log: Tweak to Encode.xs to avoid buffer overrun.
1440      Branch: perlio
1441            ! ext/Encode/Encode.xs
1442 ____________________________________________________________________________
1443 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
1444         Log: Subject: [PATCH] t/japh/abigail.t
1445              From: abigail@foad.org
1446              Date: Fri, 19 Apr 2002 02:21:36 +0200
1447              Message-ID: <20020419002136.16948.qmail@foad.org>
1448              
1449              Subject: Re: [PATCH] t/japh/abigail.t
1450              From: "Craig A. Berry" <craigberry@mac.com>
1451              Date: Fri, 19 Apr 2002 11:23:45 -0500
1452              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
1453      Branch: perl
1454            ! t/japh/abigail.t
1455 ____________________________________________________________________________
1456 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
1457         Log: User-defined character properties were unintentionally
1458              removed, noticed by Dan Kogai.
1459      Branch: perl
1460            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
1461            ! pod/perlunicode.pod t/op/pat.t
1462 ____________________________________________________________________________
1463 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
1464         Log: Subject: Re: [PATCH] Big5-related changes.
1465              From: Autrijus Tang <autrijus@autrijus.org>
1466              Date: Sat, 20 Apr 2002 04:06:31 +0800
1467              Message-ID: <20020419200631.GA20964@not.autrijus.org>
1468      Branch: perl
1469            ! README.cn README.tw
1470 ____________________________________________________________________________
1471 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
1472         Log: Add a BUGS sections to O.pm
1473      Branch: perl
1474            ! ext/B/O.pm
1475 ____________________________________________________________________________
1476 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
1477         Log: Disable warning noise
1478      Branch: perl
1479            ! t/io/open.t
1480 ____________________________________________________________________________
1481 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
1482         Log: More tests for the 3-arg open
1483      Branch: perl
1484            ! t/io/open.t t/lib/warnings/doio
1485 ____________________________________________________________________________
1486 [ 16007] By: nick                                  on 2002/04/19  17:45:53
1487         Log: Silence warning generating warning message for U+FFFF does not map etc.
1488      Branch: perlio
1489            ! ext/Encode/Encode.xs
1490 ____________________________________________________________________________
1491 [ 16006] By: nick                                  on 2002/04/19  15:24:57
1492         Log: Integrate mainline (for Tk with Encode testing)
1493              Some perlio & encode issues otherwise cleanish.
1494      Branch: perlio
1495           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1496           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
1497           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
1498           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
1499           +> ext/threads/t/thread.t
1500            - ext/Encode/lib/Encode/Unicode.pm
1501           !> (integrate 38 files)
1502 ____________________________________________________________________________
1503 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
1504         Log: Update Changes.
1505      Branch: perl
1506            ! Changes patchlevel.h
1507 ____________________________________________________________________________
1508 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
1509         Log: Subject: [PATCH] warn on ref open without perlio
1510              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1511              Date: Thu, 18 Apr 2002 23:17:44 +0200
1512              Message-ID: <20020418231744.A24159@rafael>
1513              
1514              (with one nit, the skip message needed "# " prefix)
1515      Branch: perl
1516            ! doio.c pod/perldiag.pod t/lib/warnings/doio
1517 ____________________________________________________________________________
1518 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
1519         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
1520              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1521              Date: Fri, 19 Apr 2002 15:43:47 +0200
1522              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
1523      Branch: perl
1524            ! README.hpux
1525 ____________________________________________________________________________
1526 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
1527         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
1528      Branch: perl
1529            ! ext/PerlIO/encoding/encoding.pm
1530            ! ext/PerlIO/encoding/encoding.xs
1531 ____________________________________________________________________________
1532 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
1533         Log: Upgrade to Encode 1.50, from Dan Kogai.
1534      Branch: perl
1535            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1536            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
1537            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
1538            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
1539            - ext/Encode/lib/Encode/Unicode.pm
1540            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
1541            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1542            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
1543            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
1544            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1545            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
1546            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
1547            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
1548            ! ext/Encode/t/jisx0208.ref
1549 ____________________________________________________________________________
1550 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
1551         Log: Subject: CPAN.pm sync
1552              From: andreas.koenig@anima.de (Andreas J. Koenig)
1553              Date: Fri, 19 Apr 2002 11:55:07 +0200
1554              Message-ID: <m3ads0qah0.fsf@anima.de>
1555      Branch: perl
1556            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1557 ____________________________________________________________________________
1558 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
1559         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
1560      Branch: perl
1561            ! pod/perltooc.pod
1562 ____________________________________________________________________________
1563 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
1564         Log: The previous change on this was *ahem* slightly off-topic.
1565      Branch: perl
1566            ! ext/PerlIO/encoding/encoding.pm
1567 ____________________________________________________________________________
1568 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
1569         Log: variant of change#14657 from mainline, modified for binary
1570              compatibility for 5.6.x (from  Jan Dubois)
1571      Branch: maint-5.6/perl
1572            ! lib/Win32.pod win32/win32.c
1573 ____________________________________________________________________________
1574 [ 15996] By: ams                                   on 2002/04/18  16:16:26
1575         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
1576              From: abigail@foad.org
1577              Date: Thu, 18 Apr 2002 17:09:45 +0200
1578              Message-Id: <20020418150945.389.qmail@foad.org>
1579      Branch: perl
1580            ! pod/perldebtut.pod
1581 ____________________________________________________________________________
1582 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
1583         Log: z/OS situation update.
1584      Branch: perl
1585            ! pod/perldelta.pod
1586 ____________________________________________________________________________
1587 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
1588         Log: Doc tweaks.
1589      Branch: perl
1590            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
1591 ____________________________________________________________________________
1592 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
1593         Log: The tests need perlio.
1594      Branch: perl
1595            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
1596 ____________________________________________________________________________
1597 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
1598         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
1599              From: Mark-Jason Dominus <mjd@plover.com>
1600              Date: Thu, 18 Apr 2002 09:38:17 -0400
1601              Message-ID: <20020418133817.22436.qmail@plover.com>    
1602              
1603              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
1604              From: Mark-Jason Dominus <mjd@plover.com>
1605              Date: Thu, 18 Apr 2002 09:54:50 -0400
1606              Message-ID: <20020418135450.22999.qmail@plover.com>    
1607      Branch: perl
1608            ! pod/perlfaq8.pod
1609 ____________________________________________________________________________
1610 [ 15991] By: sky                                   on 2002/04/18  09:18:14
1611         Log: Port testcases from thr5005 tests so we don't fail on same things.
1612              Added yield support using threads->yield().
1613      Branch: perl
1614            + ext/threads/t/thread.t
1615            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
1616 ____________________________________________________________________________
1617 [ 15990] By: nick                                  on 2002/04/18  07:56:40
1618         Log: Integrate mainline
1619      Branch: perlio
1620            - t/io/full.t
1621           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
1622           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
1623           !> perl.c t/op/groups.t toke.c win32/win32.c
1624 ____________________________________________________________________________
1625 [ 15989] By: sky                                   on 2002/04/18  07:15:55
1626         Log: Always flush the PerlIO buffers after running END blocks in 
1627              perl_destruct. This should fix ext/threads/t/end.t under Win32.
1628      Branch: perl
1629            ! perl.c
1630 ____________________________________________________________________________
1631 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
1632         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
1633      Branch: perl
1634            ! perl.c
1635 ____________________________________________________________________________
1636 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
1637         Log: Move /dev/full testing post-5.8.0.
1638      Branch: perl
1639            - t/io/full.t
1640            ! MANIFEST
1641 ____________________________________________________________________________
1642 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
1643         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
1644              ("Crays have only REAL memory.")
1645      Branch: perl
1646            ! hints/unicos.sh hints/unicosmk.sh
1647 ____________________________________________________________________________
1648 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
1649         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
1650              From: luc.st-louis@ca.transport.bombardier.com
1651              Date: Wed, 17 Apr 2002 14:22:25 -0400
1652              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
1653      Branch: perl
1654            ! win32/win32.c
1655 ____________________________________________________________________________
1656 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
1657         Log: With -Uuseperlio the error might be EBADF.
1658      Branch: perl
1659            ! t/io/full.t
1660 ____________________________________________________________________________
1661 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
1662         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
1663              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
1664              Date: Wed, 17 Apr 2002 21:16:22 +0400
1665              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
1666      Branch: perl
1667            ! lib/ExtUtils/t/Embed.t
1668 ____________________________________________________________________________
1669 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
1670         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
1671              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
1672              Date: Wed, 17 Apr 2002 20:08:03 +0400
1673              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
1674      Branch: perl
1675            ! win32/win32.c
1676 ____________________________________________________________________________
1677 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
1678         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
1679              From: Mark-Jason Dominus <mjd@plover.com>
1680              Date: Wed, 17 Apr 2002 11:14:17 -0400
1681              Message-ID: <20020417151417.27268.qmail@plover.com>
1682      Branch: perl
1683            ! t/io/full.t
1684 ____________________________________________________________________________
1685 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
1686         Log: README.cjk update.
1687      Branch: perl
1688            ! README.cn README.jp README.ko README.tw
1689 ____________________________________________________________________________
1690 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
1691         Log: Subject: [PATCH toke.c] @:foo?
1692              From: Philip Newton <Philip.Newton@gmx.net>
1693              Date: Wed, 17 Apr 2002 19:48:09 +0200
1694              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
1695      Branch: perl
1696            ! toke.c
1697 ____________________________________________________________________________
1698 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
1699         Log: Subject: Re: gcc on HP
1700              From: Philip Newton <Philip.Newton@gmx.net>
1701              Date: Wed, 17 Apr 2002 20:36:34 +0200
1702              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
1703      Branch: perl
1704            ! README.hpux
1705 ____________________________________________________________________________
1706 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
1707         Log: Adjust test for groups that appear multiple times on Cygwin
1708      Branch: perl
1709            ! t/op/groups.t
1710 ____________________________________________________________________________
1711 [ 15976] By: nick                                  on 2002/04/17  17:03:40
1712         Log: Integrate mainline
1713      Branch: perlio
1714           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
1715           +> ext/PerlIO/encoding/encoding.pm
1716           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
1717           +> ext/threads/shared/t/queue.t t/io/full.t
1718            - ext/Encode/lib/Encode/XS.pm
1719           !> (integrate 50 files)
1720 ____________________________________________________________________________
1721 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
1722         Log: Update Changes.
1723      Branch: perl
1724            ! Changes patchlevel.h
1725 ____________________________________________________________________________
1726 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
1727         Log: Subject: [PATCH B::Deparse] "foo bar"->()
1728              From: Robin Houston <robin@kitsite.com>
1729              Date: Wed, 17 Apr 2002 15:45:32 +0100
1730              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
1731      Branch: perl
1732            ! ext/B/B/Deparse.pm
1733 ____________________________________________________________________________
1734 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
1735         Log: metaconfig unit change for #15972.
1736      Branch: metaconfig/U/perl
1737            ! Extensions.U
1738 ____________________________________________________________________________
1739 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
1740         Log: As suggested by Arthur: the threads and threads::shared
1741              modules are always present.  This tries to preempt two
1742              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
1743              to have this new fancy threads implementation but my Perl
1744              doesn't seem to have it" (2) someone attempting to install
1745              threads using CPAN.pm and CPAN.pm helpfully starting to
1746              install perl 5.8.0 (which they might already have installed).
1747      Branch: perl
1748            ! Configure ext/threads/Makefile.PL
1749            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
1750            ! ext/threads/shared/shared.xs ext/threads/threads.pm
1751            ! ext/threads/threads.xs
1752 ____________________________________________________________________________
1753 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
1754         Log: More signedness nits.
1755      Branch: perl
1756            ! ext/Encode/Encode.xs
1757 ____________________________________________________________________________
1758 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
1759         Log: fast_abs_path() is tainted.
1760      Branch: perl
1761            ! ext/Cwd/t/cwd.t
1762 ____________________________________________________________________________
1763 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
1764         Log: Signedness nit.
1765      Branch: perl
1766            ! ext/Encode/bin/enc2xs
1767 ____________________________________________________________________________
1768 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
1769         Log: Subject: gcc on HP
1770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1771              Date: Wed, 17 Apr 2002 12:43:38 +0200
1772              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
1773      Branch: perl
1774            ! README.hpux
1775 ____________________________________________________________________________
1776 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
1777         Log: Add just a little bit more explanation to PerlIO::encoding.
1778      Branch: perl
1779            ! ext/PerlIO/encoding/encoding.pm
1780 ____________________________________________________________________________
1781 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
1782         Log: PerlIO::encoding 0.01 from Dan Kogai.
1783      Branch: perl
1784            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
1785            + ext/PerlIO/encoding/encoding.pm
1786            + ext/PerlIO/encoding/encoding.xs
1787            ! MANIFEST
1788 ____________________________________________________________________________
1789 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
1790         Log: Upgrade to Encode 1.42, from Dan Kogai.
1791      Branch: perl
1792            - ext/Encode/lib/Encode/XS.pm
1793            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
1794            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
1795            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1796            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
1797            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
1798            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
1799            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
1800            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
1801            ! ext/Encode/lib/Encode/Config.pm
1802            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
1803            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
1804            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
1805            ! ext/Encode/t/encoding.t
1806 ____________________________________________________________________________
1807 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
1808         Log: Test tweaks from mjd and Benjamin Goldberg.
1809      Branch: perl
1810            ! t/io/full.t
1811 ____________________________________________________________________________
1812 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
1813         Log: Document taint-safeness.   Life in the fast_abs_path()
1814              lane is unsafe.
1815      Branch: perl
1816            ! lib/Cwd.pm
1817 ____________________________________________________________________________
1818 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
1819         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
1820              From: Mark-Jason Dominus <mjd@plover.com>
1821              Date: Tue, 16 Apr 2002 19:24:12 -0400
1822              Message-ID: <20020416232412.14297.qmail@plover.com>
1823      Branch: perl
1824            + t/io/full.t
1825            ! MANIFEST perlio.c
1826 ____________________________________________________________________________
1827 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
1828         Log: Manifestations of mjd, from mjd.
1829      Branch: perl
1830            ! MANIFEST
1831 ____________________________________________________________________________
1832 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
1833         Log: metaconfig unit change for #15959.
1834      Branch: metaconfig/U/perl
1835            ! Extensions.U
1836 ____________________________________________________________________________
1837 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
1838         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
1839              From: Andy Dougherty <doughera@lafayette.edu>
1840              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
1841              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
1842      Branch: perl
1843            ! Configure
1844 ____________________________________________________________________________
1845 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
1846         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
1847              From: Nicholas Clark <nick@unfortu.net>
1848              Date: Tue, 16 Apr 2002 22:22:41 +0100
1849              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
1850      Branch: perl
1851            ! embed.fnc global.sym hv.c universal.c
1852 ____________________________________________________________________________
1853 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
1854         Log: Documents for Merijn and lots of XXXs for NI-S :-)
1855      Branch: perl
1856            ! pod/perlfunc.pod pod/perlrun.pod
1857 ____________________________________________________________________________
1858 [ 15956] By: sky                                   on 2002/04/16  21:26:53
1859         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
1860              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
1861              stuff being 0xabababab on cleanup.
1862      Branch: perl
1863            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
1864            ! MANIFEST
1865 ____________________________________________________________________________
1866 [ 15955] By: nick                                  on 2002/04/16  20:46:03
1867         Log: Integate mainline (other machine)
1868      Branch: perlio
1869           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
1870           !> t/op/magic.t
1871 ____________________________________________________________________________
1872 [ 15954] By: nick                                  on 2002/04/16  20:13:32
1873         Log: Integrate mainline
1874      Branch: perlio
1875           +> README.cn README.jp README.ko README.tw
1876           +> ext/threads/shared/t/av_refs.t
1877           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
1878           !> (integrate 41 files)
1879 ____________________________________________________________________________
1880 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
1881         Log: B::walkoptree bugfix (see also #15850)
1882      Branch: perl
1883            ! ext/B/B.xs ext/B/t/terse.t
1884 ____________________________________________________________________________
1885 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
1886         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
1887              From: Philip Newton <Philip.Newton@gmx.net>
1888              Date: Tue, 16 Apr 2002 21:09:44 +0200
1889              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
1890      Branch: perl
1891            ! pod/perltodo.pod
1892 ____________________________________________________________________________
1893 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
1894         Log: Subject: [PATCH] B::Deparse problems with japhs
1895              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1896              Date: Tue, 16 Apr 2002 15:47:33 +0100
1897              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
1898      Branch: perl
1899            ! ext/B/B/Deparse.pm
1900 ____________________________________________________________________________
1901 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
1902         Log: Stas' tainting worries, obscured by me.
1903      Branch: perl
1904            ! ext/Cwd/t/cwd.t lib/Cwd.pm
1905 ____________________________________________________________________________
1906 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
1907         Log: Pod tweak to avoid =item<japanese> problems.
1908      Branch: perl
1909            ! README.jp
1910 ____________________________________________________________________________
1911 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
1912         Log: Some UTF-8 todos.
1913      Branch: perl
1914            ! pod/perltodo.pod
1915 ____________________________________________________________________________
1916 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
1917         Log: Let's not promise too much: use utf8 only works on identifier
1918              names, not package or subroutine names (admittedly limited [1], but
1919              that's what the Camel says, and that's what we are going to stick
1920              to for 5.8.0).  Also document that use vars does not do utf8.
1921              [1] The obvious problem in both is that package and subroutine
1922              names need to mappable to the filesystem.
1923      Branch: perl
1924            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
1925 ____________________________________________________________________________
1926 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
1927         Log: Subject: [PATCH] small typo in IO::Pipe pod
1928              From: Slaven Rezic <rezic@onlineoffice.de>
1929              Date: Tue, 16 Apr 2002 12:31:10 +0200
1930              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
1931      Branch: perl
1932            ! ext/IO/lib/IO/Pipe.pm
1933 ____________________________________________________________________________
1934 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
1935         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
1936              From: Arthur Bergman <arthur@contiller.se>
1937              Date: Tue, 16 Apr 2002 11:58:45 +0200
1938              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
1939      Branch: perl
1940            ! lib/Attribute/Handlers.pm
1941 ____________________________________________________________________________
1942 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
1943         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
1944              Jungshik Shin.  Regen toc.
1945      Branch: perl
1946            + README.cn README.jp README.ko README.tw
1947            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1948 ____________________________________________________________________________
1949 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
1950         Log: my $utf8here, our $utf8here, and package variable $utf8here.
1951              
1952              The actual minimal fix is in utf8.c and from NI-S,
1953              the rest are the tests (in fresh_perl since I couldn't get
1954              them easily to work elsewhere) and a slight behaviour change:
1955              previously UTF-8 identifiers had to start with an alphabetic
1956              character.  No more so, now they can start with an (Unicode)
1957              ID_Continue character (which however is not a (Unicode) digit).
1958              (Limiting the first character to ID_Start would be rather
1959              restrictive, since ID_Start allows only alphabetic letters.)
1960              
1961              TODO: use vars qw($utf8here).  This I don't find to be
1962              a showstopper.
1963      Branch: perl
1964            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
1965            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
1966 ____________________________________________________________________________
1967 [ 15942] By: ams                                   on 2002/04/16  02:24:25
1968         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
1969              From: "Craig A. Berry" <craigberry@mac.com>
1970              Date: Mon, 15 Apr 2002 22:06:14 -0500
1971              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
1972      Branch: perl
1973            ! lib/FileCache.t
1974 ____________________________________________________________________________
1975 [ 15941] By: ams                                   on 2002/04/16  02:16:35
1976         Log: Subject: [PATCH] s2p fix for VMS
1977              From: "Craig A. Berry" <craigberry@mac.com>
1978              Date: Mon, 15 Apr 2002 21:48:36 -0500
1979              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
1980      Branch: perl
1981            ! configure.com t/x2p/s2p.t x2p/s2p.PL
1982 ____________________________________________________________________________
1983 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
1984         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
1985              (and the licensing of the other code clarified, from Mark Bixby.)
1986      Branch: perl
1987            ! mpeix/mpeix.c
1988 ____________________________________________________________________________
1989 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
1990         Log: AUTHORS updates.
1991      Branch: perl
1992            ! AUTHORS
1993 ____________________________________________________________________________
1994 [ 15938] By: sky                                   on 2002/04/15  22:13:17
1995         Log: Add support for my $foo : shared; 
1996              Add testcase for this.
1997              Update manifest.
1998      Branch: perl
1999            + ext/threads/shared/t/shared_attr.t
2000            ! MANIFEST ext/threads/shared/shared.pm
2001 ____________________________________________________________________________
2002 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
2003         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
2004              From: abigail@foad.org
2005              Date: Mon, 15 Apr 2002 17:41:17 +0200
2006              Message-ID: <20020415154117.1559.qmail@foad.org>
2007              
2008              (With EBCDIC skippage added, and the skip reason
2009              skippage on the two ?? loops tweaked.)
2010      Branch: perl
2011            + t/japh/abigail.t
2012            ! MANIFEST t/TEST
2013 ____________________________________________________________________________
2014 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
2015         Log: Subject: Re: [ID 20020412.005] Dancing ??s
2016              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
2017              Date: Sun, 14 Apr 2002 16:09:30 +0100
2018              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
2019      Branch: perl
2020            ! pod/perlop.pod pp_hot.c t/op/pat.t
2021 ____________________________________________________________________________
2022 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
2023         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
2024              From: abigail@foad.org
2025              Date: Mon, 15 Apr 2002 17:40:02 +0200
2026              Message-ID: <20020415154002.1549.qmail@foad.org>
2027      Branch: perl
2028            ! t/test.pl
2029 ____________________________________________________________________________
2030 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
2031         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
2032              From: "Craig A. Berry" <craigberry@mac.com>
2033              Date: Mon, 15 Apr 2002 14:05:26 -0500
2034              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
2035      Branch: perl
2036            ! universal.c
2037 ____________________________________________________________________________
2038 [ 15933] By: sky                                   on 2002/04/15  21:26:16
2039         Log: Test arrays containing references, and references to shared arrays.
2040      Branch: perl
2041            + ext/threads/shared/t/av_refs.t
2042 ____________________________________________________________________________
2043 [ 15932] By: nick                                  on 2002/04/15  15:06:49
2044         Log: Integrate mainline (for Encode)
2045      Branch: perlio
2046           +> ext/Encode/Encode/ConfigLocal_PM.e2x
2047           +> ext/Encode/lib/Encode/JP/JIS7.pm
2048            - ext/Encode/lib/Encode/JP/2022_JP.pm
2049            - ext/Encode/lib/Encode/JP/2022_JP1.pm
2050            - ext/Encode/lib/Encode/JP/JIS.pm
2051           !> (integrate 26 files)
2052 ____________________________________________________________________________
2053 [ 15931] By: ams                                   on 2002/04/15  14:51:31
2054         Log: Subject: [PATCH] Chip didn't time travel.
2055              From: abigail@foad.org
2056              Date: Mon, 15 Apr 2002 17:40:22 +0200
2057              Message-Id: <20020415154022.1554.qmail@foad.org>
2058      Branch: perl
2059            ! pod/perlhist.pod
2060 ____________________________________________________________________________
2061 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
2062         Log: Update Changes.
2063      Branch: perl
2064            ! Changes patchlevel.h
2065 ____________________________________________________________________________
2066 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
2067         Log: The #15921 made the 'no warnings' unnecessary.
2068      Branch: perl
2069            ! t/op/magic.t
2070 ____________________________________________________________________________
2071 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
2072         Log: Subject: Re: [FILE] FileCache.t
2073              From: belg4mit <belg4mit@mit.edu>
2074              Date: Mon, 15 Apr 2002 01:31:21 -0400
2075              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
2076      Branch: perl
2077            ! lib/FileCache.t
2078 ____________________________________________________________________________
2079 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
2080         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
2081      Branch: perl
2082            ! lib/FileCache.pm lib/FileCache.t
2083 ____________________________________________________________________________
2084 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
2085         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
2086              From: Nicholas Clark <nick@unfortu.net>
2087              Date: Sun, 14 Apr 2002 22:54:43 +0100
2088              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
2089      Branch: perl
2090            ! lib/Hash/Util.t
2091 ____________________________________________________________________________
2092 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
2093         Log: Subject: [Encode] 1.40 released!
2094              From: Dan Kogai <dankogai@dan.co.jp>
2095              Date: Mon, 15 Apr 2002 07:51:52 +0900
2096              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
2097      Branch: perl
2098            + ext/Encode/Encode/ConfigLocal_PM.e2x
2099            + ext/Encode/lib/Encode/JP/JIS7.pm
2100            - ext/Encode/lib/Encode/JP/2022_JP.pm
2101            - ext/Encode/lib/Encode/JP/2022_JP1.pm
2102            - ext/Encode/lib/Encode/JP/JIS.pm
2103            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
2104            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2105            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
2106            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
2107            ! ext/Encode/lib/Encode/Config.pm
2108            ! ext/Encode/lib/Encode/Encoder.pm
2109            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
2110            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
2111 ____________________________________________________________________________
2112 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
2113         Log: return undef is of questionable style.
2114      Branch: perl
2115            ! lib/Hash/Util.pm
2116 ____________________________________________________________________________
2117 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
2118         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
2119              From: mjd@plover.com
2120              Date: 15 Apr 2002 06:46:02 -0000
2121              Message-ID: <20020415064602.17052.qmail@plover.com>     
2122      Branch: perl
2123            ! t/op/magic.t
2124 ____________________________________________________________________________
2125 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
2126         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
2127              From: mjd@plover.com
2128              Date: 14 Apr 2002 22:30:17 -0000
2129              Message-ID: <20020414223017.17361.qmail@plover.com>
2130      Branch: perl
2131            ! t/op/re_tests
2132 ____________________________________________________________________________
2133 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
2134         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
2135              From: Mark-Jason Dominus <mjd@plover.com>
2136              Date: Mon, 15 Apr 2002 02:41:52 -0400
2137              Message-ID: <20020415064152.16958.qmail@plover.com>
2138      Branch: perl
2139            ! perl.c t/lib/warnings/toke
2140 ____________________________________________________________________________
2141 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
2142         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
2143              From: "Craig A. Berry" <craigberry@mac.com>
2144              Date: Sun, 14 Apr 2002 18:56:02 -0500
2145              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
2146      Branch: perl
2147            ! configure.com
2148 ____________________________________________________________________________
2149 [ 15919] By: nick                                  on 2002/04/15  06:14:25
2150         Log: Integrate mainline
2151      Branch: perlio
2152           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
2153           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
2154           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
2155 ____________________________________________________________________________
2156 [ 15918] By: ams                                   on 2002/04/15  04:25:48
2157         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
2158              From: Stas Bekman <stas@stason.org>
2159              Date: Mon, 15 Apr 2002 11:45:03 +0800
2160              Message-Id: <3CBA4CBF.9030306@stason.org>
2161      Branch: perl
2162            ! lib/Cwd.pm
2163 ____________________________________________________________________________
2164 [ 15917] By: ams                                   on 2002/04/15  04:21:14
2165         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
2166              From: Mark-Jason Dominus <mjd@plover.com>
2167              Date: Mon, 15 Apr 2002 00:30:26 -0400
2168              Message-Id: <20020415043026.11417.qmail@plover.com>
2169      Branch: perl
2170            ! perl.c t/lib/warnings/toke
2171 ____________________________________________________________________________
2172 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
2173         Log: Correct precedence problem in #15915
2174      Branch: perl
2175            ! lib/vars.pm
2176 ____________________________________________________________________________
2177 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
2178         Log: use vars wasn't use utf8 aware.
2179      Branch: perl
2180            ! lib/vars.pm
2181 ____________________________________________________________________________
2182 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
2183         Log: Subject: [PATCH] Re: restricted hashes are unblessable
2184              From: Nicholas Clark <nick@unfortu.net>
2185              Date: Sat, 13 Apr 2002 23:43:02 +0100
2186              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
2187              
2188              The function name sucks but can't think of anything better.
2189      Branch: perl
2190            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
2191 ____________________________________________________________________________
2192 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
2193         Log: Subject: AUTHORS update
2194              From: Chris Nandor <pudge@pobox.com>
2195              Date: Sun, 14 Apr 2002 11:54:40 -0400
2196              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
2197      Branch: perl
2198            ! AUTHORS
2199 ____________________________________________________________________________
2200 [ 15912] By: nick                                  on 2002/04/14  14:47:18
2201         Log: XS versions of encode/decode for Encode::Unicode
2202      Branch: perlio
2203            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
2204 ____________________________________________________________________________
2205 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
2206         Log: metaconfig unit changes for #15910.
2207      Branch: metaconfig
2208            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
2209            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
2210            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
2211            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
2212            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
2213            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
2214            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
2215            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
2216            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
2217            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
2218            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
2219            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2220            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2221            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2222            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2223            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2224            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2225            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2226            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2227            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2228            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2229            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2230            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2231            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2232 ____________________________________________________________________________
2233 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
2234         Log: Simplify the _r probing code by adding the i_systime
2235              only for the APIs where it matters.
2236      Branch: perl
2237            ! Configure reentr.pl
2238 ____________________________________________________________________________
2239 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
2240         Log: Integrate perlio;
2241              
2242              Avoid expensive paranoid check that decoder does return legal UTF-8
2243              
2244              Disable test code (assertions) in CRLF layer.
2245      Branch: perl
2246           !> ext/Encode/Encode.xs perlio.c
2247 ____________________________________________________________________________
2248 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
2249         Log: Subject: patch for FileCache in 5.7.3
2250              From: JPIERCE <belg4mit@MIT.EDU>
2251              Date: Sun, 14 Apr 2002 00:38:21 -0400
2252              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
2253      Branch: perl
2254            ! lib/FileCache.pm
2255 ____________________________________________________________________________
2256 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
2257         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
2258              From: Tim Bunce <Tim.Bunce@pobox.com>
2259              Date: Sun, 14 Apr 2002 12:07:35 +0100
2260              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
2261      Branch: perl
2262            ! ext/Storable/Storable.xs
2263 ____________________________________________________________________________
2264 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
2265         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
2266              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2267              Date: Sun, 14 Apr 2002 16:29:59 +0200
2268              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
2269      Branch: perl
2270            ! hints/hpux.sh
2271 ____________________________________________________________________________
2272 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
2273         Log: Subject: Enable portable gcc code on hp-ux
2274              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2275              Date: Sun, 14 Apr 2002 16:30:01 +0200
2276              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
2277      Branch: perl
2278            ! hints/hpux.sh
2279 ____________________________________________________________________________
2280 [ 15904] By: nick                                  on 2002/04/14  09:18:01
2281         Log: Disable test code (assertions) in CRLF layer.
2282      Branch: perlio
2283            ! perlio.c
2284 ____________________________________________________________________________
2285 [ 15903] By: nick                                  on 2002/04/14  09:16:39
2286         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
2287      Branch: perlio
2288            ! ext/Encode/Encode.xs
2289 ____________________________________________________________________________
2290 [ 15902] By: nick                                  on 2002/04/14  09:15:45
2291         Log: Integrate mainline
2292      Branch: perlio
2293           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
2294           +> t/win32/longpath.t t/win32/system.t
2295            - t/op/winsystem.t
2296           !> (integrate 30 files)
2297 ____________________________________________________________________________
2298 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
2299         Log: Fixed URL for the Alpha editor.
2300      Branch: perl
2301            ! pod/perlfaq3.pod
2302 ____________________________________________________________________________
2303 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
2304         Log: Dedodgify.
2305      Branch: perl
2306            ! ext/Storable/Storable.xs
2307 ____________________________________________________________________________
2308 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
2309         Log: AUTHORS updates.
2310      Branch: perl
2311            ! AUTHORS
2312 ____________________________________________________________________________
2313 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
2314         Log: s2p needs Config.pm.
2315      Branch: perl
2316            ! Makefile.SH
2317 ____________________________________________________________________________
2318 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
2319         Log: Subject: [PATCH] Benchmark.t 75,90,109
2320              From: Nicholas Clark <nick@unfortu.net>
2321              Date: Sat, 13 Apr 2002 21:43:04 +0100
2322              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
2323      Branch: perl
2324            ! lib/Benchmark.t
2325 ____________________________________________________________________________
2326 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
2327         Log: Tweaks by Autrijus Tang.
2328      Branch: perl
2329            ! ext/Encode/encoding.pm
2330 ____________________________________________________________________________
2331 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
2332         Log: FAQ sync.
2333      Branch: perl
2334            ! pod/perlfaq5.pod
2335 ____________________________________________________________________________
2336 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
2337         Log: z/OS tally update.
2338      Branch: perl
2339            ! pod/perldelta.pod
2340 ____________________________________________________________________________
2341 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
2342         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
2343              From: Nicholas Clark <nick@unfortu.net>
2344              Date: Sat, 13 Apr 2002 02:58:07 +0100
2345              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
2346      Branch: perl
2347            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
2348            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
2349            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
2350            ! t/lib/st-dump.pl
2351 ____________________________________________________________________________
2352 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
2353         Log: Add piconv and enc2xs to the list of utilities.
2354      Branch: perl
2355            ! utils.lst
2356 ____________________________________________________________________________
2357 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
2358         Log: s.
2359      Branch: perl
2360            ! pod/perlunicode.pod
2361 ____________________________________________________________________________
2362 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
2363         Log: Phrasing fixes by Nick Clark
2364      Branch: perl
2365            ! pod/perlunicode.pod
2366 ____________________________________________________________________________
2367 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
2368         Log: More POD fixes and typos
2369      Branch: perl
2370            ! pod/perlunicode.pod
2371 ____________________________________________________________________________
2372 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
2373         Log: Subject: Re: UTF-8 and DB_File ?
2374              From: andreas.koenig@anima.de (Andreas J. Koenig)
2375              Date: Sat, 13 Apr 2002 13:29:41 +0200
2376              Message-ID: <m3ads7j0pm.fsf@anima.de>
2377      Branch: perl
2378            ! pod/perlunicode.pod
2379 ____________________________________________________________________________
2380 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
2381         Log: Fix a typo noticed by Paul Johnson.
2382      Branch: perl
2383            ! MANIFEST
2384 ____________________________________________________________________________
2385 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
2386         Log: Subject: Re: Win32 Status
2387              From: Michael G Schwern <schwern@pobox.com>
2388              Date: Fri, 12 Apr 2002 10:15:33 -0400
2389              Message-ID: <20020412141533.GB9788@blackrider>
2390      Branch: perl
2391            ! lib/ExtUtils/t/INST.t
2392 ____________________________________________________________________________
2393 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
2394         Log: Upgrade to Encode 1.34, from Dan Kogai.
2395      Branch: perl
2396            ! ext/Encode/Changes ext/Encode/Encode.pm
2397            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
2398            ! ext/Encode/t/Unicode.t
2399 ____________________________________________________________________________
2400 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
2401         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
2402              From: Graham TerMarsch <graham@howlingfrog.com>
2403              Date: Fri, 12 Apr 2002 12:28:47 -0700
2404              Message-Id: <200204121228.47826.graham@howlingfrog.com>
2405      Branch: perl
2406            ! AUTHORS
2407 ____________________________________________________________________________
2408 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
2409         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
2410              From: Nicholas Clark <nick@unfortu.net>
2411              Date: Fri, 12 Apr 2002 21:59:06 +0100
2412              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
2413      Branch: perl
2414            ! pp_pack.c t/op/pack.t
2415 ____________________________________________________________________________
2416 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
2417         Log: Re-sort MANIFEST.
2418      Branch: perl
2419            ! MANIFEST
2420 ____________________________________________________________________________
2421 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
2422         Log: Move also the Win32 system testing to t/win32.
2423      Branch: perl
2424            + t/win32/system.t
2425            - t/op/winsystem.t
2426            ! MANIFEST
2427 ____________________________________________________________________________
2428 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
2429         Log: Integrate change #15879 from maint-5.6;
2430              
2431              Win32::GetLongPathName() did not return valid results if there
2432              were "." and ".." components in the path; also fix a potential
2433              buffer overflow if the long path happens to be longer than
2434              MAX_PATH (this can presumably happen if they use \\?\... style
2435              paths); add a rather limited testsuite that exercises just the
2436              edge cases
2437      Branch: perl
2438           +> t/win32/longpath.t
2439           !> MANIFEST t/harness win32/win32.c
2440 ____________________________________________________________________________
2441 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
2442         Log: Win32::GetLongPathName() did not return valid results if there
2443              were "." and ".." components in the path; also fix a potential
2444              buffer overflow if the long path happens to be longer than
2445              MAX_PATH (this can presumably happen if they use \\?\... style
2446              paths); add a rather limited testsuite that exercises just the
2447              edge cases
2448      Branch: maint-5.6/perl
2449            + t/win32/longpath.t
2450            ! MANIFEST t/harness win32/win32.c
2451 ____________________________________________________________________________
2452 [ 15878] By: nick                                  on 2002/04/12  14:38:32
2453         Log: Integrate mainline
2454      Branch: perlio
2455           +> lib/ExtUtils/t/INST_PREFIX.t
2456           !> (integrate 37 files)
2457 ____________________________________________________________________________
2458 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
2459         Log: Update Changes.
2460      Branch: perl
2461            ! Changes patchlevel.h
2462 ____________________________________________________________________________
2463 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
2464         Log: Discuss the magic of \w in security terms.
2465      Branch: perl
2466            ! pod/perlsec.pod pod/perlunicode.pod
2467 ____________________________________________________________________________
2468 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
2469         Log: Add a warning about the symbolic methods and
2470              symbolic sub refs not being checked for taint.
2471      Branch: perl
2472            ! pod/perlsec.pod
2473 ____________________________________________________________________________
2474 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
2475         Log: In EBCDIC the BOM detection doesn't seem
2476              to be working right.  For now skipping the test,
2477              waiting for Dan's opinion.
2478      Branch: perl
2479            ! ext/Encode/t/Unicode.t
2480 ____________________________________________________________________________
2481 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
2482         Log: Update to Net::Ping 2.16.
2483      Branch: perl
2484            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2485 ____________________________________________________________________________
2486 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
2487         Log: Upgrade to CGI.pm 2.81.
2488      Branch: perl
2489            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
2490 ____________________________________________________________________________
2491 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
2492         Log: Move up restricted hashes a bit.
2493      Branch: perl
2494            ! pod/perldelta.pod
2495 ____________________________________________________________________________
2496 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
2497         Log: Now using Unicode 3.2.0.
2498      Branch: perl
2499            ! pod/perldelta.pod
2500 ____________________________________________________________________________
2501 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
2502         Log: UNICOS too has sockpair issues (unsurprisingly,
2503              since UNICOS/mk has them too)
2504      Branch: perl
2505            ! ext/Socket/socketpair.t
2506 ____________________________________________________________________________
2507 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
2508         Log: FAQ patch from mjd regarding Tie::File.
2509      Branch: perl
2510            ! pod/perlfaq5.pod
2511 ____________________________________________________________________________
2512 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
2513         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
2514              consider using the NamesList.
2515      Branch: perl
2516            ! lib/charnames.pm lib/charnames.t
2517 ____________________________________________________________________________
2518 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
2519         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
2520              From: "Craig A. Berry" <craigberry@mac.com>
2521              Date: Thu, 11 Apr 2002 13:47:21 -0500
2522              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
2523      Branch: perl
2524            ! lib/File/CheckTree.pm lib/File/CheckTree.t
2525 ____________________________________________________________________________
2526 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
2527         Log: More NT Unicode information from Jan Dubois.
2528      Branch: perl
2529            ! pod/perltodo.pod
2530 ____________________________________________________________________________
2531 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
2532         Log: Add one perltodo item (and move bunch of them to better spot),
2533              add sysopen() to "Functions for filehandles, files, or directories".
2534      Branch: perl
2535            ! pod/perlfunc.pod pod/perltodo.pod
2536 ____________________________________________________________________________
2537 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
2538         Log: Prettyprinting: shorten the lines to avoid linewrapping.
2539      Branch: perl
2540            ! t/TEST
2541 ____________________________________________________________________________
2542 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
2543         Log: Also NEC SUPER-UX has buggy sockpair().
2544      Branch: perl
2545            ! ext/Socket/socketpair.t
2546 ____________________________________________________________________________
2547 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
2548         Log: dTHX works on its own just fine.
2549      Branch: perl
2550            ! ext/DynaLoader/dl_aix.xs
2551 ____________________________________________________________________________
2552 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
2553         Log: Must hold off building s2p until there's a miniperl.
2554      Branch: perl
2555            ! Makefile.SH
2556 ____________________________________________________________________________
2557 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
2558         Log: AIX: strerror_r() needs dTHX.
2559      Branch: perl
2560            ! ext/DynaLoader/dl_aix.xs
2561 ____________________________________________________________________________
2562 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
2563         Log: Extracting the s2p may require the right dynlibpath.
2564      Branch: perl
2565            ! Makefile.SH
2566 ____________________________________________________________________________
2567 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
2568         Log: Doc tweaks.
2569      Branch: perl
2570            ! ext/Time/HiRes/HiRes.pm
2571 ____________________________________________________________________________
2572 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
2573         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
2574              From: Michael G Schwern <schwern@pobox.com>
2575              Date: Thu, 11 Apr 2002 01:25:26 -0400
2576              Message-ID: <20020411052525.GA17038@blackrider>
2577      Branch: perl
2578            + lib/ExtUtils/t/INST_PREFIX.t
2579            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
2580            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2581            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2582            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
2583            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2584            ! lib/ExtUtils/t/prefixify.t
2585 ____________________________________________________________________________
2586 [ 15855] By: nick                                  on 2002/04/11  06:26:44
2587         Log: Integrate mainline
2588      Branch: perlio
2589           !> (integrate 42 files)
2590 ____________________________________________________________________________
2591 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
2592         Log: Unused variables.
2593      Branch: perl
2594            ! ext/threads/shared/shared.xs ext/threads/threads.xs
2595 ____________________________________________________________________________
2596 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
2597         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
2598              From: Ilya Martynov <ilya@martynov.org>
2599              Date: 11 Apr 2002 03:21:17 +0400
2600              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
2601      Branch: perl
2602            ! lib/Term/ReadLine.pm
2603 ____________________________________________________________________________
2604 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
2605         Log: Upgrade to Encode 1.33, from Dan Kogai.
2606      Branch: perl
2607            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2608            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
2609            ! ext/Encode/lib/Encode/Supported.pod
2610            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
2611            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
2612            ! ext/Encode/ucm/adobeSymbol.ucm
2613            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
2614 ____________________________________________________________________________
2615 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
2616         Log: Backward portability from Dan Kogai.
2617      Branch: perl
2618            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
2619            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
2620            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
2621            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
2622            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
2623            ! ext/Storable/t/store.t ext/Storable/t/tied.t
2624            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
2625            ! ext/Storable/t/utf8.t
2626 ____________________________________________________________________________
2627 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
2628         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
2629              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
2630              bug in B::walkoptree still to be fixed.
2631      Branch: perl
2632            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
2633 ____________________________________________________________________________
2634 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
2635         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
2636              From: Philip Newton <Philip.Newton@gmx.net>
2637              Date: Wed, 10 Apr 2002 21:29:58 +0200
2638              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
2639      Branch: perl
2640            ! pod/perldelta.pod
2641 ____________________________________________________________________________
2642 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
2643         Log: Integrate perlio;
2644              
2645              Add a \t to Win32 pm_to_blib $(TOUCH) line.
2646      Branch: perl
2647           !> lib/ExtUtils/MM_Win32.pm
2648 ____________________________________________________________________________
2649 [ 15847] By: nick                                  on 2002/04/10  13:08:29
2650         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
2651      Branch: perlio
2652            ! lib/ExtUtils/MM_Win32.pm
2653 ____________________________________________________________________________
2654 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
2655         Log: Try to fool old AIX when threading, from Merijn.
2656      Branch: perl
2657            ! perl.h
2658 ____________________________________________________________________________
2659 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
2660         Log: Update Changes.
2661      Branch: perl
2662            ! Changes patchlevel.h
2663 ____________________________________________________________________________
2664 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
2665         Log: Welcome to the 5.7.3.
2666      Branch: perl
2667            ! NetWare/Makefile win32/Makefile
2668 ____________________________________________________________________________
2669 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
2670         Log: Make x2p/s2p part of the test_prep target now that we
2671              have a test for it.
2672      Branch: perl
2673            ! Makefile.SH
2674 ____________________________________________________________________________
2675 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
2676         Log: Integrate perlio.
2677              
2678              We have been 5.7.3 for a while - install there ...
2679      Branch: perl
2680           !> win32/makefile.mk
2681 ____________________________________________________________________________
2682 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
2683         Log: SImilarly to old HP-UX, in old AIX too including
2684              crypt.h leads into trouble.  (from Merijn)
2685      Branch: perl
2686            ! hints/aix.sh
2687 ____________________________________________________________________________
2688 [ 15840] By: nick                                  on 2002/04/10  10:04:19
2689         Log: We have been 5.7.3 for a while - install there ...
2690      Branch: perlio
2691            ! win32/makefile.mk
2692 ____________________________________________________________________________
2693 [ 15839] By: nick                                  on 2002/04/10  10:03:46
2694         Log: Intgrate mainline
2695      Branch: perlio
2696           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
2697            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
2698            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
2699           !> (integrate 40 files)
2700 ____________________________________________________________________________
2701 [ 15838] By: ams                                   on 2002/04/10  04:16:45
2702         Log: Subject: [PATCH] ext/attrs.t getting skipped
2703              From: "Craig A. Berry" <craigberry@mac.com>
2704              Date: Tue, 9 Apr 2002 23:58:49 -0500
2705              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
2706      Branch: perl
2707            ! t/TEST
2708 ____________________________________________________________________________
2709 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
2710         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
2711              From: Michael G Schwern <schwern@pobox.com>
2712              Date: Tue, 9 Apr 2002 20:52:55 -0400
2713              Message-ID: <20020410005254.GI8954@blackrider>
2714      Branch: perl
2715            ! t/op/sub_lval.t
2716 ____________________________________________________________________________
2717 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
2718         Log: Undo accident in #15385.
2719      Branch: metaconfig/U/perl
2720            ! Extensions.U
2721 ____________________________________________________________________________
2722 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
2723         Log: Retract the UTF-8 filenames patch.  This may be
2724              better dealt with in Perl level, a la File::Spec
2725              (since the whole mess is strongly filesystem-specific).
2726      Branch: metaconfig/U/perl
2727            + usecjk.U
2728            ! Extensions.U
2729      Branch: perl
2730            - ext/File/Glob/t/utf8.t
2731            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
2732            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
2733            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2734            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
2735            ! t/op/readdir.t
2736 ____________________________________________________________________________
2737 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
2738         Log: Upgrade to Encode 1.32, from Dan Kogai.
2739      Branch: perl
2740            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
2741            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
2742            - ext/Encode/ucm/macGurmukhi.ucm
2743            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
2744            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
2745            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
2746            ! ext/Encode/lib/Encode/Encoder.pm
2747            ! ext/Encode/lib/Encode/Supported.pod
2748            ! ext/Encode/lib/Encode/Unicode.pm
2749            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
2750            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
2751 ____________________________________________________________________________
2752 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
2753         Log: Add tests for s2p/psed, from Wolfgang Laun.
2754      Branch: perl
2755            + t/x2p/s2p.t
2756            ! MANIFEST t/TEST
2757 ____________________________________________________________________________
2758 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
2759         Log: FAQ sync.
2760      Branch: perl
2761            ! pod/perlfaq2.pod pod/perlfaq3.pod
2762 ____________________________________________________________________________
2763 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
2764         Log: Remove false dependency between getgrent and setpwent
2765              having/not having FILE**.  Also make the names of the
2766              {set,get,end}* interface struct members a bit shorter.
2767      Branch: perl
2768            ! reentr.c reentr.h reentr.pl
2769 ____________________________________________________________________________
2770 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
2771         Log: Avoid bad prototypes.
2772      Branch: perl
2773            ! hints/hpux.sh
2774 ____________________________________________________________________________
2775 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
2776         Log: metaconfig unit change for #15828.
2777      Branch: metaconfig
2778            ! U/protos/Protochk.U
2779 ____________________________________________________________________________
2780 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
2781         Log: As Merijn points out, pthread.h really needs to be known
2782              by protochk.
2783      Branch: perl
2784            ! Configure
2785 ____________________________________________________________________________
2786 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
2787         Log: Integrate perlio;
2788              
2789              Patch up Encode for Tk
2790      Branch: perl
2791           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
2792           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
2793 ____________________________________________________________________________
2794 [ 15826] By: nick                                  on 2002/04/09  12:38:25
2795         Log: Patch up Encode for Tk
2796      Branch: perlio
2797            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
2798            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
2799 ____________________________________________________________________________
2800 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
2801         Log: Portability tweak.
2802      Branch: perl
2803            ! lib/File/CheckTree.t
2804 ____________________________________________________________________________
2805 [ 15824] By: sky                                   on 2002/04/09  10:51:07
2806         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
2807              From: Abigail <abigail@osp.nl>
2808              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
2809              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
2810      Branch: perl
2811            ! pod/perlhist.pod
2812 ____________________________________________________________________________
2813 [ 15823] By: nick                                  on 2002/04/09  08:17:59
2814         Log: Integrate mainline
2815      Branch: perlio
2816           +> ext/Encode/lib/Encode/Config.pm
2817           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
2818           !> (integrate 37 files)
2819 ____________________________________________________________________________
2820 [ 15822] By: ams                                   on 2002/04/09  06:43:50
2821         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
2822              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2823              Date: Tue, 09 Apr 2002 02:00:51 -0400
2824              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
2825      Branch: perl
2826            ! lib/File/CheckTree.pm
2827 ____________________________________________________________________________
2828 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
2829         Log: Small perldelta tweaks.
2830      Branch: perl
2831            ! pod/perldelta.pod
2832 ____________________________________________________________________________
2833 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
2834         Log: File::Checktree update from Paul Grassie.
2835      Branch: perl
2836            ! lib/File/CheckTree.pm lib/File/CheckTree.t
2837 ____________________________________________________________________________
2838 [ 15819] By: ams                                   on 2002/04/08  22:43:48
2839         Log: Subject: patch against t/op/sub_lval.t
2840              From: Jim Cromie <jcromie@divsol.com>
2841              Date: Mon, 08 Apr 2002 17:38:16 -0600
2842              Message-Id: <3CB229E8.9080500@divsol.com>
2843      Branch: perl
2844            ! t/op/sub_lval.t
2845 ____________________________________________________________________________
2846 [ 15818] By: ams                                   on 2002/04/08  22:40:16
2847         Log: Humbly pay homage to the redundancy gods.
2848      Branch: perl
2849            ! mg.c
2850 ____________________________________________________________________________
2851 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
2852         Log: metaconfig mirror #15816.
2853      Branch: metaconfig
2854            ! U/modified/Unix.U
2855 ____________________________________________________________________________
2856 [ 15816] By: ams                                   on 2002/04/08  22:18:32
2857         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
2858      Branch: perl
2859            ! Porting/Glossary
2860 ____________________________________________________________________________
2861 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
2862         Log: Small piconv tweaks (sent to Dan).
2863      Branch: perl
2864            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
2865            ! ext/Encode/lib/Encode/Alias.pm
2866 ____________________________________________________________________________
2867 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
2868         Log: Update Changes.
2869      Branch: perl
2870            ! Changes patchlevel.h
2871 ____________________________________________________________________________
2872 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
2873         Log: FAQ sync.  (Ignoring the few URL differences for now.)
2874      Branch: perl
2875            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
2876            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
2877            ! pod/perlfaq7.pod pod/perlfaq9.pod
2878 ____________________________________________________________________________
2879 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
2880         Log: Upgrade to Encode 1.31, from Dan Kogai.
2881      Branch: perl
2882            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
2883            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2884            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
2885            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
2886 ____________________________________________________________________________
2887 [ 15811] By: ams                                   on 2002/04/08  17:00:37
2888         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
2889              From: Andy Dougherty <doughera@lafayette.edu>
2890              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
2891              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
2892      Branch: perl
2893            ! lib/sort.t pp_sort.c
2894 ____________________________________________________________________________
2895 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
2896         Log: metaconfig unit changes for #15809.
2897      Branch: metaconfig
2898            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
2899 ____________________________________________________________________________
2900 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
2901         Log: Mirroring #15806.
2902      Branch: perl
2903            ! Porting/Glossary Porting/config.sh Porting/config_H
2904 ____________________________________________________________________________
2905 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
2906         Log: metaconfig unit changes for #15807.
2907      Branch: metaconfig
2908            ! U/protos/Protochk.U U/threads/d_asctime_r.U
2909            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
2910            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
2911            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
2912            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
2913            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
2914            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
2915            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
2916            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
2917            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
2918            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
2919            ! U/threads/d_getprotobyname_r.U
2920            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
2921            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
2922            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
2923            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
2924            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
2925            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
2926            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
2927            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
2928            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
2929            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
2930            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
2931            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
2932            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
2933            ! U/threads/i_pthread.U
2934      Branch: perl
2935            ! config_h.SH
2936 ____________________________________________________________________________
2937 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
2938         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
2939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2940              Date: Mon, 08 Apr 2002 14:34:27 +0200
2941              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
2942      Branch: perl
2943            ! Configure hints/hpux.sh reentr.pl
2944 ____________________________________________________________________________
2945 [ 15806] By: ams                                   on 2002/04/08  13:50:43
2946         Log: Subject: [PATCH] Updates to Porting/Glossary
2947              From: Paul_GreenVOS@vos.stratus.com
2948              Date: Mon, 8 Apr 02 10:44 edt
2949              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
2950      Branch: perl
2951            ! Porting/Glossary
2952 ____________________________________________________________________________
2953 [ 15805] By: ams                                   on 2002/04/08  13:47:32
2954         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
2955              coredumps on startup)
2956              From: Michael G Schwern <schwern@pobox.com>
2957              Date: Mon, 8 Apr 2002 10:34:49 -0400
2958              Message-Id: <20020408143449.GB3245@blackrider>
2959      Branch: perl
2960            ! lib/ExtUtils/MM_Unix.pm
2961 ____________________________________________________________________________
2962 [ 15804] By: ams                                   on 2002/04/08  13:29:28
2963         Log: Subject: [PATCH] example in pod/perllexwarn.pod
2964              From: Slaven Rezic <slaven.rezic@berlin.de>
2965              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
2966              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
2967      Branch: perl
2968            ! pod/perllexwarn.pod
2969 ____________________________________________________________________________
2970 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
2971         Log: Upgrade to Encode 1.30, from Dan Kogai. 
2972      Branch: perl
2973            + ext/Encode/lib/Encode/Encoder.pm
2974            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2975            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
2976            ! ext/Encode/lib/Encode/Supported.pod
2977            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
2978            ! ext/Encode/t/grow.t
2979 ____________________________________________________________________________
2980 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
2981         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
2982              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2983              Date: Mon, 08 Apr 2002 01:08:40 +0100
2984              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
2985      Branch: perl
2986            ! ext/MIME/Base64/t/base64.t
2987 ____________________________________________________________________________
2988 [ 15801] By: nick                                  on 2002/04/08  07:28:27
2989         Log: Integrate mainline
2990      Branch: perlio
2991           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
2992           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
2993           +> ext/File/Glob/t/utf8.t
2994           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
2995           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
2996           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
2997            - ext/Encode/lib/Encode/10646_1.pm
2998            - ext/Encode/lib/Encode/Internal.pm
2999            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3000            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
3001            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
3002            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
3003            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
3004            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
3005            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
3006           !> (integrate 157 files)
3007 ____________________________________________________________________________
3008 [ 15800] By: ams                                   on 2002/04/08  07:06:21
3009         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
3010              From: Jan Dubois <JanD@ActiveState.com>
3011              Date: Mon, 08 Apr 2002 00:10:39 -0700
3012              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
3013      Branch: perl
3014            ! lib/ExtUtils/Packlist.pm
3015 ____________________________________________________________________________
3016 [ 15799] By: ams                                   on 2002/04/08  04:50:36
3017         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
3018              From: Stas Bekman <stas@stason.org>
3019              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
3020              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
3021      Branch: perl
3022            ! pod/perlguts.pod
3023 ____________________________________________________________________________
3024 [ 15798] By: ams                                   on 2002/04/08  03:56:52
3025         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
3026      Branch: perl
3027            ! util.c
3028 ____________________________________________________________________________
3029 [ 15797] By: ams                                   on 2002/04/08  01:30:38
3030         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
3031              same line of code. (As suggested by Simon Cozens.)
3032      Branch: perl
3033            ! mg.c
3034 ____________________________________________________________________________
3035 [ 15796] By: ams                                   on 2002/04/08  01:27:24
3036         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
3037              Simon Cozens.
3038      Branch: perl
3039            ! embed.fnc util.c
3040 ____________________________________________________________________________
3041 [ 15795] By: ams                                   on 2002/04/08  01:05:16
3042         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
3043              From: Tom Brown <thecap@peach.ece.utexas.edu>
3044              Date: Sun, 07 Apr 2002 23:20:05 GMT
3045              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
3046      Branch: perl
3047            ! ext/Devel/DProf/DProf.xs
3048 ____________________________________________________________________________
3049 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
3050         Log: Retract #15793 since #15775 should fix the problem.
3051      Branch: perl
3052            ! hv.c
3053 ____________________________________________________________________________
3054 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
3055         Log: (Retracted by #15794)
3056              Subject: [PATCH] hv.c
3057              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3058              Date: Sun, 7 Apr 2002 14:25:48 +0200
3059              Message-ID: <3CB056EC.16340.1119992@localhost>
3060      Branch: perl
3061            ! hv.c
3062 ____________________________________________________________________________
3063 [ 15792] By: ams                                   on 2002/04/07  21:48:49
3064         Log: Make other nits nervous.
3065      Branch: perl
3066            ! gv.c perl.c
3067 ____________________________________________________________________________
3068 [ 15791] By: ams                                   on 2002/04/07  20:31:08
3069         Log: Subject: [MIME::Base64 patch] t/base64.t fix
3070              From: Dan Kogai <dankogai@dan.co.jp>
3071              Date: Mon, 8 Apr 2002 06:19:29 +0900
3072              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
3073      Branch: perl
3074            ! ext/MIME/Base64/t/base64.t
3075 ____________________________________________________________________________
3076 [ 15790] By: ams                                   on 2002/04/07  20:15:52
3077         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
3078              From: Slaven Rezic <slaven.rezic@berlin.de>
3079              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
3080              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
3081      Branch: perl
3082            ! ext/Devel/Peek/Peek.xs
3083 ____________________________________________________________________________
3084 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
3085         Log: Fully qualify in warning message the name of a subroutine redefined
3086              via glob assignment
3087      Branch: perl
3088            ! sv.c t/lib/warnings/op t/lib/warnings/sv
3089 ____________________________________________________________________________
3090 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
3091         Log: Update from Dan Kogai.
3092      Branch: perl
3093            ! ext/Encode/t/Unicode.t
3094 ____________________________________________________________________________
3095 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
3096         Log: Can't right now twist my brain to figure out
3097              the right CR/LF code point mappings in EBCDIC.
3098      Branch: perl
3099            ! lib/Pod/t/eol.t
3100 ____________________________________________________________________________
3101 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
3102         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
3103              From: Nicholas Clark <nick@ccl4.org>
3104              Date: Sun, 7 Apr 2002 15:01:56 +0100
3105              Message-ID: <20020407150156.R10686@plum.flirble.org>
3106      Branch: perl
3107            ! ext/Data/Dumper/Dumper.xs
3108 ____________________________________________________________________________
3109 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
3110         Log: Tpyo.
3111      Branch: perl
3112            ! lib/Pod/t/eol.t
3113 ____________________________________________________________________________
3114 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
3115         Log: EBCDIC branch was forgotten.
3116      Branch: perl
3117            ! ext/Devel/Peek/Peek.t
3118 ____________________________________________________________________________
3119 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
3120         Log: charnames::viacode() was broken, noticed by Jeffrey.
3121      Branch: perl
3122            ! lib/charnames.pm lib/charnames.t
3123 ____________________________________________________________________________
3124 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
3125         Log: Missing files.
3126      Branch: perl
3127            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
3128            ! MANIFEST ext/Encode/MANIFEST
3129 ____________________________________________________________________________
3130 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
3131         Log: (intentionally empty)
3132      Branch: perl
3133            ! MANIFEST sv.h
3134 ____________________________________________________________________________
3135 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
3136         Log: Upgrade to Encode 1.26, from Dan Kogai.
3137      Branch: perl
3138            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
3139            + ext/Encode/ucm/jis0212.ucm
3140            - ext/Encode/lib/Encode/10646_1.pm
3141            - ext/Encode/lib/Encode/Internal.pm
3142            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3143            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
3144            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
3145            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
3146            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
3147            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
3148            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
3149            - ext/Encode/ucm/macRumanian.ucm
3150            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3151            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
3152            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
3153            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
3154            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
3155            ! ext/Encode/lib/Encode/Encoding.pm
3156            ! ext/Encode/lib/Encode/Supported.pod
3157            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
3158            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
3159            ! ext/Encode/ucm/adobeSymbol.ucm
3160            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
3161            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
3162            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
3163            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
3164            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
3165            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
3166            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
3167            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
3168            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
3169            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
3170            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
3171            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
3172            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
3173            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
3174            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
3175            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
3176            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
3177            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
3178            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
3179            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
3180            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
3181            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
3182            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
3183            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
3184            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
3185            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
3186            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
3187            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
3188            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
3189            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
3190            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
3191            ! ext/Encode/ucm/nextstep.ucm
3192 ____________________________________________________________________________
3193 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
3194         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
3195              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
3196              Now, where was my coffee mug...
3197      Branch: perl
3198            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
3199            ! pp_sys.c
3200 ____________________________________________________________________________
3201 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
3202         Log: Subject: [PATCH] MakeMaker basic.t on Win32
3203              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3204              Date: Sun, 7 Apr 2002 14:25:48 +0200
3205              Message-ID: <3CB056EC.27101.1119A3D@localhost>
3206              
3207              Subject: [PATCH] MakeMaker && Win32 && nmake
3208              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3209              Date: Sun, 7 Apr 2002 14:25:48 +0200
3210              Message-ID: <3CB056EC.9001.11199ED@localhost>
3211      Branch: perl
3212            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3213 ____________________________________________________________________________
3214 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
3215         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
3216              From: Philip Newton <Philip.Newton@gmx.net>
3217              Date: Sun, 07 Apr 2002 07:51:49 +0200      
3218              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
3219      Branch: perl
3220            ! utf8.c
3221 ____________________________________________________________________________
3222 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
3223         Log: There was no nice way of getting in UTF-8 filenames:
3224              now one can use in the (new) three-arg form of readdir()
3225              and in File::Glob import a ":utf8" to transparently accept
3226              the filenames as Unicode.  Note that only :utf8 is supported,
3227              not fancier stuff like :encoding(foobar)
3228      Branch: perl
3229            + ext/File/Glob/t/utf8.t
3230            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
3231            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
3232            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3233            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
3234            ! t/op/readdir.t
3235 ____________________________________________________________________________
3236 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
3237         Log: Subject: [PATCH] Re: perl@15772
3238              From: Nicholas Clark <nick@ccl4.org>
3239              Date: Sun, 7 Apr 2002 11:06:42 +0100
3240              Message-ID: <20020407110641.O10686@plum.flirble.org>
3241      Branch: perl
3242            ! hv.c
3243 ____________________________________________________________________________
3244 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
3245         Log: Subject: [PATCH] Re: 15764 breakage
3246              From: Michael G Schwern <schwern@pobox.com>
3247              Date: Sat, 6 Apr 2002 19:14:02 -0500
3248              Message-ID: <20020407001401.GA7076@blackrider>
3249      Branch: perl
3250            ! lib/ExtUtils/MM_Unix.pm
3251 ____________________________________________________________________________
3252 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
3253         Log: Instruction tweak.
3254      Branch: perl
3255            ! README.os390
3256 ____________________________________________________________________________
3257 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
3258         Log: Update Changes.
3259      Branch: perl
3260            ! Changes patchlevel.h
3261 ____________________________________________________________________________
3262 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
3263         Log: Subject: [PATCH] Encode tweaks for VMS
3264              From: Michael G Schwern <schwern@pobox.com>
3265              Date: Sat, 6 Apr 2002 03:26:09 -0500
3266              Message-ID: <20020406082609.GA28758@blackrider>
3267      Branch: perl
3268            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
3269            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
3270            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3271            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3272 ____________________________________________________________________________
3273 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
3274         Log: Prettyprinting and version paranoia.
3275      Branch: perl
3276            ! ext/DB_File/t/db-recno.t
3277 ____________________________________________________________________________
3278 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
3279         Log: Be explicit about the two DB_File tests croaking
3280              in Mac OS X.
3281      Branch: perl
3282            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3283 ____________________________________________________________________________
3284 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
3285         Log: Regen toc.
3286      Branch: perl
3287            ! pod/perltoc.pod
3288 ____________________________________________________________________________
3289 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
3290         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
3291              From: Benjamin Goldberg <goldbb2@earthlink.net>
3292              Date: Fri, 05 Apr 2002 19:15:42 -0500
3293              Message-ID: <3CAE3E2E.8483505@earthlink.net>
3294      Branch: perl
3295            ! hv.h
3296 ____________________________________________________________________________
3297 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
3298         Log: Underline that the current implementation is not
3299              guaranteed to be forever; and reformat a bit.
3300      Branch: perl
3301            ! lib/utf8.pm
3302 ____________________________________________________________________________
3303 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
3304         Log: Subject: Weak spots in the utf8 manpage
3305              From: andreas.koenig@anima.de (Andreas J. Koenig)
3306              Date: Fri, 05 Apr 2002 10:08:44 +0200      
3307              Message-ID: <m3u1qqefeb.fsf@anima.de>      
3308      Branch: perl
3309            ! lib/utf8.pm
3310 ____________________________________________________________________________
3311 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
3312         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
3313              From: Michael G Schwern <schwern@pobox.com>
3314              Date: Sat, 6 Apr 2002 03:22:03 -0500
3315              Message-ID: <20020406082203.GA28713@blackrider>
3316      Branch: perl
3317            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3318            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3319            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
3320            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
3321            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
3322            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3323            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3324            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3325            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
3326            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
3327 ____________________________________________________________________________
3328 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
3329         Log: No need to avoid utf8 warnings after #15762.
3330      Branch: perl
3331            ! lib/Unicode/Collate.pm
3332 ____________________________________________________________________________
3333 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
3334         Log: As noted by Philip Newton: nothing wrong with BOM,
3335              but 0xFFFE quite wrong.
3336      Branch: perl
3337            ! t/lib/warnings/utf8 utf8.c utf8.h
3338 ____________________________________________________________________________
3339 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
3340         Log: Explain the "gaps" in the UTF-8 encoding.
3341      Branch: perl
3342            ! pod/perlunicode.pod utf8.h
3343 ____________________________________________________________________________
3344 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
3345         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
3346              From: Nicholas Clark <nick@unfortu.net>
3347              Date: Sat, 6 Apr 2002 14:54:51 +0100
3348              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
3349      Branch: perl
3350            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3351 ____________________________________________________________________________
3352 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
3353         Log: Signedness nits.
3354      Branch: perl
3355            ! hv.c
3356 ____________________________________________________________________________
3357 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
3358         Log: Make hv_notallowed a static as suggested by Nick Clark;
3359              and synchronize the nomenclature to talk about restricted
3360              (not fixed) hashes.
3361      Branch: perl
3362            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
3363            ! proto.h
3364 ____________________________________________________________________________
3365 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
3366         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
3367              From: Nicholas Clark <nick@unfortu.net>
3368              Date: Sat, 6 Apr 2002 00:21:17 +0100
3369              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
3370              
3371              (with the last one reversed)
3372      Branch: perl
3373            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
3374            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
3375 ____________________________________________________________________________
3376 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
3377         Log: Update the warning message.
3378      Branch: perl
3379            ! README.tru64
3380 ____________________________________________________________________________
3381 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
3382         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
3383              From: Dan Kogai <dankogai@dan.co.jp>
3384              Date: Sat, 6 Apr 2002 06:08:40 +0900
3385              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
3386      Branch: perl
3387            ! pod/perlunicode.pod
3388 ____________________________________________________________________________
3389 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
3390         Log: Some tests were failing silently instead of saying "not ok"
3391      Branch: perl
3392            ! t/comp/proto.t
3393 ____________________________________________________________________________
3394 [ 15753] By: nick                                  on 2002/04/05  19:30:12
3395         Log: Integrate mainline
3396      Branch: perlio
3397           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
3398           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
3399           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
3400 ____________________________________________________________________________
3401 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
3402         Log: Minor Tie::File test patch, from mjd.
3403      Branch: perl
3404            ! lib/Tie/File/t/24_cache_loop.t
3405 ____________________________________________________________________________
3406 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
3407         Log: Not *that* different line endings (noticed by Philip Newton)
3408      Branch: perl
3409            ! pod/perldelta.pod
3410 ____________________________________________________________________________
3411 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
3412         Log: Retract #15745 for now; won't work without more Encode fixes.
3413      Branch: perl
3414            ! ext/Encode/lib/Encode/10646_1.pm
3415 ____________________________________________________________________________
3416 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
3417         Log: metaconfig unit change for #15748.
3418      Branch: metaconfig
3419            ! U/modified/Oldconfig.U
3420 ____________________________________________________________________________
3421 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
3422         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
3423              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3424              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
3425              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
3426      Branch: perl
3427            ! Configure
3428 ____________________________________________________________________________
3429 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
3430         Log: NetWare update from C Aditya.
3431      Branch: perl
3432            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
3433 ____________________________________________________________________________
3434 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
3435         Log: Win32 pacifying from mjd.
3436      Branch: perl
3437            ! lib/Tie/File/t/26_twrite.t
3438 ____________________________________________________________________________
3439 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
3440         Log: Integrate perlio;
3441              
3442              Not only did UCS-2 have dodgy name it was buggy.
3443      Branch: perl
3444           !> ext/Encode/lib/Encode/10646_1.pm
3445 ____________________________________________________________________________
3446 [ 15744] By: nick                                  on 2002/04/05  13:02:36
3447         Log: Not only did UCS-2 have dodgy name it was buggy.
3448      Branch: perlio
3449            ! ext/Encode/lib/Encode/10646_1.pm
3450 ____________________________________________________________________________
3451 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
3452         Log: Subject: Patch for bug ID 20020221.007
3453              From: Archer Sully <archer@meer.net>
3454              Date: Thu, 4 Apr 2002 21:45:34 -0700
3455              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
3456              
3457              Fix for "[ID 20020221.007] SEGV in Storable with empty string
3458              scalar object" (dclone)
3459      Branch: perl
3460            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
3461 ____________________________________________________________________________
3462 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
3463         Log: Subject: Re: lib/sort.t failure 
3464              From: "John P. Linderman" <jpl@research.att.com>
3465              Date: Fri, 05 Apr 2002 06:19:07 -0500
3466              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
3467              
3468              with a minor formatting tweak
3469      Branch: perl
3470            ! pod/perlfunc.pod
3471 ____________________________________________________________________________
3472 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
3473         Log: Subject: Re: lib/sort.t failure (and [PATCH])
3474              From: "John P. Linderman" <jpl@research.att.com>
3475              Date: Fri, 05 Apr 2002 07:13:27 -0500
3476              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
3477      Branch: perl
3478            ! lib/sort.t
3479 ____________________________________________________________________________
3480 [ 15740] By: nick                                  on 2002/04/05  09:31:42
3481         Log: Integrate mainline
3482      Branch: perlio
3483           +> (branch 49 files)
3484           !> (integrate 82 files)
3485 ____________________________________________________________________________
3486 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
3487         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
3488              From: Dan Kogai <dankogai@dan.co.jp>
3489              Date: Fri, 5 Apr 2002 11:52:50 +0900
3490              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
3491      Branch: perl
3492            ! ext/Encode/t/Aliases.t
3493 ____________________________________________________________________________
3494 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
3495         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
3496              From: Dan Kogai <dankogai@dan.co.jp>
3497              Date: Fri, 5 Apr 2002 11:39:55 +0900
3498              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
3499      Branch: perl
3500            ! ext/Encode/lib/Encode/Alias.pm
3501 ____________________________________________________________________________
3502 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
3503         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
3504              From: Ilmari Karonen <iltzu@sci.fi>
3505              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
3506              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
3507      Branch: perl
3508            ! gv.c t/op/method.t
3509 ____________________________________________________________________________
3510 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
3511         Log: I was fooled for a while, somebody else might be too.
3512      Branch: perl
3513            ! t/test.pl
3514 ____________________________________________________________________________
3515 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
3516         Log: test.pl-ify.
3517      Branch: perl
3518            ! t/op/method.t
3519 ____________________________________________________________________________
3520 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
3521         Log: Upgrade to Encode 1.20, from Dan Kogai.
3522      Branch: perl
3523            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
3524            + ext/Encode/ucm/adobeSymbol.ucm
3525            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
3526            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
3527            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
3528            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
3529            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
3530            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
3531            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
3532            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
3533            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
3534            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
3535            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
3536            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
3537            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
3538            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
3539            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
3540            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
3541            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
3542            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
3543            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
3544            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
3545            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
3546            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
3547            + ext/Encode/ucm/macSymbol.ucm
3548            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
3549            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
3550            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
3551            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3552            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3553            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
3554            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3555            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3556            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
3557            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
3558            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
3559            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
3560            ! ext/Encode/lib/Encode/Alias.pm
3561            ! ext/Encode/lib/Encode/Supported.pod
3562            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3563            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
3564            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
3565            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
3566            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
3567            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
3568            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
3569            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
3570            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
3571            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
3572            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
3573            ! ext/Encode/ucm/nextstep.ucm
3574 ____________________________________________________________________________
3575 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
3576         Log: Subject: left-over "use 5.7.2" in threads.pm
3577              From: Slaven Rezic <slaven.rezic@berlin.de>
3578              Date: 21 Mar 2002 23:18:13 +0100
3579              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
3580      Branch: perl
3581            ! ext/threads/threads.pm
3582 ____________________________________________________________________________
3583 [ 15732] By: ams                                   on 2002/04/04  17:08:13
3584         Log: Subject: [PATCH 5.7.3 DOCS]
3585              From: mjd@plover.com
3586              Date: 4 Apr 2002 15:59:39 -0000
3587              Message-Id: <20020404155939.6754.qmail@plover.com>
3588      Branch: perl
3589            ! pod/perlfaq9.pod
3590 ____________________________________________________________________________
3591 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
3592         Log: metaconfig unit change for #15730.
3593      Branch: metaconfig
3594            ! U/threads/usethreads.U
3595 ____________________________________________________________________________
3596 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
3597         Log: Subject: Re: lib/sort.t failure [PATCH]
3598              From: Andy Dougherty <doughera@lafayette.edu>
3599              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
3600              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
3601              
3602              Default to usethreads in case the user most probably forgot it.
3603      Branch: perl
3604            ! Configure
3605 ____________________________________________________________________________
3606 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
3607         Log: Typo nits from Wolfgang Laun.
3608      Branch: perl
3609            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
3610 ____________________________________________________________________________
3611 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
3612         Log: Detypo in diagnostics.
3613      Branch: perl
3614            ! lib/locale.t
3615 ____________________________________________________________________________
3616 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
3617         Log: pod2html: try to be EOL agnostic.
3618              (Needs testing on CRLF and CR platforms.)
3619      Branch: perl
3620            + lib/Pod/t/eol.t
3621            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
3622 ____________________________________________________________________________
3623 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
3624         Log: Subject: [PATCH} Pod::HTML and HTML4
3625              From: Robert Spier <rspier@pobox.com>
3626              Date: Wed, 03 Apr 2002 16:26:21 -0800
3627              Message-ID: <3CAB9DAD.20305@pobox.com>
3628      Branch: perl
3629            ! lib/Pod/Html.pm
3630 ____________________________________________________________________________
3631 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
3632         Log: Byebye, beebee.
3633      Branch: perl
3634            ! t/lib/warnings/perlio
3635 ____________________________________________________________________________
3636 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
3637         Log: Subject: Re: enc2xs needs portable way to know it's in the core
3638              From: PPrymmer@factset.com
3639              Date: Wed, 3 Apr 2002 14:29:32 -0500
3640              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
3641      Branch: perl
3642            ! configure.com
3643 ____________________________________________________________________________
3644 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
3645         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
3646              From: Dominic Dunlop <domo@computer.org>
3647              Date: Wed, 3 Apr 2002 22:44:01 +0200
3648              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
3649      Branch: perl
3650            ! lib/File/Spec/t/rel2abs2rel.t
3651 ____________________________________________________________________________
3652 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
3653         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
3654              From: Paul_GreenVOS@vos.stratus.com
3655              Date: Wed, 3 Apr 02 16:34 est
3656              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
3657      Branch: perl
3658            ! pp_pack.c
3659 ____________________________________________________________________________
3660 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
3661         Log: Upgrade to Tie::File 0.93, from mjd.
3662      Branch: perl
3663            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3664            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
3665            ! lib/Tie/File/t/41_heap.t
3666 ____________________________________________________________________________
3667 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
3668         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
3669              From: Andy Dougherty <doughera@lafayette.edu>
3670              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
3671              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
3672      Branch: perl
3673            ! lib/AnyDBM_File.t
3674 ____________________________________________________________________________
3675 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
3676         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
3677              and ccflags including -DNO_LOCALE
3678      Branch: perl
3679            ! perl.h
3680 ____________________________________________________________________________
3681 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
3682         Log: EPOC tweaks from Olaf Flebbe.
3683      Branch: perl
3684            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
3685 ____________________________________________________________________________
3686 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
3687         Log: Subject: [PATCH] Set @INC earlier
3688              From: Andy Dougherty <doughera@lafayette.edu>
3689              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
3690              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
3691      Branch: perl
3692            ! lib/AnyDBM_File.t lib/sort.t
3693 ____________________________________________________________________________
3694 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
3695         Log: perlcompile.pod was listing all B:: modules, except B::Concise
3696              (resubmitted)
3697      Branch: perl
3698            ! pod/perlcompile.pod
3699 ____________________________________________________________________________
3700 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
3701         Log: perlcompile.pod was listing all B:: modules, except B::Concise
3702      Branch: perl
3703            ! pod/perlcompile.pod
3704 ____________________________________________________________________________
3705 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
3706         Log: non-perlio robustness.
3707      Branch: perl
3708            ! ext/Socket/socketpair.t lib/utf8.t
3709 ____________________________________________________________________________
3710 [ 15713] By: nick                                  on 2002/04/03  18:06:49
3711         Log: Integrate mainline
3712      Branch: perlio
3713           +> lib/Tie/File/t/41_heap.t
3714           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
3715           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
3716           !> regexec.c t/op/re_tests t/op/tiearray.t
3717 ____________________________________________________________________________
3718 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
3719         Log: Tweak for 8.3 compat.
3720      Branch: perl
3721            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
3722            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
3723            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
3724            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
3725            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
3726            ! ext/Encode/bin/enc2xs
3727 ____________________________________________________________________________
3728 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
3729         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
3730              From: Mark-Jason Dominus <mjd@plover.com>
3731              Date: Wed, 03 Apr 2002 13:04:40 -0500
3732              Message-ID: <20020403180440.7614.qmail@plover.com>
3733      Branch: perl
3734            ! t/op/tiearray.t
3735 ____________________________________________________________________________
3736 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
3737         Log: Forgotten.
3738      Branch: perl
3739            + lib/Tie/File/t/41_heap.t
3740            ! MANIFEST
3741 ____________________________________________________________________________
3742 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
3743         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
3744              From: Mark Kvale <kvale@phy.ucsf.edu>
3745              Date: Tue, 2 Apr 2002 13:57:37 -0800
3746              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
3747      Branch: perl
3748            ! t/op/re_tests
3749 ____________________________________________________________________________
3750 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
3751         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
3752              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
3753              Date: Wed, 03 Apr 2002 03:34:34 +0100
3754              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
3755      Branch: perl
3756            ! regcomp.c
3757 ____________________________________________________________________________
3758 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
3759         Log: The leavetry crash should now be history.
3760      Branch: perl
3761            ! t/op/tiearray.t
3762 ____________________________________________________________________________
3763 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
3764         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
3765              From: Michael G Schwern <schwern@pobox.com>
3766              Date: Wed, 3 Apr 2002 10:56:44 -0500
3767              Message-ID: <20020403155644.GC916@blackrider>
3768      Branch: perl
3769            ! lib/ExtUtils/MM_Win95.pm
3770 ____________________________________________________________________________
3771 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
3772         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
3773              From: Dave Mitchell <davem@fdgroup.com>
3774              Date: Wed, 3 Apr 2002 02:08:26 +0100
3775              Message-ID: <20020403020825.B16724@fdgroup.com>
3776      Branch: perl
3777            ! pp_ctl.c
3778 ____________________________________________________________________________
3779 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
3780         Log: Prototype tweak for non-threaded builds.
3781      Branch: perl
3782            ! perl.c
3783 ____________________________________________________________________________
3784 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
3785         Log: Detached threads do not help; they still hold resources.
3786      Branch: perl
3787            ! ext/threads/threads.pm pod/perldiag.pod
3788 ____________________________________________________________________________
3789 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
3790         Log: Doc tweak from Wolfgang Laun.
3791      Branch: perl
3792            ! lib/File/Compare.pm
3793 ____________________________________________________________________________
3794 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
3795         Log: Subject: [PATCH bleadperl] regexec.c
3796              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3797              Date: Wed, 3 Apr 2002 11:13:30 +0200
3798              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
3799      Branch: perl
3800            ! regexec.c
3801 ____________________________________________________________________________
3802 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
3803         Log: Document the "Cleanup skipped ..." warning.
3804      Branch: perl
3805            ! ext/threads/threads.pm pod/perldiag.pod
3806 ____________________________________________________________________________
3807 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
3808         Log: Integrate perlio;
3809              
3810              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
3811              
3812              Fix segfaults when mainthread exits with other threads running:
3813              - track number of running threads
3814              - if main thread calls perl_destruct() with other threads running
3815              skip most of cleanup (with a warning).
3816      Branch: perl
3817           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
3818           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
3819           !> pod/perlapi.pod proto.h
3820 ____________________________________________________________________________
3821 [ 15698] By: nick                                  on 2002/04/03  13:15:30
3822         Log: Fix segfaults when mainthread exits with other threads running:
3823              - track number of running threads
3824              - if main thread calls perl_destruct() with other threads running
3825              skip most of cleanup (with a warning).
3826      Branch: perlio
3827            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
3828            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
3829 ____________________________________________________________________________
3830 [ 15697] By: nick                                  on 2002/04/03  07:34:13
3831         Log: Integrate mainline
3832      Branch: perlio
3833           +> lib/Net/Ping/t/250_ping_hires.t
3834           !> (integrate 33 files)
3835 ____________________________________________________________________________
3836 [ 15696] By: nick                                  on 2002/04/03  06:41:58
3837         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
3838      Branch: perlio
3839            ! lib/ExtUtils/xsubpp
3840 ____________________________________________________________________________
3841 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
3842         Log: Subject: [PATCH @15047] debugger
3843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3844              Date: Sat, 16 Mar 2002 04:38:50 -0500
3845              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
3846      Branch: perl
3847            ! lib/perl5db.pl
3848 ____________________________________________________________________________
3849 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
3850         Log: Third Degree flags.
3851      Branch: perl
3852            ! Makefile.SH
3853 ____________________________________________________________________________
3854 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
3855         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
3856              From: Mark-Jason Dominus <mjd@plover.com>
3857              Date: Tue, 02 Apr 2002 16:35:11 -0500
3858              Message-ID: <20020402213511.27781.qmail@plover.com>
3859              
3860              (tweaked)
3861      Branch: perl
3862            ! pod/perlfunc.pod
3863 ____________________________________________________________________________
3864 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
3865         Log: Upgrade to Tie::File 0.92, from mjd.
3866      Branch: perl
3867            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3868            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
3869            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
3870            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
3871            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
3872            ! lib/Tie/File/t/40_abs_cache.t
3873 ____________________________________________________________________________
3874 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
3875         Log: Subject: [PATCH] Update my email address in perl.c
3876              From: Paul_GreenVOS@vos.stratus.com
3877              Date: Tue, 2 Apr 02 15:27 est
3878              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
3879      Branch: perl
3880            ! AUTHORS perl.c
3881 ____________________________________________________________________________
3882 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
3883         Log: POD fix.
3884      Branch: perl
3885            ! pod/perldelta.pod
3886 ____________________________________________________________________________
3887 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
3888         Log: What started as a small nit (the charnames test, nit found
3889              be Hugo), ballooned a bit... the goal is Larry's wish that
3890              illegal Unicode (such as U+FFFF) by default doesn't warn,
3891              since what if somebody WANTS to create illegal Unicode?
3892              Now getting close to this in the regex runtime.
3893              (Also, fix more of my fixation that BOM would be U+FFFE.)
3894      Branch: perl
3895            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
3896            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
3897 ____________________________________________________________________________
3898 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
3899         Log: Talk more about Net::Ping.
3900      Branch: perl
3901            ! pod/perldelta.pod
3902 ____________________________________________________________________________
3903 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
3904         Log: Upgrade to Net::Ping 2.14.
3905      Branch: perl
3906            + lib/Net/Ping/t/250_ping_hires.t
3907            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
3908            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
3909            ! lib/Net/Ping/t/140_stream_inst.t
3910 ____________________________________________________________________________
3911 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
3912         Log: XML::Parser 2.31 should be out shortly.
3913      Branch: perl
3914            ! pod/perldelta.pod
3915 ____________________________________________________________________________
3916 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
3917         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
3918              From: George Necula <necula@eecs.berkeley.edu>
3919              Date: Tue, 2 Apr 2002 10:22:41 -0800
3920              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
3921      Branch: perl
3922            ! lib/File/Spec/Cygwin.pm
3923 ____________________________________________________________________________
3924 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
3925         Log: EBCDIC test tweak.
3926      Branch: perl
3927            ! pod/perldelta.pod t/uni/case.pl
3928 ____________________________________________________________________________
3929 [ 15683] By: nick                                  on 2002/04/02  15:36:17
3930         Log: Integrate mainline
3931      Branch: perlio
3932           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
3933           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
3934           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
3935 ____________________________________________________________________________
3936 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
3937         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
3938              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3939              Date: Tue, 2 Apr 2002 00:37:08 -0500
3940              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
3941      Branch: perl
3942            ! os2/os2ish.h perlio.c
3943 ____________________________________________________________________________
3944 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
3945         Log: Subject: [PATCH @15047] debugger again
3946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3947              Date: Tue, 2 Apr 2002 00:30:31 -0500
3948              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
3949      Branch: perl
3950            ! lib/perl5db.pl
3951 ____________________________________________________________________________
3952 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
3953         Log: Subject: [PATCH @15047] test() in CPAN.pm
3954              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3955              Date: Tue, 2 Apr 2002 00:46:45 -0500
3956              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
3957      Branch: perl
3958            ! lib/CPAN.pm
3959 ____________________________________________________________________________
3960 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
3961         Log: Sync with libnet-1.11
3962      Branch: perl
3963            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
3964            ! lib/Net/SMTP.pm
3965 ____________________________________________________________________________
3966 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
3967         Log: NetWare tweaks from C Aditya.
3968      Branch: perl
3969            ! NetWare/t/NWScripts.pl scope.c
3970 ____________________________________________________________________________
3971 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
3972         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
3973              From: Dan Kogai <dankogai@dan.co.jp>
3974              Date: Tue, 2 Apr 2002 22:21:47 +0900
3975              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
3976      Branch: perl
3977            ! ext/Encode/Encode.xs
3978 ____________________________________________________________________________
3979 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
3980         Log: Integrate perlio;
3981              
3982              Calculate buffer size needs in float to avoid 32-bit overflow.
3983              
3984              Add buffer size growth test.
3985      Branch: perl
3986           +> ext/Encode/t/grow.t
3987           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
3988 ____________________________________________________________________________
3989 [ 15675] By: nick                                  on 2002/04/02  07:49:41
3990         Log: Add buffer size growth test.
3991      Branch: perlio
3992            + ext/Encode/t/grow.t
3993            ! MANIFEST ext/Encode/MANIFEST
3994 ____________________________________________________________________________
3995 [ 15674] By: nick                                  on 2002/04/02  07:40:49
3996         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
3997      Branch: perlio
3998            ! ext/Encode/Encode.xs
3999 ____________________________________________________________________________
4000 [ 15673] By: nick                                  on 2002/04/02  07:40:06
4001         Log: Integrate mainline
4002      Branch: perlio
4003           +> (branch 102 files)
4004            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4005            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4006            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4007            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4008            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4009            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4010            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4011            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4012            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
4013            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
4014            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
4015            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
4016            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
4017            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
4018            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
4019            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
4020            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
4021            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
4022            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
4023            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
4024            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
4025            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
4026            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
4027            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
4028            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
4029            - ext/Encode/Encode/macCentEuro.ucm
4030            - ext/Encode/Encode/macCroatian.ucm
4031            - ext/Encode/Encode/macCyrillic.ucm
4032            - ext/Encode/Encode/macDingbats.ucm
4033            - ext/Encode/Encode/macGreek.ucm
4034            - ext/Encode/Encode/macIceland.ucm
4035            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4036            - ext/Encode/Encode/macRumanian.ucm
4037            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4038            - ext/Encode/Encode/macTurkish.ucm
4039            - ext/Encode/Encode/macUkraine.ucm
4040            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4041            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
4042            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
4043            - ext/Encode/compile ext/Encode/encode.h
4044            - ext/Encode/lib/Encode/CN/2022_CN.pm
4045            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
4046            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4047            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
4048            - lib/unicore/PropertyValueAliases.txt
4049           !> (integrate 143 files)
4050 ____________________________________________________________________________
4051 [ 15672] By: ams                                   on 2002/04/02  04:42:44
4052         Log: Win32 fix for Tie::File from MJD.
4053      Branch: perl
4054            ! lib/Tie/File.pm
4055 ____________________________________________________________________________
4056 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
4057         Log: Add a few tests to the timing-sensitive list.
4058      Branch: perl
4059            ! INSTALL
4060 ____________________________________________________________________________
4061 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
4062         Log: Subject: [PATCH sort.t] extensive regression testing
4063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4064              Date: Mon, 1 Apr 2002 23:50:24 +0200
4065              Message-ID: <20020401235024.E677@rafael>
4066      Branch: perl
4067            ! lib/sort.t
4068 ____________________________________________________________________________
4069 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
4070         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
4071              From: Nicholas Clark <nick@unfortu.net>
4072              Date: Mon, 1 Apr 2002 21:54:05 +0100
4073              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
4074      Branch: perl
4075            ! lib/Memoize/t/errors.t
4076 ____________________________________________________________________________
4077 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
4078         Log: Subject: getting rid of a few superfluous $&/$`
4079              From: Jeffrey Friedl <jfriedl@yahoo.com>
4080              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
4081              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
4082              
4083              (with more-backward-compat than just using @- and @+, also by Jeffrey)
4084              
4085              (The version number of Text::Balanced intentionally not
4086              increased since Damian will make a new release after 5.8)
4087      Branch: perl
4088            ! lib/Pod/Html.pm lib/Text/Balanced.pm
4089 ____________________________________________________________________________
4090 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
4091         Log: Subject: [PATCH 5.7.3 TESTS]
4092              From: mjd@plover.com
4093              Date: 1 Apr 2002 20:32:18 -0000
4094              Message-ID: <20020401203218.25230.qmail@plover.com>
4095      Branch: perl
4096            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
4097            ! t/op/tiearray.t t/test.pl
4098 ____________________________________________________________________________
4099 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
4100         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
4101              From: Paul_GreenVOS@vos.stratus.com
4102              Date: Mon, 1 Apr 02 15:15 est
4103              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
4104      Branch: perl
4105            ! iperlsys.h
4106 ____________________________________________________________________________
4107 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
4108         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
4109              From: Paul_GreenVOS@vos.stratus.com
4110              Date: Mon, 1 Apr 02 14:11 est
4111              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
4112      Branch: perl
4113            ! lib/ExtUtils/MM_Unix.pm
4114 ____________________________________________________________________________
4115 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
4116         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
4117              From: Nicholas Clark <nick@unfortu.net>
4118              Date: Mon, 1 Apr 2002 19:30:05 +0100
4119              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
4120      Branch: perl
4121            ! t/op/pat.t t/op/utfhash.t
4122 ____________________________________________________________________________
4123 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
4124         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
4125              From: Mark-Jason Dominus <mjd@plover.com>
4126              Date: Mon, 01 Apr 2002 13:22:01 -0500
4127              Message-ID: <20020401182201.21189.qmail@plover.com>
4128      Branch: perl
4129            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
4130 ____________________________________________________________________________
4131 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
4132         Log: Update Changes.
4133      Branch: perl
4134            ! Changes patchlevel.h
4135 ____________________________________________________________________________
4136 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
4137         Log: Subject: [PATCH 5.7.3 DOC]
4138              From: mjd@plover.com
4139              Date: 1 Apr 2002 17:23:40 -0000
4140              Message-ID: <20020401172340.16410.qmail@plover.com>
4141      Branch: perl
4142            ! pod/perldelta.pod
4143 ____________________________________________________________________________
4144 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
4145         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
4146      Branch: perl
4147            ! hints/unicos.sh
4148 ____________________________________________________________________________
4149 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
4150         Log: Advertise piconv and enc2xs.
4151      Branch: perl
4152            ! pod/perldelta.pod
4153 ____________________________________________________________________________
4154 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
4155         Log: Add enc2xs.
4156      Branch: perl
4157            + utils/enc2xs.PL
4158            ! MANIFEST utils/Makefile
4159 ____________________________________________________________________________
4160 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
4161         Log: Integrate perlio;
4162              
4163              Be more explicit testing for \015 not \r
4164      Branch: perl
4165           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
4166           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
4167 ____________________________________________________________________________
4168 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
4169         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
4170              From: Philip Newton <Philip.Newton@gmx.net>
4171              Date: Mon, 01 Apr 2002 17:06:18 +0200
4172              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
4173      Branch: perl
4174            ! lib/charnames.pm lib/charnames.t
4175 ____________________________________________________________________________
4176 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
4177         Log: Subject: detypo patch
4178              From: andreas.koenig@anima.de (Andreas J. Koenig)
4179              Date: Mon, 01 Apr 2002 10:09:21 +0200
4180              Message-ID: <m3r8lzsuvi.fsf@anima.de>
4181      Branch: perl
4182            ! INSTALL
4183 ____________________________________________________________________________
4184 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
4185         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
4186              From: Philip Newton <Philip.Newton@gmx.net>
4187              Date: Mon, 01 Apr 2002 08:12:01 +0200
4188              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
4189      Branch: perl
4190            ! lib/charnames.pm lib/charnames.t
4191 ____________________________________________________________________________
4192 [ 15653] By: nick                                  on 2002/04/01  09:20:24
4193         Log: Be more explicit testing for \015 not \r
4194      Branch: perlio
4195            ! t/io/crlf.t
4196 ____________________________________________________________________________
4197 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
4198         Log: If under UTF-8 locale the utf8.pm really needs to be found.
4199      Branch: perl
4200            ! t/comp/cpp.t t/run/switchPx.t
4201 ____________________________________________________________________________
4202 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
4203         Log: Upgrade to Tie::File 0.91, from mjd.
4204      Branch: perl
4205            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
4206            + lib/Tie/File/t/26_twrite.t
4207            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4208            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
4209            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
4210            ! lib/Tie/File/t/16_handle.t
4211 ____________________________________________________________________________
4212 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
4213         Log: DJGPP tweaks from Laszlo.
4214      Branch: perl
4215            ! lib/ExtUtils/MM_DOS.pm util.c
4216 ____________________________________________________________________________
4217 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
4218         Log: Discussion about minimal installations.
4219      Branch: perl
4220            ! INSTALL
4221 ____________________________________________________________________________
4222 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
4223         Log: Comment tweak from Hugo.
4224      Branch: perl
4225            ! regexec.c
4226 ____________________________________________________________________________
4227 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
4228         Log: Another UTF-8 locale tweak from Hugo.
4229      Branch: perl
4230            ! regexec.c
4231 ____________________________________________________________________________
4232 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
4233         Log: Document the known MacOS X locale problem.
4234      Branch: perl
4235            ! pod/perldelta.pod
4236 ____________________________________________________________________________
4237 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
4238         Log: Regex fix from Hugo: in UTF-8 locales the character
4239              counting code didn't work right for minimal matches.
4240      Branch: perl
4241            ! regexec.c
4242 ____________________________________________________________________________
4243 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
4244         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
4245              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4246              Date: Sun, 31 Mar 2002 20:32:43 -0500
4247              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
4248      Branch: perl
4249            ! lib/ExtUtils/xsubpp
4250 ____________________________________________________________________________
4251 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
4252         Log: Document known FreeBSD locale glitch. 
4253      Branch: perl
4254            ! pod/perldelta.pod
4255 ____________________________________________________________________________
4256 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
4257         Log: There is --list in glibc iconv.
4258      Branch: perl
4259            ! ext/Encode/bin/piconv
4260 ____________________________________________________________________________
4261 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
4262         Log: Slight usage tweaks to piconv: show usage with
4263              no -t -f or -l arguments, or with -h.
4264      Branch: perl
4265            ! ext/Encode/bin/piconv
4266 ____________________________________________________________________________
4267 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
4268         Log: Get the piconv installed.
4269      Branch: perl
4270            + utils/piconv.PL
4271            ! MANIFEST utils/Makefile
4272 ____________________________________________________________________________
4273 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
4274         Log: Spelling tweaks.
4275      Branch: perl
4276            ! ext/Encode/bin/piconv
4277 ____________________________________________________________________________
4278 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
4279         Log: Upgrade to Encode 1.11, from Dan Kogai.
4280      Branch: perl
4281            + ext/Encode/Encode/Changes.e2x
4282            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
4283            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
4284            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
4285            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
4286            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
4287            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
4288            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
4289            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
4290            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
4291            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
4292            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
4293            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
4294            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
4295            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
4296            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
4297            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
4298            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
4299            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
4300            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
4301            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
4302            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
4303            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
4304            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
4305            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
4306            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
4307            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
4308            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
4309            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
4310            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
4311            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
4312            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
4313            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
4314            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
4315            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
4316            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
4317            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
4318            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
4319            + ext/Encode/ucm/viscii.ucm
4320            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4321            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4322            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4323            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4324            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4325            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4326            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4327            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4328            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
4329            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
4330            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
4331            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
4332            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
4333            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
4334            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
4335            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
4336            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
4337            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
4338            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
4339            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
4340            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
4341            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
4342            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
4343            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
4344            - ext/Encode/Encode/ksc5601.ucm
4345            - ext/Encode/Encode/macCentEuro.ucm
4346            - ext/Encode/Encode/macCroatian.ucm
4347            - ext/Encode/Encode/macCyrillic.ucm
4348            - ext/Encode/Encode/macDingbats.ucm
4349            - ext/Encode/Encode/macGreek.ucm
4350            - ext/Encode/Encode/macIceland.ucm
4351            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4352            - ext/Encode/Encode/macRumanian.ucm
4353            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4354            - ext/Encode/Encode/macTurkish.ucm
4355            - ext/Encode/Encode/macUkraine.ucm
4356            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4357            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
4358            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
4359            - lib/encoding.pm lib/encoding.t
4360            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
4361            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
4362            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
4363            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
4364            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4365            ! ext/Encode/Makefile.PL ext/Encode/README
4366            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4367            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4368            ! ext/Encode/lib/Encode/Alias.pm
4369            ! ext/Encode/lib/Encode/Supported.pod
4370 ____________________________________________________________________________
4371 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
4372         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
4373              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
4374              respective test    and doc tweaks.
4375      Branch: perl
4376            ! lib/charnames.pm lib/charnames.t
4377 ____________________________________________________________________________
4378 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
4379         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
4380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4381              Date: Sun, 31 Mar 2002 22:47:31 +0200
4382              Message-ID: <20020331224731.E854@rafael>
4383      Branch: perl
4384            ! pod/perlfunc.pod
4385 ____________________________________________________________________________
4386 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
4387         Log: Subject: [PATCH] __attribute__ problems with g++
4388              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4389              Date: Sun, 31 Mar 2002 22:43:03 +0200
4390              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
4391      Branch: perl
4392            ! perl.h
4393 ____________________________________________________________________________
4394 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
4395         Log: Put back the #! line, false alarm.
4396      Branch: perl
4397            ! lib/ExtUtils/t/Constant.t
4398 ____________________________________________________________________________
4399 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
4400         Log: Subject: Re: [Patch] pod/perlvar.pod
4401              From: Philip Newton <Philip.Newton@gmx.net>
4402              Date: Sun, 31 Mar 2002 07:40:43 +0200
4403              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
4404      Branch: perl
4405            ! pod/perlvar.pod
4406 ____________________________________________________________________________
4407 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
4408         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
4409              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4410              Date: Sat, 30 Mar 2002 21:37:37 -0500
4411              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
4412      Branch: perl
4413            ! ext/Socket/socketpair.t
4414 ____________________________________________________________________________
4415 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
4416         Log: Subject: Re: compile tweak for Win32
4417              From: Michael G Schwern <schwern@pobox.com>
4418              Date: Fri, 29 Mar 2002 17:48:22 -0500      
4419              Message-ID: <20020329224822.GG16816@blackrider>
4420      Branch: perl
4421            ! win32/buildext.pl
4422 ____________________________________________________________________________
4423 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
4424         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
4425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4426              Date: Sat, 30 Mar 2002 22:19:46 +0100
4427              Message-ID: <20020330221946.A28497@rafael>
4428      Branch: perl
4429            ! t/lib/1_compile.t
4430 ____________________________________________________________________________
4431 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
4432         Log: Subject: [PATCH regmesg.t] increase output verbosity
4433              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4434              Date: Sat, 30 Mar 2002 22:34:08 +0100
4435              Message-ID: <20020330223408.C28497@rafael>
4436      Branch: perl
4437            ! t/op/regmesg.t
4438 ____________________________________________________________________________
4439 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
4440         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
4441              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4442              Date: Sat, 30 Mar 2002 21:36:23 +0100
4443              Message-ID: <20020330213623.A677@rafael>
4444      Branch: perl
4445            ! regcomp.c
4446 ____________________________________________________________________________
4447 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
4448         Log: If using a network filesystem several different hosts
4449              may be trying to lock the same file.  In this case offering
4450              to kill the other process is not that helpful.  (Unless one
4451              has *real* clustering, but that's not usually the case.)
4452      Branch: perl
4453            ! lib/CPAN.pm
4454 ____________________________________________________________________________
4455 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
4456         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
4457              From: andreas.koenig@anima.de (Andreas J. Koenig)
4458              Date: Sat, 30 Mar 2002 06:12:36 +0100
4459              Message-ID: <m3hemyvdtn.fsf@anima.de>
4460      Branch: perl
4461            ! lib/Dumpvalue.pm
4462 ____________________________________________________________________________
4463 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
4464         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
4465              From: Jeremy Zawodny <Jeremy@Zawodny.com>
4466              Date: Fri, 29 Mar 2002 17:55:20 -0800
4467              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
4468      Branch: perl
4469            ! utils/dprofpp.PL
4470 ____________________________________________________________________________
4471 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
4472         Log: Subject: [Patch] pod/perlvar.pod
4473              From: Dan Kogai <dankogai@dan.co.jp>
4474              Date: Sun, 31 Mar 2002 02:03:36 +0900
4475              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
4476      Branch: perl
4477            ! pod/perlvar.pod
4478 ____________________________________________________________________________
4479 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
4480         Log: Subject: [PATCH] MM & Encode fixes
4481              From: Michael G Schwern <schwern@pobox.com>
4482              Date: Sat, 30 Mar 2002 06:41:56 -0500
4483              Message-ID: <20020330114156.GA16533@blackrider>
4484      Branch: perl
4485            + lib/ExtUtils/t/basic.t
4486            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
4487            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
4488            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4489            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4490            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4491            ! lib/ExtUtils/t/hints.t
4492 ____________________________________________________________________________
4493 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
4494         Log: EBCDICification.
4495      Branch: perl
4496            ! lib/charnames.t
4497 ____________________________________________________________________________
4498 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
4499         Log: Upgrade to Tie::File 0.90, from mjd.
4500      Branch: perl
4501            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
4502            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
4503            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
4504            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
4505            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
4506            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
4507            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
4508            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
4509            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
4510 ____________________________________________________________________________
4511 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
4512         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
4513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4514              Date: Sat, 30 Mar 2002 00:20:39 +0100
4515              Message-ID: <20020330002039.A716@rafael>
4516      Branch: perl
4517            ! lib/sort.pm
4518 ____________________________________________________________________________
4519 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
4520         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
4521              From: Michael G Schwern <schwern@pobox.com>
4522              Date: Fri, 29 Mar 2002 18:14:20 -0500
4523              Message-ID: <20020329231419.GI16816@blackrider>
4524      Branch: perl
4525            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
4526            ! wince/Makefile.ce
4527 ____________________________________________________________________________
4528 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
4529         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
4530              From: Paul_GreenVOS@vos.stratus.com
4531              Date: Fri, 29 Mar 02 18:01 est
4532              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
4533      Branch: perl
4534            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
4535 ____________________________________________________________________________
4536 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
4537         Log: AUTHORS updates.
4538      Branch: perl
4539            ! AUTHORS
4540 ____________________________________________________________________________
4541 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
4542         Log: Upgrade to Encode 1.01, from Dan Kogai.
4543      Branch: perl
4544            ! ext/Encode/Changes ext/Encode/Encode.pm
4545            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
4546            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
4547            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
4548            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
4549            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
4550            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
4551            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
4552            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
4553            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
4554            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
4555            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
4556            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
4557            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
4558            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
4559            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
4560            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
4561            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
4562            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
4563            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
4564            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
4565            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
4566            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
4567            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
4568            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
4569            ! ext/Encode/Encode/ksc5601.ucm
4570            ! ext/Encode/Encode/macCentEuro.ucm
4571            ! ext/Encode/Encode/macCroatian.ucm
4572            ! ext/Encode/Encode/macCyrillic.ucm
4573            ! ext/Encode/Encode/macDingbats.ucm
4574            ! ext/Encode/Encode/macGreek.ucm
4575            ! ext/Encode/Encode/macIceland.ucm
4576            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
4577            ! ext/Encode/Encode/macRumanian.ucm
4578            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
4579            ! ext/Encode/Encode/macTurkish.ucm
4580            ! ext/Encode/Encode/macUkraine.ucm
4581            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
4582            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
4583            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
4584            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4585            ! ext/Encode/lib/Encode/CJKConstants.pm
4586            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
4587            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
4588            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
4589 ____________________________________________________________________________
4590 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
4591         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
4592              From: "Craig A. Berry" <craigberry@mac.com>
4593              Date: Fri, 29 Mar 2002 13:46:28 -0600
4594              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
4595      Branch: perl
4596            ! configure.com
4597 ____________________________________________________________________________
4598 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
4599         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
4600              which one has to get from the CPAN distribution.
4601      Branch: perl
4602            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
4603            + lib/Memoize/t/expmod_t.t
4604            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4605            - lib/Memoize/t/expire_module_t.t
4606            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
4607            ! lib/Memoize/README
4608 ____________________________________________________________________________
4609 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
4610         Log: metaconfig unit tweak.
4611      Branch: metaconfig/U/perl
4612            ! versiononly.U
4613 ____________________________________________________________________________
4614 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
4615         Log: Configure-related tweaks.
4616      Branch: perl
4617            ! Porting/Glossary Porting/config.sh Porting/config_H
4618            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4619            ! vos/config.ga.h
4620 ____________________________________________________________________________
4621 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
4622         Log: Ooops.
4623      Branch: perl
4624            ! t/op/ver.t
4625 ____________________________________________________________________________
4626 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
4627         Log: Subject: [PATCH @15606] d_time for vms
4628              From: "Craig A. Berry" <craigberry@mac.com>
4629              Date: Fri, 29 Mar 2002 11:58:29 -0600
4630              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
4631      Branch: perl
4632            ! configure.com
4633 ____________________________________________________________________________
4634 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
4635         Log: Subject: Re: Regex-Unicode bugs
4636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4637              Date: Thu, 28 Mar 2002 10:12:35 +0100
4638              Message-ID: <20020328101235.F678@rafael>
4639      Branch: perl
4640            ! t/op/regmesg.t
4641 ____________________________________________________________________________
4642 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
4643         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
4644              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4645              Date: Fri, 29 Mar 2002 16:53:27 +0000
4646              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
4647      Branch: perl
4648            ! pod/perlre.pod pod/perlretut.pod
4649 ____________________________________________________________________________
4650 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
4651         Log: Subject: Re: debugger debuggers wanted
4652              From: spidb@cpan.org
4653              Date: Fri, 29 Mar 2002 06:34:11 -0500
4654              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
4655      Branch: perl
4656            ! lib/perl5db.pl
4657 ____________________________________________________________________________
4658 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
4659         Log: Update Changes.
4660      Branch: perl
4661            ! Changes patchlevel.h
4662 ____________________________________________________________________________
4663 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
4664         Log: Rename for 8.3-friendliness.
4665      Branch: perl
4666            + lib/unicore/PropValueAliases.txt
4667            - lib/unicore/PropertyValueAliases.txt
4668            ! MANIFEST lib/unicore/README.perl
4669 ____________________________________________________________________________
4670 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
4671         Log: Retract ExtUtils/t/basic.t until it works.
4672      Branch: perl
4673            - lib/ExtUtils/t/basic.t
4674            ! MANIFEST
4675 ____________________________________________________________________________
4676 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
4677         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
4678              From: Slaven Rezic <slaven.rezic@berlin.de>
4679              Date: 28 Mar 2002 22:27:14 +0100
4680              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
4681      Branch: perl
4682            ! hints/freebsd.sh
4683 ____________________________________________________________________________
4684 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
4685         Log: Interesting... where did this come from?
4686              (The Configure change in #15600)
4687      Branch: perl
4688            ! config_h.SH
4689 ____________________________________________________________________________
4690 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
4691         Log: metaconfig unit change for #15600.
4692      Branch: metaconfig/U/perl
4693            ! versiononly.U
4694 ____________________________________________________________________________
4695 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
4696         Log: Subject: versiononly should not put `old' versions in inc
4697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4698              Date: Fri, 29 Mar 2002 12:53:49 +0100
4699              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
4700      Branch: perl
4701            ! Configure
4702 ____________________________________________________________________________
4703 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
4704         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
4705              From: Michael G Schwern <schwern@pobox.com>
4706              Date: Fri, 29 Mar 2002 04:12:47 -0500
4707              Message-ID: <20020329091247.GA7432@blackrider>
4708              
4709              (with two nits: (1) change lib/Extutils/Command/MM.pm
4710              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
4711              @INC to compile.t)
4712      Branch: perl
4713            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
4714            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
4715            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
4716            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
4717            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4718            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4719            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
4720            + lib/ExtUtils/t/Problem-Module/Makefile.PL
4721            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4722            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
4723            + t/lib/MakeMaker/Test/Utils.pm
4724            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4725            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4726            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
4727            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
4728            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4729            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4730            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4731            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
4732            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
4733            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
4734            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
4735            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
4736            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
4737            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
4738            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
4739            ! t/lib/TieOut.pm
4740 ____________________________________________________________________________
4741 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
4742         Log: Leftovers from Encode 0.99.
4743      Branch: perl
4744            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
4745            - ext/Encode/compile ext/Encode/encode.h
4746            - ext/Encode/lib/Encode/CN/2022_CN.pm
4747            - ext/Encode/lib/Encode/Details.pod
4748 ____________________________________________________________________________
4749 [ 15597] By: nick                                  on 2002/03/29  14:03:35
4750         Log: Integrate mainline
4751      Branch: perlio
4752           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
4753           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
4754           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4755           !> (integrate 130 files)
4756 ____________________________________________________________________________
4757 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
4758         Log: Subject: Another Unicode-3.2-induced doc fix
4759              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4760              Date: Fri, 29 Mar 2002 21:45:47 +0900
4761              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
4762      Branch: perl
4763            ! ext/Unicode/Normalize/Normalize.pm
4764 ____________________________________________________________________________
4765 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
4766         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
4767              From: Slaven Rezic <slaven.rezic@berlin.de>
4768              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
4769              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
4770      Branch: perl
4771            ! reentr.c reentr.pl
4772 ____________________________________________________________________________
4773 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
4774         Log: Subject: [PATCH] Quieting OS X
4775              From: Michael G Schwern <schwern@pobox.com>
4776              Date: Fri, 29 Mar 2002 05:46:23 -0500
4777              Message-ID: <20020329104622.GA9163@blackrider>
4778      Branch: perl
4779            ! ext/POSIX/t/posix.t t/op/stat.t
4780 ____________________________________________________________________________
4781 [ 15593] By: ams                                   on 2002/03/29  07:32:22
4782         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
4783              From: Paul_GreenVOS@vos.stratus.com
4784              Date: Fri, 29 Mar 02 0:05 est
4785              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
4786      Branch: perl
4787            ! ext/Time/HiRes/HiRes.xs
4788 ____________________________________________________________________________
4789 [ 15592] By: ams                                   on 2002/03/29  07:28:29
4790         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
4791              From: Spider Boardman <spidb@cpan.org>
4792              Date: Fri, 29 Mar 2002 00:52:24 -0500
4793              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
4794      Branch: perl
4795            ! op.c t/op/attrs.t
4796 ____________________________________________________________________________
4797 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
4798         Log: It's perlce.
4799      Branch: perl
4800            ! pod/perldelta.pod
4801 ____________________________________________________________________________
4802 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
4803         Log: MPE/iX tweaks from Mark Bixby.
4804      Branch: perl
4805            ! ext/Storable/t/lock.t mpeix/relink
4806 ____________________________________________________________________________
4807 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
4808         Log: Upgrade to Encode 1.00, from Dan Kogai.
4809              
4810              (one nit: bin/enc2xs needed also ../..)
4811      Branch: perl
4812            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
4813            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
4814            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4815            ! (edit 104 files)
4816 ____________________________________________________________________________
4817 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
4818         Log: Subject: [PATCH] NEXT LINE --> NEL
4819              From: Philip Newton <Philip.Newton@gmx.net>
4820              Date: Thu, 28 Mar 2002 21:03:10 +0000
4821              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
4822      Branch: perl
4823            ! lib/charnames.pm lib/charnames.t
4824 ____________________________________________________________________________
4825 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
4826         Log: binmode :bytes, again.
4827      Branch: perl
4828            ! lib/utf8.t
4829 ____________________________________________________________________________
4830 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
4831         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
4832              From: Mark-Jason Dominus <mjd@plover.com>
4833              Date: Thu, 28 Mar 2002 10:36:03 -0500
4834              Message-ID: <20020328153603.11992.qmail@plover.com>
4835      Branch: perl
4836            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
4837 ____________________________________________________________________________
4838 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
4839         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
4840      Branch: perl
4841            ! lib/charnames.pm lib/charnames.t pp_pack.c
4842 ____________________________________________________________________________
4843 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
4844         Log: If expecting UTF-8, probably not expecting UTF-16.
4845      Branch: perl
4846            ! t/comp/require.t
4847 ____________________________________________________________________________
4848 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
4849         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
4850              From: Paul_GreenVOS@vos.stratus.com
4851              Date: Thu, 28 Mar 02 8:22 est
4852              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
4853      Branch: perl
4854            ! lib/Time/Local.pm
4855 ____________________________________________________________________________
4856 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
4857         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
4858              From: Paul_GreenVOS@vos.stratus.com
4859              Date: Thu, 28 Mar 02 7:46 est
4860              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
4861      Branch: perl
4862            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
4863 ____________________________________________________________________________
4864 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
4865         Log: A little bit better error message for \pq, still
4866              not good because the script context is not shown.
4867      Branch: perl
4868            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
4869 ____________________________________________________________________________
4870 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
4871         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
4872              From: Jeffrey Friedl <jfriedl@yahoo.com>
4873              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
4874              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
4875      Branch: perl
4876            ! sv.c t/op/pat.t
4877 ____________________________________________________________________________
4878 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
4879         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
4880              From: Mark-Jason Dominus <mjd@plover.com>
4881              Date: Thu, 28 Mar 2002 05:04:40 -0500
4882              Message-ID: <20020328100440.22081.qmail@plover.com>
4883      Branch: perl
4884            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
4885 ____________________________________________________________________________
4886 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
4887         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
4888              From: mjd@plover.com
4889              Date: 28 Mar 2002 09:22:06 -0000
4890              Message-ID: <20020328092206.18833.qmail@plover.com>
4891      Branch: perl
4892            ! lib/encoding.t
4893 ____________________________________________________________________________
4894 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
4895         Log: Unicode 3.2.0-induced doc tweaks.
4896      Branch: perl
4897            ! pod/perlretut.pod pod/perlunicode.pod
4898 ____________________________________________________________________________
4899 [ 15576] By: nick                                  on 2002/03/28  07:40:04
4900         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
4901      Branch: perlio
4902           +> (branch 31 files)
4903           !> (integrate 162 files)
4904 ____________________________________________________________________________
4905 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
4906         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
4907              From: Paul_GreenVOS@vos.stratus.com
4908              Date: Thu, 28 Mar 02 0:16 est
4909              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
4910      Branch: perl
4911            ! ext/POSIX/t/posix.t
4912 ____________________________________________________________________________
4913 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
4914         Log: Subject: Re: Regex-Unicode bugs
4915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4916              Date: Wed, 27 Mar 2002 13:48:06 +0100
4917              Message-ID: <20020327134806.C18945@rafael>
4918              
4919              regmesg.t patch still would be nice.
4920      Branch: perl
4921            ! regcomp.c
4922 ____________________________________________________________________________
4923 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
4924         Log: Subject: Re: Regex-Unicode bugs
4925              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
4926              Date: Wed, 27 Mar 2002 12:39:57 +0000
4927              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
4928      Branch: perl
4929            ! pod/perldiag.pod regcomp.c
4930 ____________________________________________________________________________
4931 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
4932         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
4933              From: Paul_GreenVOS@vos.stratus.com
4934              Date: Wed, 27 Mar 02 23:33 est
4935              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
4936      Branch: perl
4937            ! t/io/fs.t
4938 ____________________________________________________________________________
4939 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
4940         Log: The Official 3.2.0 came out.
4941      Branch: perl
4942            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
4943            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
4944            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
4945            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
4946            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
4947            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
4948            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
4949            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
4950            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
4951            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
4952            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
4953            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
4954            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
4955            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
4956            + lib/unicore/lib/UnifiedI.pl
4957            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
4958 ____________________________________________________________________________
4959 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
4960         Log: socketpair binmode :bytes.
4961      Branch: perl
4962            ! ext/Socket/socketpair.t
4963 ____________________________________________________________________________
4964 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
4965         Log: Don't install anything beneath 't' directories.
4966      Branch: perl
4967            ! installperl
4968 ____________________________________________________________________________
4969 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
4970         Log: More UTF-8 locale sensitivity.
4971      Branch: perl
4972            ! t/io/utf8.t
4973 ____________________________________________________________________________
4974 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
4975         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
4976              From: Stas Bekman <stas@stason.org>
4977              Date: Thu, 28 Mar 2002 10:13:45 +0800
4978              Message-ID: <3CA27C59.4020209@stason.org>
4979              
4980              Temp file cleanup.
4981      Branch: perl
4982            ! lib/Pod/t/pod2html-lib.pl
4983 ____________________________________________________________________________
4984 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
4985         Log: Be compatible also with non-UTF-8 locales.
4986      Branch: perl
4987            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
4988            ! lib/Locale/Language.pod
4989 ____________________________________________________________________________
4990 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
4991         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
4992              From: Spider Boardman <spidb@cpan.org>
4993              Date: Wed, 27 Mar 2002 20:52:28 -0500
4994              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
4995      Branch: perl
4996            ! cv.h op.c t/op/attrs.t toke.c
4997 ____________________________________________________________________________
4998 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
4999         Log: "Last element".
5000      Branch: perl
5001            ! pod/perlfunc.pod
5002 ____________________________________________________________________________
5003 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
5004         Log: Subject: Error in perlfunc for "die"
5005              From: William R Ward <bill@wards.net>
5006              Date: 27 Mar 2002 12:31:32 -0800
5007              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
5008      Branch: perl
5009            ! pod/perlfunc.pod
5010 ____________________________________________________________________________
5011 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
5012         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
5013              From: Mark Kvale <kvale@phy.ucsf.edu>
5014              Date: Wed, 27 Mar 2002 16:45:37 -0800
5015              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
5016      Branch: perl
5017            ! pod/perlre.pod pod/perlretut.pod
5018 ____________________________________________________________________________
5019 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
5020         Log: Try to handle UTF-8 locales.
5021      Branch: perl
5022            ! lib/locale.t
5023 ____________________________________________________________________________
5024 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
5025         Log: More binmode :bytes.
5026      Branch: perl
5027            ! t/io/utf8.t
5028 ____________________________________________________________________________
5029 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
5030         Log: binmode(FH, ":bytes") is the right way, methinks.
5031      Branch: perl
5032            ! ext/PerlIO/t/encoding.t
5033 ____________________________________________________________________________
5034 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
5035         Log: UTF-8 locale: need to open explicitly for bytes.
5036      Branch: perl
5037            ! ext/PerlIO/t/encoding.t
5038 ____________________________________________________________________________
5039 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
5040         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
5041      Branch: perl
5042            ! lib/Locale/Language.pm lib/Locale/Language.pod
5043 ____________________________________________________________________________
5044 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
5045         Log: Warn instead of croak.
5046      Branch: perl
5047            ! pod/perldiag.pod utf8.c
5048 ____________________________________________________________________________
5049 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
5050         Log: UTF-8 locale: there might already be one UTF-8 discipline.
5051      Branch: perl
5052            ! lib/open.t
5053 ____________________________________________________________________________
5054 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
5055         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
5056              From: "Craig A. Berry" <craigberry@mac.com>
5057              Date: Wed, 27 Mar 2002 15:22:13 -0600
5058              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
5059      Branch: perl
5060            ! t/lib/1_compile.t t/lib/compmod.pl
5061 ____________________________________________________________________________
5062 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
5063         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
5064              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5065              Date: Wed, 27 Mar 2002 22:35:03 +0100
5066              Message-ID: <20020327223503.A678@rafael>
5067      Branch: perl
5068            ! pod/perlop.pod
5069 ____________________________________________________________________________
5070 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
5071         Log: Start using the Unicode 3.2.0 data (NOTE: still
5072              unofficial, but the data is unlikely to change much.
5073              Doublecheck when 3.2.0 gets released.)
5074      Branch: perl
5075            + lib/unicore/PropertyAliases.txt
5076            + lib/unicore/PropertyValueAliases.txt
5077            ! (edit 129 files)
5078 ____________________________________________________________________________
5079 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
5080         Log: Update Changes.
5081      Branch: perl
5082            ! Changes patchlevel.h
5083 ____________________________________________________________________________
5084 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
5085         Log: Further fixing for #15549.  Six tests are failing
5086              under Solaris with en_US.UTF-8 but those failures seem
5087              unrelated to the BOUND problem, will look at them later.
5088      Branch: perl
5089            ! regexec.c
5090 ____________________________________________________________________________
5091 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
5092         Log: Possible fix for "Orks, Dragons, and Elves":
5093              should now build under UTF-8 locales (is building
5094              under Solaris en_US.UTF-8 right now).
5095      Branch: perl
5096            ! Makefile.SH regexec.c
5097 ____________________________________________________________________________
5098 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
5099         Log: Forgotten from #15523.
5100      Branch: perl
5101            ! lib/Math/BigInt/Calc.pm
5102 ____________________________________________________________________________
5103 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
5104         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
5105              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
5106              Date: Wed, 27 Mar 2002 13:32:00 +0100
5107              Message-ID: <20020327133200.A18945@rafael>
5108      Branch: perl
5109            ! regcomp.c t/lib/warnings/regcomp
5110 ____________________________________________________________________________
5111 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
5112         Log: Subject: [PATCH] MANIFES --> MANIFEST
5113              From: Philip Newton <Philip.Newton@gmx.net>
5114              Date: Wed, 27 Mar 2002 10:05:46 +0000
5115              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
5116              
5117              (plus a few tweaks more)
5118      Branch: perl
5119            ! Porting/check83.pl
5120 ____________________________________________________________________________
5121 [ 15545] By: nick                                  on 2002/03/27  07:37:36
5122         Log: Integrate mainline
5123      Branch: perlio
5124           +> lib/Math/BigInt/t/with_sub.t
5125            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
5126            - lib/bignum/t/trace.t
5127           !> (integrate 76 files)
5128 ____________________________________________________________________________
5129 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
5130         Log: Obsolete mailing list information.
5131      Branch: perl
5132            ! README.bs2000 README.os390 README.vmesa
5133 ____________________________________________________________________________
5134 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
5135         Log: More URL "whitespacing".
5136      Branch: perl
5137            ! README.bs2000 README.hurd README.mpeix README.netware
5138            ! README.os390 README.vmesa README.vos README.win32
5139            ! pod/perl5004delta.pod pod/perl5005delta.pod
5140            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
5141            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
5142            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
5143            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
5144            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
5145            ! pod/perltodo.pod
5146 ____________________________________________________________________________
5147 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
5148         Log: I like doubleclicking on URLs in pods to select them.
5149      Branch: perl
5150            ! README.amiga README.epoc README.vos pod/perl561delta.pod
5151            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
5152            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5153            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
5154            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
5155            ! pod/perltodo.pod pod/perlvar.pod
5156 ____________________________________________________________________________
5157 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
5158         Log: Regen modlib.
5159      Branch: perl
5160            ! pod/perlmodlib.pod
5161 ____________________________________________________________________________
5162 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
5163         Log: Update the CPAN sites list.
5164      Branch: perl
5165            ! pod/perlmodlib.PL pod/perlmodlib.pod
5166 ____________________________________________________________________________
5167 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
5168         Log: Regen modlib, toc.
5169      Branch: perl
5170            ! pod/perlmodlib.pod pod/perltoc.pod
5171 ____________________________________________________________________________
5172 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
5173         Log: s/rationale/rational/
5174      Branch: perl
5175            ! lib/Math/BigRat.pm lib/bigrat.pm
5176 ____________________________________________________________________________
5177 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
5178         Log: s/done/esac/
5179      Branch: perl
5180            ! hints/dec_osf.sh
5181 ____________________________________________________________________________
5182 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
5183         Log: Advertise big* and BigRat.
5184      Branch: perl
5185            ! pod/perldelta.pod
5186 ____________________________________________________________________________
5187 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
5188         Log: A missing ) in #15527.
5189      Branch: perl
5190            ! pp_sys.c
5191 ____________________________________________________________________________
5192 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
5193         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
5194              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5195              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
5196              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
5197      Branch: perl
5198            ! lib/ExtUtils/typemap
5199 ____________________________________________________________________________
5200 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
5201         Log: Subject: Re: Cygwin PerlIO.t failing
5202              From: Stas Bekman <stas@stason.org>
5203              Date: Wed, 27 Mar 2002 01:34:11 +0800
5204              Message-ID: <3CA0B113.1070800@stason.org>
5205      Branch: perl
5206            ! ext/PerlIO/PerlIO.t
5207 ____________________________________________________________________________
5208 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
5209         Log: Subject: [PATCH] safety check for vms/test.com
5210              From: "Craig A. Berry" <craigberry@mac.com>
5211              Date: Tue, 26 Mar 2002 12:15:21 -0600
5212              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
5213      Branch: perl
5214            ! vms/test.com
5215 ____________________________________________________________________________
5216 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
5217         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
5218              From: PPrymmer@factset.com
5219              Date: Tue, 26 Mar 2002 13:04:59 -0500
5220              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
5221      Branch: perl
5222            ! configure.com
5223 ____________________________________________________________________________
5224 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
5225         Log: Subject: [PATCH] Minor typo in test harness
5226              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
5227              Date: Tue, 26 Mar 2002 17:44:06 -0000
5228              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
5229      Branch: perl
5230            ! t/lib/warnings/perlio
5231 ____________________________________________________________________________
5232 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
5233         Log: Subject: PATCH s2p.PL
5234              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
5235              Date: Tue, 26 Mar 2002 17:16:46 +0100
5236              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
5237      Branch: perl
5238            ! x2p/s2p.PL
5239 ____________________________________________________________________________
5240 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
5241         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
5242      Branch: perl
5243            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5244            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
5245            ! MANIFEST
5246 ____________________________________________________________________________
5247 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
5248         Log: Avoid and document a weird bug in UNICOS/mk.
5249      Branch: perl
5250            ! pod/perldelta.pod pp_sys.c
5251 ____________________________________________________________________________
5252 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
5253         Log: Math::BigInt::Lite 0.09, from Tels.
5254      Branch: perl
5255            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5256            ! MANIFEST
5257 ____________________________________________________________________________
5258 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
5259         Log: For now disable the test in OS/390; it seems to hang,
5260              but frustratingly seems to run from command line and
5261              from Perl debugger.
5262      Branch: perl
5263            ! lib/Math/BigInt/t/mbi_rand.t
5264 ____________________________________________________________________________
5265 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
5266         Log: EPOC update from Olaf Flebbe.
5267      Branch: perl
5268            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
5269            ! pod/perlport.pod t/io/fs.t
5270 ____________________________________________________________________________
5271 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
5272         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
5273              and bignum 0.11, from Tels.
5274      Branch: perl
5275            + lib/Math/BigInt/t/with_sub.t
5276            - lib/bignum/t/trace.t
5277            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5278            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
5279            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
5280            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
5281            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
5282            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
5283            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
5284            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
5285            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
5286            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
5287            ! lib/bignum/t/bigrat.t lib/bigrat.pm
5288            ! t/lib/Math/BigInt/Subclass.pm
5289 ____________________________________________________________________________
5290 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
5291         Log: Integrate perlio;
5292              
5293              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
5294              
5295              Testcase for crlf spanning buffer boundary
5296      Branch: perl
5297           +> t/io/crlf.t
5298           !> MANIFEST perlio.c
5299 ____________________________________________________________________________
5300 [ 15521] By: nick                                  on 2002/03/26  15:31:55
5301         Log: Testcase for crlf spanning buffer boundary
5302      Branch: perlio
5303            + t/io/crlf.t
5304            ! MANIFEST
5305 ____________________________________________________________________________
5306 [ 15520] By: nick                                  on 2002/03/26  15:09:52
5307         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
5308      Branch: perlio
5309            ! perlio.c
5310 ____________________________________________________________________________
5311 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
5312         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
5313      Branch: perl
5314            ! t/lib/1_compile.t
5315 ____________________________________________________________________________
5316 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
5317         Log: Document the Configure (really, awk) glitch in
5318              UNICOS/mk.
5319      Branch: perl
5320            ! pod/perldelta.pod
5321 ____________________________________________________________________________
5322 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
5323         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
5324              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5325              Date: Fri, 22 Mar 2002 16:11:28 +0100
5326              Message-ID: <3C9B57B0.31936.496399@localhost>
5327      Branch: perl
5328            ! win32/win32.c
5329 ____________________________________________________________________________
5330 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
5331         Log: Subject: Re: Jarkko likes OOOOs
5332              From: "Gerrit P. Haase" <gp@familiehaase.de>
5333              Date: Tue, 26 Mar 2002 08:44:02 +0100
5334              Message-ID: <40509050505.20020326084402@familiehaase.de>
5335      Branch: perl
5336            ! t/io/fs.t
5337 ____________________________________________________________________________
5338 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
5339         Log: Subject: [patch utils/perlbug] subject header setting problem      
5340              From: Stas Bekman <stas@stason.org>
5341              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
5342              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
5343      Branch: perl
5344            ! utils/perlbug.PL
5345 ____________________________________________________________________________
5346 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
5347         Log: Subject: [PATCH] win32/makefile.mk
5348              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
5349              Date: Tue, 26 Mar 2002 13:56:19 +0100
5350              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
5351      Branch: perl
5352            ! win32/makefile.mk
5353 ____________________________________________________________________________
5354 [ 15513] By: nick                                  on 2002/03/26  07:17:17
5355         Log: Integrate mainline
5356      Branch: perlio
5357           +> (branch 39 files)
5358            - (delete 109 files)
5359           !> (integrate 105 files)
5360 ____________________________________________________________________________
5361 [ 15512] By: nick                                  on 2002/03/26  06:52:42
5362         Log: Integrate mainline
5363      Branch: perlio
5364           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
5365           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
5366           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
5367           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
5368           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
5369 ____________________________________________________________________________
5370 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
5371         Log: Installation advice from Robert Spier. 
5372      Branch: perl
5373            ! INSTALL
5374 ____________________________________________________________________________
5375 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
5376         Log: Stas setting things right.
5377      Branch: perl
5378            ! ext/PerlIO/PerlIO.t
5379 ____________________________________________________________________________
5380 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
5381         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
5382              From: Paul_GreenVOS@vos.stratus.com
5383              Date: Mon, 25 Mar 02 23:57 est
5384              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
5385      Branch: perl
5386            ! ext/IO/lib/IO/t/io_unix.t
5387 ____________________________________________________________________________
5388 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
5389         Log: Add threads hints for UNICOS/mk and UNICOS.
5390              (I'm just guessing on UNICOS.)
5391      Branch: perl
5392            ! hints/unicos.sh hints/unicosmk.sh
5393 ____________________________________________________________________________
5394 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
5395         Log: Mention the effect of Unicode keys on hashes.
5396      Branch: perl
5397            ! pod/perlunicode.pod
5398 ____________________________________________________________________________
5399 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
5400         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
5401              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
5402              Date: Mon, 25 Mar 2002 17:24:33 -0600
5403              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
5404      Branch: perl
5405            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
5406            ! vms/vms_yfix.pl
5407 ____________________________________________________________________________
5408 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
5409         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
5410      Branch: perl
5411            ! hints/dec_osf.sh
5412 ____________________________________________________________________________
5413 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
5414         Log: The .ucm of Encode are big when uncompressed.
5415      Branch: perl
5416            ! INSTALL
5417 ____________________________________________________________________________
5418 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
5419         Log: I don't understand what is going on what these
5420              news tests, retracting the whole lot.
5421      Branch: perl
5422            ! ext/PerlIO/PerlIO.t
5423 ____________________________________________________________________________
5424 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
5425         Log: Upgrade to Encode 0.99, from Dan Kogai.
5426      Branch: perl
5427            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
5428            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
5429            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
5430            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
5431            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
5432            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
5433            + ext/Encode/Encode/ksc5601.ucm
5434            + ext/Encode/Encode/macCentEuro.ucm
5435            + ext/Encode/Encode/macCroatian.ucm
5436            + ext/Encode/Encode/macCyrillic.ucm
5437            + ext/Encode/Encode/macDingbats.ucm
5438            + ext/Encode/Encode/macGreek.ucm
5439            + ext/Encode/Encode/macIceland.ucm
5440            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
5441            + ext/Encode/Encode/macRumanian.ucm
5442            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
5443            + ext/Encode/Encode/macTurkish.ucm
5444            + ext/Encode/Encode/macUkraine.ucm
5445            + ext/Encode/Encode/shiftjis.ucm
5446            + ext/Encode/lib/Encode/10646_1.pm
5447            + ext/Encode/lib/Encode/CJKConstants.pm
5448            + ext/Encode/lib/Encode/CN/2022_CN.pm
5449            + ext/Encode/lib/Encode/JP/2022_JP.pm
5450            + ext/Encode/lib/Encode/JP/2022_JP1.pm
5451            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
5452            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
5453            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
5454            + ext/Encode/ucm2table
5455            - (delete 109 files)
5456            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
5457            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
5458            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
5459            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
5460            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5461            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
5462            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
5463            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
5464            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
5465            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
5466            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
5467            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
5468            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
5469            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
5470            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
5471            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
5472            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
5473            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
5474            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
5475            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
5476            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
5477            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
5478            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
5479            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
5480            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
5481            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
5482            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
5483            ! ext/Encode/Makefile.PL ext/Encode/README
5484            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
5485            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5486            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
5487            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
5488            ! ext/Encode/lib/Encode/Details.pod
5489            ! ext/Encode/lib/Encode/Encoding.pm
5490            ! ext/Encode/lib/Encode/Internal.pm
5491            ! ext/Encode/lib/Encode/JP/H2Z.pm
5492            ! ext/Encode/lib/Encode/JP/JIS.pm
5493            ! ext/Encode/lib/Encode/Supported.pod
5494            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
5495            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5496            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
5497            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
5498            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
5499            ! ext/Encode/t/jisx0212.ref
5500 ____________________________________________________________________________
5501 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
5502         Log: Noise with -w.
5503      Branch: perl
5504            ! ext/PerlIO/PerlIO.t
5505 ____________________________________________________________________________
5506 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
5507         Log: If no perlio no perlio warnings, either.
5508      Branch: perl
5509            ! lib/warnings.t
5510 ____________________________________________________________________________
5511 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
5512         Log: ...and put some of the new perlio tests here.
5513              The in-memory ones not yet since my poor brain
5514              refuses to find the right TODO incantation.
5515      Branch: perl
5516            ! ext/PerlIO/PerlIO.t
5517 ____________________________________________________________________________
5518 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
5519         Log: Take away the perlio-requiring tests..
5520      Branch: perl
5521            ! t/io/open.t
5522 ____________________________________________________________________________
5523 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
5524         Log: More correct now, but actually the two new tests
5525              need to be moved, since they are perlio-only...
5526      Branch: perl
5527            ! t/io/open.t
5528 ____________________________________________________________________________
5529 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
5530         Log: More neo-io tests from Stas Bekman.
5531      Branch: perl
5532            ! t/io/open.t
5533 ____________________________________________________________________________
5534 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
5535         Log: Document the QNX6 sprintf glitch.
5536      Branch: perl
5537            ! pod/perldelta.pod
5538 ____________________________________________________________________________
5539 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
5540         Log: AmigaOS must use the ixemul directly, since there
5541              is no more vfork support.
5542      Branch: perl
5543            ! hints/amigaos.sh
5544 ____________________________________________________________________________
5545 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
5546         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
5547              From: Norton Allen <allen@huarp.harvard.edu>
5548              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
5549              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
5550      Branch: perl
5551            ! pp_sys.c
5552 ____________________________________________________________________________
5553 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
5554         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
5555              From: Norton Allen <allen@huarp.harvard.edu>
5556              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
5557              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
5558      Branch: perl
5559            ! ext/Socket/socketpair.t
5560 ____________________________________________________________________________
5561 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
5562         Log: Clarify the 8.3 rule.
5563      Branch: perl
5564            ! Porting/check83.pl
5565 ____________________________________________________________________________
5566 [ 15490] By: nick                                  on 2002/03/25  16:05:07
5567         Log: Integrate mainline
5568      Branch: perlio
5569           +> ext/Encode/lib/Encode/EncFormat.pod
5570           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
5571            - ext/Encode/lib/EncodeFormat.pod
5572           !> (integrate 41 files)
5573 ____________________________________________________________________________
5574 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
5575         Log: Update Changes.
5576      Branch: perl
5577            ! Changes patchlevel.h
5578 ____________________________________________________________________________
5579 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
5580         Log: Forgotten from #15486.
5581      Branch: perl
5582            ! perl.c
5583 ____________________________________________________________________________
5584 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
5585         Log: It seems that FreeBSD does not like using Perl's malloc
5586              when multithreaded.
5587      Branch: perl
5588            ! hints/freebsd.sh
5589 ____________________________________________________________________________
5590 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
5591         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
5592              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5593              Date: Mon, 25 Mar 2002 11:33:17 +0100
5594              Message-ID: <20020325113317.A1410@rafael>
5595              
5596              Apparently VMS does not do YYDEBUG.
5597      Branch: perl
5598            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
5599 ____________________________________________________________________________
5600 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
5601         Log: Subject: [PATCH] warnings for perlio + others
5602              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5603              Date: Mon, 25 Mar 2002 13:01:44 -0000
5604              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
5605      Branch: perl
5606            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
5607            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
5608            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
5609            ! warnings.pl
5610 ____________________________________________________________________________
5611 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
5612         Log: As verified by Doug MacEachern.
5613      Branch: perl
5614            ! pod/perldelta.pod
5615 ____________________________________________________________________________
5616 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
5617         Log: MPE/iX update from Mark Bixby.
5618      Branch: perl
5619            + mpeix/mpeix.c
5620            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
5621            ! hints/mpeix.sh mpeix/mpeixish.h
5622 ____________________________________________________________________________
5623 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
5624         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
5625              From: Nicholas Clark <nick@unfortu.net>
5626              Date: Sun, 24 Mar 2002 22:50:06 +0000
5627              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
5628      Branch: perl
5629            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
5630 ____________________________________________________________________________
5631 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
5632         Log: Subject: [PATCH] fix warning + carp interaction
5633              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
5634              Date: Sun, 24 Mar 2002 23:00:21 -0000
5635              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
5636      Branch: perl
5637            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
5638            ! warnings.pl
5639 ____________________________________________________________________________
5640 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
5641         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
5642              (All the code changes have already been applied earlier.)
5643      Branch: perl
5644            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
5645 ____________________________________________________________________________
5646 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
5647         Log: DB_File: for the core version, no need to specify
5648              a minimum MM version.
5649      Branch: perl
5650            ! ext/DB_File/Makefile.PL
5651 ____________________________________________________________________________
5652 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
5653         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
5654              From: Dave Mitchell <davem@fdgroup.com>
5655              Date: Sun, 24 Mar 2002 22:23:08 +0000
5656              Message-ID: <20020324222308.B21963@fdgroup.com>
5657      Branch: perl
5658            ! pp_pack.c
5659 ____________________________________________________________________________
5660 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
5661         Log: Subject: [PATCH @15450] errno help for VMS
5662              From: "Craig A. Berry" <craigberry@mac.com>
5663              Date: Sun, 24 Mar 2002 16:17:52 -0600
5664              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
5665      Branch: perl
5666            ! ext/POSIX/t/posix.t vms/vms.c
5667 ____________________________________________________________________________
5668 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
5669         Log: Upgrade to Locale::Codes 2.03.
5670      Branch: perl
5671            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5672            ! lib/Locale/Country.pm
5673 ____________________________________________________________________________
5674 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
5675         Log: metaconfig unit change for #15474.
5676      Branch: metaconfig/U/perl
5677            ! Extensions.U
5678 ____________________________________________________________________________
5679 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
5680         Log: The #15472 said "properly".  Ha!
5681      Branch: perl
5682            ! Configure
5683 ____________________________________________________________________________
5684 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
5685         Log: metaconfig unit change for #15472.
5686      Branch: metaconfig/U/perl
5687            ! Extensions.U
5688 ____________________________________________________________________________
5689 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
5690         Log: Properly scan for the subextensions of Encode
5691              when doing static builds.
5692      Branch: perl
5693            ! Configure
5694 ____________________________________________________________________________
5695 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
5696         Log: Tru64: Document the known odbm failure with static builds.
5697      Branch: perl
5698            ! README.tru64
5699 ____________________________________________________________________________
5700 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
5701         Log: microperl tweaks.
5702      Branch: perl
5703            ! Makefile.micro locale.c util.c
5704 ____________________________________________________________________________
5705 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
5706         Log: metaconfig unit changes for #15468.
5707      Branch: metaconfig
5708            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
5709            ! U/modified/libc.U U/modified/libs.U
5710            ! U/threads/d_pthread_atfork.U
5711 ____________________________________________________________________________
5712 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
5713         Log: Various metaconfig unit cleanup; only one visible change
5714              in Configure, though.
5715      Branch: perl
5716            ! Configure
5717 ____________________________________________________________________________
5718 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
5719         Log: Upgrade to Encode 0.98, from Dan Kogai.
5720      Branch: perl
5721            + ext/Encode/lib/Encode/EncFormat.pod
5722            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
5723            - ext/Encode/lib/EncodeFormat.pod
5724            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
5725            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
5726            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5727            ! ext/Encode/lib/Encode/Alias.pm
5728            ! ext/Encode/lib/Encode/Details.pod
5729            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5730            ! ext/Encode/lib/Encode/JP/JIS.pm
5731            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5732 ____________________________________________________________________________
5733 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
5734         Log: Integrate perlio;
5735              
5736              Avoid core-dump in Encode with PERLIO=mmap
5737      Branch: perl
5738           !> ext/Encode/Encode.xs
5739 ____________________________________________________________________________
5740 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
5741         Log: In the spirit of #15464.
5742      Branch: perl
5743            ! perl.c sv.c
5744 ____________________________________________________________________________
5745 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
5746         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
5747              From: Michael G Schwern <schwern@pobox.com>
5748              Date: Sun, 24 Mar 2002 02:27:25 -0500
5749              Message-ID: <20020324072725.GA3554@blackrider>
5750      Branch: perl
5751            ! perl.c
5752 ____________________________________________________________________________
5753 [ 15463] By: nick                                  on 2002/03/24  10:24:41
5754         Log: Integrate mainline
5755      Branch: perlio
5756           +> (branch 28 files)
5757            - lib/bigfloat.t lib/bigint.t
5758           !> (integrate 59 files)
5759 ____________________________________________________________________________
5760 [ 15462] By: nick                                  on 2002/03/24  08:59:35
5761         Log: Avoid core-dump in Encode with PERLIO=mmap
5762      Branch: perlio
5763            ! ext/Encode/Encode.xs
5764 ____________________________________________________________________________
5765 [ 15461] By: nick                                  on 2002/03/24  08:58:21
5766         Log: Too many machines doing integrate mainline
5767      Branch: perlio
5768           !> Changes Configure lib/AutoSplit.t
5769           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
5770           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
5771           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
5772           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
5773 ____________________________________________________________________________
5774 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
5775         Log: Retract Math::BigInt::Lite for now, seems to confuse
5776              bignum and bigrat.
5777      Branch: perl
5778            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5779            ! MANIFEST
5780 ____________________________________________________________________________
5781 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
5782         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
5783              From: "Craig A. Berry" <craigberry@mac.com>
5784              Date: Sat, 23 Mar 2002 23:23:00 -0600
5785              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
5786      Branch: perl
5787            ! configure.com vms/vms.c
5788 ____________________________________________________________________________
5789 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
5790         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
5791              From: Michael G Schwern <schwern@pobox.com>
5792              Date: Sat, 23 Mar 2002 21:32:32 -0500
5793              Message-ID: <20020324023232.GA29972@blackrider>
5794              
5795              (with Russ Allbery's simplifications)
5796      Branch: perl
5797            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
5798 ____________________________________________________________________________
5799 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
5800         Log: Merge Math::BigInt::Lite 0.08, from Tels.
5801      Branch: perl
5802            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
5803            ! MANIFEST
5804 ____________________________________________________________________________
5805 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
5806         Log: Too chatty.
5807      Branch: perl
5808            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
5809 ____________________________________________________________________________
5810 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
5811         Log: Merge bignum 0.10, from Tels.
5812      Branch: perl
5813            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
5814            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
5815            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
5816            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
5817            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
5818            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
5819            ! MANIFEST
5820 ____________________________________________________________________________
5821 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
5822         Log: Rename the Perl 4 tests in preparation of bignum.
5823      Branch: perl
5824            + lib/bigfloatpl.t lib/bigintpl.t
5825            - lib/bigfloat.t lib/bigint.t
5826            ! MANIFEST
5827 ____________________________________________________________________________
5828 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
5829         Log: Merge Math::BigRat 0.04, from Tels.
5830      Branch: perl
5831            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
5832            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
5833            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
5834            + t/lib/Math/BigRat/Test.pm
5835            ! MANIFEST
5836 ____________________________________________________________________________
5837 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
5838         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
5839              From: Dave Mitchell <davem@fdgroup.com>
5840              Date: Sat, 23 Mar 2002 22:27:24 +0000
5841              Message-ID: <20020323222724.A19425@fdgroup.com>
5842      Branch: perl
5843            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
5844 ____________________________________________________________________________
5845 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
5846         Log: Forgotten.
5847      Branch: perl
5848            ! ext/Unicode/Normalize/README
5849 ____________________________________________________________________________
5850 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
5851         Log: Update Changes.
5852      Branch: perl
5853            ! Changes patchlevel.h
5854 ____________________________________________________________________________
5855 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
5856         Log: Subject: perldoc -m [PATCH]
5857              From: "John L. Allen" <allen@grumman.com>
5858              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
5859              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
5860      Branch: perl
5861            ! utils/perldoc.PL
5862 ____________________________________________________________________________
5863 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
5864         Log: Subject: Re: Copious warnings from Sys::Syslog
5865              From: andreas.koenig@anima.de (Andreas J. Koenig)
5866              Date: Sat, 23 Mar 2002 06:47:08 +0100
5867              Message-ID: <m31yebvns3.fsf@anima.de>
5868      Branch: perl
5869            ! ext/Sys/Syslog/Syslog.pm
5870 ____________________________________________________________________________
5871 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
5872         Log: Upgrade to Math::BigInt 1.55, from Tels.
5873      Branch: perl
5874            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
5875            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
5876            + lib/Math/BigInt/t/use_lib4.t
5877            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5878            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
5879            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
5880            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
5881            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
5882            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
5883            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
5884            ! lib/Math/BigInt/t/upgrade.t
5885 ____________________________________________________________________________
5886 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
5887         Log: Upgrade to Encode 0.97, from Dan Kogai.
5888      Branch: perl
5889            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
5890            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
5891            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
5892            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5893            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
5894            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
5895            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
5896            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
5897            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
5898            ! ext/Encode/t/Tcl.t
5899 ____________________________________________________________________________
5900 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
5901         Log: Slight tweaks on #15443.
5902      Branch: perl
5903            ! pod/perlvar.pod
5904 ____________________________________________________________________________
5905 [ 15444] By: nick                                  on 2002/03/23  17:30:42
5906         Log: Integrate mainline
5907      Branch: perlio
5908           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
5909           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
5910           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
5911           !> (integrate 50 files)
5912 ____________________________________________________________________________
5913 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
5914         Log: Subject: patch [bleadperl]: Document %! special variable
5915              From: mjd@plover.com
5916              Date: 23 Mar 2002 18:25:44 -0000
5917              Message-ID: <20020323182544.11741.qmail@plover.com>    
5918      Branch: perl
5919            ! pod/perlvar.pod
5920 ____________________________________________________________________________
5921 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
5922         Log: Since the Encode::JP is unsupported under EBCDIC we
5923              cannot run this test (aliases as such should work fine).
5924      Branch: perl
5925            ! ext/Encode/t/Aliases.t
5926 ____________________________________________________________________________
5927 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
5928         Log: EBCDIC: the sorting order is different under
5929              byte-EBCDIC and Unicode.
5930      Branch: perl
5931            ! t/op/utfhash.t
5932 ____________________________________________________________________________
5933 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
5934         Log: EBCDIC: the character codes are different.
5935      Branch: perl
5936            ! lib/Pod/t/pod2html-lib.pl
5937 ____________________________________________________________________________
5938 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
5939         Log: Purify: #15434 got the test the wrong.
5940              (Is there an approved way of testing "is this an unop"?)
5941      Branch: perl
5942            ! op.c
5943 ____________________________________________________________________________
5944 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
5945         Log: Purify: Array bounds read: could read one character past the end.
5946      Branch: perl
5947            ! pp_pack.c
5948 ____________________________________________________________________________
5949 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
5950         Log: Purify: Array bounds read: reading one byte before the buffer.
5951      Branch: perl
5952            ! util.c
5953 ____________________________________________________________________________
5954 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
5955         Log: Purify: Unitialized memory read.  Too many code paths
5956              to keep track of, I guess.
5957      Branch: perl
5958            ! sv.c
5959 ____________________________________________________________________________
5960 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
5961         Log: Purify: Array bounds write: pre-extend the strxfrm
5962              buffer by a factor of four (suggested maximum by HP-UX;
5963              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
5964              know how portable that is; locale.c uses yet another trick
5965              (not a particularly good trick, I might add))
5966      Branch: perl
5967            ! ext/POSIX/POSIX.xs
5968 ____________________________________________________________________________
5969 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
5970         Log: Purify: Array bounds read: o->op_last was accessed
5971              for unops (via newUNOP() and ck_eof()).
5972              (analysis okay, patch bad: see #15439)
5973      Branch: perl
5974            ! op.c
5975 ____________________________________________________________________________
5976 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
5977         Log: Subject: [PATCH] vms/test.com, File::Find tests
5978              From: "Craig A. Berry" <craigberry@mac.com>
5979              Date: Fri, 22 Mar 2002 16:52:59 -0600
5980              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
5981      Branch: perl
5982            ! vms/test.com
5983 ____________________________________________________________________________
5984 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
5985         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
5986              From: Michael G Schwern <schwern@pobox.com>
5987              Date: Fri, 22 Mar 2002 18:08:19 -0500
5988              Message-ID: <20020322230819.GB16454@blackrider>
5989      Branch: perl
5990            ! ext/Sys/Syslog/Syslog.pm
5991 ____________________________________________________________________________
5992 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
5993         Log: Update the information on Encode.
5994      Branch: perl
5995            ! pod/perldelta.pod
5996 ____________________________________________________________________________
5997 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
5998         Log: Upgrade to Encode 0.96, from Dan Kogai.
5999      Branch: perl
6000            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
6001            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6002            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
6003            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6004            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
6005            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
6006            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
6007            ! ext/Encode/lib/Encode/Alias.pm
6008            ! ext/Encode/lib/Encode/Encoding.pm
6009            ! ext/Encode/lib/Encode/Internal.pm
6010            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6011 ____________________________________________________________________________
6012 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
6013         Log: Subject: [PATCH] h2xs.t fix for VMS
6014              From: "Craig A. Berry" <craigberry@mac.com>
6015              Date: Fri, 22 Mar 2002 15:47:38 -0600
6016              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
6017      Branch: perl
6018            ! lib/h2xs.t
6019 ____________________________________________________________________________
6020 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
6021         Log: One more pass.
6022      Branch: perl
6023            ! epoc/config.sh
6024 ____________________________________________________________________________
6025 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
6026         Log: Even better version from Olaf Flebbe.
6027      Branch: perl
6028            ! epoc/config.sh pp_sys.c util.c
6029 ____________________________________________________________________________
6030 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
6031         Log: EPOC update from Olaf Flebbe.
6032      Branch: perl
6033            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
6034            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
6035 ____________________________________________________________________________
6036 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
6037         Log: Tweak from John P. Linderman.
6038      Branch: perl
6039            ! pod/perlhack.pod
6040 ____________________________________________________________________________
6041 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
6042         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
6043              From: Stas Bekman <stas@stason.org>
6044              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
6045              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
6046      Branch: perl
6047            ! pod/perlfunc.pod
6048 ____________________________________________________________________________
6049 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
6050         Log: Subject: [PATCH] check sysconf's return value in reentr.c
6051              From: <slaven.rezic@berlin.de>
6052              Date: Fri, 22 Mar 2002 18:30:36 +0100
6053              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
6054              
6055              (plus use 4k instead 2k as the "usual" size)
6056      Branch: perl
6057            ! reentr.c reentr.pl
6058 ____________________________________________________________________________
6059 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
6060         Log: Update Changes.
6061      Branch: perl
6062            ! Changes patchlevel.h
6063 ____________________________________________________________________________
6064 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
6065         Log: Forgot from #15416.
6066      Branch: perl
6067            ! pod/perlfaq3.pod
6068 ____________________________________________________________________________
6069 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
6070         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
6071              From: andreas.koenig@anima.de (Andreas J. Koenig)
6072              Date: Fri, 22 Mar 2002 16:27:51 +0100
6073              Message-ID: <m3n0x0vczs.fsf@anima.de>
6074      Branch: perl
6075            ! pod/perlmodstyle.pod
6076 ____________________________________________________________________________
6077 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
6078         Log: metaconfig unit changes for #15418.
6079      Branch: metaconfig
6080            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6081            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6082            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6083            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6084            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6085            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6086            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6087            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6088            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6089            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6090            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6091            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6092            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6093            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6094            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6095            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6096            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6097            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6098            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6099            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6100            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6101            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6102            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6103            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6104 ____________________________________________________________________________
6105 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
6106         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
6107              Also, there's no i_stdio.
6108      Branch: perl
6109            ! Configure reentr.h reentr.pl
6110 ____________________________________________________________________________
6111 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
6112         Log: Document a known AIX warning.
6113      Branch: perl
6114            ! pod/perldelta.pod
6115 ____________________________________________________________________________
6116 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
6117         Log: Undo #15415, allow the faq people to catch up first.
6118      Branch: perl
6119            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6120 ____________________________________________________________________________
6121 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
6122         Log: FAQ sync.
6123      Branch: perl
6124            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
6125 ____________________________________________________________________________
6126 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
6127         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
6128              From: andreas.koenig@anima.de (Andreas J. Koenig)
6129              Date: Fri, 22 Mar 2002 15:16:19 +0100
6130              Message-ID: <m38z8kwuvg.fsf@anima.de>
6131              
6132              (plus reformat)
6133      Branch: perl
6134            ! pod/perldelta.pod
6135 ____________________________________________________________________________
6136 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
6137         Log: Integrate perlio;
6138              
6139              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
6140              
6141              Check for sanity of UTF-8 keys in hashes
6142      Branch: perl
6143           +> t/op/utfhash.t
6144           !> MANIFEST doio.c
6145 ____________________________________________________________________________
6146 [ 15412] By: nick                                  on 2002/03/22  10:50:53
6147         Log: Check for sanity of UTF-8 keys in hashes
6148              (feel free to add more tests...)
6149      Branch: perlio
6150            + t/op/utfhash.t
6151            ! MANIFEST
6152 ____________________________________________________________________________
6153 [ 15411] By: ams                                   on 2002/03/22  08:36:33
6154         Log: Revert #15200 for backwards compatiblity reasons.
6155      Branch: perl
6156            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
6157            ! pp_ctl.c t/op/override.t
6158 ____________________________________________________________________________
6159 [ 15410] By: nick                                  on 2002/03/22  07:47:41
6160         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
6161              - when (e.g.) STDOUT is char special file and gets IoOFP
6162              created - do _NOT_ pass num_svs as that fopen-s stringified
6163              glob, and not fdopen-s the fd.
6164      Branch: perlio
6165            ! doio.c
6166 ____________________________________________________________________________
6167 [ 15409] By: nick                                  on 2002/03/22  07:19:33
6168         Log: Integrate mainline
6169      Branch: perlio
6170           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
6171           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
6172           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
6173           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
6174           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
6175           +> ext/Encode/lib/Encode/Details.pod
6176           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6177           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
6178           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6179           +> lib/Pod/t/pod2html-lib.pl
6180            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6181           !> (integrate 39 files)
6182 ____________________________________________________________________________
6183 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
6184         Log: Win32 tweak from mjd.
6185      Branch: perl
6186            ! lib/Tie/File.pm
6187 ____________________________________________________________________________
6188 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
6189         Log: If Unicode keys are entered to a hash, a bit is turned on.
6190              If the bit is on, when the keys are fetched from the hash
6191              (%h, each %h, keys %h), the Unicodified versions of the keys
6192              are returned if needed.  This solution errs on the size of
6193              over-Unicodifying, the old solution erred on the side of
6194              under-Unicodifying.  As long as the hash keys can be a mix
6195              of byte and Unicode strings, a perfect fit is hard to come by.
6196      Branch: perl
6197            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
6198            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
6199 ____________________________________________________________________________
6200 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
6201         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
6202              From: Mike Guy <mjtg@cam.ac.uk>
6203              Date: Fri, 22 Mar 2002 02:08:20 +0000
6204              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
6205      Branch: perl
6206            ! pod/perldelta.pod
6207 ____________________________________________________________________________
6208 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
6209         Log: PM_SETRE() fallout.
6210      Branch: perl
6211            ! ext/ByteLoader/bytecode.h
6212 ____________________________________________________________________________
6213 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
6214         Log: Subject: [PATCH pod/perlxs.pod] doc fix
6215              From: Stas Bekman <stas@stason.org>
6216              Date: Thu, 21 Mar 2002 18:47:35 +0800
6217              Message-ID: <3C99BA47.9010403@stason.org>
6218      Branch: perl
6219            ! pod/perlxs.pod
6220 ____________________________________________________________________________
6221 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
6222         Log: Subject: [PATCH]
6223              From: Slaven Rezic <slaven.rezic@berlin.de>
6224              Date: 21 Mar 2002 10:19:23 +0100
6225              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
6226              
6227              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
6228      Branch: perl
6229            ! hints/freebsd.sh
6230 ____________________________________________________________________________
6231 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
6232         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
6233              From: Tim Bunce <Tim.Bunce@pobox.com>
6234              Date: Thu, 21 Mar 2002 21:18:05 +0000
6235              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
6236      Branch: perl
6237            ! ext/Storable/Storable.xs
6238 ____________________________________________________________________________
6239 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
6240         Log: Reword the Apache^Wmod_perl bit so that Sarathy
6241              can sleep easier :-)
6242      Branch: perl
6243            ! pod/perldelta.pod
6244 ____________________________________________________________________________
6245 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
6246         Log: It seems that the strange failure (core dump) of
6247              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
6248              (1) using Sun's cc helps
6249              (2) rewriting the ithreads PM_SETRE() to do the
6250              setting in two steps helps
6251              (3) no other platforms have the crash
6252              (4) Tru64's Third Degree sees nothing evil
6253              So we implement (2).
6254      Branch: perl
6255            ! op.h
6256 ____________________________________________________________________________
6257 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
6258         Log: Solaris: default to the SUNwspro cc if it is available.
6259      Branch: perl
6260            ! hints/solaris_2.sh
6261 ____________________________________________________________________________
6262 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
6263         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
6264              does not get fixed in time.
6265      Branch: perl
6266            ! pod/perldelta.pod
6267 ____________________________________________________________________________
6268 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
6269         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
6270              From: Dave Mitchell <davem@fdgroup.com>
6271              Date: Thu, 21 Mar 2002 17:24:40 +0000
6272              Message-ID: <20020321172440.C13683@fdgroup.com>
6273      Branch: perl
6274            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
6275            ! pod/perlapi.pod proto.h sv.h toke.c
6276 ____________________________________________________________________________
6277 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
6278         Log: One more proto escapee.
6279      Branch: perl
6280            ! hints/linux.sh
6281 ____________________________________________________________________________
6282 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
6283         Log: metaconfig unit change for #15394.
6284      Branch: metaconfig/U/perl
6285            ! Checkcc.U
6286 ____________________________________________________________________________
6287 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
6288         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
6289              From: Robin Barker <rmb1@cise.npl.co.uk>
6290              Date: Thu, 21 Mar 2002 17:35:00 GMT
6291              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
6292      Branch: perl
6293            ! Configure
6294 ____________________________________________________________________________
6295 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
6296         Log: Subject: Re: [tests for Pod::Html]
6297              From: Stas Bekman <stas@stason.org>
6298              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
6299              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
6300      Branch: perl
6301            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6302            - t/pod2html/README
6303            ! MANIFEST lib/Pod/t/pod2html-lib.pl
6304 ____________________________________________________________________________
6305 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
6306         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
6307              From: Stas Bekman <stas@stason.org>
6308              Date: Thu, 21 Mar 2002 18:50:56 +0800
6309              Message-ID: <3C99BB10.50004@stason.org>
6310      Branch: perl
6311            ! ext/Cwd/Cwd.xs
6312 ____________________________________________________________________________
6313 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
6314         Log: Upgrade to Encode 0.95, from Dan Kogai.
6315      Branch: perl
6316            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
6317            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
6318            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
6319            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
6320            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
6321            + ext/Encode/lib/Encode/Details.pod
6322            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
6323            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6324            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6325            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
6326            ! ext/Encode/Makefile.PL
6327 ____________________________________________________________________________
6328 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
6329         Log: Mention the new syslog try-harder feature.
6330      Branch: perl
6331            ! pod/perldelta.pod
6332 ____________________________________________________________________________
6333 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
6334         Log: metaconfig unit changes for #15388.
6335      Branch: metaconfig
6336            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6337            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6338            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6339            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6340            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6341            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6342            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6343            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6344            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6345            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6346            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6347            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6348            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6349            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6350            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6351            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6352            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6353            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6354            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6355            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6356            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6357            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6358            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6359            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6360 ____________________________________________________________________________
6361 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
6362         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
6363              From: Spider Boardman <spider@web.zk3.dec.com>
6364              Date: Thu, 21 Mar 2002 09:23:45 -0500
6365              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
6366      Branch: perl
6367            ! Configure hints/hpux.sh reentr.pl
6368 ____________________________________________________________________________
6369 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
6370         Log: NetWare diff from C Aditya.
6371      Branch: perl
6372            ! perl.h
6373 ____________________________________________________________________________
6374 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
6375         Log: The htmlview test doesn't work yet.
6376      Branch: perl
6377            + t/pod2html/README
6378            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6379            ! MANIFEST
6380 ____________________________________________________________________________
6381 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
6382         Log: Placeholder.
6383      Branch: perl
6384            ! MANIFEST
6385 ____________________________________________________________________________
6386 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
6387         Log: Integrate perlio: missing tabs in makefile.mk.
6388      Branch: perl
6389           !> win32/makefile.mk
6390 ____________________________________________________________________________
6391 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
6392         Log: Subject: [tests for Pod::Html]
6393              From: Stas Bekman <stas@stason.org>
6394              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
6395              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
6396      Branch: perl
6397            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
6398            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
6399            + lib/Pod/t/pod2html-lib.pl
6400            ! MANIFEST
6401 ____________________________________________________________________________
6402 [ 15382] By: nick                                  on 2002/03/21  07:21:57
6403         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
6404      Branch: perlio
6405           +> ext/Encode/AUTHORS ext/Encode/Changes
6406           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
6407           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6408           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6409           +> ext/I18N/Langinfo/fallback/const-c.inc
6410           +> ext/I18N/Langinfo/fallback/const-xs.inc
6411           +> lib/ExtUtils/t/Constant.t
6412            - ext/Encode/Encode/euc-jp-0212.enc
6413            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
6414            - ext/Encode/t/table.euc ext/Encode/t/table.ref
6415            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
6416           !> (integrate 105 files)
6417 ____________________________________________________________________________
6418 [ 15381] By: nick                                  on 2002/03/21  06:59:57
6419         Log: Restore tabs so dmake will parse file!
6420      Branch: perlio
6421            ! win32/makefile.mk
6422 ____________________________________________________________________________
6423 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
6424         Log: Upgrade to Unicode::Normalize 0.16.
6425      Branch: perl
6426            ! ext/Unicode/Normalize/Changes
6427            ! ext/Unicode/Normalize/Normalize.pm
6428 ____________________________________________________________________________
6429 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
6430         Log: Schwern's wallet is a bit more loose.
6431      Branch: perl
6432            ! t/lib/1_compile.t
6433 ____________________________________________________________________________
6434 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
6435         Log: Subject: [PATCH]
6436              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6437              Date: Wed, 20 Mar 2002 22:56:17 -0000
6438              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
6439              
6440              packWARN also for subdirs.
6441      Branch: perl
6442            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
6443            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
6444            ! win32/win32.c
6445 ____________________________________________________________________________
6446 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
6447         Log: A plan is better.
6448      Branch: perl
6449            ! ext/Encode/t/CJKalias.t
6450 ____________________________________________________________________________
6451 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
6452         Log: Upgrade to Encode 0.94, from Dan Kogai.
6453      Branch: perl
6454            + ext/Encode/lib/Encode/Description.pod
6455            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
6456            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
6457            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6458            ! ext/Encode/lib/Encode/Encoding.pm
6459            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6460            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
6461            ! ext/Encode/t/CJKalias.t
6462 ____________________________________________________________________________
6463 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
6464         Log: Rats' nest.
6465      Branch: perl
6466            ! hints/solaris_2.sh
6467 ____________________________________________________________________________
6468 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
6469         Log: Rrright.
6470      Branch: perl
6471            ! pod/perlguts.pod
6472 ____________________________________________________________________________
6473 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
6474         Log: Update Changes.
6475      Branch: perl
6476            ! Changes patchlevel.h
6477 ____________________________________________________________________________
6478 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
6479         Log: Reapply #15336.
6480      Branch: perl
6481            ! ext/Encode/lib/Encode/Tcl.pm
6482 ____________________________________________________________________________
6483 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
6484         Log: Upgrade to Encode 0.93, from Dan Kogai.
6485      Branch: perl
6486            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
6487            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
6488            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
6489            ! ext/Encode/README ext/Encode/TW/TW.pm
6490            ! ext/Encode/lib/Encode/CN/HZ.pm
6491            ! ext/Encode/lib/Encode/Encoding.pm
6492            ! ext/Encode/lib/Encode/Internal.pm
6493            ! ext/Encode/lib/Encode/JP/Constants.pm
6494            ! ext/Encode/lib/Encode/JP/H2Z.pm
6495            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6496            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
6497            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6498            ! ext/Encode/lib/Encode/Tcl/Table.pm
6499            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6500            ! ext/Encode/lib/Encode/iso10646_1.pm
6501            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6502            ! ext/Encode/t/JP.t
6503 ____________________________________________________________________________
6504 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
6505         Log: Subject: patch for syslog
6506              From: <Nick.Williams@morganstanley.com>
6507              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
6508              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
6509      Branch: perl
6510            ! ext/Sys/Syslog/Syslog.pm
6511 ____________________________________________________________________________
6512 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
6513         Log: Some failure updates.
6514      Branch: perl
6515            ! pod/perldelta.pod
6516 ____________________________________________________________________________
6517 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
6518         Log: Getopt::Long 2.29 from Johan Vromans.
6519      Branch: perl
6520            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
6521 ____________________________________________________________________________
6522 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
6523         Log: Rename ExtUtils.t to Constant.t, as suggested by
6524              Nicholas Clark.
6525      Branch: perl
6526            + lib/ExtUtils/t/Constant.t
6527            - lib/ExtUtils/t/ExtUtils.t
6528            ! MANIFEST
6529 ____________________________________________________________________________
6530 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
6531         Log: Subject: [PATCH] TODO - Make Schwern Poorer
6532              From: Nicholas Clark <nick@unfortu.net>
6533              Date: Tue, 19 Mar 2002 22:50:28 +0000
6534              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
6535      Branch: perl
6536            ! t/lib/1_compile.t
6537 ____________________________________________________________________________
6538 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
6539         Log: Subject: Re: The story of O [PATCH]
6540              From: Richard.Foley@t-online.de (Richard Foley)
6541              Date: Sun, 17 Mar 2002 08:37:26 +0100
6542              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
6543      Branch: perl
6544            ! lib/perl5db.pl
6545 ____________________________________________________________________________
6546 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
6547         Log: Mention the external modules Encode::HanExtra and
6548              PadWalker.
6549      Branch: perl
6550            ! pod/perldelta.pod
6551 ____________________________________________________________________________
6552 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
6553         Log: Subject: [PATCH] List lexicals from debugger
6554              From: Peter Scott <Peter@PSDT.com>
6555              Date: Tue, 19 Mar 2002 12:28:52 -0800
6556              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
6557      Branch: perl
6558            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
6559 ____________________________________________________________________________
6560 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
6561         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
6562              and :encoding(xxx) was errorneously parsed.
6563      Branch: perl
6564            ! lib/open.pm
6565 ____________________________________________________________________________
6566 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
6567         Log: Subject: [PATCH bleadperl] exec.t tweak
6568              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6569              Date: Wed, 20 Mar 2002 01:21:40 +0100
6570              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
6571              
6572              4NT returns 2 as error-code for nonexistant file.
6573      Branch: perl
6574            ! t/op/exec.t
6575 ____________________________________________________________________________
6576 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
6577         Log: minor Tie::File test patch to make win32 happier, from mjd.
6578      Branch: perl
6579            ! lib/Tie/File/t/30_defer.t
6580 ____________________________________________________________________________
6581 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
6582         Log: Subject: [PATCH bleadperl] magic.t tweak
6583              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6584              Date: Wed, 20 Mar 2002 00:39:16 +0100
6585              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
6586      Branch: perl
6587            ! t/op/magic.t
6588 ____________________________________________________________________________
6589 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
6590         Log: Typo fix from Andreas Koenig, plus a tweak.
6591      Branch: perl
6592            ! pod/perlunicode.pod
6593 ____________________________________________________________________________
6594 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
6595         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
6596              in Mandrake 8.2.  Now we need to figure out a way not to
6597              unbreak Apache.
6598      Branch: perl
6599            ! hints/linux.sh
6600 ____________________________________________________________________________
6601 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
6602         Log: Fix for "UTF-8 bug with s///" from Hugo.
6603      Branch: perl
6604            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
6605            ! t/op/pat.t
6606 ____________________________________________________________________________
6607 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
6608         Log: metaconfig unit change for #15354.
6609      Branch: metaconfig
6610            ! U/threads/usethreads.U
6611 ____________________________________________________________________________
6612 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
6613         Log: Installation updates on threads and perlio.
6614      Branch: perl
6615            ! Configure INSTALL
6616 ____________________________________________________________________________
6617 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
6618         Log: Tpo.
6619      Branch: perl
6620            ! pod/perlfaq6.pod
6621 ____________________________________________________________________________
6622 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
6623         Log: Regen modlib and toc.
6624      Branch: perl
6625            ! pod/perlmodlib.pod pod/perltoc.pod
6626 ____________________________________________________________________________
6627 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
6628         Log: Whitespace tweaks.
6629      Branch: perl
6630            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
6631            ! pod/perltodo.pod pod/perlunicode.pod
6632 ____________________________________________________________________________
6633 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
6634         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
6635              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
6636              (And as suggested by Markus Kuhn.)
6637              
6638              While we are at it, document also the case of
6639              mixed hash keys as a known potential troublemaker.
6640              (Since it's locale-related, sometimes.)
6641      Branch: perl
6642            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
6643            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
6644            ! pod/perluniintro.pod
6645 ____________________________________________________________________________
6646 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
6647         Log: Surely a typo.
6648      Branch: perl
6649            ! gv.c
6650 ____________________________________________________________________________
6651 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
6652         Log: Take two.
6653      Branch: perl
6654            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6655            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6656 ____________________________________________________________________________
6657 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
6658         Log: Let's try this from scratch.
6659      Branch: perl
6660            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6661            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6662 ____________________________________________________________________________
6663 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
6664         Log: I could do this all day...
6665      Branch: perl
6666            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6667            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6668 ____________________________________________________________________________
6669 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
6670         Log: Grrr.
6671      Branch: perl
6672            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6673            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6674 ____________________________________________________________________________
6675 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
6676         Log: Subject: Re: Nearly OK for cygwin@15318
6677              From: John Peacock <jpeacock@rowman.com>
6678              Date: Tue, 19 Mar 2002 15:58:08 -0500
6679              Message-ID: <3C97A660.3060302@rowman.com>
6680      Branch: perl
6681            ! pod/perlport.pod
6682 ____________________________________________________________________________
6683 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
6684         Log: Subject: Re: Nearly OK for cygwin@15318
6685              From: <slaven.rezic@berlin.de>
6686              Date: Tue, 19 Mar 2002 21:47:49 +0100
6687              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
6688              
6689              Subject: Re: Nearly OK for cygwin@15318
6690              From: <slaven.rezic@berlin.de>
6691              Date: Tue, 19 Mar 2002 21:37:18 +0100
6692              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
6693      Branch: perl
6694            ! pod/perlport.pod t/io/fs.t
6695 ____________________________________________________________________________
6696 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
6697         Log: D'oh.
6698      Branch: perl
6699            + ext/I18N/Langinfo/fallback/const-c.inc
6700            + ext/I18N/Langinfo/fallback/const-xs.inc
6701 ____________________________________________________________________________
6702 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
6703         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
6704              From: Nicholas Clark <nick@unfortu.net>
6705              Date: Tue, 19 Mar 2002 22:37:08 +0000
6706              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
6707              
6708              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
6709              From: Nicholas Clark <nick@ccl4.org>
6710              Date: Tue, 19 Mar 2002 22:39:55 +0000
6711              Message-ID: <20020319223954.G94831@plum.flirble.org>
6712      Branch: perl
6713            - ext/I18N/Langinfo/fallback.xs
6714            ! MANIFEST
6715 ____________________________________________________________________________
6716 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
6717         Log: Text, not binary.
6718      Branch: perl
6719            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
6720            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
6721 ____________________________________________________________________________
6722 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
6723         Log: Subject: Re: perl@15244
6724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6725              Date: Mon, 18 Mar 2002 17:37:31 +0100
6726              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
6727              
6728              (Goedendag: Dutch whitespace police)
6729      Branch: perl
6730            ! hints/hpux.sh
6731 ____________________________________________________________________________
6732 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
6733         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
6734              From: Nicholas Clark <nick@unfortu.net>
6735              Date: Tue, 19 Mar 2002 21:52:47 +0000
6736              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
6737      Branch: perl
6738            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
6739            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
6740            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
6741            ! ext/Sys/Syslog/Makefile.PL
6742 ____________________________________________________________________________
6743 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
6744         Log: More pathname portability checks.
6745      Branch: perl
6746            ! Porting/check83.pl
6747 ____________________________________________________________________________
6748 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
6749         Log: Begone, Encode::Tcl::Extended.
6750      Branch: perl
6751            ! ext/Encode/lib/Encode/Tcl.pm
6752 ____________________________________________________________________________
6753 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
6754         Log: This is like trying to put the shaving cream
6755              back to the can...
6756      Branch: perl
6757            ! hints/linux.sh
6758 ____________________________________________________________________________
6759 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
6760         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
6761              types of usleep().  Fun, fun. fun.
6762      Branch: perl
6763            ! hints/linux.sh
6764 ____________________________________________________________________________
6765 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
6766         Log: Sarathy's new suggestion for Linux threading flags.
6767      Branch: perl
6768            ! hints/linux.sh
6769 ____________________________________________________________________________
6770 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
6771         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
6772      Branch: perl
6773            - ext/Encode/Encode/euc-jp-0212.ucm
6774            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
6775            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6776 ____________________________________________________________________________
6777 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
6778         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
6779              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6780              Date: Tue, 19 Mar 2002 00:42:22 +0100
6781              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
6782      Branch: perl
6783            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
6784 ____________________________________________________________________________
6785 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
6786         Log: "+" is not a valid filename character in VMS.
6787      Branch: perl
6788            + ext/Encode/Encode/euc-jp-0212.ucm
6789            - ext/Encode/Encode/euc-jp+0212.ucm
6790            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6791 ____________________________________________________________________________
6792 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
6793         Log: Update Changes.
6794      Branch: perl
6795            ! Changes patchlevel.h
6796 ____________________________________________________________________________
6797 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
6798         Log: Take away _GNU_SOURCE since that does not seem
6799              to play well with other software (like Apache),
6800              just hint away the WHOAs.
6801      Branch: perl
6802            ! hints/linux.sh
6803 ____________________________________________________________________________
6804 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
6805         Log: metaconfig unit change for #15326.
6806      Branch: metaconfig
6807            ! U/threads/d_crypt_r.U
6808 ____________________________________________________________________________
6809 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
6810         Log: Support crypt_r(const char*,const char*, CRYPTD*).
6811      Branch: perl
6812            ! Configure reentr.h reentr.pl
6813 ____________________________________________________________________________
6814 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
6815         Log: VMS acrobatics from Peter Prymmer.
6816      Branch: perl
6817            ! lib/ExtUtils/t/ExtUtils.t
6818 ____________________________________________________________________________
6819 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
6820         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
6821              From: Stas Bekman <stas@stason.org>
6822              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
6823              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
6824      Branch: perl
6825            ! lib/Pod/Html.pm
6826 ____________________________________________________________________________
6827 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
6828         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
6829              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6830              Date: Tue, 19 Mar 2002 10:49:27 +0100
6831              Message-ID: <20020319104927.C705@rafael>   
6832      Branch: perl
6833            ! ext/B/t/xref.t
6834 ____________________________________________________________________________
6835 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
6836         Log: Integrate perlio;
6837              
6838              Move docs for Encode::valid_utf8 (which does not exist)
6839              to be docs for utf8::valid() (which does).
6840      Branch: perl
6841           !> ext/Encode/Encode.pm lib/utf8.pm
6842 ____________________________________________________________________________
6843 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
6844         Log: Remove Encode::Tcl::Extended, suggested by
6845              SADAHIRO Tomoyuki.
6846      Branch: perl
6847            - ext/Encode/Encode/euc-jp-0212.enc
6848            - ext/Encode/lib/Encode/Tcl/Extended.pm
6849            ! MANIFEST ext/Encode/MANIFEST
6850            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6851            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
6852 ____________________________________________________________________________
6853 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
6854         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
6855      Branch: perl
6856            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
6857            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
6858            + ext/Encode/t/jisx0212.ref
6859            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
6860            - ext/Encode/t/table.ref
6861            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
6862            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
6863            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6864            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
6865            ! ext/Encode/lib/Encode/CN/HZ.pm
6866            ! ext/Encode/lib/Encode/Encoding.pm
6867            ! ext/Encode/lib/Encode/Internal.pm
6868            ! ext/Encode/lib/Encode/JP/Constants.pm
6869            ! ext/Encode/lib/Encode/JP/H2Z.pm
6870            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6871            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
6872            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6873            ! ext/Encode/lib/Encode/Tcl/Extended.pm
6874            ! ext/Encode/lib/Encode/Tcl/Table.pm
6875            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
6876            ! ext/Encode/lib/Encode/iso10646_1.pm
6877            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6878            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
6879            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
6880 ____________________________________________________________________________
6881 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
6882         Log: constness+signedness nit.
6883      Branch: perl
6884            ! ext/Unicode/Normalize/Normalize.xs
6885 ____________________________________________________________________________
6886 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
6887         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
6888      Branch: perl
6889            ! ext/Unicode/Normalize/Changes
6890            ! ext/Unicode/Normalize/Normalize.pm
6891            ! ext/Unicode/Normalize/Normalize.xs
6892            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6893            ! ext/Unicode/Normalize/t/func.t
6894 ____________________________________________________________________________
6895 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
6896         Log: Split the ebcdic details to perlebcdic.
6897      Branch: perl
6898            ! pod/perlebcdic.pod pod/perluniintro.pod
6899 ____________________________________________________________________________
6900 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
6901         Log: Be explicit.
6902      Branch: perl
6903            ! pod/perluniintro.pod
6904 ____________________________________________________________________________
6905 [ 15315] By: nick                                  on 2002/03/19  09:24:18
6906         Log: Integrate mainline
6907      Branch: perlio
6908           +> ext/List/Util/t/openhan.t
6909           !> (integrate 53 files)
6910 ____________________________________________________________________________
6911 [ 15314] By: nick                                  on 2002/03/19  07:39:07
6912         Log: Move docs for Encode::valid_utf8 (which does not exist)
6913              to be docs for utf8::valid() (which does).
6914      Branch: perlio
6915            ! ext/Encode/Encode.pm lib/utf8.pm
6916 ____________________________________________________________________________
6917 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
6918         Log: Update the Unicode vs EBCDIC situation.
6919      Branch: perl
6920            ! pod/perlebcdic.pod pod/perluniintro.pod
6921 ____________________________________________________________________________
6922 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
6923         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
6924              From: Robert Spier <rspier@pobox.com>
6925              Date: Mon, 18 Mar 2002 19:22:55 -0800
6926              Message-ID: <15510.44815.383439.823671@rls.cx>
6927      Branch: perl
6928            ! ext/threads/t/end.t
6929 ____________________________________________________________________________
6930 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
6931         Log: UTF-8 walk errors that become visible in EBCDIC.
6932      Branch: perl
6933            ! regexec.c
6934 ____________________________________________________________________________
6935 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
6936         Log: s/regcinclasslen/reginclass/ and remove the old
6937              reginclass since nothing is using it.
6938      Branch: perl
6939            ! embed.fnc embed.h proto.h regexec.c
6940 ____________________________________________________________________________
6941 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
6942         Log: Close the file so it can be (a) removed (b) reopened.
6943      Branch: perl
6944            ! ext/B/t/xref.t
6945 ____________________________________________________________________________
6946 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
6947         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
6948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6949              Date: Mon, 18 Mar 2002 23:14:31 +0100
6950              Message-ID: <20020318231431.A699@rafael>
6951      Branch: perl
6952            ! ext/B/B.xs utf8.c
6953 ____________________________________________________________________________
6954 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
6955         Log: Failed patch hunk reapplied.
6956      Branch: perl
6957            ! lib/Tie/File/t/32_defer_misc.t
6958 ____________________________________________________________________________
6959 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
6960         Log: For DEBUGGING threaded builds.
6961      Branch: perl
6962            ! sv.c
6963 ____________________________________________________________________________
6964 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
6965         Log: AUTHORS update.
6966      Branch: perl
6967            ! AUTHORS
6968 ____________________________________________________________________________
6969 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
6970         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
6971              (Fix from Craig Berry)
6972      Branch: perl
6973            ! pp_sys.c
6974 ____________________________________________________________________________
6975 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
6976         Log: Subject: [PATCH] configure.com home-grown kill() check
6977              From: "Craig A. Berry" <craigberry@mac.com>
6978              Date: Mon, 18 Mar 2002 13:52:59 -0600
6979              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
6980      Branch: perl
6981            ! configure.com
6982 ____________________________________________________________________________
6983 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
6984         Log: Upgrade to Tie::File 0.50.
6985      Branch: perl
6986            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
6987            ! lib/Tie/File/t/32_defer_misc.t
6988 ____________________________________________________________________________
6989 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
6990         Log: AUTHORS updates.
6991      Branch: perl
6992            ! AUTHORS
6993 ____________________________________________________________________________
6994 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
6995         Log: Update Changes.
6996      Branch: perl
6997            ! Changes patchlevel.h
6998 ____________________________________________________________________________
6999 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
7000         Log: OS/390 update.
7001      Branch: perl
7002            ! pod/perldelta.pod
7003 ____________________________________________________________________________
7004 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
7005         Log: Forgot from #15288.
7006      Branch: perl
7007            ! ext/B/B.xs
7008 ____________________________________________________________________________
7009 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
7010         Log: Make regex DEBUGGING faster.
7011      Branch: perl
7012            ! perl.c perl.h regexec.c
7013 ____________________________________________________________________________
7014 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
7015         Log: Undo accidental perl.h part of #15295 (wait for #15297)
7016      Branch: perl
7017            ! perl.h
7018 ____________________________________________________________________________
7019 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
7020         Log: Subject: prefix slip
7021              From: andreas.koenig@anima.de (Andreas J. Koenig)
7022              Date: Mon, 18 Mar 2002 16:24:46 +0100
7023              Message-ID: <m3y9gp3nlt.fsf@anima.de>
7024              
7025              (perl.h part accidental, undone by #15296)
7026      Branch: perl
7027            ! INSTALL perl.h
7028 ____________________________________________________________________________
7029 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
7030         Log: Be tidy.
7031      Branch: perl
7032            ! ext/B/t/xref.t
7033 ____________________________________________________________________________
7034 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
7035         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
7036              From: Spider Boardman <spider@web.zk3.dec.com>
7037              Date: Mon, 18 Mar 2002 10:09:50 -0500
7038              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
7039      Branch: perl
7040            ! README.tru64 hints/dec_osf.sh
7041 ____________________________________________________________________________
7042 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
7043         Log: NetWare tweaks from C Aditya <caditya@novell.com>
7044      Branch: perl
7045            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
7046 ____________________________________________________________________________
7047 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
7048         Log: metaconfig unit change for #15290.
7049      Branch: metaconfig/U/perl
7050            ! perlxv.U
7051 ____________________________________________________________________________
7052 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
7053         Log: Subject: d_nv_preserves_uv_bits
7054              From: Nicholas Clark <nick@unfortu.net>
7055              Date: Thu, 14 Mar 2002 22:24:19 +0000
7056              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
7057      Branch: perl
7058            ! Configure Porting/Glossary Porting/config.sh config_h.SH
7059            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
7060            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
7061            ! win32/config.bc win32/config.gc win32/config.vc
7062            ! win32/config.win64
7063 ____________________________________________________________________________
7064 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
7065         Log: Subject: Re: perl@15244
7066              From: Spider Boardman <spider@web.zk3.dec.com>
7067              Date: Mon, 18 Mar 2002 09:38:55 -0500
7068              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
7069              
7070              (IA64 work.)
7071      Branch: perl
7072            ! hints/hpux.sh perl.h
7073 ____________________________________________________________________________
7074 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
7075         Log: Subject: [PATCH B] B::perlstring()
7076              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7077              Date: Sun, 17 Mar 2002 23:06:12 +0100
7078              Message-ID: <20020317230612.A24442@rafael>
7079      Branch: perl
7080            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
7081 ____________________________________________________________________________
7082 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
7083         Log: Subject: [PATCH] another pack "w" thing
7084              From: Nicholas Clark <nick@unfortu.net>
7085              Date: Sat, 16 Mar 2002 21:52:15 +0000
7086              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
7087      Branch: perl
7088            ! pp_pack.c t/op/pack.t
7089 ____________________________________________________________________________
7090 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
7091         Log: More prototypes blindness in Solaris.
7092              (TODO: readdir64_r really needs to be seen.)
7093      Branch: perl
7094            ! hints/solaris_2.sh
7095 ____________________________________________________________________________
7096 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
7097         Log: Integrate perlio;
7098              
7099              Tidy the "does not map" message for non-characters
7100              (e.g. iso-8859-3 "\xA5").
7101      Branch: perl
7102           !> ext/Encode/Encode.xs
7103 ____________________________________________________________________________
7104 [ 15284] By: nick                                  on 2002/03/18  11:00:31
7105         Log: Integrate mainline
7106      Branch: perlio
7107           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7108           +> lib/Tie/File/t/32_defer_misc.t
7109           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
7110           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
7111           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
7112           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
7113           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
7114           !> reentr.pl regexec.c t/op/pat.t util.c
7115 ____________________________________________________________________________
7116 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
7117         Log: Sync with Scalar-List-Utils-1.07
7118      Branch: perl
7119            + ext/List/Util/t/openhan.t
7120            ! MANIFEST ext/List/Util/ChangeLog
7121            ! ext/List/Util/lib/List/Util.pm
7122            ! ext/List/Util/lib/Scalar/Util.pm
7123 ____________________________________________________________________________
7124 [ 15282] By: nick                                  on 2002/03/18  08:11:28
7125         Log: Tidy the "does not map" message for non-characters
7126              (e.g. iso-8859-3 "\xA5").
7127      Branch: perlio
7128            ! ext/Encode/Encode.xs
7129 ____________________________________________________________________________
7130 [ 15281] By: ams                                   on 2002/03/18  04:44:37
7131         Log: URL fix from MJD.
7132      Branch: perl
7133            ! pod/perlfaq3.pod
7134 ____________________________________________________________________________
7135 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
7136         Log: More prototype calming (really should fix the Configure
7137              protochk, but not at this point in time).
7138      Branch: perl
7139            ! hints/solaris_2.sh
7140 ____________________________________________________________________________
7141 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
7142         Log: return at the wrong side of #endif.
7143      Branch: perl
7144            ! util.c
7145 ____________________________________________________________________________
7146 [ 15278] By: ams                                   on 2002/03/17  23:45:31
7147         Log: Typo fix from Stas Bekman.
7148      Branch: perl
7149            ! pod/perlhack.pod
7150 ____________________________________________________________________________
7151 [ 15277] By: ams                                   on 2002/03/17  23:41:35
7152         Log: Upgrade to Tie::File 0.21.
7153      Branch: perl
7154            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7155            + lib/Tie/File/t/32_defer_misc.t
7156            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7157            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
7158            ! lib/Tie/File/t/22_autochomp.t
7159 ____________________________________________________________________________
7160 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
7161         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
7162              character classes use inlined macros instead of the full
7163              function call.
7164      Branch: perl
7165            ! regexec.c
7166 ____________________________________________________________________________
7167 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
7168         Log: Integrate perlio;
7169              
7170              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
7171              
7172              Other :encoding oddities
7173              - we should really pop while we can still make method calls
7174              in case DESTROY does something.
7175              - Provide a no-op DESTROY
7176              - Use SvPV_only() rather than just SvPV_on()
7177      Branch: perl
7178           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7179           !> ext/Encode/lib/Encode/Encoding.pm sv.c
7180 ____________________________________________________________________________
7181 [ 15274] By: nick                                  on 2002/03/17  20:00:12
7182         Log: Other :encoding oddities
7183              - we should really pop while we can still make method calls
7184              in case DESTROY does something.
7185              - Provide a no-op DESTROY
7186              - Use SvPV_only() rather than just SvPV_on()
7187      Branch: perlio
7188            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7189            ! ext/Encode/lib/Encode/Encoding.pm
7190 ____________________________________________________________________________
7191 [ 15273] By: nick                                  on 2002/03/17  19:53:24
7192         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
7193      Branch: perlio
7194            ! sv.c
7195 ____________________________________________________________________________
7196 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
7197         Log: Implement the retry-on-ERANGE for the get*_r().
7198              The buffer will keep doubling until 64k.
7199      Branch: perl
7200            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
7201            ! reentr.h reentr.pl
7202 ____________________________________________________________________________
7203 [ 15271] By: nick                                  on 2002/03/17  17:38:44
7204         Log: Integrate mainline
7205      Branch: perlio
7206           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
7207           +> t/op/pow.t
7208           !> (integrate 28 files)
7209 ____________________________________________________________________________
7210 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
7211         Log: Subject: UTF-8 bug (maybe alreayd known?)
7212              From: andreas.koenig@anima.de (Andreas J. Koenig)
7213              Date: Fri, 08 Mar 2002 16:36:01 +0100
7214              Message-ID: <m3n0xjul5q.fsf@anima.de>
7215      Branch: perl
7216            ! pp_hot.c t/op/pat.t
7217 ____________________________________________________________________________
7218 [ 15269] By: nick                                  on 2002/03/17  09:12:39
7219         Log: Integarate mainline
7220      Branch: perlio
7221           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
7222           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7223           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
7224           !> (integrate 69 files)
7225 ____________________________________________________________________________
7226 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
7227         Log: Subject: SEGV in s/// and UTF-8
7228              From: andreas.koenig@anima.de (Andreas J. Koenig)
7229              Date: Tue, 12 Mar 2002 00:40:09 +0100
7230              Message-ID: <m3r8mqad2e.fsf@anima.de>
7231      Branch: perl
7232            ! regexec.c t/op/pat.t
7233 ____________________________________________________________________________
7234 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
7235         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
7236              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
7237              which assume that 2**someinteger is accurate.
7238      Branch: perl
7239            + t/op/pow.t
7240            ! MANIFEST pp.c t/test.pl
7241 ____________________________________________________________________________
7242 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
7243         Log: _r-ify config.win64, too.
7244      Branch: perl
7245            ! win32/config.win64
7246 ____________________________________________________________________________
7247 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
7248         Log: Better place to initialize (IRIX cc noticed that
7249              the many "goto defchars" bypass the initialization)
7250      Branch: perl
7251            ! regcomp.c
7252 ____________________________________________________________________________
7253 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
7254         Log: If not building threaded, never mind the threaded prototypes.
7255      Branch: perl
7256            ! Configure reentr.pl
7257 ____________________________________________________________________________
7258 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
7259         Log: metaconfig: If not using threads, not point probing for the
7260              prototypes (since they might be hidden behind many defines
7261              we won't have if not building threaded)
7262      Branch: metaconfig
7263            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7264            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7265            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7266            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7267            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7268            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7269            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7270            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7271            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7272            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7273            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7274            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7275            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7276            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7277            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7278            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7279            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7280            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7281            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7282            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7283            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7284            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7285            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7286            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7287 ____________________________________________________________________________
7288 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
7289         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
7290      Branch: perl
7291            ! hints/freebsd.sh
7292 ____________________________________________________________________________
7293 [ 15261] By: ams                                   on 2002/03/16  18:14:04
7294         Log: Upgrade to Tie::File 0.20.
7295      Branch: perl
7296            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
7297            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7298            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
7299            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
7300            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7301            ! lib/Tie/File/t/11_rv_splice_rs.t
7302            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
7303            ! lib/Tie/File/t/16_handle.t
7304 ____________________________________________________________________________
7305 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
7306         Log: There seems to be a trend for the *time_r to be hidden.
7307      Branch: perl
7308            ! hints/irix_6.sh
7309 ____________________________________________________________________________
7310 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
7311         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
7312              From: Stas Bekman <stas@stason.org>
7313              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
7314              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
7315      Branch: perl
7316            ! lib/Pod/Html.pm
7317 ____________________________________________________________________________
7318 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
7319         Log: Subject: [PATCH] Re: dumpvar.pl bug
7320              From: Peter Scott <Peter@PSDT.com>
7321              Date: Fri, 15 Mar 2002 18:19:21 -0800
7322              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
7323      Branch: perl
7324            ! lib/dumpvar.pl lib/perl5db.pl
7325 ____________________________________________________________________________
7326 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
7327         Log: More paranoid _r protochecking.  At least Tru64 and
7328              Linux need additional hinting help to believe that
7329              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
7330              to see what goes bang.
7331      Branch: perl
7332            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
7333            ! reentr.pl
7334 ____________________________________________________________________________
7335 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
7336         Log: metaconfig: more paranoid _r protochecking.
7337      Branch: metaconfig
7338            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7339            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7340            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7341            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7342            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7343            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7344            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7345            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7346            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7347            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7348            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7349            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7350            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7351            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7352            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7353            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7354            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7355            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7356            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7357            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7358            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7359            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7360            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7361            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7362 ____________________________________________________________________________
7363 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
7364         Log: HP-UX gcc 3 warnings found by Sarathy.
7365      Branch: perl
7366            ! regcomp.c sv.c
7367 ____________________________________________________________________________
7368 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
7369         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
7370              From: Slaven Rezic <slaven.rezic@berlin.de>
7371              Date: 16 Mar 2002 15:29:18 +0100
7372              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
7373      Branch: perl
7374            ! pod/perldelta.pod
7375 ____________________________________________________________________________
7376 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
7377         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
7378      Branch: perl
7379            ! Porting/findrfuncs reentr.h reentr.pl
7380 ____________________________________________________________________________
7381 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
7382         Log: UIN32_MAX with borken under HP-UX+gcc
7383      Branch: perl
7384            ! handy.h
7385 ____________________________________________________________________________
7386 [ 15251] By: ams                                   on 2002/03/16  02:38:08
7387         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
7388              *::DESTROY() is deprecated
7389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7390              Date: Thu, 14 Mar 2002 18:39:22 -0500
7391              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
7392              
7393              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
7394              *::DESTROY() is deprecated
7395              From: Dave Mitchell <davem@fdgroup.com>
7396              Date: Fri, 15 Mar 2002 19:22:49 +0000
7397              Message-Id: <20020315192249.A22389@fdgroup.com>
7398      Branch: perl
7399            ! gv.c t/op/method.t
7400 ____________________________________________________________________________
7401 [ 15250] By: ams                                   on 2002/03/16  02:14:41
7402         Log: Plural nit.
7403      Branch: perl
7404            ! pod/perldelta.pod
7405 ____________________________________________________________________________
7406 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
7407         Log: Doesn't make sense to test for protos if the
7408              functions are not to be used (!= functions exist!)
7409              This might be the key (well, a key) to the HP-UX
7410              problems.
7411      Branch: perl
7412            ! reentr.h reentr.pl
7413 ____________________________________________________________________________
7414 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
7415         Log: Typo in #15247.
7416      Branch: perl
7417            ! hints/hpux.sh
7418 ____________________________________________________________________________
7419 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
7420         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
7421              in HP-UX (from H.Merijn Brand)
7422      Branch: perl
7423            ! hints/hpux.sh
7424 ____________________________________________________________________________
7425 [ 15246] By: ams                                   on 2002/03/15  17:53:23
7426         Log: Subject: minor corrections in perldelta.pod
7427              From: mjd@plover.com
7428              Date: 15 Mar 2002 18:48:42 -0000
7429              Message-Id: <20020315184842.13573.qmail@plover.com>
7430      Branch: perl
7431            ! pod/perldelta.pod
7432 ____________________________________________________________________________
7433 [ 15245] By: ams                                   on 2002/03/15  17:37:52
7434         Log: Upgrade to Tie::File 0.19.
7435      Branch: perl
7436            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
7437            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7438            + lib/Tie/File/t/21_win32.t
7439            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
7440            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
7441            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
7442            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
7443            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7444            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
7445            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
7446            ! lib/Tie/File/t/17_misc_meth.t
7447 ____________________________________________________________________________
7448 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
7449         Log: Update Changes.
7450      Branch: perl
7451            ! Changes patchlevel.h
7452 ____________________________________________________________________________
7453 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
7454         Log: Forgot from #15241.
7455      Branch: perl
7456            ! win32/config_sh.PL
7457 ____________________________________________________________________________
7458 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
7459         Log: Subject: patch pod/perltodo.pod
7460              From: mjd@plover.com
7461              Date: 15 Mar 2002 15:42:18 -0000
7462              Message-ID: <20020315154218.10163.qmail@plover.com>
7463              
7464              (With s/WANT/Want/)
7465      Branch: perl
7466            ! pod/perltodo.pod
7467 ____________________________________________________________________________
7468 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
7469         Log: Subject: [PATCH bleadperl] (revision 5 undef)
7470              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7471              Date: Fri, 15 Mar 2002 00:39:48 +0100
7472              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
7473      Branch: perl
7474            ! win32/config.bc win32/config.gc win32/config.vc
7475            ! win32/config.win64
7476 ____________________________________________________________________________
7477 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
7478         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
7479              From: Michael G Schwern <schwern@pobox.com>
7480              Date: Thu, 14 Mar 2002 16:39:29 -0500
7481              Message-ID: <20020314213929.GA2912@blackrider>
7482      Branch: perl
7483            ! lib/perl5db.pl
7484 ____________________________________________________________________________
7485 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
7486         Log: Integrate perlio.
7487      Branch: perl
7488           !> embed.fnc ext/Encode/t/JP.t
7489 ____________________________________________________________________________
7490 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
7491         Log: Monster _r patch: try to scan for all known _r variants,
7492              and then use them (under ithreads).  May fail in HP-UX,
7493              and the op/groups is known to be fickle everywhere.  Known
7494              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
7495              warnings in AIX since the first arguments of getnetbyaddr
7496              and getnetbyadd_r are of different types.  Thanks, IBM.)
7497              
7498              In non-Configure platforms deny the existence of any
7499              of the _r thingies.  (Also add the recently introduced
7500              d_tm_* to places it wasn't already in.)
7501              
7502              TODO: the suggested glibc buffer growth retry loop in case
7503              some entries (at least for: gr*, host*) are big.
7504              Forgot win32/config.win64.
7505      Branch: perl
7506            + reentr.c reentr.h reentr.pl
7507            ! Configure MANIFEST Makefile.SH NetWare/Makefile
7508            ! NetWare/config.wc Porting/Glossary Porting/config.sh
7509            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
7510            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
7511            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
7512            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
7513            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
7514            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
7515            ! win32/config.bc win32/config.gc win32/config.vc
7516            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
7517 ____________________________________________________________________________
7518 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
7519         Log: Be more explicit on when is the $! worth anything.
7520      Branch: perl
7521            ! pod/perlvar.pod
7522 ____________________________________________________________________________
7523 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
7524         Log: metaconfig: _r _r we go.
7525      Branch: metaconfig
7526            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7527            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7528            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7529            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7530            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7531            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7532            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7533            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7534            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7535            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7536            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7537            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7538            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7539            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7540            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7541            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7542            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7543            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7544            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7545            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7546            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7547            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7548            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7549            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7550 ____________________________________________________________________________
7551 [ 15235] By: nick                                  on 2002/03/15  07:31:54
7552         Log: Add the binmode()s to make JP.t pass on Win32
7553      Branch: perlio
7554            ! ext/Encode/t/JP.t
7555 ____________________________________________________________________________
7556 [ 15234] By: nick                                  on 2002/03/15  07:20:49
7557         Log: Integrate perlio
7558      Branch: perl
7559           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
7560 ____________________________________________________________________________
7561 [ 15233] By: nick                                  on 2002/03/15  07:18:02
7562         Log: Mark JP.t's data files as binary
7563      Branch: perlio
7564            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
7565 ____________________________________________________________________________
7566 [ 15232] By: nick                                  on 2002/03/15  07:13:38
7567         Log: Integrate mainline
7568      Branch: perlio
7569           +> ext/B/t/xref.t
7570           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
7571           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
7572           !> perl.c t/op/arith.t
7573 ____________________________________________________________________________
7574 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
7575         Log: The section needs to be in the makedepend script
7576              (from Jan-Erik Karlsson).
7577      Branch: perl
7578            ! makedepend.SH
7579 ____________________________________________________________________________
7580 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
7581         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
7582              From: Nicholas Clark <nick@unfortu.net>
7583              Date: Thu, 14 Mar 2002 23:05:23 +0000
7584              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
7585      Branch: perl
7586            ! ext/Safe/safe2.t
7587 ____________________________________________________________________________
7588 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
7589         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
7590              From: "Brent Dax" <brentdax@cpan.org>
7591              Date: Thu, 14 Mar 2002 09:08:41 -0800
7592              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
7593      Branch: perl
7594            ! lib/Pod/Html.pm
7595 ____________________________________________________________________________
7596 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
7597         Log: metaconfig: one round again for the _r.
7598      Branch: metaconfig
7599            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7600            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7601            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7602            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7603            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7604            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7605            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7606            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7607            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7608            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7609            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7610            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7611            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7612            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7613            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7614            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7615            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7616            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7617            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7618            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7619            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7620            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7621            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7622            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7623 ____________________________________________________________________________
7624 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
7625         Log: metaconfig: new round of the _r units.
7626      Branch: metaconfig
7627            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7628            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7629            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7630            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7631            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7632            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7633            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7634            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7635            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7636            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7637            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7638            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7639            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7640            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7641            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7642            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7643            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7644            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7645            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7646            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7647            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7648            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7649            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7650            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7651      Branch: metaconfig/U/perl
7652            + i_crypt.U
7653 ____________________________________________________________________________
7654 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
7655         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
7656              From: Paul_GreenVOS@vos.stratus.com
7657              Date: Tue, 12 Mar 02 19:22 est   
7658              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
7659      Branch: perl
7660            ! lib/Benchmark.t t/op/arith.t
7661 ____________________________________________________________________________
7662 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
7663         Log: Subject: Re: Win32: C:\Program Files
7664              From: "Ken Williams" <ken@mathforum.org>
7665              Date: Wed, 13 Mar 2002 17:50:59 -0600
7666              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
7667              
7668              Add -t to perl -h.
7669      Branch: perl
7670            ! perl.c
7671 ____________________________________________________________________________
7672 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
7673         Log: Extra paranoia from Nick Clark.
7674      Branch: perl
7675            ! ext/Safe/safe2.t
7676 ____________________________________________________________________________
7677 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
7678         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
7679              From: Nicholas Clark <nick@ccl4.org>
7680              Date: Wed, 13 Mar 2002 14:22:50 +0000
7681              Message-ID: <20020313142250.G92566@plum.flirble.org>
7682      Branch: perl
7683            ! ext/Safe/safe2.t
7684 ____________________________________________________________________________
7685 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
7686         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
7687              From: <slaven.rezic@berlin.de>
7688              Date: Tue, 12 Mar 2002 13:03:41 +0100      
7689              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
7690      Branch: perl
7691            ! Makefile.SH
7692 ____________________________________________________________________________
7693 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
7694         Log: Subject: [PATCH] a test for B::Xref
7695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7696              Date: Wed, 13 Mar 2002 17:18:57 +0100
7697              Message-ID: <20020313171857.F1144@rafael>
7698      Branch: perl
7699            + ext/B/t/xref.t
7700            ! MANIFEST ext/B/B/Xref.pm
7701 ____________________________________________________________________________
7702 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
7703         Log: Subject: [PATCH] Exporter.pm POD fixups
7704              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7705              Date: Wed, 13 Mar 2002 16:21:42 +0100
7706              Message-ID: <20020313162142.A1144@rafael>
7707      Branch: perl
7708            ! lib/Exporter.pm
7709 ____________________________________________________________________________
7710 [ 15219] By: nick                                  on 2002/03/14  07:00:16
7711         Log: Integrate mainline
7712      Branch: perlio
7713           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
7714 ____________________________________________________________________________
7715 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
7716         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
7717              From: Michael G Schwern <schwern@pobox.com>
7718              Date: Wed, 13 Mar 2002 17:43:00 -0500
7719              Message-ID: <20020313224300.GG3311@blackrider>
7720      Branch: perl
7721            ! lib/ExtUtils/MM_VMS.pm
7722 ____________________________________________________________________________
7723 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
7724         Log: Pod tweak.
7725      Branch: perl
7726            ! lib/open.pm
7727 ____________________________________________________________________________
7728 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
7729         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
7730              From: "Craig A. Berry" <craigberry@mac.com>
7731              Date: Wed, 13 Mar 2002 01:44:01 -0600
7732              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
7733      Branch: perl
7734            ! vms/descrip_mms.template
7735 ____________________________________________________________________________
7736 [ 15215] By: nick                                  on 2002/03/13  08:08:36
7737         Log: Integrate mainline.
7738      Branch: perlio
7739           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
7740            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
7741            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
7742            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
7743            - ext/Data/Util/t/Hash.t
7744           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
7745           !> ext/Encode/lib/Encode/CN/HZ.pm
7746           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7747           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
7748           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
7749           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7750           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
7751           !> t/op/override.t toke.c universal.c
7752 ____________________________________________________________________________
7753 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
7754         Log: metaconfig: three guesses.
7755      Branch: metaconfig
7756            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7757            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7758            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7759            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7760            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7761            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7762            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7763            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7764            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7765            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7766            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7767            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7768            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7769            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7770            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7771            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7772            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7773            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7774            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7775            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7776            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7777            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7778            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7779            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7780 ____________________________________________________________________________
7781 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
7782         Log: metaconfig: regen _r units again.
7783      Branch: metaconfig
7784            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7785            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7786            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7787            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7788            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7789            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7790            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7791            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7792            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7793            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7794            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7795            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7796            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7797            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7798            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7799            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7800            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7801            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7802            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7803            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7804            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7805            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7806            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7807            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7808 ____________________________________________________________________________
7809 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
7810         Log: metaconfig: regen _r units.
7811      Branch: metaconfig
7812            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
7813            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7814            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7815            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7816            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7817            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7818            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7819            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7820            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7821            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7822            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7823            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7824            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7825            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7826            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7827            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7828            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7829            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7830            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7831            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7832            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7833            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7834            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7835            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7836            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7837 ____________________________________________________________________________
7838 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
7839         Log: metaconfig unit tweaks.
7840      Branch: metaconfig
7841            + U/threads/d_setprotoent_r.U
7842            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
7843            ! U/threads/d_tmpnam_r.U
7844 ____________________________________________________________________________
7845 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
7846         Log: metaconfig: replace the _r units with autogenerated ones.
7847      Branch: metaconfig
7848            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7849            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
7850            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7851            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
7852            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
7853            + U/threads/d_getprotobyname_r.U
7854            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7855            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
7856            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
7857            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7858            + U/threads/d_setservent_r.U
7859            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
7860            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
7861            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
7862            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
7863            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
7864            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
7865            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
7866            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
7867            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
7868            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7869            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7870            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7871            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
7872            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7873            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
7874            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
7875            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7876            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7877            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7878            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
7879            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
7880            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
7881            ! U/threads/d_ttyname_r.U
7882 ____________________________________________________________________________
7883 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
7884         Log: More known threadsafings.
7885      Branch: perl
7886            ! Porting/findrfuncs
7887 ____________________________________________________________________________
7888 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
7889         Log: Small tweaks.
7890      Branch: perl
7891            ! lib/Internals.t universal.c
7892 ____________________________________________________________________________
7893 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
7894         Log: VERSIONize.
7895      Branch: perl
7896            ! ext/Encode/lib/Encode/CN/HZ.pm
7897            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
7898            ! ext/Encode/lib/Encode/JP/JIS.pm
7899 ____________________________________________________________________________
7900 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
7901         Log: Subject: perl datastructure conversion shortcuts for DDD
7902              From: Stas Bekman <stas@stason.org>
7903              Date: Mon, 11 Mar 2002 14:54:31 +0800
7904              Message-ID: <3C8C54A7.5020502@stason.org>
7905      Branch: perl
7906            ! pod/perlhack.pod
7907 ____________________________________________________________________________
7908 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
7909         Log: Regen modlib.
7910      Branch: perl
7911            ! pod/perlmodlib.pod
7912 ____________________________________________________________________________
7913 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
7914         Log: Regen toc.
7915      Branch: perl
7916            ! pod/perltoc.pod
7917 ____________________________________________________________________________
7918 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
7919         Log: Tiny pod tweaks.
7920      Branch: perl
7921            ! lib/Hash/Util.pm
7922 ____________________________________________________________________________
7923 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
7924         Log: perldeltaize Hash::Util.
7925      Branch: perl
7926            ! pod/perldelta.pod
7927 ____________________________________________________________________________
7928 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
7929         Log: Move the readonly interface back to universal.c,
7930              (new name: Internals::SvREADONLY), remove Data::Util,
7931              move Hash::Util to lib, also introduce refcnt interface
7932              (Internals::SvREFCNT).     Make both the new interfaces
7933              to be more sane so that if they set the value, they return
7934              the new value, not the old one.
7935      Branch: perl
7936            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
7937            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
7938            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
7939            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
7940            - ext/Data/Util/t/Hash.t
7941            ! MANIFEST ext/B/t/stash.t universal.c
7942 ____________________________________________________________________________
7943 [ 15200] By: ams                                   on 2002/03/12  15:16:05
7944         Log: Subject: Disambiguate "Can't locate"
7945              From: Mike Guy <mjtg@cam.ac.uk>
7946              Date: Tue, 12 Mar 2002 16:04:23 +0000
7947              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
7948      Branch: perl
7949            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
7950            ! pp_ctl.c t/op/override.t
7951 ____________________________________________________________________________
7952 [ 15199] By: ams                                   on 2002/03/12  15:04:43
7953         Log: Subject: [PATCH] perl/lib/File/stat.t
7954              From: Paul_GreenVOS@vos.stratus.com
7955              Date: Tue, 12 Mar 02 11:00 est
7956              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
7957      Branch: perl
7958            ! lib/File/stat.t
7959 ____________________________________________________________________________
7960 [ 15198] By: ams                                   on 2002/03/12  15:00:44
7961         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
7962              From: Robin Barker <rmb1@cise.npl.co.uk>
7963              Date: Tue, 12 Mar 2002 13:31:58 GMT
7964              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
7965      Branch: perl
7966            ! pod/perlfunc.pod
7967 ____________________________________________________________________________
7968 [ 15197] By: ams                                   on 2002/03/12  14:57:34
7969         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
7970              From: "Clinton A. Pierce" <clintp@geeksalad.org>
7971              Date: Tue, 12 Mar 2002 10:11:53 -0500
7972              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
7973      Branch: perl
7974            ! toke.c
7975 ____________________________________________________________________________
7976 [ 15196] By: nick                                  on 2002/03/12  13:40:35
7977         Log: Integrate mainline
7978      Branch: perlio
7979           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
7980           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
7981           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
7982           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
7983            - t/lib/access.t
7984           !> (integrate 96 files)
7985 ____________________________________________________________________________
7986 [ 15195] By: nick                                  on 2002/03/12  06:08:24
7987         Log: Integrate mainline (a while ago)
7988      Branch: perlio
7989           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
7990           +> ext/Encode/t/TW.t
7991            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
7992            - ext/Encode/lib/Encode/Tcl/HanZi.pm
7993            - ext/I18N/Langinfo/fallback.c
7994           !> (integrate 80 files)
7995 ____________________________________________________________________________
7996 [ 15194] By: ams                                   on 2002/03/12  06:02:20
7997         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
7998              From: Jonathan Stowe <gellyfish@gellyfish.com>
7999              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
8000              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
8001      Branch: perl
8002            ! ext/Encode/CN/Makefile.PL
8003 ____________________________________________________________________________
8004 [ 15193] By: ams                                   on 2002/03/12  05:55:07
8005         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
8006              From: Dave Mitchell <davem@fdgroup.co.uk>
8007              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
8008              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
8009      Branch: perl
8010            ! pod/perlguts.pod
8011 ____________________________________________________________________________
8012 [ 15192] By: ams                                   on 2002/03/12  05:50:08
8013         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
8014              From: Anton Tagunov <tagunov@motor.ru>
8015              Date: Tue, 12 Mar 2002 01:40:58 +0300
8016              Message-Id: <1194068830.20020312014058@motor.ru>
8017              (Applied with tweaks.)
8018      Branch: perl
8019            ! lib/utf8.pm
8020 ____________________________________________________________________________
8021 [ 15191] By: ams                                   on 2002/03/12  05:42:21
8022         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
8023              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8024              Date: Sun, 10 Mar 2002 22:10:15 +0100
8025              Message-Id: <3C8BD9C7.13988.73992D@localhost>
8026      Branch: perl
8027            ! iperlsys.h
8028 ____________________________________________________________________________
8029 [ 15190] By: ams                                   on 2002/03/12  05:38:08
8030         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
8031              From: Anton Tagunov <tagunov@motor.ru>
8032              Date: Mon, 11 Mar 2002 23:27:47 +0300
8033              Message-Id: <19414222180.20020311232747@motor.ru>
8034      Branch: perl
8035            ! pod/perlsub.pod
8036 ____________________________________________________________________________
8037 [ 15189] By: ams                                   on 2002/03/12  05:34:49
8038         Log: Subject: minor patch for comment in utfebcdic.h
8039              From: Anton Tagunov <tagunov@motor.ru>
8040              Date: Tue, 12 Mar 2002 00:20:21 +0300
8041              Message-Id: <13817376786.20020312002021@motor.ru>
8042      Branch: perl
8043            ! utfebcdic.h
8044 ____________________________________________________________________________
8045 [ 15188] By: ams                                   on 2002/03/12  05:32:30
8046         Log: Subject: [PATCH ?] B::Xref improvements
8047              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8048              Date: Mon, 11 Mar 2002 23:32:20 +0100
8049              Message-Id: <20020311233220.A12677@rafael>
8050      Branch: perl
8051            ! ext/B/B/Xref.pm
8052 ____________________________________________________________________________
8053 [ 15187] By: ams                                   on 2002/03/12  05:30:02
8054         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
8055              From: Paul_GreenVOS@vos.stratus.com
8056              Date: Mon, 11 Mar 02 17:23 est
8057              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
8058      Branch: perl
8059            ! lib/ExtUtils/MM_Unix.pm
8060 ____________________________________________________________________________
8061 [ 15186] By: ams                                   on 2002/03/12  05:27:06
8062         Log: Subject: [PATCH] installperl - minor untangle for VOS
8063              From: Paul_GreenVOS@vos.stratus.com
8064              Date: Mon, 11 Mar 02 17:05 est
8065              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
8066      Branch: perl
8067            ! installperl
8068 ____________________________________________________________________________
8069 [ 15185] By: ams                                   on 2002/03/12  05:25:59
8070         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
8071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8072              Date: Mon, 11 Mar 2002 22:37:39 +0100
8073              Message-Id: <20020311223739.A691@rafael>
8074      Branch: perl
8075            ! ext/B/B/Deparse.pm
8076 ____________________________________________________________________________
8077 [ 15184] By: ams                                   on 2002/03/12  05:20:54
8078         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
8079              From: Michael G Schwern <schwern@pobox.com>
8080              Date: Tue, 12 Mar 2002 01:12:08 -0500
8081              Message-Id: <20020312061208.GD904@blackrider>
8082      Branch: perl
8083            ! hints/netbsd.sh
8084 ____________________________________________________________________________
8085 [ 15183] By: ams                                   on 2002/03/12  04:12:30
8086         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8087              From: Autrijus Tang <autrijus@autrijus.org>
8088              Date: Tue, 12 Mar 2002 13:05:53 +0800
8089              Message-Id: <20020312050553.GA7864@not.autrijus.org>
8090              (Only doc hunk applied, supplementing #15182.)
8091      Branch: perl
8092            ! ext/Encode/Encode.pm
8093 ____________________________________________________________________________
8094 [ 15182] By: ams                                   on 2002/03/12  04:04:34
8095         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8096              From: Autrijus Tang <autrijus@autrijus.org>
8097              Date: Tue, 12 Mar 2002 12:56:46 +0800
8098              Message-Id: <20020312045646.GA7689@not.autrijus.org>
8099              (Private mail.)
8100      Branch: perl
8101            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
8102 ____________________________________________________________________________
8103 [ 15181] By: ams                                   on 2002/03/12  03:09:20
8104         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
8105              From: Autrijus Tang <autrijus@autrijus.org>
8106              Date: Tue, 12 Mar 2002 11:55:06 +0800
8107              Message-Id: <20020312035506.GA6946@not.autrijus.org>
8108      Branch: perl
8109            ! ext/Encode/Encode.pm
8110 ____________________________________________________________________________
8111 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
8112         Log: Deypo.
8113      Branch: metaconfig
8114            ! U/threads/d_asctime_r.U
8115 ____________________________________________________________________________
8116 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
8117         Log: FAQ sync.
8118      Branch: perl
8119            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8120            ! pod/perlfaq4.pod pod/perlfaq5.pod
8121 ____________________________________________________________________________
8122 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
8123         Log: The test needs perlio.
8124      Branch: perl
8125            ! lib/open.t
8126 ____________________________________________________________________________
8127 [ 15177] By: ams                                   on 2002/03/11  15:41:08
8128         Log: Subject: perlreftut update
8129              From: Mark-Jason Dominus <mjd@plover.com>
8130              Date: Mon, 11 Mar 2002 11:36:27 -0500
8131              Message-Id: <20020311163627.31020.qmail@plover.com>
8132      Branch: perl
8133            ! pod/perlreftut.pod
8134 ____________________________________________________________________________
8135 [ 15176] By: ams                                   on 2002/03/11  15:35:24
8136         Log: Subject: Minor correction in perlfaq5
8137              From: mjd@plover.com
8138              Date: 11 Mar 2002 16:34:22 -0000
8139              Message-Id: <20020311163422.30963.qmail@plover.com>
8140      Branch: perl
8141            ! pod/perlfaq5.pod
8142 ____________________________________________________________________________
8143 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
8144         Log: number of skipped tests was incorrect
8145      Branch: perl
8146            ! t/op/stat.t
8147 ____________________________________________________________________________
8148 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
8149         Log: remove doubled CRs
8150      Branch: perl
8151            ! win32/Makefile
8152 ____________________________________________________________________________
8153 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
8154         Log: Update Changes.
8155      Branch: perl
8156            ! Changes patchlevel.h
8157 ____________________________________________________________________________
8158 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
8159         Log: Regen toc.
8160      Branch: perl
8161            ! pod/perltoc.pod
8162 ____________________________________________________________________________
8163 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
8164         Log: Add t/CN.t and t/TW.t; re-sort.
8165      Branch: perl
8166            ! ext/Encode/MANIFEST
8167 ____________________________________________________________________________
8168 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
8169         Log: Document what to do if one yearns back to
8170              the old legacy encoding.
8171      Branch: perl
8172            ! lib/encoding.pm
8173 ____________________________________________________________________________
8174 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
8175         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
8176              as general purpose encoding transformation interfaces
8177              since that's not what they are.
8178      Branch: perl
8179            ! lib/utf8.pm pod/perlunicode.pod sv.c
8180 ____________________________________________________________________________
8181 [ 15168] By: ams                                   on 2002/03/11  12:54:16
8182         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
8183              warnings
8184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8185              Date: Mon, 11 Mar 2002 14:35:22 +0100
8186              Message-Id: <20020311143522.A7431@rafael>
8187      Branch: perl
8188            ! t/lib/warnings/pp_sys
8189 ____________________________________________________________________________
8190 [ 15167] By: ams                                   on 2002/03/11  04:57:20
8191         Log: A little commonsense is better than 1_compile.
8192      Branch: perl
8193            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
8194 ____________________________________________________________________________
8195 [ 15166] By: ams                                   on 2002/03/11  04:53:50
8196         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
8197              From: Michael G Schwern <schwern@pobox.com>
8198              Date: Sun, 10 Mar 2002 13:27:12 -0500
8199              Message-Id: <20020310182712.GC693@blackrider>
8200              
8201              Subject: [PATCH] Hash::Util part 2
8202              From: Michael G Schwern <schwern@pobox.com>
8203              Date: Sun, 10 Mar 2002 15:09:34 -0500
8204              Message-Id: <20020310200934.GB27112@blackrider>
8205              
8206              Subject: [PATCH] Hash::Util MANIFEST correction
8207              From: Michael G Schwern <schwern@pobox.com>
8208              Date: Sun, 10 Mar 2002 16:27:07 -0500
8209              Message-Id: <20020310212707.GF27112@blackrider>
8210              
8211              (Also changes find.t and taint.t, which were looking for access.t)
8212      Branch: perl
8213            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
8214            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
8215            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
8216            + ext/Data/Util/t/Hash.t
8217            - t/lib/access.t
8218            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
8219            ! pod/perldiag.pod pod/perltodo.pod universal.c
8220 ____________________________________________________________________________
8221 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
8222         Log: metaconfig: more thready fixes.
8223      Branch: metaconfig
8224            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
8225            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
8226            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
8227            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
8228            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
8229            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
8230            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
8231            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
8232            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
8233 ____________________________________________________________________________
8234 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
8235         Log: Skip obsoleted interfaces.
8236      Branch: perl
8237            ! Porting/findrfuncs
8238 ____________________________________________________________________________
8239 [ 15162] By: ams                                   on 2002/03/11  03:48:14
8240         Log: Typo fixes.
8241      Branch: perl
8242            ! perl.c
8243 ____________________________________________________________________________
8244 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
8245         Log: Upgrade to Locale::Codes 2.02.
8246      Branch: perl
8247            + lib/Locale/Codes/t/rename.t
8248            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8249            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
8250            ! lib/Locale/Country.pod
8251 ____________________________________________________________________________
8252 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
8253         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
8254              From: Nicholas Clark <nick@unfortu.net>
8255              Date: Sun, 10 Mar 2002 18:17:50 +0000
8256              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
8257              
8258              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
8259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8260              Date: Sun, 10 Mar 2002 13:53:34 -0800
8261              Message-ID: <eX9i8gzkg26G092yn@efn.org>
8262              
8263              (and reenable the feature in freebsd,
8264              and move the freebsd pr url to perl.c)
8265      Branch: perl
8266            ! hints/freebsd.sh perl.c pod/perldelta.pod
8267 ____________________________________________________________________________
8268 [ 15159] By: ams                                   on 2002/03/11  03:34:13
8269         Log: Subject: [PATCH stash.t] access::readonly is gone
8270              From: Michael G Schwern <schwern@pobox.com>
8271              Date: Sun, 10 Mar 2002 16:18:14 -0500
8272              Message-Id: <20020310211813.GE27112@blackrider>
8273      Branch: perl
8274            ! ext/B/t/stash.t
8275 ____________________________________________________________________________
8276 [ 15158] By: ams                                   on 2002/03/11  03:28:04
8277         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
8278              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8279              Date: Sun, 10 Mar 2002 22:10:15 +0100
8280              Message-Id: <3C8BD9C7.610.7398DD@localhost>
8281      Branch: perl
8282            ! lib/Net/Ping/t/110_icmp_inst.t
8283 ____________________________________________________________________________
8284 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
8285         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
8286              From: Michael G Schwern <schwern@pobox.com>
8287              Date: Sun, 10 Mar 2002 19:22:33 -0500
8288              Message-ID: <20020311002233.GE4927@blackrider>
8289      Branch: perl
8290            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
8291            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
8292            ! lib/Test/Simple/t/fail-more.t
8293 ____________________________________________________________________________
8294 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
8295         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
8296              From: Michael G Schwern <schwern@pobox.com>
8297              Date: Sun, 10 Mar 2002 17:14:10 -0500
8298              Message-ID: <20020310221410.GA4915@blackrider>
8299      Branch: perl
8300            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
8301            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
8302 ____________________________________________________________________________
8303 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
8304         Log: Subject: [PATCH] more warnings tidyup
8305              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8306              Date: Sun, 10 Mar 2002 21:01:39 -0000
8307              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
8308      Branch: perl
8309            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
8310            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
8311            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
8312            ! util.c
8313 ____________________________________________________________________________
8314 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
8315         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
8316              From: Nicholas Clark <nick@unfortu.net>
8317              Date: Sun, 10 Mar 2002 23:21:07 +0000
8318              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
8319      Branch: perl
8320            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
8321            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
8322            ! ext/Encode/TW/Makefile.PL
8323 ____________________________________________________________________________
8324 [ 15153] By: ams                                   on 2002/03/11  03:06:59
8325         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
8326              From: Max Baker <max@warped.org>
8327              Date: Fri, 8 Mar 2002 10:56:19 -0800
8328              Message-Id: <20020308105619.A15039@warped.org>
8329      Branch: perl
8330            ! ext/IO/lib/IO/Socket/INET.pm
8331 ____________________________________________________________________________
8332 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
8333         Log: Subject: [PATCH] spelling correction
8334              From: Nicholas Clark <nick@unfortu.net>
8335              Date: Sun, 10 Mar 2002 18:34:42 +0000
8336              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
8337      Branch: perl
8338            ! pp.c pp_hot.c
8339 ____________________________________________________________________________
8340 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
8341         Log: DG/UX updates from Takis Psarogiannakopoulos.
8342      Branch: perl
8343            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
8344 ____________________________________________________________________________
8345 [ 15150] By: ams                                   on 2002/03/11  03:02:47
8346         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
8347              From: Chris Nandor <pudge@pobox.com>
8348              Date: Mon, 04 Mar 2002 17:48:12 -0500
8349              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
8350      Branch: perl
8351            ! lib/DB.pm lib/perl5db.pl
8352 ____________________________________________________________________________
8353 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
8354         Log: metaconfig unit changes in preparation of reentrancy changes.
8355      Branch: metaconfig
8356            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
8357            + U/threads/d_ttyname_r.U
8358            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
8359            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
8360            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
8361            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
8362            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
8363            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
8364            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
8365            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
8366            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
8367            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
8368            ! U/threads/d_strerror_r.U
8369 ____________________________________________________________________________
8370 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
8371         Log: Mysterious characters.
8372      Branch: perl
8373            ! utf8.h
8374 ____________________________________________________________________________
8375 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
8376         Log: Unused.
8377      Branch: perl
8378            ! op.c
8379 ____________________________________________________________________________
8380 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
8381         Log: Implement :std subpragma of the open pragma
8382              that makes the standard filehandles to talk in
8383              encodings.  This change set off a weird warning
8384              from op.c, though: disabled it now until someone
8385              who knows what it is about comes along.
8386      Branch: perl
8387            ! lib/open.pm op.c
8388 ____________________________________________________________________________
8389 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
8390         Log: Document the logic of :locale better.
8391      Branch: perl
8392            ! lib/open.pm
8393 ____________________________________________________________________________
8394 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
8395         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
8396              From: Slaven Rezic <slaven.rezic@berlin.de>
8397              Date: 10 Mar 2002 02:49:17 +0100
8398              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
8399      Branch: perl
8400            ! hints/freebsd.sh
8401 ____________________________________________________________________________
8402 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
8403         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
8404              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8405              Date: Sun, 10 Mar 2002 17:08:54 +0900
8406              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
8407      Branch: perl
8408            ! ext/Encode/lib/Encode/Tcl.pm
8409            ! ext/Encode/lib/Encode/Tcl/Escape.pm
8410            ! ext/Encode/lib/Encode/Tcl/Extended.pm
8411            ! ext/Encode/lib/Encode/Tcl/Table.pm
8412 ____________________________________________________________________________
8413 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
8414         Log: The patch does the following:
8415              - Nix the unneccessary diagnostics line
8416              - Quell -w warnings if the first ENV doesn't exist
8417              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
8418              is too baroque and bloated for daily use (and for perl core inclusion).
8419              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
8420              non-fatal.
8421              - Consequently, the ^OPEN bits is set only when needed.
8422      Branch: perl
8423            ! lib/open.pm
8424 ____________________________________________________________________________
8425 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
8426         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
8427      Branch: perl
8428            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
8429 ____________________________________________________________________________
8430 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
8431         Log: Precedence problem.
8432      Branch: perl
8433            ! ext/Socket/socketpair.t
8434 ____________________________________________________________________________
8435 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
8436         Log: Renaming tweaks, and split off the reentrant "superbuffer"
8437              init routine.
8438      Branch: perl
8439            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
8440            ! sv.c util.c
8441 ____________________________________________________________________________
8442 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
8443         Log: The 7-bit jis seems to be the hanging one.
8444      Branch: perl
8445            ! ext/Encode/t/Tcl.t
8446 ____________________________________________________________________________
8447 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
8448         Log: Begone.
8449      Branch: perl
8450            ! ext/Encode/MANIFEST
8451 ____________________________________________________________________________
8452 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
8453         Log: Better fix from Autrijus.
8454      Branch: perl
8455            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
8456            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
8457 ____________________________________________________________________________
8458 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
8459         Log: Not everybody has Encode::HanExtra.
8460      Branch: perl
8461            ! ext/Encode/Encode.pm
8462 ____________________________________________________________________________
8463 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
8464         Log: Decutandpasto.
8465      Branch: perl
8466            ! ext/Encode/lib/Encode/Tcl.pm
8467 ____________________________________________________________________________
8468 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
8469         Log: Subject: [PATCH] Data::Dumper
8470              From: Nicholas Clark <nick@unfortu.net>
8471              Date: Sat, 9 Mar 2002 19:03:54 +0000
8472              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
8473      Branch: perl
8474            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8475            ! ext/Data/Dumper/t/dumper.t
8476 ____________________________________________________________________________
8477 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
8478         Log: Subject: [PATCH] socketpair.t w/o fork
8479              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8480              Date: Sat, 9 Mar 2002 14:55:11 +0100
8481              Message-ID: <3C8A224F.29578.13691BA@localhost>
8482              
8483              (modified as suggested by Sarathy)
8484      Branch: perl
8485            ! ext/Socket/socketpair.t
8486 ____________________________________________________________________________
8487 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
8488         Log: Subject: [PATCH perldelta] Mention Change 14727
8489              From: Autrijus Tang <autrijus@autrijus.org>
8490              Date: Sat, 9 Mar 2002 23:31:40 +0800
8491              Message-ID: <20020309153140.GA4224@not.autrijus.org>
8492      Branch: perl
8493            ! pod/perldelta.pod
8494 ____________________________________________________________________________
8495 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
8496         Log: Make Encode.pm implicitly load external CJK tables the first
8497              time they're needed (instead of immediately), from Autrijus
8498              Tang.
8499      Branch: perl
8500            ! ext/Encode/Encode.pm
8501 ____________________________________________________________________________
8502 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
8503         Log: Subject: Re: Two questions
8504              From: Nicholas Clark <nick@unfortu.net>
8505              Date: Sat, 9 Mar 2002 12:42:40 +0000
8506              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
8507      Branch: perl
8508            ! Porting/pumpkin.pod
8509 ____________________________________________________________________________
8510 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
8511         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
8512              From: Paul_GreenVOS@vos.stratus.com
8513              Date: Fri, 8 Mar 02 22:34 est
8514              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
8515      Branch: perl
8516            ! pp_sys.c
8517 ____________________________________________________________________________
8518 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
8519         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
8520              From: davem@fdgroup.co.uk
8521              Date: Sat, 9 Mar 2002 00:13:27 GMT
8522              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
8523      Branch: perl
8524            ! dump.c
8525 ____________________________________________________________________________
8526 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
8527         Log: Deglitch from Rafael.
8528      Branch: perl
8529            ! ext/B/t/lint.t
8530 ____________________________________________________________________________
8531 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
8532         Log: Still more portability.
8533      Branch: perl
8534            ! Porting/findrfuncs
8535 ____________________________________________________________________________
8536 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
8537         Log: More portability.
8538      Branch: perl
8539            ! Porting/findrfuncs
8540 ____________________________________________________________________________
8541 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
8542         Log: Shared library paths; running tests manually.
8543      Branch: perl
8544            ! INSTALL
8545 ____________________________________________________________________________
8546 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
8547         Log: Subject: RE: Two questions
8548              From: "Green, Paul" <Paul.Green@stratus.com>
8549              Date: Fri, 8 Mar 2002 17:55:19 -0500
8550              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
8551      Branch: perl
8552            ! Porting/pumpkin.pod
8553 ____________________________________________________________________________
8554 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
8555         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
8556              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
8557      Branch: perl
8558            + ext/B/t/lint.t
8559            ! MANIFEST ext/B/B/Lint.pm
8560 ____________________________________________________________________________
8561 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
8562         Log: metaconfig unit change for #15119.
8563      Branch: metaconfig
8564            ! U/threads/d_pthread_atfork.U
8565 ____________________________________________________________________________
8566 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
8567         Log: In DG/UX finding pthread_atfork requires a true compile,
8568              from Takis Psarogiannakopoulos.
8569      Branch: perl
8570            ! Configure config_h.SH
8571 ____________________________________________________________________________
8572 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
8573         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
8574              From: John Peacock <jpeacock@rowman.com>
8575              Date: Fri, 08 Mar 2002 15:52:41 -0500
8576              Message-ID: <3C892499.4050502@rowman.com>
8577      Branch: perl
8578            ! lib/ExtUtils/xsubpp
8579 ____________________________________________________________________________
8580 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
8581         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
8582              From: "Craig A. Berry" <craigberry@mac.com>
8583              Date: Fri, 08 Mar 2002 15:02:51 -0600
8584              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
8585      Branch: perl
8586            ! t/op/write.t
8587 ____________________________________________________________________________
8588 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
8589         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
8590              From: Paul_GreenVOS@vos.stratus.com
8591              Date: Fri, 8 Mar 02 14:45 est
8592              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
8593      Branch: perl
8594            ! installperl
8595 ____________________________________________________________________________
8596 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
8597         Log: Subject: [PATCH @15109] tm_tm_* for VMS
8598              From: "Craig A. Berry" <craigberry@mac.com>
8599              Date: Fri, 08 Mar 2002 13:07:52 -0600
8600              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
8601      Branch: perl
8602            ! configure.com
8603 ____________________________________________________________________________
8604 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
8605         Log: Detypo.
8606      Branch: perl
8607            ! Changes
8608 ____________________________________________________________________________
8609 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
8610         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
8611      Branch: perl
8612            ! t/op/pat.t
8613 ____________________________________________________________________________
8614 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
8615         Log: HP-UX nm seems to repeat itself.
8616      Branch: perl
8617            ! Porting/findrfuncs
8618 ____________________________________________________________________________
8619 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
8620         Log: Nice porting script from Sarathy.  Well, less nice
8621              in the sense that it shows the looong road ahead.
8622      Branch: perl
8623            + Porting/findrfuncs
8624            ! MANIFEST Porting/makerel
8625 ____________________________________________________________________________
8626 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
8627         Log: Subject: Re: Performance considerations for UTF-8
8628              From: Jarkko Hietaniemi <jhi@iki.fi>
8629              Date: Fri, 8 Mar 2002 18:53:28 +0200
8630              Message-ID: <20020308185328.D640@alpha.hut.fi>
8631              
8632              (put all in perlunicode)
8633      Branch: perl
8634            ! pod/perlunicode.pod
8635 ____________________________________________________________________________
8636 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
8637         Log: Update Changes.
8638      Branch: perl
8639            ! Changes patchlevel.h
8640 ____________________________________________________________________________
8641 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
8642         Log: Subject: Cygwin cygipc support skipped
8643              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8644              Date: Fri, 8 Mar 2002 16:59:34 +0100
8645              Message-ID: <113694157285.20020308165934@familiehaase.de>
8646      Branch: perl
8647            ! hints/cygwin.sh
8648 ____________________________________________________________________________
8649 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
8650         Log: metaconfig unit change for #15106.
8651      Branch: metaconfig
8652            ! U/compline/d_gconvert.U
8653 ____________________________________________________________________________
8654 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
8655         Log: Subject: Re: [PATCH] tests for Gconvert
8656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8657              Date: Thu, 07 Mar 2002 16:48:10 -0800
8658              Message-ID: <KpAi8gzkganW092yn@efn.org>
8659      Branch: perl
8660            ! Configure config_h.SH t/base/num.t
8661 ____________________________________________________________________________
8662 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
8663         Log: The new test has some teething problems.
8664      Branch: perl
8665            - ext/B/t/lint.t
8666            ! MANIFEST
8667 ____________________________________________________________________________
8668 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
8669         Log: Subject: [PATCH] B::Lint tests
8670              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8671              Date: Fri, 8 Mar 2002 14:47:19 +0100
8672              Message-ID: <20020308144719.A2663@rafael>
8673      Branch: perl
8674            + ext/B/t/lint.t
8675            ! MANIFEST ext/B/B/Lint.pm
8676 ____________________________________________________________________________
8677 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
8678         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
8679              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
8680              Date: Fri, 8 Mar 2002 13:24:14 GMT
8681              Message-Id: <200203081324.NAA00642@cleo>
8682      Branch: perl
8683            ! hints/powerux.sh
8684 ____________________________________________________________________________
8685 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
8686         Log: Subject: HP has some new models
8687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8688              Date: Fri, 08 Mar 2002 13:07:02 +0100
8689              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
8690      Branch: perl
8691            ! README.hpux
8692 ____________________________________________________________________________
8693 [ 15101] By: ams                                   on 2002/03/08  09:11:40
8694         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
8695              From: Stas Bekman <stas@stason.org>
8696              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
8697              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
8698      Branch: perl
8699            ! pod/perlguts.pod
8700 ____________________________________________________________________________
8701 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
8702         Log: Update Changes
8703      Branch: maint-5.6/macperl
8704            ! macos/Changes
8705 ____________________________________________________________________________
8706 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
8707         Log: Replace macperlbundled with macperldelta
8708      Branch: maint-5.6/macperl
8709            ! macos/macperl/MacPerl.podhelp
8710 ____________________________________________________________________________
8711 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
8712         Log: Comsetic fixes (Thomas Wegner)
8713      Branch: maint-5.6/macperl
8714            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
8715 ____________________________________________________________________________
8716 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
8717         Log: Bump OS version
8718      Branch: maint-5.6/macperl
8719            ! macos/config.sh
8720 ____________________________________________________________________________
8721 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
8722         Log: Thought I deleted this already?
8723      Branch: perl
8724            - ext/I18N/Langinfo/fallback.c
8725 ____________________________________________________________________________
8726 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
8727         Log: perlport updates from Pudge.
8728      Branch: perl
8729            ! pod/perlport.pod
8730 ____________________________________________________________________________
8731 [ 15094] By: ams                                   on 2002/03/08  03:06:03
8732         Log: Nitpick.
8733      Branch: perl
8734            ! MANIFEST
8735 ____________________________________________________________________________
8736 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
8737         Log: Wrong test.
8738      Branch: perl
8739            ! pod/perldelta.pod
8740 ____________________________________________________________________________
8741 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
8742         Log: Integrate change 14064 from macperl to blead.
8743      Branch: perl
8744           !> pod/perlmodinstall.pod pod/perlport.pod
8745 ____________________________________________________________________________
8746 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
8747         Log: Integrate recent perlport changes
8748      Branch: maint-5.6/macperl
8749           !> pod/perlport.pod
8750 ____________________________________________________________________________
8751 [ 15089] By: ams                                   on 2002/03/08  01:54:03
8752         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
8753              minor typo in perlguts.pod
8754              From: Anton Tagunov <tagunov@motor.ru>
8755              Date: Fri, 8 Mar 2002 05:26:59 +0300
8756              Message-Id: <4649821189.20020308052659@motor.ru>
8757      Branch: perl
8758            ! pod/perlguts.pod
8759 ____________________________________________________________________________
8760 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
8761         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
8762              From: Anton Tagunov <tagunov@newmail.ru>
8763              Date: Fri, 8 Mar 2002 04:31:44 +0300
8764              Message-ID: <13946506773.20020308043144@newmail.ru>
8765              
8766              (one test changed)
8767      Branch: perl
8768            ! lib/encoding.t sv.c
8769 ____________________________________________________________________________
8770 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
8771         Log: Subject: [PATCH perldelta] some more deltas
8772              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8773              Date: Thu, 7 Mar 2002 23:13:23 +0100
8774              Message-ID: <20020307231323.A13068@rafael>
8775      Branch: perl
8776            ! pod/perldelta.pod
8777 ____________________________________________________________________________
8778 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
8779         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
8780              From: Paul_GreenVOS@vos.stratus.com
8781              Date: Thu, 7 Mar 02 14:25 est
8782              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
8783      Branch: perl
8784            ! t/io/fs.t
8785 ____________________________________________________________________________
8786 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
8787         Log: As suggested by Anton Tagunov, eq and cmp now obey the
8788              encoding pragma (by remapping their byte argument if the
8789              other argument is in Unicode).  Also fix a bug found by
8790              Anton where ord undef under the encoding pragma would barf.
8791              ([ID 20020307.009] A null pointer dereference with 'use encoding')
8792              Finally, use the nicer form of sv_recode_to_utf8.
8793      Branch: perl
8794            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
8795 ____________________________________________________________________________
8796 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
8797         Log: Retract #14985, #14899, and #14990, following the principles
8798              "Do no harm." and "If it ain't broke, don't fix it."
8799              
8800              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
8801              some, but still broken, and I do not have the extra brain
8802              cells for the EBCDIC backport.  Secondly, the old version
8803              worked both in EBCDIC and non-.  Thirdly, the old version
8804              may be more amenable for the behaviour suggsted by Anton
8805              Tagunov regarding the encoding pragma.
8806      Branch: perl
8807            ! embed.fnc embed.h global.sym proto.h sv.c util.c
8808 ____________________________________________________________________________
8809 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
8810         Log: Long doubles give you long doubles.
8811      Branch: perl
8812            ! t/base/num.t
8813 ____________________________________________________________________________
8814 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
8815         Log: Forgotten deMANIFESTation.
8816      Branch: perl
8817            ! MANIFEST
8818 ____________________________________________________________________________
8819 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
8820         Log: Obsolete unused file, noticed by Dank Kogai.
8821      Branch: perl
8822            - ext/Encode/lib/Encode/JP/Tr.pm
8823 ____________________________________________________________________________
8824 [ 15080] By: ams                                   on 2002/03/07  11:31:46
8825         Log: Subject: [PATCH Changes] Changes should mirror version number
8826              From: Robin Barker <rmb1@cise.npl.co.uk>
8827              Date: Thu, 7 Mar 2002 11:04:24 GMT
8828              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
8829      Branch: perl
8830            ! Porting/pumpkin.pod
8831 ____________________________________________________________________________
8832 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
8833         Log: metaconfig unit change for #15078.
8834      Branch: metaconfig
8835            ! U/compline/d_gconvert.U
8836 ____________________________________________________________________________
8837 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
8838         Log: Subject: Re: [PATCH] tests for Gconvert
8839              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8840              Date: Wed, 06 Mar 2002 20:22:54 -0800
8841              Message-ID: <esuh8gzkg2/b092yn@efn.org>
8842      Branch: perl
8843            ! Configure pod/perldelta.pod t/base/num.t
8844 ____________________________________________________________________________
8845 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
8846         Log: Mac OS X UFS does not do ctime.
8847      Branch: perl
8848            ! pod/perldelta.pod pod/perlport.pod
8849 ____________________________________________________________________________
8850 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
8851         Log: AUTHORS updates.
8852      Branch: perl
8853            ! AUTHORS
8854 ____________________________________________________________________________
8855 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
8856         Log: Continued Chinese puzzles from Autrijus.
8857      Branch: perl
8858            + ext/Encode/t/CN.t ext/Encode/t/TW.t
8859            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
8860 ____________________________________________________________________________
8861 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
8862         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
8863              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8864              Date: Wed, 6 Mar 2002 18:13:51 +0100
8865              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
8866      Branch: perl
8867            ! lib/File/Spec/Win32.pm
8868 ____________________________________________________________________________
8869 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
8870         Log: perlport tweaks.
8871      Branch: perl
8872            ! pod/perlport.pod
8873 ____________________________________________________________________________
8874 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
8875         Log: Subject: Re: [PATCH docs] Re: Bug with -M
8876              From: Michael G Schwern <schwern@pobox.com>
8877              Date: Wed, 6 Mar 2002 16:20:27 -0500
8878              Message-ID: <20020306212027.GC4257@blackrider>
8879      Branch: perl
8880            ! pod/perlfunc.pod pod/perlport.pod
8881 ____________________________________________________________________________
8882 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
8883         Log: perldelta updates.
8884      Branch: perl
8885            ! pod/perldelta.pod
8886 ____________________________________________________________________________
8887 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
8888         Log: 5005threads wasn't even compiling.
8889      Branch: perl
8890            ! perl.c
8891 ____________________________________________________________________________
8892 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
8893         Log: Subject: Re: perl@15047 New format tests for still existing bugs
8894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8895              Date: Wed, 06 Mar 2002 12:59:29 +0100
8896              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
8897      Branch: perl
8898            ! t/op/write.t
8899 ____________________________________________________________________________
8900 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
8901         Log: Regen Glossary et al.
8902      Branch: perl
8903            ! Porting/Glossary Porting/config.sh Porting/config_H
8904 ____________________________________________________________________________
8905 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
8906         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
8907              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
8908      Branch: perl
8909            ! util.c
8910 ____________________________________________________________________________
8911 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
8912         Log: metaconfig unit change for #15065.
8913      Branch: metaconfig
8914            ! U/compline/i_time.U
8915 ____________________________________________________________________________
8916 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
8917         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
8918      Branch: perl
8919            ! Configure config_h.SH
8920 ____________________________________________________________________________
8921 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
8922         Log: Must remove fallback.c also from here.
8923      Branch: perl
8924            ! MANIFEST
8925 ____________________________________________________________________________
8926 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
8927         Log: Subject: Re: perl@15047 WinCE
8928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8929              Date: Wed, 06 Mar 2002 13:41:30 +0100
8930              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
8931              
8932              Subject: Re: perl@15047 Win32
8933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8934              Date: Wed, 06 Mar 2002 13:46:02 +0100
8935              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
8936              
8937              Subject: Re: perl@15047 Epoc
8938              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8939              Date: Wed, 06 Mar 2002 13:48:31 +0100
8940              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
8941              
8942              Subject: Re: perl@15047 NetWare
8943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8944              Date: Wed, 06 Mar 2002 13:55:46 +0100
8945              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
8946      Branch: perl
8947            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
8948            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8949            ! wince/Makefile.ce wince/config.h
8950 ____________________________________________________________________________
8951 [ 15062] By: ams                                   on 2002/03/06  09:26:49
8952         Log: Subject: Re: perl@15047
8953              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8954              Date: Wed, 06 Mar 2002 11:25:50 +0100
8955              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
8956      Branch: perl
8957            ! cygwin/perlld.in
8958 ____________________________________________________________________________
8959 [ 15061] By: ams                                   on 2002/03/06  08:44:12
8960         Log: Subject: Re: perl@15047
8961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8962              Date: Wed, 06 Mar 2002 10:38:02 +0100
8963              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
8964      Branch: perl
8965            ! pod/perldelta.pod
8966 ____________________________________________________________________________
8967 [ 15060] By: ams                                   on 2002/03/06  08:30:33
8968         Log: Subject: Update perlhist.pod
8969              From: mjd@plover.com
8970              Date: 6 Mar 2002 07:11:55 -0000
8971              Message-Id: <20020306071155.10240.qmail@plover.com>
8972              
8973              Subject: [PATCH pod/perlvar.pod] $^V => string
8974              From: Stas Bekman <stas@stason.org>
8975              Date: Wed, 06 Mar 2002 14:56:55 +0800
8976              Message-Id: <3C85BDB7.7050700@stason.org>
8977      Branch: perl
8978            ! pod/perlhist.pod pod/perlvar.pod
8979 ____________________________________________________________________________
8980 [ 15059] By: ams                                   on 2002/03/06  04:15:38
8981         Log: Subject: [PATCH] assorted configure.com fix-ups
8982              From: "Craig A. Berry" <craigberry@mac.com>
8983              Date: Tue, 5 Mar 2002 23:11:22 -0600
8984              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
8985      Branch: perl
8986            ! configure.com
8987 ____________________________________________________________________________
8988 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
8989         Log: IRIX failure with long doubles.
8990      Branch: perl
8991            ! t/op/pack.t
8992 ____________________________________________________________________________
8993 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
8994         Log: Make reality and Changes coincide.
8995      Branch: perl
8996            ! Changes
8997 ____________________________________________________________________________
8998 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
8999         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
9000              From: Anton Tagunov <tagunov@motor.ru>
9001              Date: Wed, 6 Mar 2002 02:10:21 +0300
9002              Message-ID: <11152782757.20020306021021@motor.ru>
9003              
9004              (reworded)
9005      Branch: perl
9006            ! pod/perluniintro.pod
9007 ____________________________________________________________________________
9008 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
9009         Log: Subject: [PATCH] B::Lint doesn't work
9010              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9011              Date: Tue, 5 Mar 2002 22:51:18 +0100
9012              Message-ID: <20020305225118.C733@rafael>
9013      Branch: perl
9014            ! ext/B/B/Lint.pm
9015 ____________________________________________________________________________
9016 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
9017         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
9018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9019              Date: Mon, 04 Mar 2002 16:24:32 -0800
9020              Message-ID: <ABBh8gzkgezX092yn@efn.org>
9021      Branch: perl
9022            ! op.h pp_ctl.c t/op/flip.t
9023 ____________________________________________________________________________
9024 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
9025         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
9026              From: Nicholas Clark <nick@unfortu.net>
9027              Date: Tue, 5 Mar 2002 22:30:49 +0000
9028              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
9029      Branch: perl
9030            ! pod/perldelta.pod
9031 ____________________________________________________________________________
9032 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
9033         Log: Subject: [PATCH] tests for Gconvert
9034              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9035              Date: Tue, 05 Mar 2002 16:35:45 -0800
9036              Message-ID: <hRWh8gzkgONX092yn@efn.org>
9037      Branch: perl
9038            ! t/base/num.t
9039 ____________________________________________________________________________
9040 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
9041         Log: Subject: [PATCH] toplevel Makefile.SH
9042              From: Paul_GreenVOS@vos.stratus.com
9043              Date: Tue, 5 Mar 02 17:34 est
9044              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
9045      Branch: perl
9046            ! Makefile.SH
9047 ____________________________________________________________________________
9048 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
9049         Log: Subject: [PATCH] pointer to perldelta in Changes
9050              From: Chris Nandor <pudge@pobox.com>
9051              Date: Tue, 05 Mar 2002 16:04:50 -0500
9052              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
9053      Branch: perl
9054            ! Changes
9055 ____________________________________________________________________________
9056 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
9057         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
9058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9059              Date: Tue, 5 Mar 2002 22:26:20 +0100
9060              Message-ID: <20020305222620.A733@rafael>
9061      Branch: perl
9062            ! pod/perldelta.pod
9063 ____________________________________________________________________________
9064 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
9065         Log: Solaris: allow for /usr/bin/df not to exist.
9066              
9067              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
9068              From: Kingpin <mthurn@copper.dulles.tasc.com>
9069              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
9070              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
9071      Branch: perl
9072            ! hints/solaris_2.sh
9073 ____________________________________________________________________________
9074 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
9075         Log: Update Changes.
9076      Branch: perl
9077            ! Changes patchlevel.h
9078 ____________________________________________________________________________
9079 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
9080         Log: Double MANIFESTing.
9081      Branch: perl
9082            ! ext/Encode/MANIFEST
9083 ____________________________________________________________________________
9084 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
9085         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
9086      Branch: perl
9087            - ext/Encode/Encode/7bit-kr.enc
9088            - ext/Encode/lib/Encode/Tcl/HanZi.pm
9089            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
9090 ____________________________________________________________________________
9091 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
9092         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
9093              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9094              Date: Tue, 5 Mar 2002 14:35:57 +0100
9095              Message-ID: <20020305143557.C695@rafael>   
9096      Branch: perl
9097            ! pp_sys.c t/lib/warnings/pp_sys
9098 ____________________________________________________________________________
9099 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
9100         Log: Subject: [PATCH Devel::PPPort]
9101              From: Robin Barker <rmb1@cise.npl.co.uk>
9102              Date: Tue, 5 Mar 2002 13:37:59 GMT
9103              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
9104      Branch: perl
9105            ! ext/Devel/PPPort/Makefile.PL
9106 ____________________________________________________________________________
9107 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
9108         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
9109      Branch: perl
9110            ! ext/Encode/t/Tcl.t
9111 ____________________________________________________________________________
9112 [ 15041] By: nick                                  on 2002/03/05  07:23:58
9113         Log: Integrate mainline (5.7.3)
9114      Branch: perlio
9115           +> ext/Encode/lib/Encode/CN/HZ.pm
9116            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
9117           !> (integrate 54 files)
9118 ____________________________________________________________________________
9119 [ 15040] By: ams                                   on 2002/03/05  05:10:33
9120         Log: Subject: DOC PATCH 5.7.3 (perldelta)
9121              From: mjd@plover.com
9122              Date: 5 Mar 2002 05:35:58 -0000
9123              Message-Id: <20020305053558.31677.qmail@plover.com>
9124      Branch: perl
9125            ! pod/perldelta.pod
9126 ____________________________________________________________________________
9127 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
9128         Log: This is 5.7.3.
9129      Branch: perl
9130            ! patchlevel.h
9131 ____________________________________________________________________________
9132 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
9133         Log: Shoo.
9134      Branch: perl
9135            ! ext/Encode/t/Tcl.t
9136 ____________________________________________________________________________
9137 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
9138         Log: Update Changes.
9139      Branch: perl
9140            ! Changes patchlevel.h
9141 ____________________________________________________________________________
9142 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
9143         Log: Regen perlapi.
9144      Branch: perl
9145            ! pod/perlapi.pod
9146 ____________________________________________________________________________
9147 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
9148         Log: Tie::File doc tweak for Win32 from mjd. 
9149      Branch: perl
9150            ! lib/Tie/File.pm
9151 ____________________________________________________________________________
9152 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
9153         Log: Regen toc.
9154      Branch: perl
9155            ! pod/perltoc.pod
9156 ____________________________________________________________________________
9157 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
9158         Log: Decommission Encode::Tcl HZ testing for now.
9159      Branch: perl
9160            ! ext/Encode/t/Tcl.t
9161 ____________________________________________________________________________
9162 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
9163         Log: Must have a return.
9164      Branch: perl
9165            ! pp_pack.c
9166 ____________________________________________________________________________
9167 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
9168         Log: The very latest win32 score from Jan Dubois.
9169      Branch: perl
9170            ! pod/perldelta.pod
9171 ____________________________________________________________________________
9172 [ 15030] By: ams                                   on 2002/03/05  01:40:01
9173         Log: Subject: [PATCH] README.macos
9174              From: Chris Nandor <pudge@pobox.com>
9175              Date: Mon, 04 Mar 2002 17:37:59 -0500
9176              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
9177      Branch: perl
9178            ! README.macos
9179 ____________________________________________________________________________
9180 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
9181         Log: "The last pieces of Chinese puzzle" from Autrijus.
9182      Branch: perl
9183            + ext/Encode/lib/Encode/CN/HZ.pm
9184            - ext/Encode/Encode/HZ.enc
9185            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9186            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9187 ____________________________________________________________________________
9188 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
9189         Log: Known test failures updates.
9190      Branch: perl
9191            ! pod/perldelta.pod
9192 ____________________________________________________________________________
9193 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
9194         Log: One more nit from mjd.
9195      Branch: perl
9196            ! lib/Tie/File/t/16_handle.t
9197 ____________________________________________________________________________
9198 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
9199         Log: Upgrade to Tie::File 0.17 from mjd.
9200      Branch: perl
9201            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
9202            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9203 ____________________________________________________________________________
9204 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
9205         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
9206              From: Nicholas Clark <nick@unfortu.net>
9207              Date: Mon, 4 Mar 2002 23:33:52 +0000
9208              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
9209      Branch: perl
9210            ! pod/perldelta.pod
9211 ____________________________________________________________________________
9212 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
9213         Log: Escapee.
9214      Branch: perl
9215            ! proto.h
9216 ____________________________________________________________________________
9217 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
9218         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
9219              From: Nicholas Clark <nick@unfortu.net>
9220              Date: Mon, 4 Mar 2002 22:48:38 +0000
9221              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
9222      Branch: perl
9223            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
9224            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
9225            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
9226            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
9227            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
9228            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9229            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
9230 ____________________________________________________________________________
9231 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
9232         Log: Cleaner.
9233      Branch: perl
9234            ! Makefile.SH
9235 ____________________________________________________________________________
9236 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
9237         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
9238              From: Jeffrey Friedl <jfriedl@yahoo.com>
9239              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
9240              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
9241      Branch: perl
9242            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
9243            ! pod/perlvar.pod
9244 ____________________________________________________________________________
9245 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
9246         Log: More Han tweaks from Autrjius Tang: most importantly,
9247              gbk is identical to cp936, so gbk can be removed and
9248              taken care of by an alias.
9249      Branch: perl
9250            - ext/Encode/Encode/gbk.enc
9251            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9252            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
9253            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9254            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9255 ____________________________________________________________________________
9256 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
9257         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
9258              From: Nicholas Clark <nick@unfortu.net>
9259              Date: Mon, 4 Mar 2002 22:20:13 +0000
9260              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
9261      Branch: perl
9262            ! pod/perldelta.pod
9263 ____________________________________________________________________________
9264 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
9265         Log: Based on
9266              
9267              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
9268              From: Anton Tagunov <tagunov@motor.ru>
9269              Date: Mon, 4 Mar 2002 21:14:39 +0300
9270              Message-ID: <1814137429.20020304211439@motor.ru>
9271      Branch: perl
9272            ! pod/perlunicode.pod
9273 ____________________________________________________________________________
9274 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
9275         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
9276              From: John Peacock <jpeacock@rowman.com>
9277              Date: Mon, 04 Mar 2002 16:18:42 -0500
9278              Message-ID: <3C83E4B2.3060700@rowman.com>
9279              
9280              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
9281              From: John Peacock <jpeacock@rowman.com>
9282              Date: Mon, 04 Mar 2002 16:42:55 -0500
9283              Message-ID: <3C83EA5F.80303@rowman.com>
9284      Branch: perl
9285            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9286 ____________________________________________________________________________
9287 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
9288         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
9289              From: "Craig A. Berry" <craigberry@mac.com>
9290              Date: Mon, 04 Mar 2002 14:47:59 -0600
9291              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
9292              
9293              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
9294              From: "Craig A. Berry" <craigberry@mac.com>
9295              Date: Mon, 04 Mar 2002 15:04:58 -0600
9296              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
9297      Branch: perl
9298            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
9299 ____________________________________________________________________________
9300 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
9301         Log: metaconfig unit change for #15014.
9302      Branch: metaconfig/U/perl
9303            ! Extensions.U
9304 ____________________________________________________________________________
9305 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
9306         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
9307              of known extensions, where Encode::JP already is.
9308      Branch: perl
9309            ! Configure Porting/config.sh Porting/config_H uconfig.h
9310 ____________________________________________________________________________
9311 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
9312         Log: SJIS, from Dan Kogai.
9313      Branch: perl
9314            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
9315 ____________________________________________________________________________
9316 [ 15012] By: nick                                  on 2002/03/04  17:35:50
9317         Log: Intergrate perlio's Encode/compile
9318      Branch: perl
9319           !> ext/Encode/compile
9320 ____________________________________________________________________________
9321 [ 15011] By: nick                                  on 2002/03/04  17:29:54
9322         Log: Avoid $Id$ cleverness and just have a $VERSION.
9323      Branch: perlio
9324            ! ext/Encode/compile
9325 ____________________________________________________________________________
9326 [ 15010] By: nick                                  on 2002/03/04  17:29:14
9327         Log: Integrate mainline
9328      Branch: perlio
9329           +> lib/Math/BigInt/t/isa.t
9330           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
9331           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
9332           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
9333           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
9334           !> warnings.pl
9335 ____________________________________________________________________________
9336 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
9337         Log: Integrate ext/Encode/compile from perlio.
9338      Branch: perl
9339           !> ext/Encode/compile
9340 ____________________________________________________________________________
9341 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
9342         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
9343              updates not integrated, something odd going on in there.)
9344      Branch: perl
9345           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
9346           !> lib/Tie/File/t/16_handle.t
9347 ____________________________________________________________________________
9348 [ 15007] By: nick                                  on 2002/03/04  17:08:17
9349         Log: Integrate mainline
9350      Branch: perlio
9351           !> AUTHORS Changes Porting/Glossary Porting/config.sh
9352           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
9353           !> pod/perltoc.pod
9354 ____________________________________________________________________________
9355 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
9356         Log: A new M::BI test.
9357      Branch: perl
9358            + lib/Math/BigInt/t/isa.t
9359            ! MANIFEST
9360 ____________________________________________________________________________
9361 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
9362         Log: Subject: VMS test and perldelta update
9363              From: "Craig A. Berry" <craigberry@mac.com>
9364              Date: Mon, 04 Mar 2002 11:03:37 -0600
9365              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
9366      Branch: perl
9367            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
9368 ____________________________________________________________________________
9369 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
9370         Log: Needed for threaded builds.
9371      Branch: perl
9372            ! embed.fnc embed.h
9373 ____________________________________________________________________________
9374 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
9375         Log: Subject: [PATCH] taint + deprecated warnings
9376              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9377              Date: Mon, 4 Mar 2002 16:33:23 -0000
9378              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
9379      Branch: perl
9380            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
9381            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
9382            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
9383 ____________________________________________________________________________
9384 [ 15002] By: nick                                  on 2002/03/04  16:19:06
9385         Log: Win32 tweak
9386      Branch: perlio
9387            ! lib/Tie/File/t/16_handle.t
9388 ____________________________________________________________________________
9389 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
9390         Log: Update Changes.
9391      Branch: perl
9392            ! Changes patchlevel.h
9393 ____________________________________________________________________________
9394 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
9395         Log: AUTHORS updates.
9396      Branch: perl
9397            ! AUTHORS
9398 ____________________________________________________________________________
9399 [ 14999] By: nick                                  on 2002/03/04  15:26:43
9400         Log: Win32 hack
9401      Branch: perlio
9402            ! ext/Encode/compile ext/Encode/t/JP.t
9403 ____________________________________________________________________________
9404 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
9405         Log: Encode doc tweak from Autrijus Tang.
9406      Branch: perl
9407            ! ext/Encode/Encode.pm
9408 ____________________________________________________________________________
9409 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
9410         Log: Regen Glossary et al.  (It seems the #14875 didn't
9411              quite work in removing the double-dot?)
9412      Branch: perl
9413            ! Porting/Glossary Porting/config.sh Porting/config_H
9414 ____________________________________________________________________________
9415 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
9416         Log: Regen toc.
9417      Branch: perl
9418            ! pod/perltoc.pod
9419 ____________________________________________________________________________
9420 [ 14995] By: nick                                  on 2002/03/04  14:42:09
9421         Log: Remove debugging assert
9422      Branch: perlio
9423            ! ext/threads/shared/shared.xs
9424 ____________________________________________________________________________
9425 [ 14994] By: nick                                  on 2002/03/04  14:41:54
9426         Log: Integrate mainline
9427      Branch: perlio
9428           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
9429           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
9430           !> lib/Tie/File/t/15_pushpop.t util.c
9431 ____________________________________________________________________________
9432 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
9433         Log: Han update from Autrijus Tang. 
9434      Branch: perl
9435            ! ext/Encode/Encode.pm
9436 ____________________________________________________________________________
9437 [ 14992] By: nick                                  on 2002/03/04  14:08:38
9438         Log: Integrate mainline - all tests pass - some noise from threads
9439              av_simple (SuSE7.3).
9440      Branch: perlio
9441           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
9442           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
9443           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
9444           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
9445           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
9446           +> lib/Tie/File/t/11_rv_splice_rs.t
9447           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
9448           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
9449           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9450            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
9451            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
9452            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
9453            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
9454            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
9455            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
9456            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
9457            - lib/Tie/File/15_pushpop.t
9458           !> (integrate 47 files)
9459 ____________________________________________________________________________
9460 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
9461         Log: Missing MANIFESTations.
9462      Branch: perl
9463            ! MANIFEST
9464 ____________________________________________________________________________
9465 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
9466         Log: Attempt at portability.
9467      Branch: perl
9468            ! util.c
9469 ____________________________________________________________________________
9470 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
9471         Log: Needed by #14985.
9472      Branch: perl
9473            ! embed.h global.sym proto.h
9474 ____________________________________________________________________________
9475 [ 14988] By: ams                                   on 2002/03/04  08:59:27
9476         Log: Upgrade to Tie::File 0.16.
9477      Branch: perl
9478            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
9479            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
9480            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
9481            ! lib/Tie/File/t/15_pushpop.t
9482 ____________________________________________________________________________
9483 [ 14987] By: ams                                   on 2002/03/04  08:48:11
9484         Log: Subject: [PATCH @14577] perly-fixer
9485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9486              Date: Mon, 4 Mar 2002 02:28:51 -0500
9487              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
9488      Branch: perl
9489            ! Makefile.SH perly.fixer
9490 ____________________________________________________________________________
9491 [ 14986] By: ams                                   on 2002/03/04  08:43:37
9492         Log: Subject: [PATCH @14577] xsubpp
9493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9494              Date: Mon, 4 Mar 2002 02:25:52 -0500
9495              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
9496      Branch: perl
9497            ! lib/ExtUtils/xsubpp pod/perlxs.pod
9498 ____________________________________________________________________________
9499 [ 14985] By: ams                                   on 2002/03/04  08:40:46
9500         Log: Subject: [PATCH @14577] sv_cmp and friends
9501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9502              Date: Mon, 4 Mar 2002 02:31:04 -0500
9503              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
9504      Branch: perl
9505            ! embed.fnc sv.c util.c
9506 ____________________________________________________________________________
9507 [ 14984] By: ams                                   on 2002/03/04  08:16:06
9508         Log: Fix File::Path docs as suggested by Ronald Kimball.
9509      Branch: perl
9510            ! lib/File/Path.pm
9511 ____________________________________________________________________________
9512 [ 14983] By: ams                                   on 2002/03/04  08:11:20
9513         Log: Update perldata fix as suggested by Benjamin Goldberg.
9514      Branch: perl
9515            ! pod/perldata.pod
9516 ____________________________________________________________________________
9517 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
9518         Log: Faulty skip.
9519      Branch: perl
9520            ! ext/DB_File/t/db-recno.t
9521 ____________________________________________________________________________
9522 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
9523         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
9524              From: Anton Tagunov <tagunov@motor.ru>
9525              Date: Mon, 4 Mar 2002 05:41:41 +0300
9526              Message-Id: <7916563907.20020304054141@motor.ru>
9527              
9528              Subject: [ID 20020303.005] Patch perlinicode C API description
9529              From: Anton Tagunov <tagunov@motor.ru>
9530              Date: Mon, 4 Mar 2002 06:08:23 +0300
9531              Message-Id: <2018165510.20020304060823@motor.ru>
9532      Branch: perl
9533            ! lib/utf8.pm pod/perlunicode.pod
9534 ____________________________________________________________________________
9535 [ 14980] By: ams                                   on 2002/03/04  02:19:20
9536         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
9537              From: Anton Tagunov <tagunov@motor.ru>
9538              Date: Mon, 4 Mar 2002 02:17:40 +0300
9539              Message-Id: <1344322124.20020304021740@motor.ru>
9540      Branch: perl
9541            ! pod/perldata.pod
9542 ____________________________________________________________________________
9543 [ 14979] By: ams                                   on 2002/03/04  02:17:54
9544         Log: Subject: RE: [PATCH] RE: DB_File breakage
9545              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9546              Date: Sun, 3 Mar 2002 23:56:31 -0000
9547              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
9548      Branch: perl
9549            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9550            ! ext/DB_File/t/db-recno.t
9551 ____________________________________________________________________________
9552 [ 14978] By: ams                                   on 2002/03/04  02:07:16
9553         Log: Subject: [PATCH] docs for ExtUtils::Manifest
9554              From: Nicholas Clark <nick@unfortu.net>
9555              Date: Sun, 3 Mar 2002 23:29:25 +0000
9556              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
9557      Branch: perl
9558            ! lib/ExtUtils/Manifest.pm
9559 ____________________________________________________________________________
9560 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
9561         Log: Forgot from the M::BI 1.54 update.
9562      Branch: perl
9563            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
9564            ! lib/Math/BigInt/t/upgrade.inc
9565 ____________________________________________________________________________
9566 [ 14976] By: ams                                   on 2002/03/04  02:04:32
9567         Log: Subject: [PATCH] attr
9568              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9569              Date: Sun, 3 Mar 2002 22:09:58 -0000
9570              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
9571      Branch: perl
9572            ! lib/warnings.pm warnings.pl
9573 ____________________________________________________________________________
9574 [ 14975] By: ams                                   on 2002/03/04  02:01:27
9575         Log: Subject: [PATCH] File::Path documentation
9576              From: Colin Meyer <cmeyer@helvella.org>
9577              Date: Sun, 3 Mar 2002 14:54:24 -0800
9578              Message-Id: <20020303145424.A21774@hobart.helvella.org>
9579      Branch: perl
9580            ! lib/File/Path.pm
9581 ____________________________________________________________________________
9582 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
9583         Log: Typo.
9584      Branch: perl
9585            ! lib/Math/BigInt/t/upgrade.t
9586 ____________________________________________________________________________
9587 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
9588         Log: Editing errors.
9589      Branch: perl
9590            ! MANIFEST
9591 ____________________________________________________________________________
9592 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
9593         Log: Upgrade to Math::BigInt 1.54.
9594      Branch: perl
9595            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9596            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9597            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
9598            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
9599            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
9600            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
9601 ____________________________________________________________________________
9602 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
9603         Log: Test tweak from Craig Berry.
9604      Branch: perl
9605            ! lib/Tie/File/t/15_pushpop.t
9606 ____________________________________________________________________________
9607 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
9608         Log: Upgrade to Tie::File 0.15.
9609      Branch: perl
9610            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
9611            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
9612            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
9613            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
9614            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
9615            + lib/Tie/File/t/11_rv_splice_rs.t
9616            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
9617            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
9618            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
9619            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
9620            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
9621            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
9622            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
9623            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
9624            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
9625            - lib/Tie/File/15_pushpop.t
9626            ! MANIFEST lib/Tie/File.pm
9627 ____________________________________________________________________________
9628 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
9629         Log: The EBCDIC gaps apply only to the real A-Z.
9630      Branch: perl
9631            ! ext/B/B/Deparse.pm
9632 ____________________________________________________________________________
9633 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
9634         Log: EBCDIC: deparse \cX correctly.
9635      Branch: perl
9636            ! ext/B/B/Deparse.pm
9637 ____________________________________________________________________________
9638 [ 14967] By: ams                                   on 2002/03/03  18:18:00
9639         Log: Subject: [PATCH] nit in perlsyn.pod
9640              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
9641              Date: Sun, 03 Mar 2002 20:16:10 +0100
9642              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
9643      Branch: perl
9644            ! pod/perlsyn.pod
9645 ____________________________________________________________________________
9646 [ 14966] By: ams                                   on 2002/03/03  18:06:32
9647         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
9648              From: Michael G Schwern <schwern@pobox.com>
9649              Date: Sun, 3 Mar 2002 13:33:28 -0500
9650              Message-Id: <20020303183328.GA3296@blackrider>
9651      Branch: perl
9652            ! utils/h2xs.PL
9653 ____________________________________________________________________________
9654 [ 14965] By: ams                                   on 2002/03/03  18:00:03
9655         Log: Subject: [ PATCH ] HP back to default
9656              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9657              Date: Sun, 03 Mar 2002 18:48:34 +0100
9658              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
9659      Branch: perl
9660            ! hints/hpux.sh
9661 ____________________________________________________________________________
9662 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
9663         Log: EBCDIC: special cases of special cases.
9664      Branch: perl
9665            ! t/uni/case.pl
9666 ____________________________________________________________________________
9667 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
9668         Log: EBCDIC: the v-string components cannot exceed 2147483647.
9669      Branch: perl
9670            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
9671 ____________________________________________________________________________
9672 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
9673         Log: Remove the bogus "incorrect case" warning completely.
9674              The problem exists, but the cure, in which ever form
9675              it will be, needs to be something more subtle.
9676      Branch: perl
9677            ! op.c pod/perldiag.pod
9678 ____________________________________________________________________________
9679 [ 14961] By: ams                                   on 2002/03/03  13:39:09
9680         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
9681              From: Mark-Jason Dominus <mjd@plover.com>
9682              Date: Sun, 03 Mar 2002 09:32:16 -0500
9683              Message-Id: <20020303143216.10536.qmail@plover.com>
9684      Branch: perl
9685            ! t/op/tiearray.t
9686 ____________________________________________________________________________
9687 [ 14960] By: nick                                  on 2002/03/03  09:59:59
9688         Log: Integrate mainline
9689      Branch: perlio
9690           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
9691            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
9692            ! ext/Encode/compile
9693           !> (integrate 27 files)
9694 ____________________________________________________________________________
9695 [ 14959] By: ams                                   on 2002/03/03  08:11:34
9696         Log: Fix #14957.
9697      Branch: perl
9698            ! ext/DB_File/t/db-recno.t
9699 ____________________________________________________________________________
9700 [ 14958] By: ams                                   on 2002/03/03  05:51:00
9701         Log: Subject: [PATCH @14577] NL in debugger
9702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9703              Date: Sat, 2 Mar 2002 05:34:12 -0500
9704              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
9705      Branch: perl
9706            ! lib/perl5db.pl
9707 ____________________________________________________________________________
9708 [ 14957] By: ams                                   on 2002/03/03  05:00:04
9709         Log: Subject: Re: DB_File breakage
9710              From: Schuyler Erle <schuyler@oreilly.com>
9711              Date: Sat, 02 Mar 2002 21:50:30 -0800
9712              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
9713      Branch: perl
9714            ! ext/DB_File/t/db-recno.t
9715 ____________________________________________________________________________
9716 [ 14956] By: ams                                   on 2002/03/03  04:40:08
9717         Log: Subject: [PATCH @14577] Debugging OPs
9718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9719              Date: Sat, 2 Mar 2002 05:49:58 -0500
9720              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
9721      Branch: perl
9722            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
9723            ! pod/perlrun.pod sv.h
9724 ____________________________________________________________________________
9725 [ 14955] By: ams                                   on 2002/03/03  04:34:41
9726         Log: Subject: Tie::Array doc patch
9727              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
9728              Date: Sat, 02 Mar 2002 08:42:56 +0900
9729              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
9730      Branch: perl
9731            ! lib/Tie/Array.pm
9732 ____________________________________________________________________________
9733 [ 14954] By: ams                                   on 2002/03/03  04:23:33
9734         Log: Subject: Re: Smoke 14870
9735              From: Nicholas Clark <nick@unfortu.net>
9736              Date: Sat, 2 Mar 2002 20:00:53 +0000
9737              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
9738      Branch: perl
9739            ! README.hpux
9740 ____________________________________________________________________________
9741 [ 14953] By: ams                                   on 2002/03/03  04:15:49
9742         Log: Subject: RE: VERSION core
9743              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9744              Date: Sat, 2 Mar 2002 22:50:44 -0000
9745              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
9746      Branch: perl
9747            ! t/comp/use.t
9748 ____________________________________________________________________________
9749 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
9750         Log: The #14949 removed this error from non-Win32.
9751      Branch: perl
9752            ! t/lib/warnings/op
9753 ____________________________________________________________________________
9754 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
9755         Log: BeOS back on track.
9756      Branch: perl
9757            ! README.beos
9758 ____________________________________________________________________________
9759 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
9760         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
9761              higher is okay.
9762      Branch: perl
9763            ! ext/POSIX/t/posix.t
9764 ____________________________________________________________________________
9765 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
9766         Log: For now, make "incorrect case" a Win32-only warning.
9767      Branch: perl
9768            ! op.c
9769 ____________________________________________________________________________
9770 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
9771         Log: Demand more before attempting socketpair().
9772      Branch: perl
9773            ! pp_sys.c
9774 ____________________________________________________________________________
9775 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
9776         Log: Remove obsolete hack.
9777      Branch: perl
9778            ! makedepend.SH
9779 ____________________________________________________________________________
9780 [ 14946] By: ams                                   on 2002/03/02  16:00:32
9781         Log: Forgot to delete encode.* from MANIFEST.
9782      Branch: perl
9783            ! MANIFEST
9784 ____________________________________________________________________________
9785 [ 14945] By: ams                                   on 2002/03/02  14:41:03
9786         Log: Delete ex-test output.
9787      Branch: perl
9788            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
9789 ____________________________________________________________________________
9790 [ 14944] By: ams                                   on 2002/03/02  13:54:35
9791         Log: Subject: [PATCH] DB_File 1.803
9792              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9793              Date: Sat, 2 Mar 2002 14:33:32 -0000
9794              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
9795      Branch: perl
9796            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9797            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
9798 ____________________________________________________________________________
9799 [ 14943] By: ams                                   on 2002/03/02  13:43:06
9800         Log: Upgrade to Tie::File 0.14.
9801      Branch: perl
9802            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
9803            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
9804            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
9805 ____________________________________________________________________________
9806 [ 14942] By: nick                                  on 2002/03/02  11:05:53
9807         Log: Integrate mainline
9808      Branch: perlio
9809           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
9810           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
9811           +> ext/Encode/t/table.utf8
9812           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
9813           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
9814           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9815           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
9816           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
9817           !> universal.c utils/perldoc.PL
9818 ____________________________________________________________________________
9819 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
9820         Log: More CJK (just C, really) tables from Autrijus Tang
9821              (originally from iconv, used with permission of Bruno Haible)
9822      Branch: perl
9823            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
9824            + ext/Encode/Encode/iso-ir-165.enc
9825            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9826            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
9827            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
9828 ____________________________________________________________________________
9829 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
9830         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
9831              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9832              Date: Fri, 1 Mar 2002 15:32:13 -0500
9833              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
9834      Branch: perl
9835            ! utils/perldoc.PL
9836 ____________________________________________________________________________
9837 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
9838         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
9839              From: Schuyler Erle <schuyler@oreilly.com>
9840              Date: Fri, 01 Mar 2002 14:22:19 -0800
9841              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
9842              
9843              Subject: Re: PATCH: "splice() offset past end of array" warning.
9844              From: Mark-Jason Dominus <mjd@plover.com>
9845              Date: Fri, 01 Mar 2002 17:19:49 -0500
9846              Message-ID: <20020301221949.7610.qmail@plover.com>
9847      Branch: perl
9848            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
9849 ____________________________________________________________________________
9850 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
9851         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
9852              From: Mark-Jason Dominus <mjd@plover.com>
9853              Date: Fri, 01 Mar 2002 18:35:35 -0500
9854              Message-ID: <20020301233535.15969.qmail@plover.com>
9855      Branch: perl
9856            ! av.c
9857 ____________________________________________________________________________
9858 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
9859         Log: Subject: RE: VERSION core
9860              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9861              Date: Fri, 1 Mar 2002 23:47:48 -0000
9862              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
9863      Branch: perl
9864            ! pod/perldiag.pod universal.c
9865 ____________________________________________________________________________
9866 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
9867         Log: Update Changes
9868      Branch: maint-5.6/macperl
9869            ! macos/Changes
9870 ____________________________________________________________________________
9871 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
9872         Log: Fix update to resources
9873      Branch: maint-5.6/macperl
9874            ! macos/macperl/MacPerl.r
9875 ____________________________________________________________________________
9876 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
9877         Log: metaconfig unit change for #14930.
9878      Branch: metaconfig
9879            ! U/modified/Init.U
9880 ____________________________________________________________________________
9881 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
9882         Log: Fix debugger to handle Mac OS psedofiles
9883      Branch: maint-5.6/macperl
9884            ! lib/DB.pm lib/perl5db.pl
9885 ____________________________________________________________________________
9886 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
9887         Log: Various fixes from Thomas Wegner
9888      Branch: maint-5.6/macperl
9889            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
9890 ____________________________________________________________________________
9891 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
9892         Log: Some resource updates
9893      Branch: maint-5.6/macperl
9894            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
9895            ! macos/macperl/MacPerl.rsrc
9896 ____________________________________________________________________________
9897 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
9898         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
9899              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9900              Date: Fri, 01 Mar 2002 09:38:59 -0800
9901              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
9902      Branch: perl
9903            ! Configure
9904 ____________________________________________________________________________
9905 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
9906         Log: Add some missing sfio symbols (Alan Fry)
9907      Branch: maint-5.6/macperl
9908            ! macos/macperl.sym
9909 ____________________________________________________________________________
9910 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
9911         Log: Update version and README
9912      Branch: maint-5.6/macperl
9913            ! README.macos macos/MPVersion.r
9914 ____________________________________________________________________________
9915 [ 14926] By: nick                                  on 2002/03/01  15:56:41
9916         Log: Integrate mainline
9917      Branch: perlio
9918           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
9919           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
9920           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
9921           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
9922           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
9923           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
9924           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
9925           +> lib/Tie/File/13_size_rs.t
9926           !> (integrate 80 files)
9927 ____________________________________________________________________________
9928 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
9929         Log: Better advertising.
9930      Branch: perl
9931            ! pod/perldelta.pod pod/perlfaq5.pod
9932 ____________________________________________________________________________
9933 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
9934         Log: Update Changes.
9935      Branch: perl
9936            ! Changes patchlevel.h
9937 ____________________________________________________________________________
9938 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
9939         Log: Lost in the shuffle.
9940      Branch: perl
9941            + lib/Math/BigInt/t/downgrade.t
9942            ! MANIFEST
9943 ____________________________________________________________________________
9944 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
9945         Log: Advertise Tie::File.
9946      Branch: perl
9947            ! pod/perldelta.pod pod/perlfaq5.pod
9948 ____________________________________________________________________________
9949 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
9950         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
9951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9952              Date: Thu, 28 Feb 2002 18:55:48 +0100
9953              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
9954      Branch: perl
9955            ! x2p/walk.c
9956 ____________________________________________________________________________
9957 [ 14920] By: ams                                   on 2002/03/01  09:06:01
9958         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
9959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9960              Date: Tue, 26 Feb 2002 19:54:31 -0500
9961              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
9962      Branch: perl
9963            ! embed.fnc ext/B/B/Deparse.pm gv.c
9964 ____________________________________________________________________________
9965 [ 14919] By: ams                                   on 2002/03/01  03:03:12
9966         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
9967      Branch: perl
9968            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
9969            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
9970            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
9971            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
9972            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
9973            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
9974            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
9975 ____________________________________________________________________________
9976 [ 14918] By: ams                                   on 2002/03/01  02:36:58
9977         Log: Add Tie::File 0.12 from MJD.
9978      Branch: perl
9979            + lib/Tie/File.pm lib/Tie/File/01_gen.t
9980            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
9981            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
9982            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
9983            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
9984            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
9985            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
9986            ! MANIFEST
9987 ____________________________________________________________________________
9988 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
9989         Log: Encoding name mapping tweaks.
9990      Branch: perl
9991            ! ext/Encode/Encode.pm
9992 ____________________________________________________________________________
9993 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
9994         Log: metaconfig unit change for #14915.
9995      Branch: metaconfig
9996            ! U/modified/Init.U
9997 ____________________________________________________________________________
9998 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
9999         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
10000              From: Paul_GreenVOS@vos.stratus.com
10001              Date: Thu, 28 Feb 02 15:05 est
10002              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
10003      Branch: perl
10004            ! Configure
10005 ____________________________________________________________________________
10006 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
10007         Log: PL_bostr was pointing to the wrong string
10008              (a string left around from the loading of the Unicode \w)
10009              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
10010              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
10011      Branch: perl
10012            ! regexec.c
10013 ____________________________________________________________________________
10014 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
10015         Log: Sync with libnet-1.10
10016      Branch: perl
10017            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10018            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
10019            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
10020            ! lib/Net/t/netrc.t
10021 ____________________________________________________________________________
10022 [ 14912] By: ams                                   on 2002/02/28  13:02:50
10023         Log: Subject: [PATCH] perldelta.pod fixes
10024              From: Autrijus Tang <autrijus@autrijus.org>
10025              Date: Thu, 28 Feb 2002 21:44:15 +0800
10026              Message-Id: <20020228134415.GB16422@not.autrijus.org>
10027      Branch: perl
10028            ! pod/perldelta.pod
10029 ____________________________________________________________________________
10030 [ 14911] By: ams                                   on 2002/02/28  11:31:44
10031         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
10032              From: Stas Bekman <stas@stason.org>
10033              Date: Mon, 04 Feb 2002 16:18:53 +0800
10034              Message-Id: <3C7E1E5F.1000605@stason.org>
10035              (Applied by hand).
10036      Branch: perl
10037            ! lib/File/Copy.pm
10038 ____________________________________________________________________________
10039 [ 14910] By: ams                                   on 2002/02/28  11:26:47
10040         Log: Subject: [PATCH lib/Pod/Html.pm]
10041              From: Stas Bekman <stas@stason.org>
10042              Date: Thu, 28 Feb 2002 20:05:01 +0800
10043              Message-Id: <3C7E1CED.7000307@stason.org>
10044      Branch: perl
10045            ! lib/Pod/Html.pm
10046 ____________________________________________________________________________
10047 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
10048         Log: Tests for #14908.
10049      Branch: perl
10050            ! t/op/pat.t
10051 ____________________________________________________________________________
10052 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
10053         Log: Make shared hash keys to be \0-terminated:
10054              one possible resolution for
10055              "UTF-8, weird \w behaviour after HASH-KEY-ification"
10056              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
10057              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
10058              The hash keys weren't \0-terminated.  This meant that the EOL ($)
10059              in regmatch() got the nextchr beyond the last character.  Since
10060              the keys were UTF-8, the nextchr was \1, not the usual
10061              string-terminating \0.  Wham, no match.
10062              
10063              I think another possible resolution could be to stop the nextchr
10064              computation in regmatch() from peeking beyond the last character
10065              of the string:
10066              
10067              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
10068      Branch: perl
10069            ! hv.c hv.h
10070 ____________________________________________________________________________
10071 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
10072         Log: Subject: [PATCH] Perl interface to newIO()
10073              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10074              Date: Wed, 27 Feb 2002 20:15:27 -0800
10075              Message-ID: <f7af8gzkgaET092yn@efn.org>
10076      Branch: perl
10077            ! lib/Symbol.pm
10078 ____________________________________________________________________________
10079 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
10080         Log: The "list" part of
10081              
10082              Subject: [PATCH perlop] .. returns a *list* of *integers*
10083              From: Mike Guy <mjtg@cam.ac.uk>
10084              Date: Tue, 26 Feb 2002 18:30:22 +0000
10085              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
10086              
10087              plus few nits.
10088      Branch: perl
10089            ! pod/perlop.pod
10090 ____________________________________________________________________________
10091 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
10092         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
10093              From: Abe Timmerman <abe@ztreet.demon.nl>
10094              Date: Thu, 28 Feb 2002 00:04:06 +0100
10095              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
10096      Branch: perl
10097            ! lib/File/stat.t
10098 ____________________________________________________________________________
10099 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
10100         Log: Integrate from maintperl.
10101      Branch: maint-5.6/macperl
10102           !> doio.c op.c t/io/open.t t/pragma/strict-subs
10103 ____________________________________________________________________________
10104 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
10105         Log: Upgrade to Math::BigInt 1.53.
10106      Branch: perl
10107            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10108            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
10109            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10110            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
10111            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
10112            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
10113 ____________________________________________________________________________
10114 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
10115         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
10116              From: "Craig A. Berry" <craigberry@mac.com>
10117              Date: Wed, 27 Feb 2002 15:36:38 -0600
10118              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
10119      Branch: perl
10120            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
10121            ! vms/ext/filespec.t
10122 ____________________________________________________________________________
10123 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
10124         Log: Subject: [PATCH] Some minor changes for Cygwin
10125              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
10126              Date: Wed, 27 Feb 2002 22:25:41 +0100
10127              Message-ID: <14296492589.20020227222541@familiehaase.de>
10128      Branch: perl
10129            ! Makefile.SH README.cygwin cygwin/perlld.in
10130 ____________________________________________________________________________
10131 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
10132         Log: Update the UTF-8 explanation table.
10133      Branch: perl
10134            ! pod/perlunicode.pod utf8.h
10135 ____________________________________________________________________________
10136 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
10137         Log: Repatch from Robin Barker: anon subs in C<package;> are
10138              now __ANON__::__ANON__ (should help for mod_perl package
10139              since #12251)
10140      Branch: perl
10141            ! gv.c op.c t/op/runlevel.t toke.c
10142 ____________________________________________________________________________
10143 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
10144         Log: Update Changes.
10145      Branch: perl
10146            ! Changes patchlevel.h
10147 ____________________________________________________________________________
10148 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
10149         Log: perldelta updates.
10150      Branch: perl
10151            ! pod/perldelta.pod
10152 ____________________________________________________________________________
10153 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
10154         Log: Signedness nit.
10155      Branch: perl
10156            ! regexec.c
10157 ____________________________________________________________________________
10158 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
10159         Log: Subject: Re: Smoke 14870
10160              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10161              Date: Wed, 27 Feb 2002 16:48:35 +0100
10162              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
10163              
10164              (with some additional garnish)
10165      Branch: perl
10166            ! README.hpux hints/hpux.sh
10167 ____________________________________________________________________________
10168 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
10169         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
10170              into perl.exp in AIX.
10171      Branch: perl
10172            ! makedef.pl perl.h
10173 ____________________________________________________________________________
10174 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
10175         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
10176              From: Robin Barker <rmb1@cise.npl.co.uk>
10177              Date: Wed, 27 Feb 2002 14:39:35 GMT
10178              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
10179      Branch: perl
10180            ! pod/perlrun.pod
10181 ____________________________________________________________________________
10182 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
10183         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
10184              From: Robin Barker <rmb1@cise.npl.co.uk>
10185              Date: Wed, 27 Feb 2002 12:25:30 GMT
10186              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
10187      Branch: perl
10188            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
10189            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
10190            ! pod/perlunicode.pod pod/perluniintro.pod
10191 ____________________________________________________________________________
10192 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
10193         Log: Only modify LD_LIBRARY_PATH in case there are directories.
10194      Branch: perl
10195            ! hints/dec_osf.sh
10196 ____________________________________________________________________________
10197 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
10198         Log: Subject: [PATCH] perl/hints/vos.sh
10199              From: Paul_GreenVOS@vos.stratus.com
10200              Date: Tue, 26 Feb 02 15:19 est
10201              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
10202      Branch: perl
10203            ! hints/vos.sh
10204 ____________________________________________________________________________
10205 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
10206         Log: Forgot from #14888.
10207      Branch: perl
10208            ! ext/Unicode/Normalize/mkheader
10209 ____________________________________________________________________________
10210 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
10211         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
10212      Branch: perl
10213            ! ext/Unicode/Normalize/Changes
10214            ! ext/Unicode/Normalize/Normalize.pm
10215            ! ext/Unicode/Normalize/Normalize.xs
10216            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
10217            ! ext/Unicode/Normalize/t/test.t
10218 ____________________________________________________________________________
10219 [ 14887] By: ams                                   on 2002/02/26  23:51:52
10220         Log: Subject: Missing diagnostics
10221              From: Simon Glover <scog@roe.ac.uk>
10222              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
10223              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
10224              
10225              Subject: [PATCH] Better wording for the lvalue vec diagnostic
10226              From: Simon Glover <scog@roe.ac.uk>
10227              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
10228              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
10229      Branch: perl
10230            ! doop.c pod/perldiag.pod t/op/vec.t
10231 ____________________________________________________________________________
10232 [ 14886] By: ams                                   on 2002/02/26  15:48:34
10233         Log: Subject: [PATCH] Not OK 5.7.2@14884
10234              From: andreas.koenig@anima.de (Andreas J. Koenig)
10235              Date: Tue, 26 Feb 2002 15:03:55 +0100
10236              Message-Id: <m38z9gfigk.fsf@anima.de>
10237      Branch: perl
10238            ! t/lib/access.t
10239 ____________________________________________________________________________
10240 [ 14885] By: nick                                  on 2002/02/26  13:48:55
10241         Log: Integrate mainline
10242      Branch: perlio
10243           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
10244           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
10245           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
10246            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
10247           !> (integrate 102 files)
10248 ____________________________________________________________________________
10249 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
10250         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
10251              1.1999999999999996, or thereabouts (yes, even sprintf).
10252      Branch: perl
10253            ! t/base/num.t
10254 ____________________________________________________________________________
10255 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
10256         Log: Neither.
10257      Branch: perl
10258            ! pod/perldelta.pod
10259 ____________________________________________________________________________
10260 [ 14882] By: ams                                   on 2002/02/26  08:46:55
10261         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
10262              From: Michael G Schwern <schwern@pobox.com>
10263              Date: Tue, 26 Feb 2002 01:01:28 -0500
10264              Message-Id: <20020226060128.GA2439@blackrider>
10265      Branch: perl
10266            ! hv.c pod/perldiag.pod
10267 ____________________________________________________________________________
10268 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
10269         Log: Subject: [PATCH B::Concise] docs, typos
10270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10271              Date: Mon, 25 Feb 2002 16:41:16 +0100
10272              Message-ID: <20020225164116.A1054@rafael>
10273      Branch: perl
10274            ! ext/B/B/Concise.pm
10275 ____________________________________________________________________________
10276 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
10277         Log: POSIX: add isatty to @EXPORT_OK, reformat.
10278      Branch: perl
10279            ! ext/POSIX/POSIX.pm
10280 ____________________________________________________________________________
10281 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
10282         Log: If using -Dloclibpth=... the directories need to
10283              be appended to LD_LIBRARY_PATH (and ickily, if those
10284              directories contain a (newer?) libdb.so, we need to
10285              prepend    /usr/shlib to loclibpth).
10286      Branch: perl
10287            ! hints/dec_osf.sh
10288 ____________________________________________________________________________
10289 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
10290         Log: Subject: [PATCH] Perl interface to newIO()
10291              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
10292              Date: Mon, 25 Feb 2002 15:04:57 -0800
10293              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
10294      Branch: perl
10295            ! lib/Symbol.pm lib/Symbol.t
10296 ____________________________________________________________________________
10297 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
10298         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
10299              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
10300              Date: Mon, 25 Feb 2002 21:58:30 +0100
10301              Message-ID: <20020225215830.A744@rafael>
10302      Branch: perl
10303            ! pod/perlvar.pod
10304 ____________________________________________________________________________
10305 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
10306         Log: Big5 tweaks from Autrijus Tang.
10307      Branch: perl
10308            ! ext/Encode/Encode/big5.enc
10309 ____________________________________________________________________________
10310 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
10311         Log: Subject: [PATCH Glossary configpm] cleanups
10312              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10313              Date: Mon, 25 Feb 2002 23:27:15 +0100
10314              Message-ID: <20020225232715.C744@rafael>
10315      Branch: perl
10316            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
10317 ____________________________________________________________________________
10318 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
10319         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
10320              From: Nicholas Clark <nick@unfortu.net>
10321              Date: Mon, 25 Feb 2002 21:53:24 +0000
10322              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
10323      Branch: perl
10324            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
10325            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
10326            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
10327 ____________________________________________________________________________
10328 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
10329         Log: Upgrade to I18N::LangTags 0.27.
10330              (Causes one flipflop back to perl.com URL, must poke Sean.)
10331      Branch: perl
10332            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
10333            ! lib/I18N/LangTags/List.pm
10334 ____________________________________________________________________________
10335 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
10336         Log: Upgrade to Getopt::Long 2.28.
10337      Branch: perl
10338            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10339            ! lib/Getopt/Long/README
10340 ____________________________________________________________________________
10341 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
10342         Log: No =head.
10343      Branch: perl
10344            ! pod/perlebcdic.pod
10345 ____________________________________________________________________________
10346 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
10347         Log: Update Changes.
10348      Branch: perl
10349            ! Changes patchlevel.h
10350 ____________________________________________________________________________
10351 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
10352         Log: metaconfig unit change for #14868.
10353      Branch: metaconfig
10354            ! U/modified/Chk_MANI.U
10355 ____________________________________________________________________________
10356 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
10357         Log: Some hosts understand split -l 50, some only split -50
10358              (from Paul Eggert).
10359      Branch: perl
10360            ! Configure
10361 ____________________________________________________________________________
10362 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
10363         Log: Subject: Re: [PATCH bleadperl] socketpair.t
10364              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10365              Date: Sun, 24 Feb 2002 10:31:25 +0100
10366              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
10367              
10368              (the pid half only)
10369      Branch: perl
10370            ! win32/win32.c
10371 ____________________________________________________________________________
10372 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
10373         Log: Mention the new pack tricks.
10374      Branch: perl
10375            ! pod/perldelta.pod
10376 ____________________________________________________________________________
10377 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
10378         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
10379              From: Richard.Foley@t-online.de (Richard Foley)
10380              Date: Mon, 25 Feb 2002 13:47:03 +0100
10381              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
10382      Branch: perl
10383            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
10384            ! pod/perldebug.pod pod/perldelta.pod
10385 ____________________________________________________________________________
10386 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
10387         Log: Typo corrections from John P. Linderman.
10388      Branch: perl
10389            ! ext/IPC/SysV/Semaphore.pm
10390 ____________________________________________________________________________
10391 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
10392         Log: Upgrade to Math::BigInt 1.52.
10393      Branch: perl
10394            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10395            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
10396            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10397            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
10398            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
10399 ____________________________________________________________________________
10400 [ 14862] By: ams                                   on 2002/02/25  10:39:40
10401         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
10402              From: Robin Barker <rmb1@cise.npl.co.uk>
10403              Date: Mon, 25 Feb 2002 11:35:06 GMT
10404              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
10405              
10406              Subject: [PATCH Net/Cmd.pm]
10407              From: Robin Barker <rmb1@cise.npl.co.uk>
10408              Date: Mon, 25 Feb 2002 11:37:06 GMT
10409              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
10410      Branch: perl
10411            ! lib/Cwd.pm lib/Net/Cmd.pm
10412 ____________________________________________________________________________
10413 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
10414         Log: Cut-and-paste errors.
10415      Branch: perl
10416            ! t/op/pat.t
10417 ____________________________________________________________________________
10418 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
10419         Log: EBCDIC: the control characters are not that easy to find.
10420      Branch: perl
10421            ! t/op/pat.t
10422 ____________________________________________________________________________
10423 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
10424         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
10425              From: John Peacock <jpeacock@rowman.com>
10426              Date: Sun, 24 Feb 2002 22:08:28 -0500
10427              Message-ID: <3C79AAAC.6060903@rowman.com>
10428      Branch: perl
10429            ! sv.c
10430 ____________________________________________________________________________
10431 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
10432         Log: SvSetSV() is not returnable, but that's okay since
10433              sv_copypv() returns void.
10434      Branch: perl
10435            ! sv.c
10436 ____________________________________________________________________________
10437 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
10438         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
10439              From: John Peacock <jpeacock@rowman.com>                 
10440              Date: Sun, 24 Feb 2002 16:40:07 -0500
10441              Message-ID: <3C795DB7.40105@rowman.com>               
10442      Branch: perl
10443            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
10444            ! pp_hot.c proto.h sv.c
10445 ____________________________________________________________________________
10446 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
10447         Log: Tiny code cleanup.
10448      Branch: perl
10449            ! regexec.c
10450 ____________________________________________________________________________
10451 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
10452         Log: Use to_uni_fold().
10453      Branch: perl
10454            ! regcomp.c
10455 ____________________________________________________________________________
10456 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
10457         Log: Document the new taint behaviour of exec LIST and
10458              system LIST.
10459      Branch: perl
10460            ! pod/perldelta.pod
10461 ____________________________________________________________________________
10462 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
10463         Log: Subject: [PATCH] Re: taint news
10464              From: Rick Delaney <rick.delaney@rogers.com>             
10465              Date: 24 Feb 2002 11:35:00 -0500
10466              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
10467      Branch: perl
10468            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
10469 ____________________________________________________________________________
10470 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
10471         Log: EBCDIC tweak (native instead of uni) and comment update.
10472      Branch: perl
10473            ! regexec.c
10474 ____________________________________________________________________________
10475 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
10476         Log: Using uninitialized (and wrong) variables is not good.
10477      Branch: perl
10478            ! regcomp.c
10479 ____________________________________________________________________________
10480 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
10481         Log: EBCDIC: this seems to calm the last of the
10482              Malformed UTF-8 warnings.
10483      Branch: perl
10484            ! regcomp.c utf8.c
10485 ____________________________________________________________________________
10486 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
10487         Log: EBCDIC: document using Encode for character conversions.
10488      Branch: perl
10489            ! pod/perlebcdic.pod
10490 ____________________________________________________________________________
10491 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
10492         Log: EBCDIC: disable also Unicode::Collate and
10493              Unicode::Normalize for now.  Real users of
10494              EBCDIC have to decide what they want.
10495      Branch: perl
10496            ! ext/Unicode/Normalize/Normalize.pm
10497            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10498            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
10499            ! lib/Unicode/Collate/t/test.t
10500 ____________________________________________________________________________
10501 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
10502         Log: AUTHORS updates.
10503      Branch: perl
10504            ! AUTHORS
10505 ____________________________________________________________________________
10506 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
10507         Log: Retract #14571: there may be a better solution than
10508              tweaking the test.
10509      Branch: perl
10510            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
10511 ____________________________________________________________________________
10512 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
10513         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
10514              From: "Craig A. Berry" <craigberry@mac.com> 
10515              Date: Sat, 23 Feb 2002 14:14:35 -0600
10516              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
10517      Branch: perl
10518            ! configure.com
10519 ____________________________________________________________________________
10520 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
10521         Log: metaconfig unit change for #14843.
10522      Branch: metaconfig/U/perl
10523            ! Extensions.U
10524 ____________________________________________________________________________
10525 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
10526         Log: Also Encode/JP needs to be listed explicitly.
10527              (Any other sub-Encode extensions?)
10528      Branch: perl
10529            ! Configure
10530 ____________________________________________________________________________
10531 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
10532         Log: Document known UNICOS/mk deficiency.
10533      Branch: perl
10534            ! pod/perldelta.pod
10535 ____________________________________________________________________________
10536 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
10537         Log: Subject: [PATCH] README mention version 5.0
10538              From: Autrijus Tang <autrijus@autrijus.org>
10539              Date: Sat, 23 Feb 2002 09:35:22 +0800
10540              Message-ID: <20020223013522.GA8694@not.autrijus.org>
10541      Branch: perl
10542            ! README
10543 ____________________________________________________________________________
10544 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
10545         Log: metaconfig unit change for #14839.
10546      Branch: metaconfig
10547            ! U/modified/Signal.U
10548 ____________________________________________________________________________
10549 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
10550         Log: Old hosts like NeXT Classic don't have sort -k,
10551              from Paul Eggert.
10552      Branch: perl
10553            ! Configure
10554 ____________________________________________________________________________
10555 [ 14838] By: ams                                   on 2002/02/22  21:14:29
10556         Log: Minor clarifications as suggested by Anton Tagunov.
10557      Branch: perl
10558            ! pod/perlsyn.pod
10559 ____________________________________________________________________________
10560 [ 14837] By: ams                                   on 2002/02/22  21:07:02
10561         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
10562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10563              Date: Fri, 22 Feb 2002 23:01:07 +0100
10564              Message-Id: <20020222230107.A15069@rafael>
10565      Branch: perl
10566            ! sv.c t/op/gv.t
10567 ____________________________________________________________________________
10568 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
10569         Log: metaconfig unit change for #14835.
10570      Branch: metaconfig
10571            ! U/modified/Chk_MANI.U
10572 ____________________________________________________________________________
10573 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
10574         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
10575      Branch: perl
10576            ! Configure
10577 ____________________________________________________________________________
10578 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
10579         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
10580              From: Michael G Schwern <schwern@pobox.com>
10581              Date: Fri, 22 Feb 2002 12:10:28 -0500
10582              Message-ID: <20020222171027.GB4181@blackrider>
10583      Branch: perl
10584            ! ext/Encode/compile
10585 ____________________________________________________________________________
10586 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
10587         Log: Update Changes.
10588      Branch: perl
10589            ! Changes patchlevel.h
10590 ____________________________________________________________________________
10591 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
10592         Log: Implement IV/UV/NV/long double pack/unpack with
10593              template letters j/J/F/D (the latter two have been
10594              undocumented aliases of f/d).
10595      Branch: perl
10596            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
10597 ____________________________________________________________________________
10598 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
10599         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
10600              From: Nicholas Clark <nick@unfortu.net>
10601              Date: Fri, 22 Feb 2002 14:01:25 +0000
10602              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
10603      Branch: perl
10604            ! ext/Encode/compile
10605 ____________________________________________________________________________
10606 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
10607         Log: NetWare change from Ananth Kesari.
10608      Branch: perl
10609            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
10610            ! MANIFEST
10611 ____________________________________________________________________________
10612 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
10613         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
10614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10615              Date: Fri, 22 Feb 2002 03:55:13 -0500
10616              Message-ID: <20020222035513.A894@math.ohio-state.edu>
10617      Branch: perl
10618            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
10619 ____________________________________________________________________________
10620 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
10621         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
10622      Branch: perl
10623            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
10624 ____________________________________________________________________________
10625 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
10626         Log: Make measure_struct a file static.
10627      Branch: perl
10628            ! pp_pack.c
10629 ____________________________________________________________________________
10630 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
10631         Log: EBCDIC: someone who knows what they are doing
10632              and whether it is possible at all in the first
10633              place needs to figure these tests out on EBCDIC.
10634              The CJK encodings heavily abuse their knowledge
10635              of ASCII and that may require a translation layer
10636              or four to survive UTF-EBCDIC.
10637      Branch: perl
10638            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
10639 ____________________________________________________________________________
10640 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
10641         Log: croak() needs context.
10642      Branch: perl
10643            ! pp_pack.c
10644 ____________________________________________________________________________
10645 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
10646         Log: Subject: [PATCH @14577] pack with a human face: the sequel
10647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10648              Date: Thu, 21 Feb 2002 21:33:37 -0500
10649              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
10650      Branch: perl
10651            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
10652            ! proto.h t/op/pack.t
10653 ____________________________________________________________________________
10654 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
10655         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
10656              From: Nicholas Clark <nick@unfortu.net> 
10657              Date: Fri, 22 Feb 2002 00:49:44 +0000
10658              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
10659      Branch: perl
10660            ! ext/Encode/compile
10661 ____________________________________________________________________________
10662 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
10663         Log: Test for #14795.
10664      Branch: perl
10665            ! t/op/pat.t
10666 ____________________________________________________________________________
10667 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
10668         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
10669      Branch: perl
10670            ! t/op/pat.t
10671 ____________________________________________________________________________
10672 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
10673         Log: Subject: [PATCH] next batch of bugfixes
10674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10675              Date: Thu, 21 Feb 2002 23:54:41 +0100
10676              Message-ID: <20020221235441.A17260@rafael>
10677      Branch: perl
10678            ! ext/B/B/Deparse.pm
10679 ____________________________________________________________________________
10680 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
10681         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
10682              From: chromatic <chromatic@rmci.net>
10683              Date: Thu, 21 Feb 2002 14:17:35 -0700
10684              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
10685      Branch: perl
10686            ! lib/File/stat.pm lib/File/stat.t
10687 ____________________________________________________________________________
10688 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
10689         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
10690      Branch: perl
10691            ! ext/re/re.xs
10692 ____________________________________________________________________________
10693 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
10694         Log: Upgrade to Math::BigInt 1.51.
10695      Branch: perl
10696            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
10697            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
10698            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
10699            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10700            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
10701            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
10702            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10703            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
10704            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
10705            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
10706            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
10707            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
10708 ____________________________________________________________________________
10709 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
10710         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
10711              From: "Gerrit P. Haase" <gp@familiehaase.de>
10712              Date: Thu, 21 Feb 2002 21:20:25 +0100
10713              Message-ID: <69510538936.20020221212025@familiehaase.de>
10714      Branch: perl
10715            ! Makefile.SH
10716 ____________________________________________________________________________
10717 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
10718         Log: Subject: [PATCH @14577] grouping in pack/unpack
10719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10720              Date: Thu, 21 Feb 2002 06:06:14 -0500
10721              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
10722      Branch: perl
10723            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
10724            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
10725 ____________________________________________________________________________
10726 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
10727         Log: Subject: [PATCH propose] question about fs.t
10728              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10729              Date: Thu, 21 Feb 2002 15:10:21 +0100
10730              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
10731      Branch: perl
10732            ! t/io/fs.t
10733 ____________________________________________________________________________
10734 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
10735         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
10736              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
10737              Date: Thu, 21 Feb 2002 09:54:28 +0100
10738              Message-ID: <13576559576.20020221095428@familiehaase.de>     
10739      Branch: perl
10740            ! Makefile.SH
10741 ____________________________________________________________________________
10742 [ 14812] By: ams                                   on 2002/02/21  14:59:09
10743         Log: Subject: typo correction
10744              From: mjd@plover.com
10745              Date: 21 Feb 2002 15:43:49 -0000
10746              Message-Id: <20020221154349.22772.qmail@plover.com>
10747      Branch: perl
10748            ! pod/perldebug.pod
10749 ____________________________________________________________________________
10750 [ 14811] By: ams                                   on 2002/02/21  14:02:12
10751         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
10752              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10753              Date: Thu, 21 Feb 2002 15:22:22 +0100
10754              Message-Id: <20020221152222.A15095@rafael>
10755      Branch: perl
10756            ! op.h toke.c
10757 ____________________________________________________________________________
10758 [ 14810] By: ams                                   on 2002/02/21  12:45:28
10759         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
10760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10761              Date: Thu, 21 Feb 2002 06:02:48 -0500
10762              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
10763      Branch: perl
10764            ! lib/ExtUtils/Mksymlists.pm makedef.pl
10765 ____________________________________________________________________________
10766 [ 14809] By: nick                                  on 2002/02/21  09:31:08
10767         Log: Integrate mainline
10768      Branch: perlio
10769           +> lib/Pod/t/Select.t
10770           !> (integrate 37 files)
10771 ____________________________________________________________________________
10772 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
10773         Log: metaconfig unit change for #14807.
10774      Branch: metaconfig
10775            ! U/modified/Signal.U
10776 ____________________________________________________________________________
10777 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
10778         Log: Revert #14805, didn't quite work.
10779      Branch: perl
10780            ! Configure config_h.SH
10781 ____________________________________________________________________________
10782 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
10783         Log: metaconfig changes for #14805.
10784      Branch: metaconfig
10785            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
10786 ____________________________________________________________________________
10787 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
10788         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
10789              From: Paul Eggert <eggert@twinsun.com>
10790              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
10791              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
10792      Branch: perl
10793            ! Configure config_h.SH
10794 ____________________________________________________________________________
10795 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
10796         Log: More advice.
10797      Branch: perl
10798            ! README.os390
10799 ____________________________________________________________________________
10800 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
10801         Log: Missing MANIFESTation.
10802      Branch: perl
10803            ! MANIFEST
10804 ____________________________________________________________________________
10805 [ 14802] By: ams                                   on 2002/02/20  22:55:25
10806         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
10807              From: Autrijus Tang <autrijus@autrijus.org>
10808              Date: Thu, 21 Feb 2002 07:13:12 +0800
10809              Message-Id: <20020220231312.GA775@not.autrijus.org>
10810      Branch: perl
10811            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
10812 ____________________________________________________________________________
10813 [ 14801] By: ams                                   on 2002/02/20  22:27:20
10814         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
10815              From: Abe Timmerman <abe@ztreet.demon.nl>
10816              Date: Thu, 21 Feb 2002 00:20:40 +0100
10817              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
10818      Branch: perl
10819            + lib/Pod/t/Select.t
10820 ____________________________________________________________________________
10821 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
10822         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
10823              twice, causing the loop to skip every other character.
10824      Branch: perl
10825            ! utf8.c
10826 ____________________________________________________________________________
10827 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
10828         Log: Better debugging info.
10829      Branch: perl
10830            ! t/uni/case.pl
10831 ____________________________________________________________________________
10832 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
10833         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
10834              From: Nicholas Clark <nick@unfortu.net>
10835              Date: Wed, 20 Feb 2002 22:13:05 +0000
10836              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
10837      Branch: perl
10838            ! ext/Encode/compile
10839 ____________________________________________________________________________
10840 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
10841         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
10842              From: Paul Eggert <eggert@twinsun.com>
10843              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
10844              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
10845      Branch: perl
10846            ! pod/perlhack.pod
10847 ____________________________________________________________________________
10848 [ 14796] By: nick                                  on 2002/02/20  18:15:00
10849         Log: Integrate mainline
10850      Branch: perlio
10851           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
10852           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
10853           +> lib/Locale/Country.pod lib/Locale/Currency.pod
10854           +> lib/Locale/Language.pod lib/Locale/Script.pm
10855           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
10856           +> t/uni/title.t t/uni/upper.t
10857           !> (integrate 41 files)
10858 ____________________________________________________________________________
10859 [ 14795] By: ams                                   on 2002/02/20  17:08:38
10860         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
10861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10862              Date: Wed, 20 Feb 2002 18:06:59 +0000
10863              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
10864      Branch: perl
10865            ! pp_ctl.c
10866 ____________________________________________________________________________
10867 [ 14794] By: ams                                   on 2002/02/20  16:41:56
10868         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
10869              From: Paul_GreenVOS@vos.stratus.com
10870              Date: Wed, 20 Feb 02 12:21 est
10871              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
10872      Branch: perl
10873            ! Makefile.SH
10874 ____________________________________________________________________________
10875 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
10876         Log: Forgot from #14790.
10877      Branch: perl
10878            ! pp_pack.c
10879 ____________________________________________________________________________
10880 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
10881         Log: Update Changes.
10882      Branch: perl
10883            ! Changes patchlevel.h
10884 ____________________________________________________________________________
10885 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
10886         Log: Integrate change #14778 from maintperl.
10887      Branch: perl
10888            ! t/lib/strict/subs
10889           !> op.c
10890 ____________________________________________________________________________
10891 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
10892         Log: Subject: Re: [ID 20020220.001] pack w with objects
10893              From: Ulrich Pfeifer <upf@de.uu.net>
10894              Date: 20 Feb 2002 11:21:15 +0100
10895              Message-ID: <p5g03wcv38.fsf@de.uu.net>
10896      Branch: perl
10897            ! t/op/pack.t
10898 ____________________________________________________________________________
10899 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
10900         Log: Subject: Re: [PATCH] go faster for Encode's compile
10901              From: Nicholas Clark <nick@unfortu.net> 
10902              Date: Tue, 19 Feb 2002 23:38:36 +0000
10903              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
10904      Branch: perl
10905            ! ext/Encode/compile
10906 ____________________________________________________________________________
10907 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
10908         Log: Regen Glossary.
10909      Branch: perl
10910            ! Porting/Glossary Porting/config.sh Porting/config_H
10911 ____________________________________________________________________________
10912 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
10913         Log: metaconfig unit change for #14786 (not visible yet,
10914              since Glossary needs regenerating)
10915      Branch: metaconfig
10916            ! U/compline/d_gconvert.U
10917 ____________________________________________________________________________
10918 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
10919         Log: Subject: d_Gconvert hints and Glossary
10920              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10921              Date: Tue, 19 Feb 2002 11:55:36 -0800
10922              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
10923      Branch: perl
10924            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
10925            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
10926            ! hints/svr5.sh
10927 ____________________________________________________________________________
10928 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
10929         Log: metaconfig unit changes for #14784.
10930      Branch: metaconfig
10931            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
10932 ____________________________________________________________________________
10933 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
10934         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
10935              From: Paul Eggert <eggert@twinsun.com>              
10936              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
10937              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
10938      Branch: perl
10939            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
10940            ! pod/perlhack.pod
10941 ____________________________________________________________________________
10942 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
10943         Log: metaconfig unit change for #14782.
10944      Branch: metaconfig/U/perl
10945            ! Mksymlinks.U
10946 ____________________________________________________________________________
10947 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
10948         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
10949              From: "Gerrit P. Haase" <gp@familiehaase.de>
10950              Date: Wed, 20 Feb 2002 00:23:29 +0100
10951              Message-ID: <70348722516.20020220002329@familiehaase.de>
10952      Branch: perl
10953            ! Configure
10954 ____________________________________________________________________________
10955 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
10956         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
10957              From: Nicholas Clark <nick@unfortu.net> 
10958              Date: Tue, 19 Feb 2002 19:27:42 +0000
10959              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
10960              
10961              (with modifications)
10962      Branch: perl
10963            ! pod/perlsub.pod
10964 ____________________________________________________________________________
10965 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
10966         Log: NetWare tweak from Ananth Kesari.
10967      Branch: perl
10968            ! lib/ExtUtils/MakeMaker.pm
10969 ____________________________________________________________________________
10970 [ 14779] By: ams                                   on 2002/02/20  06:51:55
10971         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
10972      Branch: perl
10973            ! pod/perlfaq4.pod
10974 ____________________________________________________________________________
10975 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
10976         Log: constant folding on the range operator had the effect of disabling
10977              peephole optimizations in all the siblings of the range OP; the
10978              effect of this was that barewords could escape strictures when
10979              they were hiding in such places
10980      Branch: maint-5.6/perl
10981            ! op.c t/pragma/strict-subs
10982 ____________________________________________________________________________
10983 [ 14777] By: ams                                   on 2002/02/20  00:56:21
10984         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
10985              From: Graham Barr <gbarr@pobox.com>
10986              Date: Tue, 19 Feb 2002 23:08:47 +0000
10987              Message-Id: <20020219230847.G66560@pobox.com>
10988      Branch: perl
10989            ! lib/Time/Local.pm
10990 ____________________________________________________________________________
10991 [ 14776] By: ams                                   on 2002/02/19  17:20:28
10992         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
10993              From: Nicholas Clark <nick@unfortu.net>
10994              Date: Tue, 19 Feb 2002 16:23:22 +0000
10995              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
10996      Branch: perl
10997            ! lib/Tie/Hash.pm
10998 ____________________________________________________________________________
10999 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
11000         Log: Regen doc, regen toc.
11001      Branch: perl
11002            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
11003 ____________________________________________________________________________
11004 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
11005         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
11006              From: Dave Mitchell <davem@fdgroup.co.uk>
11007              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
11008              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
11009      Branch: perl
11010            ! pod/perlsub.pod
11011 ____________________________________________________________________________
11012 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
11013         Log: Detypo.
11014      Branch: perl
11015            ! lib/Tie/Memoize.pm
11016 ____________________________________________________________________________
11017 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
11018         Log: UTF-8 C API doc tweaks.
11019      Branch: perl
11020            ! pod/perlunicode.pod
11021 ____________________________________________________________________________
11022 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
11023         Log: Mention that the case-switchers know about Unicode, too.
11024      Branch: perl
11025            ! pod/perlop.pod
11026 ____________________________________________________________________________
11027 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
11028         Log: Upgrade to Locale::Codes 2.01.
11029      Branch: perl
11030            + lib/Locale/Constants.pod lib/Locale/Country.pod
11031            + lib/Locale/Currency.pod lib/Locale/Language.pod
11032            + lib/Locale/Script.pod
11033            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11034            ! lib/Locale/Constants.pm lib/Locale/Country.pm
11035            ! lib/Locale/Currency.pm lib/Locale/Language.pm
11036            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
11037 ____________________________________________________________________________
11038 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
11039         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
11040              From: Dave Mitchell <davem@fdgroup.co.uk>
11041              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
11042              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
11043      Branch: perl
11044            ! pod/perlsub.pod
11045 ____________________________________________________________________________
11046 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
11047         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
11048              From: Sam Tregar <sam@tregar.com> 
11049              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
11050              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
11051      Branch: perl
11052            ! sv.h
11053 ____________________________________________________________________________
11054 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
11055         Log: The test requires perlio.
11056      Branch: perl
11057            ! ext/Encode/t/JP.t
11058 ____________________________________________________________________________
11059 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
11060         Log: Misplaced block end.
11061      Branch: perl
11062            ! utf8.c
11063 ____________________________________________________________________________
11064 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
11065         Log: The POSIX extensions are deadly.
11066      Branch: perl
11067            ! regcomp.c
11068 ____________________________________________________________________________
11069 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
11070         Log: Let's not overdo the growth.
11071      Branch: perl
11072            ! pp.c
11073 ____________________________________________________________________________
11074 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
11075         Log: Third time makes the charm.
11076      Branch: perl
11077            ! README.os390
11078 ____________________________________________________________________________
11079 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
11080         Log: Oops.
11081      Branch: perl
11082            ! utf8.c
11083 ____________________________________________________________________________
11084 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
11085         Log: Add back the new casing tests.
11086      Branch: perl
11087            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11088            ! MANIFEST
11089 ____________________________________________________________________________
11090 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
11091         Log: Prefer special case mappings.
11092      Branch: perl
11093            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11094            ! lib/unicore/To/Upper.pl lib/unicore/mktables
11095 ____________________________________________________________________________
11096 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
11097         Log: Try special casing first.
11098      Branch: perl
11099            ! utf8.c
11100 ____________________________________________________________________________
11101 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
11102         Log: Not extending enough.
11103      Branch: perl
11104            ! pp.c utf8.h
11105 ____________________________________________________________________________
11106 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
11107         Log: No need to store identity mappings.
11108      Branch: perl
11109            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
11110            ! lib/unicore/mktables
11111 ____________________________________________________________________________
11112 [ 14756] By: ams                                   on 2002/02/18  20:21:17
11113         Log: Forward port #14704 from maint-5.6.
11114      Branch: perl
11115            ! doio.c
11116 ____________________________________________________________________________
11117 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
11118         Log: Regen Changes.
11119      Branch: perl
11120            ! Changes
11121 ____________________________________________________________________________
11122 [ 14754] By: ams                                   on 2002/02/18  19:01:09
11123         Log: Subject: [PATCH] VMS cando_by_name and current process privs
11124              From: "Craig A. Berry" <craigberry@mac.com>
11125              Date: Mon, 18 Feb 2002 14:03:30 -0600
11126              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
11127      Branch: perl
11128            ! vms/vms.c
11129 ____________________________________________________________________________
11130 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
11131         Log: Update Changes.
11132      Branch: perl
11133            ! Changes patchlevel.h
11134 ____________________________________________________________________________
11135 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
11136         Log: What do you know; these tests unearthed nasty problems.
11137              Will resolve those first.
11138      Branch: perl
11139            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11140            ! MANIFEST
11141 ____________________________________________________________________________
11142 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
11143         Log: Update Changes.
11144      Branch: perl
11145            ! Changes patchlevel.h
11146 ____________________________________________________________________________
11147 [ 14750] By: ams                                   on 2002/02/18  17:36:05
11148         Log: Subject: Re: IO::Poll: Removing Handles
11149              From: Matthew Sachs <matthewg@zevils.com>
11150              Date: Mon, 18 Feb 2002 13:19:01 -0500
11151              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
11152      Branch: perl
11153            ! ext/IO/lib/IO/t/io_poll.t
11154 ____________________________________________________________________________
11155 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
11156         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
11157              From: "Craig A. Berry" <craigberry@mac.com>
11158              Date: Mon, 18 Feb 2002 11:52:21 -0600
11159              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
11160      Branch: perl
11161            ! t/op/alarm.t t/op/glob.t
11162 ____________________________________________________________________________
11163 [ 14748] By: ams                                   on 2002/02/18  15:53:36
11164         Log: s/load_module/Perl_load_module/
11165      Branch: perl
11166            ! gv.c
11167 ____________________________________________________________________________
11168 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
11169         Log: Unused in ASCII, used in EBCDIC.
11170      Branch: perl
11171            ! utf8.c
11172 ____________________________________________________________________________
11173 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
11174         Log: Upgrade to Locale::Codes 2.00.
11175      Branch: perl
11176            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11177            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
11178            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
11179            ! lib/Locale/Constants.pm lib/Locale/Country.pm
11180            ! lib/Locale/Currency.pm lib/Locale/Language.pm
11181 ____________________________________________________________________________
11182 [ 14745] By: ams                                   on 2002/02/18  15:20:44
11183         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
11184              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11185              Date: Sat, 16 Feb 2002 00:06:01 +0100
11186              Message-Id: <20020216000601.A17249@rafael>
11187      Branch: perl
11188            ! gv.c
11189 ____________________________________________________________________________
11190 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
11191         Log: More Unicode casing checks.
11192      Branch: perl
11193            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
11194            ! MANIFEST
11195 ____________________________________________________________________________
11196 [ 14743] By: ams                                   on 2002/02/18  14:35:38
11197         Log: Subject: IO::Poll: Removing Handles
11198              From: Matthew Sachs <matthewg@zevils.com>
11199              Date: Sun, 17 Feb 2002 04:49:46 -0500
11200              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
11201      Branch: perl
11202            ! ext/IO/lib/IO/Poll.pm
11203 ____________________________________________________________________________
11204 [ 14741] By: ams                                   on 2002/02/18  13:59:48
11205         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
11206              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11207              Date: Mon, 18 Feb 2002 15:41:26 +0100
11208              Message-Id: <20020218154126.A692@rafael>
11209      Branch: perl
11210            ! pp_ctl.c t/op/do.t
11211 ____________________________________________________________________________
11212 [ 14740] By: nick                                  on 2002/02/18  09:09:23
11213         Log: Integrate mainline
11214      Branch: perlio
11215           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
11216           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
11217           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
11218           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11219           +> ext/Encode/lib/Encode/JP/Constants.pm
11220           +> ext/Encode/lib/Encode/JP/H2Z.pm
11221           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11222           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
11223           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
11224           +> os2/OS2/Process/t/os2_process.t
11225           +> os2/OS2/Process/t/os2_process_kid.t
11226           +> os2/OS2/Process/t/os2_process_text.t
11227            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
11228            - ext/Encode/t/Japanese.t
11229           !> (integrate 47 files)
11230 ____________________________________________________________________________
11231 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
11232         Log: EBCDIC: now the worst seems to be over for
11233              the "Malformed" warnings.  Still a few of them,
11234              and plenty of test failures, but getting better.
11235      Branch: perl
11236            ! regcomp.c utf8.c
11237 ____________________________________________________________________________
11238 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
11239         Log: Upgrade to Net::Ping 2.12.
11240      Branch: perl
11241            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11242            ! lib/Net/Ping/t/110_icmp_inst.t
11243 ____________________________________________________________________________
11244 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
11245         Log: After much rewriting we are now pretty much
11246              back to where we started.
11247      Branch: perl
11248            ! utf8.c
11249 ____________________________________________________________________________
11250 [ 14736] By: ams                                   on 2002/02/18  01:23:00
11251         Log: Subject: [PATCH B::Deparse] two fixes
11252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11253              Date: Sun, 17 Feb 2002 23:58:59 +0100
11254              Message-Id: <20020217235859.A32513@rafael>
11255      Branch: perl
11256            ! ext/B/B/Deparse.pm
11257 ____________________________________________________________________________
11258 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
11259         Log: Buglet.
11260      Branch: perl
11261            ! ext/Encode/lib/Encode/JP/JIS.pm
11262 ____________________________________________________________________________
11263 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
11264         Log: Clearing up to_utf8_case() continues: this time use
11265              a single return, and EBCDICification for all paths.
11266      Branch: perl
11267            ! utf8.c
11268 ____________________________________________________________________________
11269 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
11270         Log: Small tweaks to get the test running (fix @INC and
11271              do not overwrite the table.utf8 and table.rnd).
11272      Branch: perl
11273            ! ext/Encode/t/JP.t
11274 ____________________________________________________________________________
11275 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
11276         Log: Tiny tweak.
11277      Branch: perl
11278            ! utf8.c
11279 ____________________________________________________________________________
11280 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
11281         Log: Redundant casts.
11282      Branch: perl
11283            ! utf8.c
11284 ____________________________________________________________________________
11285 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
11286         Log: More filename portability tips.
11287      Branch: perl
11288            ! pod/perlport.pod
11289 ____________________________________________________________________________
11290 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
11291         Log: FAQ sync.
11292      Branch: perl
11293            ! pod/perlfaq3.pod pod/perlfaq5.pod
11294 ____________________________________________________________________________
11295 [ 14728] By: ams                                   on 2002/02/17  16:15:09
11296         Log: Subject: podlators 1.21 released
11297              From: Russ Allbery <rra@stanford.edu>
11298              Date: Sat, 16 Feb 2002 21:42:56 -0800
11299              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
11300      Branch: perl
11301            ! lib/Pod/Text/Overstrike.pm
11302 ____________________________________________________________________________
11303 [ 14727] By: sky                                   on 2002/02/17  11:36:52
11304         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
11305              From: Autrijus Tang <autrijus@autrijus.org>
11306              Date: Sun, 17 Feb 2002 19:46:47 +0800
11307              Message-ID: <20020217194647.A1410@not.autrijus.org>
11308      Branch: perl
11309            ! pp_ctl.c t/op/tiehandle.t util.c
11310 ____________________________________________________________________________
11311 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
11312         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
11313              input in native code points, not Unicode.
11314      Branch: perl
11315            ! utf8.c
11316 ____________________________________________________________________________
11317 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
11318         Log: Regen Glossary.
11319      Branch: perl
11320            ! Porting/Glossary Porting/config.sh Porting/config_H
11321 ____________________________________________________________________________
11322 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
11323         Log: The #14715 and #14716 were okay: they just revealed
11324              a bug in the EXACTF matching.
11325      Branch: perl
11326            ! regexec.c utf8.c
11327 ____________________________________________________________________________
11328 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
11329         Log: Retreat, retreat! (retract #14715 and #14716)
11330      Branch: perl
11331            ! utf8.c
11332 ____________________________________________________________________________
11333 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
11334         Log: Encode 0.40, from Dan Kogai.
11335      Branch: perl
11336            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
11337            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
11338            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
11339            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
11340            + ext/Encode/lib/Encode/JP/Constants.pm
11341            + ext/Encode/lib/Encode/JP/H2Z.pm
11342            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11343            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
11344            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
11345            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
11346            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
11347            - ext/Encode/t/Japanese.t
11348            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
11349            ! ext/Encode/t/Encode.t
11350 ____________________________________________________________________________
11351 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
11352         Log: metaconfig unit change for #14720.
11353      Branch: perl
11354            ! Configure
11355 ____________________________________________________________________________
11356 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
11357         Log: Regenerate Configure (small tweaks on Yitzchak's,
11358              main difference being that the preference variables are
11359              called gconvert_...).
11360      Branch: metaconfig
11361            ! U/compline/d_gconvert.U
11362 ____________________________________________________________________________
11363 [ 14719] By: ams                                   on 2002/02/16  14:11:01
11364         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
11365              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11366              Date: Thu, 14 Feb 2002 22:27:33 -0800
11367              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
11368              (Applied by hand.)
11369      Branch: perl
11370            ! Configure
11371 ____________________________________________________________________________
11372 [ 14718] By: ams                                   on 2002/02/16  13:45:28
11373         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
11374              From: Philip Newton <Philip.Newton@gmx.net>
11375              Date: Sat, 16 Feb 2002 10:05:05 +0100
11376              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
11377              (Applied by hand.)
11378      Branch: perl
11379            ! pod/perlport.pod
11380 ____________________________________________________________________________
11381 [ 14717] By: ams                                   on 2002/02/16  04:30:23
11382         Log: Remove dubious test.
11383      Branch: perl
11384            ! t/io/open.t
11385 ____________________________________________________________________________
11386 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
11387         Log: Tiny tweak.
11388      Branch: perl
11389            ! utf8.c
11390 ____________________________________________________________________________
11391 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
11392         Log: Restructure to_utf8_case() for simpler execution paths.
11393      Branch: perl
11394            ! utf8.c
11395 ____________________________________________________________________________
11396 [ 14714] By: ams                                   on 2002/02/16  02:43:59
11397         Log: Absorb #14701 by Sarathy from maint-5.6.
11398      Branch: perl
11399            ! doio.c t/io/open.t
11400 ____________________________________________________________________________
11401 [ 14713] By: ams                                   on 2002/02/16  01:51:27
11402         Log: Subject: [PATCH] VOS patches for perl 5.8
11403              From: Paul_GreenVOS@vos.stratus.com
11404              Date: Fri, 15 Feb 02 17:41 est
11405              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
11406      Branch: perl
11407            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
11408            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11409            ! vos/install_perl.cm
11410 ____________________________________________________________________________
11411 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
11412         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
11413              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11414              Date: Fri, 15 Feb 2002 23:05:44 +0100
11415              Message-ID: <20020215230544.A690@rafael>
11416      Branch: perl
11417            ! ext/B/B/Deparse.pm
11418 ____________________________________________________________________________
11419 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
11420         Log: Add $VERSION.
11421      Branch: perl
11422            ! lib/Tie/Memoize.pm
11423 ____________________________________________________________________________
11424 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
11425         Log: Update Changes.
11426      Branch: perl
11427            ! Changes patchlevel.h
11428 ____________________________________________________________________________
11429 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
11430         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
11431              From: Robin Barker <rmb1@cise.npl.co.uk>
11432              Date: Thu, 14 Feb 2002 19:07:40 GMT
11433              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
11434              
11435              (the hints part only)
11436      Branch: perl
11437            ! hints/solaris_2.sh
11438 ____________________________________________________________________________
11439 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
11440         Log: metaconfig unit changes for #14707.
11441      Branch: metaconfig
11442            ! U/modified/cc.U
11443      Branch: metaconfig/U/perl
11444            ! Checkcc.U
11445 ____________________________________________________________________________
11446 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
11447         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
11448              From: Robin Barker <rmb1@cise.npl.co.uk>
11449              Date: Fri, 15 Feb 2002 12:14:39 GMT
11450              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
11451              
11452              Split checking-for-gcc and checking-for-cc.
11453      Branch: perl
11454            ! Configure
11455 ____________________________________________________________________________
11456 [ 14706] By: ams                                   on 2002/02/15  13:57:15
11457         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
11458              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
11459              Date: 15 Feb 2002 10:53:06 +0200
11460              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
11461      Branch: perl
11462            ! lib/Pod/Html.pm
11463 ____________________________________________________________________________
11464 [ 14705] By: ams                                   on 2002/02/15  08:42:55
11465         Log: Subject: [PATCH @14577] OS/2 tests and more
11466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11467              Date: Fri, 15 Feb 2002 03:56:24 -0500
11468              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
11469      Branch: perl
11470            + os2/OS2/Process/t/os2_process.t
11471            + os2/OS2/Process/t/os2_process_kid.t
11472            + os2/OS2/Process/t/os2_process_text.t
11473            ! MANIFEST configpm hints/os2.sh makedef.pl
11474            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
11475            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
11476            ! os2/os2ish.h
11477 ____________________________________________________________________________
11478 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
11479         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
11480              avoid wasteful PL_fdpid fiddling where that is not warranted;
11481              mostly whitespace fixes
11482              
11483              these were longstanding todo items from:
11484              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
11485      Branch: maint-5.6/perl
11486            ! doio.c
11487 ____________________________________________________________________________
11488 [ 14702] By: nick                                  on 2002/02/15  08:31:41
11489         Log: Integrate mainline
11490      Branch: perlio
11491           +> lib/if.pm lib/if.t
11492           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
11493           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11494           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11495           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11496           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11497           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
11498           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
11499           !> t/lib/warnings/pp_sys
11500 ____________________________________________________________________________
11501 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
11502         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
11503              (and also dies quickly on Windows); this bug crept in as
11504              change#610, a.k.a change#646
11505      Branch: maint-5.6/perl
11506            ! doio.c t/io/open.t
11507 ____________________________________________________________________________
11508 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
11509         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
11510              From: Ville "Skyttä" <ville.skytta@iki.fi>
11511              Date: Wed, 13 Feb 2002 22:29:39 +0200
11512              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
11513      Branch: perl
11514            ! lib/Pod/Html.pm
11515 ____________________________________________________________________________
11516 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
11517         Log: Document and test the C0 and C1.
11518      Branch: perl
11519            ! lib/charnames.pm lib/charnames.t
11520 ____________________________________________________________________________
11521 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
11522         Log: metaconfig unit change for #14697.
11523      Branch: metaconfig
11524            ! U/modified/Init.U
11525 ____________________________________________________________________________
11526 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
11527         Log: Also OS/2 seems to need exe set early.
11528      Branch: perl
11529            ! Configure
11530 ____________________________________________________________________________
11531 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
11532         Log: Document pack U0U.
11533      Branch: perl
11534            ! pod/perluniintro.pod
11535 ____________________________________________________________________________
11536 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
11537         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
11538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11539              Date: Thu, 14 Feb 2002 23:58:00 +0100
11540              Message-ID: <20020214235800.A12901@rafael>
11541      Branch: perl
11542            ! pp_sys.c t/lib/warnings/pp_sys
11543 ____________________________________________________________________________
11544 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
11545         Log: Subject: [PATCH @13746] conditional pragmas
11546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11547              Date: Mon, 31 Dec 2001 18:18:09 -0500
11548              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
11549      Branch: perl
11550            + lib/if.pm lib/if.t
11551            ! MANIFEST
11552 ____________________________________________________________________________
11553 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
11554         Log: Deparse bug introduced by #14615: the fix is just a workaround,
11555              I suspect there to be another deeper bug, must distill simpler
11556              test case.
11557      Branch: perl
11558            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
11559 ____________________________________________________________________________
11560 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
11561         Log: Integrate perlio; 
11562              
11563              Make dependencies more precise (for nmake)
11564      Branch: perl
11565           !> ext/Encode/EUC_JP/Makefile.PL
11566 ____________________________________________________________________________
11567 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
11568         Log: Just a guess.
11569      Branch: perl
11570            ! lib/Tie/Handle.pm
11571 ____________________________________________________________________________
11572 [ 14690] By: nick                                  on 2002/02/14  16:30:56
11573         Log: Integrate mainline
11574      Branch: perlio
11575           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
11576           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
11577           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
11578           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
11579           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
11580           !> utf8.c
11581 ____________________________________________________________________________
11582 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
11583         Log: Upgrade to Net::Ping 2.11.
11584      Branch: perl
11585            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
11586            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
11587            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
11588            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
11589 ____________________________________________________________________________
11590 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
11591         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
11592              From: Robin Barker <rmb1@cise.npl.co.uk>
11593              Date: Wed, 13 Feb 2002 17:37:07 GMT
11594              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
11595              
11596              (updated version of the above)
11597      Branch: perl
11598            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
11599 ____________________________________________________________________________
11600 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
11601         Log: Excise inexact blather.
11602      Branch: perl
11603            ! utf8.c
11604 ____________________________________________________________________________
11605 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
11606         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
11607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11608              Date: Mon, 31 Dec 2001 20:28:46 -0500
11609              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
11610      Branch: perl
11611            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
11612            ! MANIFEST
11613 ____________________________________________________________________________
11614 [ 14685] By: nick                                  on 2002/02/14  14:20:20
11615         Log: Make dependencies more precise (for nmake)
11616      Branch: perlio
11617            ! ext/Encode/EUC_JP/Makefile.PL
11618 ____________________________________________________________________________
11619 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
11620         Log: Subject: [PATCH @13746] tied hashes
11621              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
11622              Date: Mon, 31 Dec 2001 19:15:39 -0500
11623              Message-ID: <20011231191539.A46@math.ohio-state.edu>
11624      Branch: perl
11625            ! lib/Tie/Hash.pm pod/perltie.pod
11626 ____________________________________________________________________________
11627 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
11628         Log: Subject: Re: [PATCH] Configure followed by make minitest
11629              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11630              Date: Sun, 10 Feb 2002 23:22:05 -0800
11631              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
11632      Branch: perl
11633            ! Makefile.SH
11634 ____________________________________________________________________________
11635 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
11636         Log: Subject: Re: perl@14647
11637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11638              Date: Mon, 11 Feb 2002 19:30:36 +0100
11639              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
11640      Branch: perl
11641            ! t/op/groups.t
11642 ____________________________________________________________________________
11643 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
11644         Log: Update Changes.
11645      Branch: perl
11646            ! Changes patchlevel.h
11647 ____________________________________________________________________________
11648 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
11649         Log: Integrate perlio;
11650              
11651              Do not lc() the file names before doing dirname() or they don't match.
11652      Branch: perl
11653           !> lib/ExtUtils/t/Installed.t
11654 ____________________________________________________________________________
11655 [ 14679] By: sky                                   on 2002/02/13  12:56:13
11656         Log: rename mutex to make a bit more sense
11657      Branch: perl
11658            ! ext/threads/threads.xs
11659 ____________________________________________________________________________
11660 [ 14678] By: sky                                   on 2002/02/13  12:46:11
11661         Log: Track active threads....
11662      Branch: perl
11663            ! ext/threads/threads.pm ext/threads/threads.xs
11664 ____________________________________________________________________________
11665 [ 14677] By: nick                                  on 2002/02/13  09:30:42
11666         Log: Do not lc() the file names before doing dirname() or they don't match.
11667      Branch: perlio
11668            ! lib/ExtUtils/t/Installed.t
11669 ____________________________________________________________________________
11670 [ 14676] By: sky                                   on 2002/02/13  09:03:37
11671         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
11672              From: Michael G Schwern <schwern@pobox.com>
11673              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
11674              Message-Id: <20020213100017.GA6288@blackrider>
11675      Branch: perl
11676            ! lib/File/Spec/t/rel2abs2rel.t
11677 ____________________________________________________________________________
11678 [ 14675] By: sky                                   on 2002/02/13  09:00:24
11679         Log: Do not propagate END blocks to child threads, test.
11680      Branch: perl
11681            + ext/threads/t/end.t
11682            ! MANIFEST ext/threads/threads.xs
11683 ____________________________________________________________________________
11684 [ 14674] By: nick                                  on 2002/02/13  08:34:55
11685         Log: Integrate mainline
11686      Branch: perlio
11687           +> ext/threads/t/join.t
11688           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
11689           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
11690           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
11691 ____________________________________________________________________________
11692 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
11693         Log: metaconfig unit change for #14672.
11694      Branch: metaconfig
11695            ! U/modified/lns.U
11696 ____________________________________________________________________________
11697 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
11698         Log: $ln is supposed to be already set to $ln + executable suffix
11699              on platforms that need it, from Paul Green.
11700      Branch: perl
11701            ! Configure
11702 ____________________________________________________________________________
11703 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
11704         Log: Subject: New command syntax for 'x' command
11705              From: Mark-Jason Dominus <mjd@plover.com>
11706              Date: Tue, 12 Feb 2002 20:54:01 -0500
11707              Message-ID: <20020213015401.25685.qmail@plover.com>
11708      Branch: perl
11709            ! lib/perl5db.pl pod/perldebug.pod
11710 ____________________________________________________________________________
11711 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
11712         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
11713              From: Mark-Jason Dominus <mjd@plover.com>
11714              Date: Tue, 12 Feb 2002 20:20:42 -0500
11715              Message-ID: <20020213012042.25245.qmail@plover.com>
11716      Branch: perl
11717            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
11718 ____________________________________________________________________________
11719 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
11720         Log: Iteration continues.
11721      Branch: perl
11722            ! utf8.c
11723 ____________________________________________________________________________
11724 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
11725         Log: Duh.
11726      Branch: perl
11727            ! pp_pack.c t/op/length.t
11728 ____________________________________________________________________________
11729 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
11730         Log: Retract #14666.
11731      Branch: perl
11732            ! t/op/lc.t
11733 ____________________________________________________________________________
11734 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
11735         Log: (retracted by #14667)
11736      Branch: perl
11737            ! t/op/lc.t
11738 ____________________________________________________________________________
11739 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
11740         Log: Tiny test script tweaks.
11741      Branch: perl
11742            ! t/uni/fold.t
11743 ____________________________________________________________________________
11744 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
11745         Log: Rewrite the "special mapping" part of to_utf8_case(),
11746              this time with fewer bugs.  (See: The Law of Cybernetic
11747              Entymology.)
11748      Branch: perl
11749            ! utf8.c
11750 ____________________________________________________________________________
11751 [ 14663] By: sky                                   on 2002/02/12  18:26:16
11752         Log: Stop failures if you pass an object, sv_dup might not be the right 
11753              thing to use since I have a feeling we end up cloning far too much. 
11754              (Like the stash for example).... Maybe we need a lightweight sv_dup 
11755              that searches the target for things....
11756              Real fix is another option to perl_clone which controls if you should 
11757              save stashes.
11758      Branch: perl
11759            ! ext/threads/threads.xs
11760 ____________________________________________________________________________
11761 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
11762         Log: Retract #14661.
11763      Branch: perl
11764            ! hints/solaris_2.sh
11765 ____________________________________________________________________________
11766 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
11767         Log: (retracted by #14662)
11768      Branch: perl
11769            ! hints/solaris_2.sh
11770 ____________________________________________________________________________
11771 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
11772         Log: EBCDIC: another "can't happen".
11773      Branch: perl
11774            ! utf8.c
11775 ____________________________________________________________________________
11776 [ 14659] By: sky                                   on 2002/02/12  14:38:21
11777         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
11778      Branch: perl
11779            + ext/threads/t/join.t
11780            ! MANIFEST ext/threads/threads.xs
11781 ____________________________________________________________________________
11782 [ 14658] By: nick                                  on 2002/02/12  13:54:06
11783         Log: Integrate mainline
11784      Branch: perlio
11785           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
11786           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
11787           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
11788 ____________________________________________________________________________
11789 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
11790         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
11791              From: Jan Dubois <JanD@ActiveState.com> 
11792              Date: Tue, 12 Feb 2002 00:56:31 -0800
11793              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
11794      Branch: perl
11795            ! lib/Win32.pod win32/win32.c win32/win32.h
11796 ____________________________________________________________________________
11797 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
11798         Log: Subject: [PATCH] Re: 14654 introduced a bug 
11799              From: Michael G Schwern <schwern@pobox.com> 
11800              Date: Tue, 12 Feb 2002 05:37:36 -0500
11801              Message-ID: <20020212103736.GC14327@blackrider>
11802      Branch: perl
11803            ! lib/File/Spec/t/rel2abs2rel.t
11804 ____________________________________________________________________________
11805 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
11806         Log: More unset installman[13]dir tweaks from chromatic.
11807      Branch: perl
11808            ! lib/ExtUtils/Installed.pm
11809 ____________________________________________________________________________
11810 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
11811         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
11812              From: Michael G Schwern <schwern@pobox.com>
11813              Date: Mon, 11 Feb 2002 12:23:02 -0500
11814              Message-ID: <20020211172302.GD9556@blackrider>
11815      Branch: perl
11816            ! lib/File/Spec/t/rel2abs2rel.t
11817 ____________________________________________________________________________
11818 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
11819         Log: Use `` instead of -| to be a little bit more portable,
11820              from Michael Schwern.
11821      Branch: perl
11822            ! lib/ExtUtils/t/Embed.t
11823 ____________________________________________________________________________
11824 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
11825         Log: EBCDIC: this change for \N{} in particular is now
11826              unnecessary because of the recent more general
11827              pack U change.
11828      Branch: perl
11829            ! toke.c
11830 ____________________________________________________________________________
11831 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
11832         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
11833              From: "Craig A. Berry" <craigberry@mac.com>
11834              Date: Mon, 11 Feb 2002 17:13:47 -0600
11835              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
11836      Branch: perl
11837            ! t/test.pl
11838 ____________________________________________________________________________
11839 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
11840         Log: EBCDIC: pack U bytes change.
11841      Branch: perl
11842            ! t/op/length.t
11843 ____________________________________________________________________________
11844 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
11845         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
11846      Branch: perl
11847            ! t/op/each.t
11848 ____________________________________________________________________________
11849 [ 14648] By: nick                                  on 2002/02/11  16:14:50
11850         Log: Integrate mainline
11851      Branch: perlio
11852           !> Changes Configure Makefile.SH autodoc.pl
11853           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
11854           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
11855           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
11856 ____________________________________________________________________________
11857 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
11858         Log: Update Changes.
11859      Branch: perl
11860            ! Changes patchlevel.h
11861 ____________________________________________________________________________
11862 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
11863         Log: Regen toc.
11864      Branch: perl
11865            ! pod/perltoc.pod
11866 ____________________________________________________________________________
11867 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
11868         Log: Forgot from #14641.
11869      Branch: perl
11870            ! lib/ExtUtils/t/Embed.t
11871 ____________________________________________________________________________
11872 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
11873         Log: A forgotten metaconfig unit.
11874      Branch: metaconfig/U/perl
11875            + i_features.U
11876 ____________________________________________________________________________
11877 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
11878         Log: metaconfig unit changes for #14642.
11879      Branch: metaconfig
11880            + U/modified/lns.U
11881      Branch: metaconfig/U/perl
11882            ! issymlink.U
11883 ____________________________________________________________________________
11884 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
11885         Log: -Dmksymlinks was broken by #14628.
11886      Branch: perl
11887            ! Configure
11888 ____________________________________________________________________________
11889 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
11890         Log: Subject: [PATCH @14577] OS/2 build
11891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11892              Date: Mon, 11 Feb 2002 06:56:41 -0500
11893              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
11894              
11895              (sans the Configure, perlio.sym, and t/op/stat.t parts)
11896      Branch: perl
11897            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
11898            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
11899            ! os2/os2ish.h
11900 ____________________________________________________________________________
11901 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
11902         Log: Integrate perlio;
11903              
11904              Re-structure Japanese encodings - part 1
11905              
11906              Split Japanese encodings - part 2
11907              - build separate .c files with separate 'compile' steps
11908              - overall Japanese.xs / Japanese.pm which loads them
11909              
11910              Add test for Japanese encoding (well euc-jp anyway).
11911              Fix one bug shown by above
11912              Skip test which does not pass yet.
11913              
11914              Patch up the failing multi-byte write case, and un-skip
11915              the test.
11916      Branch: perl
11917           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
11918           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
11919            - ext/Encode/EUC_JP/EUC_JP.pm
11920           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
11921 ____________________________________________________________________________
11922 [ 14639] By: nick                                  on 2002/02/11  11:59:18
11923         Log: Patch up the failing multi-byte write case, and un-skip
11924              the test.
11925      Branch: perlio
11926            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
11927 ____________________________________________________________________________
11928 [ 14638] By: nick                                  on 2002/02/11  10:55:39
11929         Log: Add test for Japanese encoding (well euc-jp anyway).
11930              Fix one bug shown by above
11931              Skip test which does not pass yet.
11932      Branch: perlio
11933            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
11934            + ext/Encode/t/table.ref
11935            ! MANIFEST ext/Encode/Encode.xs
11936 ____________________________________________________________________________
11937 [ 14637] By: nick                                  on 2002/02/11  09:07:04
11938         Log: Split Japanese encodings - part 2
11939              - build separate .c files with separate 'compile' steps
11940              - overall Japanese.xs / Japanese.pm which loads them
11941      Branch: perlio
11942            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
11943 ____________________________________________________________________________
11944 [ 14636] By: nick                                  on 2002/02/11  08:15:42
11945         Log: Re-structure Japanese encodings - part 1
11946      Branch: perlio
11947           +> ext/Encode/EUC_JP/Japanese.pm
11948            - ext/Encode/EUC_JP/EUC_JP.pm
11949            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
11950 ____________________________________________________________________________
11951 [ 14635] By: nick                                  on 2002/02/11  08:05:12
11952         Log: Integrate mainline
11953      Branch: perlio
11954           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
11955           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
11956           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
11957 ____________________________________________________________________________
11958 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
11959         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
11960              From: Mike Guy <mjtg@cam.ac.uk>
11961              Date: Mon, 11 Feb 2002 02:50:42 +0000
11962              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
11963      Branch: perl
11964            ! t/op/arith.t
11965 ____________________________________________________________________________
11966 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
11967         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
11968              Stepping backward in the string would be majorly bad.
11969      Branch: perl
11970            ! regcomp.c
11971 ____________________________________________________________________________
11972 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
11973         Log: The debugger part of
11974              
11975              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
11976              From: Michael G Schwern <schwern@pobox.com> 
11977              Date: Wed, 6 Feb 2002 17:32:12 -0500
11978              Message-ID: <20020206223212.GG1346@blackrider>
11979      Branch: perl
11980            ! lib/perl5db.pl
11981 ____________________________________________________________________________
11982 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
11983         Log: Integrate perlio;
11984              
11985              Borland/Win32 tuning
11986              
11987              Move PerlIO_perlio to layer_syms where it belongs?
11988      Branch: perl
11989           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
11990 ____________________________________________________________________________
11991 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
11992         Log: EBCDIC: the low 256 needs to be shuffled also
11993              in pack/unpack U (this breaks the equivalence
11994              of pack U and v-strings, but I think if someone
11995              has to give, v-strings are a good victim)
11996      Branch: perl
11997            ! pp_pack.c t/op/pack.t
11998 ____________________________________________________________________________
11999 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
12000         Log: metaconfig unit changes for #14628.
12001      Branch: metaconfig/U/perl
12002            ! d_u32align.U issymlink.U
12003 ____________________________________________________________________________
12004 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
12005         Log: Two Configure tweaks; the u32align test was trying
12006              to write into a string literal, the ln -s test was
12007              failing in VOS.
12008      Branch: perl
12009            ! Configure
12010 ____________________________________________________________________________
12011 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
12012         Log: DJGPP tweaks from Laszlo Molnar.
12013      Branch: perl
12014            ! djgpp/djgpp.c lib/File/Spec.pm
12015 ____________________________________________________________________________
12016 [ 14626] By: nick                                  on 2002/02/10  18:36:47
12017         Log: Move PerlIO_perlio to layer_syms where it belongs?
12018      Branch: perlio
12019            ! makedef.pl
12020 ____________________________________________________________________________
12021 [ 14625] By: nick                                  on 2002/02/10  18:02:21
12022         Log: Borland/Win32 tuning
12023      Branch: perlio
12024            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
12025 ____________________________________________________________________________
12026 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
12027         Log: Additional explanation for the [:...:] failure.
12028      Branch: perl
12029            ! pod/perldiag.pod
12030 ____________________________________________________________________________
12031 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
12032         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
12033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12034              Date: Sun, 10 Feb 2002 13:32:48 +0100
12035              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
12036      Branch: perl
12037            ! makedef.pl
12038 ____________________________________________________________________________
12039 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
12040         Log: Test tweaks from chromatic for cases where there
12041              are no installman1dir or installman3dir.
12042      Branch: perl
12043            ! lib/ExtUtils/t/Installed.t
12044 ____________________________________________________________________________
12045 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
12046         Log: Integrate perlio;
12047              
12048              Nick Clark's tweaks to Encode compile process
12049              1. Use decimal constants to unit string arrays rather than
12050              very long string litterals (latter having possible "\0"
12051              on end issues, and needing ANSI C line splicing).
12052              2. Replace tail-recursion during insert process with itteration.
12053              Nick C sees 12% speedup from these.
12054      Branch: perl
12055           !> ext/Encode/Encode.pm ext/Encode/compile
12056 ____________________________________________________________________________
12057 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
12058         Log: Portability notes: filename characters, character sets.
12059      Branch: perl
12060            ! pod/perlport.pod
12061 ____________________________________________________________________________
12062 [ 14619] By: nick                                  on 2002/02/10  11:06:05
12063         Log: Integrate mainline
12064      Branch: perlio
12065            ! ext/Encode/Encode.pm
12066           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
12067           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
12068           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
12069           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
12070           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
12071 ____________________________________________________________________________
12072 [ 14618] By: nick                                  on 2002/02/10  10:48:15
12073         Log: Nick Clark's tweaks to Encode compile process
12074              1. Use decimal constants to unit string arrays rather than
12075              very long string litterals (latter having possible "\0"
12076              on end issues, and needing ANSI C line splicing).
12077              2. Replace tail-recursion during insert process with itteration.
12078              Nick C sees 12% speedup from these.
12079      Branch: perlio
12080            ! ext/Encode/compile
12081 ____________________________________________________________________________
12082 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
12083         Log: Use the "Unicode 1.0" name field for control characters,
12084              as suggested by Mark Davis.  Note that Unicode 3.2 will
12085              require some more legwork on this because of certain
12086              alternative names.
12087      Branch: perl
12088            ! lib/unicore/Name.pl lib/unicore/mktables
12089 ____________________________________________________________________________
12090 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
12091         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
12092      Branch: perl
12093            ! hints/os390.sh
12094 ____________________________________________________________________________
12095 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
12096         Log: EBCDIC: the non-printable characters are different.
12097      Branch: perl
12098            ! ext/B/B/Deparse.pm
12099 ____________________________________________________________________________
12100 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
12101         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
12102              From: Nicholas Clark <nick@unfortu.net> 
12103              Date: Sat, 9 Feb 2002 22:31:29 +0000
12104              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
12105      Branch: perl
12106            ! t/lib/warnings/pp_hot
12107 ____________________________________________________________________________
12108 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
12109         Log: Subject: [PATCH] Re: Modulus operator inconsistency
12110              From: Nicholas Clark <nick@unfortu.net>
12111              Date: Sat, 9 Feb 2002 21:00:13 +0000
12112              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
12113      Branch: perl
12114            ! op.c t/op/arith.t
12115 ____________________________________________________________________________
12116 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
12117         Log: Use the same escaping mechanism for all the *flags.
12118      Branch: perl
12119            ! lib/ExtUtils/Embed.pm
12120 ____________________________________________________________________________
12121 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
12122         Log: Protect possible parentheses in ccflags, ccdlflags, and
12123              ldflags.  (In OS/390 there are parentheses in ccflags.)
12124      Branch: perl
12125            ! lib/ExtUtils/Embed.pm
12126 ____________________________________________________________________________
12127 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
12128         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
12129              From: Peter Scott <Peter@PSDT.com>
12130              Date: Fri, 08 Feb 2002 19:20:19 -0800
12131              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
12132      Branch: perl
12133            ! lib/perl5db.pl
12134 ____________________________________________________________________________
12135 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
12136         Log: FAQ sync.
12137      Branch: perl
12138            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
12139 ____________________________________________________________________________
12140 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
12141         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
12142              From: Chris Nandor <pudge@pobox.com>
12143              Date: Fri, 08 Feb 2002 16:31:41 -0500
12144              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
12145      Branch: perl
12146            ! cop.h deb.c pp_ctl.c toke.c util.c
12147 ____________________________________________________________________________
12148 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
12149         Log: Redo CopFILE / MacPerl_MPWFIleName patch
12150      Branch: maint-5.6/macperl
12151            ! cop.h deb.c pp_ctl.c toke.c util.c
12152 ____________________________________________________________________________
12153 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
12154         Log: The metaconfig unit change to go with #14605.
12155      Branch: metaconfig/U/perl
12156            ! libperl.U
12157 ____________________________________________________________________________
12158 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
12159         Log: The Configure change to go with #14604.
12160      Branch: perl
12161            ! Configure
12162 ____________________________________________________________________________
12163 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
12164         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
12165              From: Andy Dougherty <doughera@lafayette.edu>
12166              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
12167              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
12168      Branch: perl
12169            ! hints/bsdos.sh
12170 ____________________________________________________________________________
12171 [ 14603] By: nick                                  on 2002/02/08  18:16:09
12172         Log: Integrate mainline
12173      Branch: perlio
12174           +> ext/threads/t/libc.t
12175           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
12176           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
12177 ____________________________________________________________________________
12178 [ 14602] By: sky                                   on 2002/02/08  15:19:15
12179         Log: Start testing for safe localtime functions, TODO, test more functions.
12180      Branch: perl
12181            + ext/threads/t/libc.t
12182            ! MANIFEST
12183 ____________________________________________________________________________
12184 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
12185         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
12186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12187              Date: Fri, 8 Feb 2002 00:21:07 +0100
12188              Message-ID: <20020208002107.E763@rafael>
12189      Branch: perl
12190            ! doio.c pp_sys.c t/io/argv.t
12191 ____________________________________________________________________________
12192 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
12193         Log: Subject: [PATCH] Configure followed by make minitest
12194              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12195              Date: Wed, 06 Feb 2002 21:35:20 -0800
12196              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
12197      Branch: perl
12198            ! t/op/taint.t t/run/fresh_perl.t
12199 ____________________________________________________________________________
12200 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
12201         Log: Integrate perlio;
12202              
12203              Extract something from yesterdays effort - convert my mail on pad
12204              data structures (incoporating Sarathy's corrections/clarifications)
12205              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
12206      Branch: perl
12207           !> cv.h pod/perlapi.pod pod/perlintern.pod
12208 ____________________________________________________________________________
12209 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
12210         Log: metaconfig unit changes for #14597.
12211      Branch: metaconfig
12212            ! U/modified/Loc.U
12213      Branch: metaconfig/U/perl
12214            ! libperl.U
12215 ____________________________________________________________________________
12216 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
12217         Log: Configure DJGPP tweak from Laszlo Molnar.
12218      Branch: perl
12219            ! Configure
12220 ____________________________________________________________________________
12221 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
12222         Log: DJGPP tweaks from Laszlo Molnar.
12223      Branch: perl
12224            ! djgpp/djgppsed.sh perl.c
12225 ____________________________________________________________________________
12226 [ 14595] By: nick                                  on 2002/02/08  09:19:29
12227         Log: Extract something from yesterdays effort - convert my mail on pad
12228              data structures (incoporating Sarathy's corrections/clarifications)
12229              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
12230      Branch: perlio
12231            ! cv.h pod/perlapi.pod pod/perlintern.pod
12232 ____________________________________________________________________________
12233 [ 14594] By: nick                                  on 2002/02/08  08:34:49
12234         Log: Integrate mainline
12235      Branch: perlio
12236           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
12237           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
12238           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
12239           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
12240           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
12241           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
12242 ____________________________________________________________________________
12243 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
12244         Log: To really skip the test an exit() is needed.
12245      Branch: perl
12246            ! lib/encoding.t
12247 ____________________________________________________________________________
12248 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
12249         Log: More diagnostics from Nicholas Clark.
12250      Branch: perl
12251            ! lib/Benchmark.t
12252 ____________________________________________________________________________
12253 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
12254         Log: In case of failure be more verbose.
12255      Branch: perl
12256            ! t/base/num.t
12257 ____________________________________________________________________________
12258 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
12259         Log: Update Changes
12260      Branch: maint-5.6/macperl
12261            ! macos/Changes
12262 ____________________________________________________________________________
12263 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
12264         Log: Merge AEGizmos library into PPC binary
12265      Branch: maint-5.6/macperl
12266            ! macos/Makefile.mk
12267 ____________________________________________________________________________
12268 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
12269         Log: Add -ansifor for MrCpp options
12270      Branch: maint-5.6/macperl
12271            ! macos/BuildRules.mk
12272 ____________________________________________________________________________
12273 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
12274         Log: Check ownership of CatInfos (MacPerl Bug #494482)
12275      Branch: maint-5.6/macperl
12276            ! macos/ext/Mac/Files/Files.xs
12277 ____________________________________________________________________________
12278 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
12279         Log: Resource updates
12280      Branch: maint-5.6/macperl
12281            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12282 ____________________________________________________________________________
12283 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
12284         Log: Empty path is ENOENT (MacPerl Bug #512351)
12285      Branch: maint-5.6/macperl
12286            ! macos/macperl/MPAppleEvents.c
12287 ____________________________________________________________________________
12288 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
12289         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
12290      Branch: maint-5.6/macperl
12291            ! macos/macperl/MPAEVTStream.cp
12292 ____________________________________________________________________________
12293 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
12294         Log: macify(ABSTRACT_FROM)
12295      Branch: maint-5.6/macperl
12296            ! macos/lib/ExtUtils/MM_MacOS.pm
12297 ____________________________________________________________________________
12298 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
12299         Log: Use correct Mac filenames in error messages, caller()
12300      Branch: maint-5.6/macperl
12301            ! deb.c pp_ctl.c toke.c util.c
12302 ____________________________________________________________________________
12303 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
12304         Log: Sanity checks to see that the IV/NV and the PV of numeric
12305              scalars stay in sync (unearthed this via the OS/390 gcvt()
12306              brokenness)
12307      Branch: perl
12308            + t/base/num.t
12309            ! MANIFEST
12310 ____________________________________________________________________________
12311 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
12312         Log: Retract the anon leak subpatch of #14418 and #14431
12313              (the latter came into bleadperl as part of #14433).
12314      Branch: perl
12315            ! op.c t/run/fresh_perl.t
12316 ____________________________________________________________________________
12317 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
12318         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
12319              mangles 0.1 to "10".  sprintf() seems more well-behaved.
12320      Branch: perl
12321            ! hints/os390.sh
12322 ____________________________________________________________________________
12323 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
12324         Log: Subject: [PATCH @14557] another Encode fix for VMS
12325              From: "Craig A. Berry" <craigberry@mac.com>
12326              Date: Wed, 06 Feb 2002 14:44:20 -0600
12327              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
12328      Branch: perl
12329            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
12330 ____________________________________________________________________________
12331 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
12332         Log: Integrate perlio;
12333              
12334              One way to avoid OS390 winge about #line directives.
12335      Branch: perl
12336           !> ext/Encode/EUC_JP/Makefile.PL
12337 ____________________________________________________________________________
12338 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
12339         Log: Update Changes.
12340      Branch: perl
12341            ! Changes patchlevel.h
12342 ____________________________________________________________________________
12343 [ 14575] By: nick                                  on 2002/02/06  15:23:24
12344         Log: One way to avoid OS390 winge about #line directives.
12345      Branch: perlio
12346            ! ext/Encode/EUC_JP/Makefile.PL
12347 ____________________________________________________________________________
12348 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
12349         Log: s/Netware/NetWare/
12350      Branch: perl
12351            ! MANIFEST
12352 ____________________________________________________________________________
12353 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
12354         Log: New Netware scripts.
12355      Branch: perl
12356            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
12357            + NetWare/t/NWScripts-Exist.pl
12358            ! MANIFEST
12359 ____________________________________________________________________________
12360 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
12361         Log: EBCDIC: the encoding pragma would need some rethinking,
12362              probably a pass of EBCDIC->Unicode mapping.  For now,
12363              disable it on EBCDIC.
12364      Branch: perl
12365            ! lib/encoding.pm lib/encoding.t
12366 ____________________________________________________________________________
12367 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
12368         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
12369              for the low 256.  Now tweaked the tests, but maybe it's
12370              the module that needs few NATIVE_TO_UNI()s somewhere?
12371      Branch: perl
12372            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
12373 ____________________________________________________________________________
12374 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
12375         Log: Subject: [PATCH utf8.c] format problem
12376              From: Robin Barker <rmb1@cise.npl.co.uk>
12377              Date: Wed, 6 Feb 2002 14:01:43 GMT
12378              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
12379      Branch: perl
12380            ! utf8.c
12381 ____________________________________________________________________________
12382 [ 14569] By: nick                                  on 2002/02/06  09:52:23
12383         Log: Integrate mainline
12384      Branch: perlio
12385           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
12386           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
12387           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
12388           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
12389           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
12390           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
12391 ____________________________________________________________________________
12392 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
12393         Log: EBCDIC: 0x41 is not cricket.
12394      Branch: perl
12395            ! ext/Encode/t/Encode.t
12396 ____________________________________________________________________________
12397 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
12398         Log: NetWare update from Ananth Kesari.
12399      Branch: perl
12400            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
12401            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
12402            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
12403            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
12404            ! NetWare/t/NWScripts.pl makedef.pl
12405 ____________________________________________________________________________
12406 [ 14566] By: sky                                   on 2002/02/05  18:39:13
12407         Log: Subject: Re: File::Spec::rel2abs2rel (?)
12408              From: Michael G Schwern <schwern@pobox.com>
12409              Date: Tue, 5 Feb 2002 13:47:39 -0500
12410              Message-ID: <20020205184739.GB17375@blackrider>
12411      Branch: perl
12412            ! lib/File/Spec/t/rel2abs2rel.t
12413 ____________________________________________________________________________
12414 [ 14565] By: nick                                  on 2002/02/05  17:31:24
12415         Log: Integrate mainline
12416      Branch: perlio
12417           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
12418           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
12419           !> utf8.h
12420 ____________________________________________________________________________
12421 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
12422         Log: Integrate perlio;
12423              
12424              More Encode tweaks:
12425              - make expensive and marginal substring search optional (-O)
12426              - enable -O for ASCII-oid encodings (search space is small)
12427              - add ASCII-oid jis0201 to basic Encode.so
12428              - add some other Japanese encodings to EUC_JP bundle (without -O)
12429      Branch: perl
12430           +> ext/Encode/Encode/jis0201.ucm
12431           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
12432           !> ext/Encode/compile
12433 ____________________________________________________________________________
12434 [ 14563] By: nick                                  on 2002/02/05  16:01:15
12435         Log: More Encode tweaks:
12436              - make expensive and marginal substring search optional (-O)
12437              - enable -O for ASCII-oid encodings (search space is small)
12438              - add ASCII-oid jis0201 to basic Encode.so
12439              - add some other Japanese encodings to EUC_JP bundle (without -O)
12440      Branch: perlio
12441            + ext/Encode/Encode/jis0201.ucm
12442            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
12443            ! ext/Encode/compile
12444 ____________________________________________________________________________
12445 [ 14562] By: sky                                   on 2002/02/05  14:50:36
12446         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
12447      Branch: perl
12448            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
12449 ____________________________________________________________________________
12450 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
12451         Log: EBCDIC: SHARP S is different.
12452      Branch: perl
12453            ! regexec.c utf8.h
12454 ____________________________________________________________________________
12455 [ 14560] By: sky                                   on 2002/02/05  13:49:40
12456         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
12457      Branch: perl
12458            ! t/op/filetest.t
12459 ____________________________________________________________________________
12460 [ 14559] By: sky                                   on 2002/02/05  11:39:24
12461         Log: Add . first to the PATH environment to test that we really
12462              get ./perl and not some other older perl.
12463      Branch: perl
12464            ! lib/File/Spec/t/rel2abs2rel.t
12465 ____________________________________________________________________________
12466 [ 14558] By: sky                                   on 2002/02/05  11:20:21
12467         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
12468      Branch: perl
12469            ! ext/POSIX/t/posix.t
12470 ____________________________________________________________________________
12471 [ 14557] By: sky                                   on 2002/02/05  10:30:58
12472         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
12473      Branch: perl
12474            ! hints/darwin.sh perl.h
12475 ____________________________________________________________________________
12476 [ 14556] By: nick                                  on 2002/02/05  06:58:52
12477         Log: Integrate mainline
12478      Branch: perlio
12479           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
12480           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
12481           !> lib/File/Find/t/taint.t
12482 ____________________________________________________________________________
12483 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
12484         Log: Integrate change #14439 from maintperl
12485      Branch: maint-5.6/macperl
12486           !> op.c
12487 ____________________________________________________________________________
12488 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
12489         Log: Subject: [PATCH] File::Find tests not cleaning up properly
12490              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12491              Date: Mon, 4 Feb 2002 22:09:07 +0100
12492              Message-ID: <20020204220907.A8288@rafael>
12493      Branch: perl
12494            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
12495 ____________________________________________________________________________
12496 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
12497         Log: Signedness mumblings from Tru64.
12498      Branch: perl
12499            ! ext/Encode/Encode.xs
12500 ____________________________________________________________________________
12501 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
12502         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
12503              From: "Craig A. Berry" <craigberry@mac.com>
12504              Date: Mon, 04 Feb 2002 17:16:00 -0600
12505              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
12506      Branch: perl
12507            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
12508            ! ext/Encode/Encode.xs
12509 ____________________________________________________________________________
12510 [ 14551] By: nick                                  on 2002/02/04  16:00:31
12511         Log: Integrate mainline
12512      Branch: perlio
12513           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
12514           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
12515           !> regcomp.c
12516 ____________________________________________________________________________
12517 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
12518         Log: Update Changes.
12519      Branch: perl
12520            ! Changes patchlevel.h
12521 ____________________________________________________________________________
12522 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
12523         Log: Comment microtweaks.
12524      Branch: perl
12525            ! lib/locale.t
12526 ____________________________________________________________________________
12527 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
12528         Log: Subject: trivial docu patch
12529              From: andreas.koenig@anima.de (Andreas J. Koenig)
12530              Date: 04 Feb 2002 08:15:19 +0100
12531              Message-ID: <m3pu3l7m60.fsf@anima.de>
12532      Branch: perl
12533            ! pod/perluniintro.pod
12534 ____________________________________________________________________________
12535 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
12536         Log: Subject: [PATCH] (??{ }) anomaly
12537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12538              Date: Sun, 03 Feb 2002 20:21:45 -0800
12539              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
12540      Branch: perl
12541            ! regcomp.c
12542 ____________________________________________________________________________
12543 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
12544         Log: Integrate perlio.
12545              
12546              Carry on where we left off if we have to grow destination
12547              SV during XS encode/decode
12548              
12549              Remove debugging warning, be consistent about API fails.
12550      Branch: perl
12551           !> ext/Encode/Encode.xs
12552 ____________________________________________________________________________
12553 [ 14545] By: nick                                  on 2002/02/03  20:03:38
12554         Log: Remove debugging warning, be consistent about API fails.
12555      Branch: perlio
12556            ! ext/Encode/Encode.xs
12557 ____________________________________________________________________________
12558 [ 14544] By: nick                                  on 2002/02/03  19:47:48
12559         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
12560      Branch: perlio
12561            ! ext/Encode/Encode.xs
12562 ____________________________________________________________________________
12563 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
12564         Log: Subject: PATCH CPAN.pm
12565              From: Mark-Jason Dominus <mjd@plover.com>
12566              Date: Sun, 03 Feb 2002 12:36:36 -0500
12567              Message-ID: <20020203173636.27451.qmail@plover.com>
12568      Branch: perl
12569            ! lib/CPAN.pm
12570 ____________________________________________________________________________
12571 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
12572         Log: Must search further back.
12573      Branch: perl
12574            ! lib/h2xs.t
12575 ____________________________________________________________________________
12576 [ 14541] By: nick                                  on 2002/02/03  18:52:09
12577         Log: Integrate mainline
12578      Branch: perlio
12579           !> (integrate 29 files)
12580 ____________________________________________________________________________
12581 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
12582         Log: EBCDIC: more natification.
12583      Branch: perl
12584            ! regcomp.c
12585 ____________________________________________________________________________
12586 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
12587         Log: Debug noise.
12588      Branch: perl
12589            ! ext/Encode/Encode.xs
12590 ____________________________________________________________________________
12591 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
12592         Log: Integrate perlio;
12593              
12594              Stable intermediate point in Encode cleanup.
12595              :encode(euc-jp) works on Dan's table.euc
12596              Much buffer copying and other silliness remains.
12597      Branch: perl
12598           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
12599           !> ext/Encode/lib/Encode/Encoding.pm
12600 ____________________________________________________________________________
12601 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
12602         Log: Prettify.
12603      Branch: perl
12604            ! lib/unicore/mktables
12605 ____________________________________________________________________________
12606 [ 14536] By: nick                                  on 2002/02/03  17:32:03
12607         Log: Stable intermediate point in Encode cleanup.
12608              :encode(euc-jp) works on Dan's table.euc
12609              Much buffer copying and other silliness remains.
12610      Branch: perlio
12611            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
12612            ! ext/Encode/lib/Encode/Encoding.pm
12613 ____________________________________________________________________________
12614 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
12615         Log: EBCDIC: it's much nicer to compare Unicode code points
12616              to Unicode code points.
12617      Branch: perl
12618            ! regexec.c
12619 ____________________________________________________________________________
12620 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
12621         Log: EBCDIC: character classes must remap the low 256.
12622      Branch: perl
12623            ! regcomp.c
12624 ____________________________________________________________________________
12625 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
12626         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
12627      Branch: perl
12628            ! lib/I18N/LangTags/List.pm
12629 ____________________________________________________________________________
12630 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
12631         Log: FAQ sync.
12632      Branch: perl
12633            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
12634            ! pod/perlfaq6.pod pod/perlfaq7.pod
12635 ____________________________________________________________________________
12636 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
12637         Log: Integrate perlio;
12638              
12639              Re-indent Encode.xs
12640              
12641              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
12642              (Mis-feature discovered by Encode.)
12643      Branch: perl
12644           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
12645 ____________________________________________________________________________
12646 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
12647         Log: Subject: [PATCH] lstat FH and -l FH warnings
12648              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12649              Date: Sat, 2 Feb 2002 22:24:54 +0100           
12650              Message-ID: <20020202222454.A11608@rafael>       
12651      Branch: perl
12652            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
12653            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
12654 ____________________________________________________________________________
12655 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
12656         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
12657              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12658              Date: Sat, 2 Feb 2002 13:11:01 +0100           
12659              Message-ID: <20020202131101.A722@rafael>               
12660              
12661              Subject: [PATCH t/op/ver.t] another false positive
12662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12663              Date: Sat, 2 Feb 2002 13:38:22 +0100           
12664              Message-ID: <20020202133822.E722@rafael>         
12665              
12666              Subject: [PATCH] t/test.pl:ok() doesn't work
12667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
12668              Date: Sun, 03 Feb 2002 00:02:38 -0800          
12669              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
12670      Branch: perl
12671            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
12672            ! t/test.pl
12673 ____________________________________________________________________________
12674 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
12675         Log: Subject: [PATCH @13746] OS2::Process's constants
12676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12677              Date: Sat, 2 Feb 2002 01:00:55 -0500           
12678              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
12679      Branch: perl
12680            ! os2/OS2/Process/Makefile.PL
12681 ____________________________________________________________________________
12682 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
12683         Log: Subject: [PATCH @13746] h2xs   
12684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12685              Date: Sat, 2 Feb 2002 00:58:44 -0500           
12686              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
12687      Branch: perl
12688            ! utils/h2xs.PL
12689 ____________________________________________________________________________
12690 [ 14526] By: nick                                  on 2002/02/03  14:54:18
12691         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
12692              (Mis-feature discovered by Encode.)
12693      Branch: perlio
12694            ! sv.c
12695 ____________________________________________________________________________
12696 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
12697         Log: EBCDIC: since #14519 made \N{...} to remap,
12698              the test cannot expect an ASCII code point.
12699      Branch: perl
12700            ! lib/charnames.t
12701 ____________________________________________________________________________
12702 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
12703         Log: Sub-MANIFEST-tweak.
12704      Branch: perl
12705            ! ext/Encode/MANIFEST
12706 ____________________________________________________________________________
12707 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
12708         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
12709              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12710              Date: Fri, 01 Feb 2002 23:51:03 +0900
12711              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
12712      Branch: perl
12713            ! ext/Encode/lib/Encode/Tcl/Escape.pm
12714 ____________________________________________________________________________
12715 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
12716         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
12717              From: Andy Dougherty <doughera@lafayette.edu>
12718              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
12719              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
12720      Branch: perl
12721            ! README.solaris hints/solaris_2.sh
12722 ____________________________________________________________________________
12723 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
12724         Log: EBCDIC: no hope to get the low 256 right in unifolding.
12725      Branch: perl
12726            ! t/uni/fold.t
12727 ____________________________________________________________________________
12728 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
12729         Log: todo entry for missing pack formats.
12730      Branch: perl
12731            ! pod/perltodo.pod
12732 ____________________________________________________________________________
12733 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
12734         Log: EBCDIC: the low 256 \N{...} need to be remapped.
12735      Branch: perl
12736            ! toke.c
12737 ____________________________________________________________________________
12738 [ 14518] By: nick                                  on 2002/02/01  18:32:03
12739         Log: indent -kr -nce and some manual tweaks to match perl style.
12740      Branch: perlio
12741            ! ext/Encode/Encode.xs
12742 ____________________________________________________________________________
12743 [ 14517] By: nick                                  on 2002/02/01  18:20:46
12744         Log: Integrate mainline
12745      Branch: perlio
12746           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
12747           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
12748           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
12749           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
12750           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
12751           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
12752           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
12753 ____________________________________________________________________________
12754 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
12755         Log: Integrate perlio; 
12756              
12757              Minor Encode tweaks:
12758              - move Encode.pm back to top of Encode like normal XS extension
12759              - avoid .def as a file extension (Win32 builds)
12760      Branch: perl
12761            ! MANIFEST
12762           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
12763           !> ext/Encode/Makefile.PL ext/Encode/compile
12764 ____________________________________________________________________________
12765 [ 14515] By: nick                                  on 2002/02/01  16:27:59
12766         Log: Minor Encode tweaks:
12767              - move Encode.pm back to top of Encode like normal XS extension
12768              - avoid .def as a file extension (Win32 builds)
12769      Branch: perlio
12770           +> ext/Encode/Encode.pm
12771            - ext/Encode/lib/Encode.pm
12772            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
12773            ! ext/Encode/Makefile.PL ext/Encode/compile
12774 ____________________________________________________________________________
12775 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
12776         Log: Subject: [PATCH utf8.t] temp file not cleaned up
12777              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12778              Date: Fri, 1 Feb 2002 15:47:46 +0100
12779              Message-ID: <20020201154746.A24079@rafael>
12780      Branch: perl
12781            ! t/io/utf8.t
12782 ____________________________________________________________________________
12783 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
12784         Log: Subject: [PATCH] make "lstat FH" croak
12785              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12786              Date: Fri, 1 Feb 2002 15:12:50 +0100
12787              Message-ID: <20020201151250.A738@rafael>
12788      Branch: perl
12789            ! pod/perldiag.pod pp_sys.c t/op/stat.t
12790 ____________________________________________________________________________
12791 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
12792         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
12793              From: Kay Röpke <kroepke@dolphin-services.de>
12794              Date: Fri, 1 Feb 2002 01:10:43 +0100
12795              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
12796      Branch: perl
12797            ! t/op/stat.t
12798 ____________________________________________________________________________
12799 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
12800         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
12801              I got it in Tru64 + ithreads but only without -g, took
12802              some debugging by printf (which was no fun either since
12803              adding some debug printfs hid the error)
12804      Branch: perl
12805            ! regexec.c utf8.c
12806 ____________________________________________________________________________
12807 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
12808         Log: Subject: Re: [PATCH] perl -V:
12809              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
12810              Date: Thu, 31 Jan 2002 12:10:20 -0800
12811              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
12812              
12813              Subject: Re: [PATCH] perl -V:
12814              From: Michael G Schwern <schwern@pobox.com>
12815              Date: Thu, 31 Jan 2002 16:43:13 -0500
12816              Message-ID: <20020131214313.GH6498@blackrider>
12817      Branch: perl
12818            ! t/run/switches.t
12819 ____________________________________________________________________________
12820 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
12821         Log: #14505 effect.
12822      Branch: perl
12823            ! pod/perluniintro.pod
12824 ____________________________________________________________________________
12825 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
12826         Log: Daniel S. Lewart adopts the Math::Complex.
12827      Branch: perl
12828            ! lib/Math/Complex.pm
12829 ____________________________________________________________________________
12830 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
12831         Log: More Complex DWIMmery.
12832      Branch: perl
12833            ! lib/Math/Complex.pm lib/Math/Complex.t
12834 ____________________________________________________________________________
12835 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
12836         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
12837              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12838              Date: Thu, 31 Jan 2002 14:37:52 +0100
12839              Message-ID: <20020131143752.A1452@rafael>
12840      Branch: perl
12841            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
12842 ____________________________________________________________________________
12843 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
12844         Log: Turn the I/O Unicode error by default on, but the
12845              character-generating Unicode error by default off,
12846              as Larry suggested.
12847      Branch: perl
12848            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
12849            ! utf8.c
12850 ____________________________________________________________________________
12851 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
12852         Log: Subject: [PATCH] open.pm minor cleanup
12853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12854              Date: Thu, 31 Jan 2002 15:03:02 +0100
12855              Message-ID: <20020131150302.C1452@rafael>
12856      Branch: perl
12857            ! lib/open.pm
12858 ____________________________________________________________________________
12859 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
12860         Log: Update Changes.
12861      Branch: perl
12862            ! Changes patchlevel.h
12863 ____________________________________________________________________________
12864 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
12865         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
12866              From: Robin Barker <rmb1@cise.npl.co.uk>
12867              Date: Wed, 30 Jan 2002 11:58:33 GMT
12868              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
12869      Branch: perl
12870            ! lib/CPAN.pm
12871 ____________________________________________________________________________
12872 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
12873         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
12874              re-sort MANIFEST.
12875      Branch: perl
12876            + ext/Encode/Encode.pm
12877            - ext/Encode/lib/Encode.pm
12878            ! MANIFEST ext/Encode/Makefile.PL
12879 ____________________________________________________________________________
12880 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
12881         Log: Integrate perlio;
12882              
12883              Collect some stats during compile process.
12884              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
12885              as one XS - inconclusive - marginal win?
12886              Add some comments to encode.h
12887      Branch: perl
12888           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
12889           !> ext/Encode/encode.h
12890 ____________________________________________________________________________
12891 [ 14499] By: nick                                  on 2002/01/30  09:57:47
12892         Log: Collect some stats during compile process.
12893              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
12894              as one XS - inconclusive - marginal win?
12895              Add some comments to encode.h
12896      Branch: perlio
12897            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
12898            ! ext/Encode/encode.h
12899 ____________________________________________________________________________
12900 [ 14498] By: nick                                  on 2002/01/30  07:27:55
12901         Log: Integrate Jarkko's path/INC tweaks
12902      Branch: perlio
12903           !> ext/Encode/compile
12904 ____________________________________________________________________________
12905 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
12906         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
12907              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12908              Date: Tue, 29 Jan 2002 01:13:09 -0800
12909              Message-ID: <lemV8gzkgu/K092yn@efn.org>
12910      Branch: perl
12911            ! configpm
12912 ____________________________________________________________________________
12913 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
12914         Log: Subject: [PATCH t/op/inccode.t] new test
12915              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12916              Date: Tue, 29 Jan 2002 22:03:45 +0100
12917              Message-ID: <20020129220345.A704@rafael>
12918      Branch: perl
12919            ! t/op/inccode.t
12920 ____________________________________________________________________________
12921 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
12922         Log: EBCDIC: t/op/lc.t now passes.
12923      Branch: perl
12924            ! t/op/lc.t
12925 ____________________________________________________________________________
12926 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
12927         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
12928      Branch: perl
12929            ! utf8.c
12930 ____________________________________________________________________________
12931 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
12932         Log: Must find stuff during build.
12933      Branch: perl
12934            ! ext/Encode/compile
12935 ____________________________________________________________________________
12936 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
12937         Log: Integrate with perlio;
12938              
12939              Basics of a compiled Encode XS extension
12940      Branch: perl
12941           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
12942           +> ext/Encode/Encode/euc-jp.ucm
12943           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
12944           !> ext/Encode/encode.h
12945 ____________________________________________________________________________
12946 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
12947         Log: EBCDIC tweaks-- no new test passes, but getting closer.
12948      Branch: perl
12949            ! utf8.c
12950 ____________________________________________________________________________
12951 [ 14490] By: nick                                  on 2002/01/29  21:20:57
12952         Log: Basics of a compiled Encode XS extension
12953      Branch: perlio
12954            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
12955            + ext/Encode/Encode/euc-jp.ucm
12956            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
12957            ! ext/Encode/encode.h
12958 ____________________________________________________________________________
12959 [ 14489] By: nick                                  on 2002/01/29  18:40:54
12960         Log: Integrate mainline
12961      Branch: perlio
12962           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
12963           +> ext/Encode/lib/Encode/Encoding.pm
12964           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
12965           +> ext/Encode/lib/Encode/Tcl/Escape.pm
12966           +> ext/Encode/lib/Encode/Tcl/Extended.pm
12967           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
12968           +> ext/Encode/lib/Encode/Tcl/Table.pm
12969           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
12970           +> ext/Encode/lib/Encode/iso10646_1.pm
12971           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12972           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
12973           +> ext/Encode/t/Tcl.t
12974            - ext/Encode.t ext/Encode/Encode.pm
12975            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
12976            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
12977           !> (integrate 33 files)
12978 ____________________________________________________________________________
12979 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
12980         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
12981              From: Richard Clamp <richardc@unixbeard.net>
12982              Date: Mon, 28 Jan 2002 02:17:55 +0000
12983              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
12984      Branch: perl
12985            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
12986 ____________________________________________________________________________
12987 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
12988         Log: OS/390 seems to do length 0 udp reads, Nicholas says
12989              skippage is for now the best cause of action.
12990      Branch: perl
12991            ! ext/Socket/socketpair.t
12992 ____________________________________________________________________________
12993 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
12994         Log: Encode cleanup from Dan Kogai; reworked even further.
12995      Branch: perl
12996            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
12997            + ext/Encode/lib/Encode/Encoding.pm
12998            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
12999            + ext/Encode/lib/Encode/Tcl/Escape.pm
13000            + ext/Encode/lib/Encode/Tcl/Extended.pm
13001            + ext/Encode/lib/Encode/Tcl/HanZi.pm
13002            + ext/Encode/lib/Encode/Tcl/Table.pm
13003            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
13004            + ext/Encode/lib/Encode/iso10646_1.pm
13005            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13006            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
13007            + ext/Encode/t/Tcl.t
13008            - ext/Encode.t ext/Encode/Encode.pm
13009            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
13010            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
13011            ! MANIFEST ext/Encode/Encode/8859-1.ucm
13012            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
13013            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13014            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13015            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13016            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13017            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13018            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13019            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13020            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
13021            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
13022            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
13023            ! ext/Encode/compile
13024 ____________________________________________________________________________
13025 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
13026         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
13027      Branch: perl
13028            ! djgpp/djgpp.c perlio.c
13029 ____________________________________________________________________________
13030 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
13031         Log: Prettier printing from Michael Schwern.
13032      Branch: perl
13033            ! t/test.pl
13034 ____________________________________________________________________________
13035 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
13036         Log: Show also the debug and debugcolor as known pragmas.
13037      Branch: perl
13038            ! ext/re/re.pm
13039 ____________________________________________________________________________
13040 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
13041         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
13042              From: "Craig A. Berry" <craigberry@mac.com>
13043              Date: Mon, 28 Jan 2002 16:30:30 -0600
13044              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
13045      Branch: perl
13046            ! ext/B/t/assembler.t
13047 ____________________________________________________________________________
13048 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
13049         Log: metaconfig unit change for #14480.
13050      Branch: metaconfig
13051            ! U/modified/Init.U
13052 ____________________________________________________________________________
13053 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
13054         Log: DJGPP needs to know its exe soon, too.
13055      Branch: perl
13056            ! Configure
13057 ____________________________________________________________________________
13058 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
13059         Log: Round #2 on EBCDICation.
13060      Branch: perl
13061            ! t/op/append.t
13062 ____________________________________________________________________________
13063 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
13064         Log: Integrate perlio;
13065              
13066              Set makefile.mk CCHOME etc. for default locations of MinGW and free
13067              Borland compilers. (Borland builds one or two oddities.)
13068      Branch: perl
13069           !> win32/config.bc win32/makefile.mk
13070 ____________________________________________________________________________
13071 [ 14477] By: nick                                  on 2002/01/28  20:12:31
13072         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
13073              Borland compilers. (Borland builds one or two oddities.)
13074      Branch: perlio
13075            ! win32/config.bc win32/makefile.mk
13076 ____________________________________________________________________________
13077 [ 14476] By: nick                                  on 2002/01/28  18:43:47
13078         Log: Integrate mainline
13079      Branch: perlio
13080           !> Configure hints/hpux.sh
13081 ____________________________________________________________________________
13082 [ 14475] By: nick                                  on 2002/01/28  17:15:12
13083         Log: Integrate mainline
13084      Branch: perlio
13085           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
13086           !> patchlevel.h pp_sys.c t/lib/warnings/perl
13087 ____________________________________________________________________________
13088 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
13089         Log: metaconfig unit change for #14472.
13090      Branch: metaconfig/U/perl
13091            ! d_u32align.U
13092 ____________________________________________________________________________
13093 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
13094         Log: Misunderstood Merijn's patch.
13095      Branch: perl
13096            ! hints/hpux.sh
13097 ____________________________________________________________________________
13098 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
13099         Log: Misapplied Merijn's patch.
13100      Branch: perl
13101            ! Configure
13102 ____________________________________________________________________________
13103 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
13104         Log: Update Changes.
13105      Branch: perl
13106            ! Changes patchlevel.h
13107 ____________________________________________________________________________
13108 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
13109         Log: BeOS has sockets but not true ones.
13110      Branch: perl
13111            ! pp_sys.c
13112 ____________________________________________________________________________
13113 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
13114         Log: metaconfig unit change for #14467.
13115      Branch: metaconfig/U/perl
13116            ! d_u32align.U
13117 ____________________________________________________________________________
13118 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
13119         Log: For some strange reason under the smoke harness the alignment
13120              test hangs in HP-UX 10.20.  So hint it to avoid the test.
13121      Branch: perl
13122            ! hints/hpux.sh
13123 ____________________________________________________________________________
13124 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
13125         Log: Allow d_u32align to be hinted.
13126      Branch: perl
13127            ! Configure
13128 ____________________________________________________________________________
13129 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
13130         Log: The shift key is important.
13131      Branch: perl
13132            ! ext/B/B.xs
13133 ____________________________________________________________________________
13134 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
13135         Log: The "used only once" warnings (from gv_check) come
13136              in pseudorandom hash order-- in EBCDIC the order
13137              is different.  Add a new option that allow the warnings
13138              to come in any order (Paul Marquess).
13139      Branch: perl
13140            ! lib/warnings.t t/lib/warnings/perl
13141 ____________________________________________________________________________
13142 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
13143         Log: Integrate perlio; the 0nothread test failure without threads.
13144      Branch: perl
13145           !> ext/threads/shared/t/0nothread.t
13146 ____________________________________________________________________________
13147 [ 14463] By: nick                                  on 2002/01/28  08:22:36
13148         Log: Integrate mainline
13149      Branch: perlio
13150           !> (integrate 37 files)
13151 ____________________________________________________________________________
13152 [ 14462] By: nick                                  on 2002/01/28  08:09:53
13153         Log: 1st attempt at skipping broke threads case.
13154      Branch: perlio
13155            ! ext/threads/shared/t/0nothread.t
13156 ____________________________________________________________________________
13157 [ 14461] By: nick                                  on 2002/01/28  07:25:58
13158         Log: Skip new threads::shared test unless -Duseithreads
13159      Branch: perlio
13160            ! ext/threads/shared/t/0nothread.t
13161 ____________________________________________________________________________
13162 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
13163         Log: FAQ sync.
13164      Branch: perl
13165            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13166            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13167            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13168            ! pod/perlfaq9.pod
13169 ____________________________________________________________________________
13170 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
13171         Log: Upgrade to podlators 1.20.
13172      Branch: perl
13173            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
13174 ____________________________________________________________________________
13175 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
13176         Log: Retract #14448, a better patch coming up.
13177      Branch: perl
13178            ! lib/Pod/t/basic.t
13179 ____________________________________________________________________________
13180 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
13181         Log: EBCDIC portability.
13182      Branch: perl
13183            ! t/op/append.t
13184 ____________________________________________________________________________
13185 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
13186         Log: Further cygwin installperl tweak from Gerrit P. Haase.
13187      Branch: perl
13188            ! installperl
13189 ____________________________________________________________________________
13190 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
13191         Log: A bug in Bulgarian EBCDIC locale (this sounds like
13192              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
13193              locales failed, too.  The patch works around the bug by
13194              skipping the test, but the real problem may be deeper
13195              (affecting probably only EBCDIC platforms, though):
13196              see the comment in locale.t for more details.
13197      Branch: perl
13198            ! lib/locale.t
13199 ____________________________________________________________________________
13200 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
13201         Log: metaconfig unit change for #14453.
13202      Branch: metaconfig/U/perl
13203            ! libperl.U
13204 ____________________________________________________________________________
13205 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
13206         Log: Subject: Bleadperl on Cygwin today
13207              From: "Gerrit P. Haase" <gp@familiehaase.de>              
13208              Date: Sun, 27 Jan 2002 22:30:41 +0100
13209              Message-ID: <462007239437.20020127223041@familiehaase.de>
13210      Branch: perl
13211            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
13212            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
13213            ! lib/ExtUtils/t/MM_Cygwin.t
13214 ____________________________________________________________________________
13215 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
13216         Log: Unfinished EBCDIC branch.
13217      Branch: perl
13218            ! t/op/ver.t
13219 ____________________________________________________________________________
13220 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
13221         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
13222      Branch: perl
13223            ! ext/B/B.xs ext/B/B/Deparse.pm
13224 ____________________________________________________________________________
13225 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
13226         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
13227              platforms.
13228      Branch: perl
13229            ! ext/B/t/stash.t
13230 ____________________________________________________________________________
13231 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
13232         Log: Apparently no need for EBCDIC exception any more.
13233      Branch: perl
13234            ! ext/B/t/showlex.t
13235 ____________________________________________________________________________
13236 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
13237         Log: (retracted by #14458)
13238              (Russ Allbery) OS/390 is using a high-bit character for ESC,
13239              skip the test for now.  A better fix would be to override
13240              the notion of the platform's escape sequence in the test
13241              of Pod::Text::Termcap.  We may have to apply a filter to
13242              the output to substitute back in the ESC character that
13243              the test expects, but only on OS/390.
13244      Branch: perl
13245            ! lib/Pod/t/basic.t
13246 ____________________________________________________________________________
13247 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
13248         Log: Detypo.
13249      Branch: perl
13250            ! ext/Devel/Peek/Peek.t
13251 ____________________________________________________________________________
13252 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
13253         Log: OS/390 USS has a different idea of the pw* functions.
13254              Also, test the name with eq, not with ==.
13255      Branch: perl
13256            ! lib/User/pwent.t
13257 ____________________________________________________________________________
13258 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
13259         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
13260      Branch: perl
13261            ! doio.c
13262 ____________________________________________________________________________
13263 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
13264         Log: ASCIIisms.
13265      Branch: perl
13266            ! ext/PerlIO/t/encoding.t
13267 ____________________________________________________________________________
13268 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
13269         Log: chr(42) ne '*'  if one is in EBCDIC.
13270      Branch: perl
13271            ! t/op/pack.t
13272 ____________________________________________________________________________
13273 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
13274         Log: Subject: [PATCH] Fix up recent op/stat.t failures
13275              From: Andy Dougherty <doughera@lafayette.edu>
13276              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
13277              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
13278      Branch: perl
13279            ! t/op/stat.t
13280 ____________________________________________________________________________
13281 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
13282         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
13283              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13284              Date: Sun, 27 Jan 2002 15:03:18 +0100
13285              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
13286      Branch: perl
13287            ! lib/ExtUtils/t/Command.t
13288 ____________________________________________________________________________
13289 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
13290         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
13291              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13292              Date: Sun, 27 Jan 2002 14:51:10 +0100
13293              Message-ID: <20020127145110.A16332@rafael>
13294      Branch: perl
13295            ! ext/B/B/Deparse.pm
13296 ____________________________________________________________________________
13297 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
13298         Log: integrate change#14431 from perlio branch (Nick's fix for
13299              change#13474 to be more defensive about looking at pad entries
13300              that may not exist yet)
13301      Branch: maint-5.6/perl
13302            ! op.c
13303 ____________________________________________________________________________
13304 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
13305         Log: Comment to avoid later "cleanups."
13306      Branch: perl
13307            ! lib/ExtUtils/MakeMaker.pm
13308 ____________________________________________________________________________
13309 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
13310         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
13311              instead of just FOO=... cmd ...
13312      Branch: perl
13313            ! Makefile.SH
13314 ____________________________________________________________________________
13315 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
13316         Log: Overquoting bad (in UNIX one would get
13317              Can't open perl script "'-I../lib'": No such file or directory)
13318      Branch: perl
13319            ! lib/Pod/t/Usage.t
13320 ____________________________________________________________________________
13321 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
13322         Log: Integrate perlio;
13323              
13324              "All tests successful" VC6.0 Win32
13325              (Update config.vc to need cppstdin so those tests are skipped...)
13326      Branch: perl
13327           !> win32/config.vc win32/config_H.bc win32/config_H.gc
13328           !> win32/config_H.vc
13329 ____________________________________________________________________________
13330 [ 14434] By: nick                                  on 2002/01/26  22:27:08
13331         Log: "All tests successful" VC6.0 Win32
13332              (Update config.vc to need cppstdin so those tests are skipped...)
13333      Branch: perlio
13334            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13335            ! win32/config_H.vc
13336 ____________________________________________________________________________
13337 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
13338         Log: Integrate perlio;
13339              
13340              1st two tests of File/Find/t/find.t and taint.t were run after 
13341              calling cleanup(). If previous fail had left for_find directory,
13342              but no content in it then cleanup() returned cd'ed to that directory.
13343              So tests failed. Fixed cleanup()-s.
13344              
13345              If we get to sighandler by mistake (no perl handler set) then
13346              warn() and exit() rather than die() - should never happen
13347              but if it does context needed to die is likely to be trashed
13348              as well.
13349              
13350              Win32 signal emulation cleanup.
13351              
13352              Tinkering with thread cleanup mutex-ing - not the problem 
13353              (op.c is) but could have been...
13354              
13355              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
13356              Should really be looked at by someone that knows about pads.
13357              
13358              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
13359              for CRLF line endings.
13360      Branch: perl
13361           !> ext/threads/threads.xs lib/File/Find/t/find.t
13362           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
13363           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13364 ____________________________________________________________________________
13365 [ 14432] By: nick                                  on 2002/01/26  21:10:38
13366         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
13367              for CRLF line endings.
13368      Branch: perlio
13369            ! lib/Filter/Simple.pm
13370 ____________________________________________________________________________
13371 [ 14431] By: nick                                  on 2002/01/26  21:08:35
13372         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
13373              Should really be looked at by someone that knows about pads.
13374      Branch: perlio
13375            ! op.c
13376 ____________________________________________________________________________
13377 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
13378         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
13379              From: "Craig A. Berry" <craigberry@mac.com>       
13380              Date: Sat, 26 Jan 2002 11:19:44 -0600
13381              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
13382      Branch: perl
13383            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
13384 ____________________________________________________________________________
13385 [ 14429] By: nick                                  on 2002/01/26  18:04:22
13386         Log: Tinkering with thread cleanup mutex-ing - not the problem 
13387              (op.c is) but could have been...
13388      Branch: perlio
13389            ! ext/threads/threads.xs
13390 ____________________________________________________________________________
13391 [ 14428] By: nick                                  on 2002/01/26  18:03:13
13392         Log: Win32 signal emulation cleanup.
13393      Branch: perlio
13394            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13395 ____________________________________________________________________________
13396 [ 14427] By: nick                                  on 2002/01/26  13:59:33
13397         Log: If we get to sighandler by mistake (no perl handler set) then
13398              warn() and exit() rather than die() - should never happen
13399              but if it does context needed to die is likely to be trashed
13400              as well.
13401      Branch: perlio
13402            ! mg.c
13403 ____________________________________________________________________________
13404 [ 14426] By: nick                                  on 2002/01/26  13:56:23
13405         Log: Integrate mainline
13406      Branch: perlio
13407           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
13408           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
13409           !> t/run/fresh_perl.t
13410 ____________________________________________________________________________
13411 [ 14425] By: nick                                  on 2002/01/26  08:11:33
13412         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
13413              calling cleanup(). If previous fail had left for_find directory,
13414              but no content in it then cleanup() returned cd'ed to that directory.
13415              So tests failed. Fixed cleanup()-s.
13416      Branch: perlio
13417            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
13418 ____________________________________________________________________________
13419 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
13420         Log: Integrate perlio;
13421              
13422              Fix winsystem.t's attempt to build showav.exe to work
13423              with gcc (which writes a.exe unless told with -o ).
13424              Also put in a few more fail-safes to check .exe got
13425              built somehow.
13426              
13427              More Win32 tuning
13428              
13429              Save $! so that other syscalls don't disturb it before
13430              we test it.
13431      Branch: perl
13432           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
13433           !> t/op/winsystem.t
13434 ____________________________________________________________________________
13435 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
13436         Log: Subject: [PATCH] new test in op/universal.t
13437              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13438              Date: Fri, 25 Jan 2002 23:17:33 +0100
13439              Message-ID: <20020125231733.A11733@rafael>
13440      Branch: perl
13441            ! t/op/universal.t
13442 ____________________________________________________________________________
13443 [ 14422] By: nick                                  on 2002/01/25  21:37:03
13444         Log: Save $! so that other syscalls don't disturb it before 
13445              we test it.
13446      Branch: perlio
13447            ! ext/Socket/socketpair.t
13448 ____________________________________________________________________________
13449 [ 14421] By: nick                                  on 2002/01/25  19:05:57
13450         Log: More Win32 tuning
13451      Branch: perlio
13452            ! t/op/stat.t t/op/taint.t
13453 ____________________________________________________________________________
13454 [ 14420] By: nick                                  on 2002/01/25  18:21:42
13455         Log: Fix winsystem.t's attempt to build showav.exe to work 
13456              with gcc (which writes a.exe unless told with -o ).
13457              Also put in a few more fail-safes to check .exe got 
13458              built somehow.
13459      Branch: perlio
13460            ! t/op/winsystem.t
13461 ____________________________________________________________________________
13462 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
13463         Log: Subject: [Patch Encode.xs] calculation of need overflows
13464              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13465              Date: Sat, 26 Jan 2002 00:58:50 +0900
13466              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
13467      Branch: perl
13468            ! ext/Encode/Encode.xs
13469 ____________________________________________________________________________
13470 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
13471         Log: Integrate changes 13474+13478+13584 from maintperl;
13472              anon sub leakage.
13473      Branch: perl
13474            ! op.c t/run/fresh_perl.t
13475 ____________________________________________________________________________
13476 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
13477         Log: Update Changes.
13478      Branch: perl
13479            ! Changes patchlevel.h
13480 ____________________________________________________________________________
13481 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
13482         Log: Integrate perlio; extensive threads and threads::shared work
13483              (note that the below is a chronological list of perlio
13484              check-in entries since the last integrate)
13485              
13486              Nearly-working threads re-structuring. Do not integrate,
13487              submit-ing to get to Win32, and as "off site" backup.
13488              
13489              threads work again on Win32. (Not threads::shared yet)
13490              Submit to see if they do on Linux.
13491              
13492              Add new threads/typemap to MANIFEST
13493              
13494              XS side of new threads::shared designed, coded and compiles,
13495              and mostly commented but is totaly untested.
13496              submit in case anyone wants a preview.
13497              
13498              Miss mg_len == 0 meaning don't Safefree
13499              
13500              Shared scalars working, some shared array ops working.
13501              
13502              Implement recursive lock and use of scope for PL_sharedsv_space,
13503              so now croak() from asserts does not leave locks.
13504              Make hv_simple compile (new prototype for debugging probe).
13505              
13506              thread::shared nearly working again - remaining issue
13507              is references withing shared space.
13508              Added bulk test with no threads involved (for debugging)
13509              Tuned tests to skip those needing _thrcnt
13510              
13511              SvTEMP_off to stop private PV's being stolen and stored in shared space
13512              
13513              Except Win32 from echo tests. (Alarm does not break into connect)
13514              
13515              Expand command line test globs on Win32.
13516              
13517              threads::shared tidy up:
13518              - Add _id() function to shared.xs so we can test refs point at same thing.
13519              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
13520              - Allow no_share to pass if sharing to works despite mis-ordering.
13521              - Change docs of threads to document ->create() (as used in tests),
13522              and not mention "new".
13523              
13524              Linux/NFS hackery was not faking right number of passes.
13525      Branch: perl
13526           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
13527           +> ext/threads/typemap
13528            - ext/threads/threads.h sharedsv.c sharedsv.h
13529            ! NetWare/config_H.wc
13530           !> (integrate 38 files)
13531 ____________________________________________________________________________
13532 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
13533         Log: Subject: Re: perldebguts minor tweaks
13534              From: Joe McMahon <mcmahon@metalab.unc.edu>
13535              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
13536              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
13537      Branch: perl
13538            ! pod/perldebguts.pod
13539 ____________________________________________________________________________
13540 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
13541         Log: metaconfig unit change for #14413.
13542      Branch: metaconfig
13543            ! U/modified/prototype.U
13544 ____________________________________________________________________________
13545 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
13546         Log: Okay, you can come home now, _().
13547      Branch: perl
13548            ! config_h.SH
13549 ____________________________________________________________________________
13550 [ 14412] By: nick                                  on 2002/01/25  11:01:49
13551         Log: Integrate mainline
13552              All but ../lib/Unicode/UCD.t pass.
13553      Branch: perlio
13554           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
13555           +> lib/unicore/CaseFolding.txt
13556           +> lib/unicore/CompositionExclusions.txt
13557           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
13558           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
13559           +> vos/vos.c
13560            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
13561            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
13562            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
13563            - lib/unicore/NamesList.html lib/unicore/PropList.html
13564            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
13565            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
13566            - lib/unicore/rename
13567           !> (integrate 424 files)
13568 ____________________________________________________________________________
13569 [ 14411] By: nick                                  on 2002/01/25  09:45:13
13570         Log: Linux/NFS hackery was not faking right number of passes.
13571      Branch: perlio
13572            ! t/io/fs.t
13573 ____________________________________________________________________________
13574 [ 14410] By: nick                                  on 2002/01/25  09:35:07
13575         Log: threads::shared tidy up:
13576              - Add _id() function to shared.xs so we can test refs point at same thing.
13577              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
13578              - Allow no_share to pass if sharing to works despite mis-ordering.
13579              - Change docs of threads to document ->create() (as used in tests),
13580              and not mention "new".
13581      Branch: perlio
13582            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13583            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
13584            ! ext/threads/threads.pm
13585 ____________________________________________________________________________
13586 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
13587         Log: Subject: perldebguts minor tweaks
13588              From: Joe McMahon <mcmahon@metalab.unc.edu>
13589              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
13590              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
13591      Branch: perl
13592            ! pod/perldebguts.pod
13593 ____________________________________________________________________________
13594 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
13595         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
13596              From: Peter Scott <Peter@PSDT.com>
13597              Date: Thu, 24 Jan 2002 08:51:34 -0800
13598              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
13599      Branch: perl
13600            ! pod/perldebguts.pod
13601 ____________________________________________________________________________
13602 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
13603         Log: Few more paranoia checks for Unicode hash keys.
13604      Branch: perl
13605            ! t/op/each.t
13606 ____________________________________________________________________________
13607 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
13608         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
13609              From: Andy Dougherty <doughera@lafayette.edu>
13610              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
13611              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
13612      Branch: perl
13613            ! t/op/stat.t
13614 ____________________________________________________________________________
13615 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
13616         Log: The
13617              
13618              Subject: Very old debugger UTF-8 bug
13619              From: andreas.koenig@anima.de (Andreas J. Koenig)
13620              Date: 24 Jan 2002 12:45:44 +0100
13621              Message-ID: <m3y9iot1jr.fsf@anima.de>
13622              
13623              still broken, but this should work as a stopgap
13624              measure to stop pp_match accessing naughty data.
13625      Branch: perl
13626            ! pod/perldiag.pod pp_hot.c
13627 ____________________________________________________________________________
13628 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
13629         Log: metaconfig unit change for #14403.
13630      Branch: metaconfig/U/perl
13631            ! d_u32align.U
13632 ____________________________________________________________________________
13633 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
13634         Log: Pacify picky compilers (this time Sun Workshop).
13635      Branch: perl
13636            ! Configure
13637 ____________________________________________________________________________
13638 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
13639         Log: Subject: Very old debugger UTF-8 bug
13640              From: andreas.koenig@anima.de (Andreas J. Koenig)
13641              Date: 24 Jan 2002 12:45:44 +0100
13642              Message-ID: <m3y9iot1jr.fsf@anima.de>
13643      Branch: perl
13644            ! lib/dumpvar.pl
13645 ____________________________________________________________________________
13646 [ 14401] By: nick                                  on 2002/01/24  07:50:38
13647         Log: Expand command line test globs on Win32.
13648      Branch: perlio
13649            ! t/harness
13650 ____________________________________________________________________________
13651 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
13652         Log: Sprinkle some copyrights (use the oldest timestamp to
13653              be found in the repository, which is most often not right,
13654              but at least consistent)
13655      Branch: perl
13656            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
13657            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
13658            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
13659            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
13660            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
13661            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
13662            ! unixish.h xsutils.c
13663 ____________________________________________________________________________
13664 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
13665         Log: Don't crash on Help for long text (bug #506672)
13666      Branch: maint-5.6/macperl
13667            ! macos/macperl/MPHelp.c
13668 ____________________________________________________________________________
13669 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
13670         Log: Fix minor path problem
13671      Branch: maint-5.6/macperl
13672            ! macos/macperl/Droplets/tarzipme.plx
13673 ____________________________________________________________________________
13674 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
13675         Log: Minor text changes
13676      Branch: maint-5.6/macperl
13677            ! macos/Perl.r
13678 ____________________________________________________________________________
13679 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
13680         Log: Bump versions, dates, etc.
13681      Branch: maint-5.6/macperl
13682            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
13683 ____________________________________________________________________________
13684 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
13685         Log: coderefs in @INC and absolute paths
13686      Branch: maint-5.6/macperl
13687            ! embed.h pp_ctl.c proto.h
13688 ____________________________________________________________________________
13689 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
13690         Log: Minor module thingys
13691      Branch: maint-5.6/macperl
13692            ! macos/ext/Mac/Controls/Controls.xs
13693            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
13694            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
13695            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13696            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
13697            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
13698            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
13699            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
13700            ! macos/ext/Mac/Movies/Movies.xs
13701            ! macos/ext/Mac/Navigation/Navigation.pm
13702            ! macos/ext/Mac/Navigation/Navigation.xs
13703            ! macos/ext/Mac/Notification/Notification.xs
13704            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
13705            ! macos/ext/Mac/Processes/Processes.xs
13706            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
13707            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
13708            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
13709            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
13710            ! macos/ext/Mac/Resources/Resources.pm
13711            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
13712            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
13713            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
13714            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
13715            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
13716 ____________________________________________________________________________
13717 [ 14393] By: nick                                  on 2002/01/23  19:52:19
13718         Log: Except Win32 from echo tests. (Alarm does not break into connect)
13719      Branch: perlio
13720            ! ext/Socket/Socket.t
13721 ____________________________________________________________________________
13722 [ 14392] By: nick                                  on 2002/01/23  19:31:57
13723         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
13724      Branch: perlio
13725            ! ext/threads/shared/shared.xs
13726 ____________________________________________________________________________
13727 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
13728         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
13729      Branch: perl
13730            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
13731            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
13732            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
13733            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
13734            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
13735            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
13736            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
13737            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
13738            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
13739            ! x2p/util.c x2p/util.h x2p/walk.c
13740 ____________________________________________________________________________
13741 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
13742         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
13743              therefore quite probably also obsolete code.
13744      Branch: perl
13745            ! sv.c
13746 ____________________________________________________________________________
13747 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
13748         Log: Update Changes.
13749      Branch: perl
13750            ! Changes patchlevel.h
13751 ____________________________________________________________________________
13752 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
13753         Log: Small update on todo.  Could use a lot more.
13754      Branch: perl
13755            ! pod/perltodo.pod
13756 ____________________________________________________________________________
13757 [ 14387] By: nick                                  on 2002/01/23  14:19:30
13758         Log: thread::shared nearly working again - remaining issue
13759              is references withing shared space.
13760              Added bulk test with no threads involved (for debugging)
13761              Tuned tests to skip those needing _thrcnt
13762      Branch: perlio
13763            + ext/threads/shared/t/0nothread.t
13764            ! MANIFEST ext/threads/shared/shared.pm
13765            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
13766            ! ext/threads/shared/t/hv_refs.t
13767            ! ext/threads/shared/t/hv_simple.t
13768            ! ext/threads/shared/t/sv_simple.t
13769 ____________________________________________________________________________
13770 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
13771         Log: Subject: [ID 20020121.003] perldata doco bug
13772              From: John Stumbles <jstumbles@bluearc.com>
13773              Date: Mon, 21 Jan 2002 14:19:56 -0000
13774              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
13775      Branch: perl
13776            ! pod/perldata.pod
13777 ____________________________________________________________________________
13778 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
13779         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
13780              From: Michael G Schwern <schwern@pobox.com>
13781              Date: Mon, 21 Jan 2002 15:16:42 -0500
13782              Message-ID: <20020121201642.GA6659@blackrider>
13783      Branch: perl
13784            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
13785 ____________________________________________________________________________
13786 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
13787         Log: Subject: [PATCH] Re: eval not catching warnings?
13788              From: abigail@foad.org
13789              Date: Wed, 23 Jan 2002 15:35:47 +0100
13790              Message-ID: <20020123143547.24798.qmail@foad.org>
13791      Branch: perl
13792            ! pod/perlfunc.pod
13793 ____________________________________________________________________________
13794 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
13795         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
13796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13797              Date: Tue, 22 Jan 2002 17:00:54 -0800            
13798              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
13799      Branch: perl
13800            ! t/run/fresh_perl.t
13801 ____________________________________________________________________________
13802 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
13803         Log: metaconfig unit change for #14381.
13804      Branch: metaconfig/U/perl
13805            ! d_u32align.U
13806 ____________________________________________________________________________
13807 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
13808         Log: HP-UX 10.20 cc pacifying from Merijn.
13809      Branch: perl
13810            ! Configure
13811 ____________________________________________________________________________
13812 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
13813         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
13814              From: "Craig A. Berry" <craigberry@mac.com> 
13815              Date: Tue, 22 Jan 2002 22:14:26 -0600
13816              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
13817      Branch: perl
13818            ! vms/test.com
13819 ____________________________________________________________________________
13820 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
13821         Log: AIX cpp bug: having macro arguments and character constants
13822              "the same" means trouble (here s and 's')
13823              What broke now was 841 and 842 of t/op/pat.t, because of the
13824              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
13825              (note that breakage happened only under cc_r and usethreads+
13826              useithreads)
13827      Branch: perl
13828            ! utf8.h
13829 ____________________________________________________________________________
13830 [ 14378] By: nick                                  on 2002/01/22  20:33:15
13831         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
13832              so now croak() from asserts does not leave locks.
13833              Make hv_simple compile (new prototype for debugging probe).
13834      Branch: perlio
13835            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13836            ! ext/threads/shared/t/hv_simple.t
13837 ____________________________________________________________________________
13838 [ 14377] By: nick                                  on 2002/01/22  17:32:21
13839         Log: Shared scalars working, some shared array ops working.
13840      Branch: perlio
13841            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13842            ! ext/threads/shared/t/sv_refs.t
13843            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
13844 ____________________________________________________________________________
13845 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
13846         Log: Subject: [PATCH] Support truncate() in VOS port
13847              From: Paul_GreenVOS@vos.stratus.com
13848              Date: Mon, 21 Jan 02 23:27 est
13849              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
13850      Branch: perl
13851            + vos/vos.c
13852            ! MANIFEST hints/vos.sh vos/vosish.h
13853 ____________________________________________________________________________
13854 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
13855         Log: metaconfig unit changes for #14374.  Couldn't figure
13856              how to get completely rid of _() (some weird dependency
13857              pulling it in?) so renamed it as PROTO_().
13858      Branch: metaconfig
13859            + U/modified/d_shmat.U U/modified/prototype.U
13860            ! U/protos/d_drand48proto.U
13861      Branch: metaconfig/U/perl
13862            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
13863 ____________________________________________________________________________
13864 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
13865         Log: Get rid of the _() macro since (1) we require ANSI anyway
13866              (2) Other software (GNU) seems to use it and we don't need it,
13867              so let's give it up.
13868      Branch: perl
13869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13870            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
13871            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
13872            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
13873            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
13874            ! wince/config.h wince/config_H.ce
13875 ____________________________________________________________________________
13876 [ 14373] By: nick                                  on 2002/01/22  10:10:48
13877         Log: Miss mg_len == 0 meaning don't Safefree
13878      Branch: perlio
13879            ! mg.c
13880 ____________________________________________________________________________
13881 [ 14372] By: nick                                  on 2002/01/21  22:34:06
13882         Log: XS side of new threads::shared designed, coded and compiles,
13883              and mostly commented but is totaly untested.
13884              submit in case anyone wants a preview.
13885      Branch: perlio
13886            + ext/threads/shared/typemap
13887            ! MANIFEST ext/threads/shared/shared.pm
13888            ! ext/threads/shared/shared.xs
13889 ____________________________________________________________________________
13890 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
13891         Log: Subject: [BUG] /\_/ an unrecognized escape?
13892              From: Michael G Schwern <schwern@pobox.com>
13893              Date: Mon, 21 Jan 2002 15:22:54 -0500
13894              Message-ID: <20020121202254.GA6731@blackrider>
13895      Branch: perl
13896            ! t/lib/warnings/toke toke.c
13897 ____________________________________________________________________________
13898 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
13899         Log: Undo the renaming of the Unicode data files; the simple
13900              solution being not including the *.html files.  This means
13901              that in the future there is no need for any renamings
13902              (well, assuming that the Consortium doesn't cause any),
13903              and the files are named like they are in the Consortium
13904              website, thus alleviating confusion.
13905      Branch: perl
13906            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
13907            + lib/unicore/CaseFolding.txt
13908            + lib/unicore/CompositionExclusions.txt
13909            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
13910            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
13911            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
13912            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
13913            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
13914            - lib/unicore/NamesList.html lib/unicore/PropList.html
13915            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
13916            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
13917            - lib/unicore/rename
13918            ! (edit 285 files)
13919 ____________________________________________________________________________
13920 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
13921         Log: Update Changes.
13922      Branch: perl
13923            ! Changes patchlevel.h
13924 ____________________________________________________________________________
13925 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
13926         Log: Subject: RE: BCC for Win32 is unhappy @14331
13927              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
13928              Date: Mon, 21 Jan 2002 09:48:40 +0300
13929              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
13930              
13931              (using IV instead of int)
13932      Branch: perl
13933            ! hv.h
13934 ____________________________________________________________________________
13935 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
13936         Log: path_is_absolute() needs a prototype (and maybe
13937              a better name, but that's another story).
13938      Branch: perl
13939            ! embed.fnc embed.h pp_ctl.c proto.h
13940 ____________________________________________________________________________
13941 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
13942         Log: Subject: Re: coderefs in @INC
13943              From: Chris Nandor <pudge@pobox.com>
13944              Date: Thu, 17 Jan 2002 11:26:02 -0500
13945              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
13946      Branch: perl
13947            ! pp_ctl.c
13948 ____________________________________________________________________________
13949 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
13950         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
13951              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13952              Date: Sun, 20 Jan 2002 22:53:56 +0100
13953              Message-ID: <20020120225356.A12093@rafael>
13954      Branch: perl
13955            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
13956            ! t/lib/warnings/9enabled warnings.h warnings.pl
13957 ____________________________________________________________________________
13958 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
13959         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
13960              From: "Craig A. Berry" <craigberry@mac.com>
13961              Date: Sun, 20 Jan 2002 22:49:42 -0600
13962              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
13963      Branch: perl
13964            ! lib/ExtUtils/MakeMaker.pm
13965 ____________________________________________________________________________
13966 [ 14363] By: nick                                  on 2002/01/20  20:38:23
13967         Log: Add new threads/typemap to MANIFEST
13968      Branch: perlio
13969            ! MANIFEST
13970 ____________________________________________________________________________
13971 [ 14362] By: nick                                  on 2002/01/20  20:34:36
13972         Log: Integrate mainline
13973      Branch: perlio
13974           +> lib/Pod/t/Usage.t
13975           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
13976           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
13977           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
13978           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
13979           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
13980           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
13981           !> util.c
13982 ____________________________________________________________________________
13983 [ 14361] By: nick                                  on 2002/01/20  18:51:47
13984         Log: Integrate MANIFEST
13985      Branch: perlio
13986           !> MANIFEST
13987 ____________________________________________________________________________
13988 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
13989         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
13990              From: Paul_GreenVOS@vos.stratus.com
13991              Date: Sat, 19 Jan 02 17:17 est
13992              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
13993              
13994              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
13995              From: Paul_GreenVOS@vos.stratus.com
13996              Date: Sat, 19 Jan 02 17:19 est
13997              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
13998      Branch: perl
13999            ! lib/ExtUtils/t/Command.t
14000 ____________________________________________________________________________
14001 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
14002         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
14003              From: Paul_GreenVOS@vos.stratus.com
14004              Date: Sat, 19 Jan 02 14:30 est
14005              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
14006      Branch: perl
14007            ! lib/AnyDBM_File.t
14008 ____________________________________________________________________________
14009 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
14010         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
14011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
14012              Date: Sun, 20 Jan 2002 13:51:36 +0100
14013              Message-ID: <20020120135136.A710@rafael>
14014      Branch: perl
14015            ! ext/File/Glob/t/basic.t
14016 ____________________________________________________________________________
14017 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
14018         Log: #14352 deleted ext/threads/threads.h
14019      Branch: perlio
14020            ! MANIFEST
14021 ____________________________________________________________________________
14022 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
14023         Log: Eradicate sharedsv.*
14024      Branch: perlio
14025            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
14026 ____________________________________________________________________________
14027 [ 14355] By: nick                                  on 2002/01/20  11:50:22
14028         Log: threads work again on Win32. (Not threads::shared yet)
14029              Submit to see if they do on Linux.
14030      Branch: perlio
14031            ! ext/threads/shared/shared.xs ext/threads/threads.xs
14032            ! win32/makefile.mk
14033 ____________________________________________________________________________
14034 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
14035         Log: Make also hex() and oct() to croak if their arguments
14036              cannot be downgraded (that is, if they contain wide
14037              characters), just like crypt() does (and use the croak
14038              feature of sv_utf8_downgrade()).
14039      Branch: perl
14040            ! pp.c t/op/oct.t
14041 ____________________________________________________________________________
14042 [ 14353] By: nick                                  on 2002/01/19  22:20:09
14043         Log: Integrate Time/Local and its test
14044      Branch: perlio
14045           !> lib/Time/Local.pm lib/Time/Local.t
14046 ____________________________________________________________________________
14047 [ 14352] By: nick                                  on 2002/01/19  22:17:07
14048         Log: Nearly-working threads re-structuring. Do not integrate,
14049              submit-ing to get to Win32, and as "off site" backup.
14050      Branch: perlio
14051            + ext/threads/typemap
14052            - ext/threads/threads.h sharedsv.c sharedsv.h
14053            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
14054            ! embedvar.h ext/threads/shared/shared.pm
14055            ! ext/threads/shared/shared.xs ext/threads/threads.pm
14056            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
14057            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
14058            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
14059 ____________________________________________________________________________
14060 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
14061         Log: Regen toc.
14062      Branch: perl
14063            ! pod/perltoc.pod
14064 ____________________________________________________________________________
14065 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
14066         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
14067              From: David Dyck <dcd@tc.fluke.com>
14068              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
14069              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
14070      Branch: perl
14071            ! pod/perl5004delta.pod pod/perl5005delta.pod
14072            ! pod/perl561delta.pod pod/perl56delta.pod
14073 ____________________________________________________________________________
14074 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
14075         Log: FAQ sync.
14076      Branch: perl
14077            ! pod/perlfaq1.pod pod/perlfaq2.pod
14078 ____________________________________________________________________________
14079 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
14080         Log: Subject: [PATCH lib/Pod/t/Usage.t]
14081              From: Abe Timmerman <abe@ztreet.demon.nl>
14082              Date: Sat, 19 Jan 2002 19:57:57 +0100
14083              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
14084      Branch: perl
14085            + lib/Pod/t/Usage.t
14086            ! MANIFEST
14087 ____________________________________________________________________________
14088 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
14089         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
14090              From: Paul_GreenVOS@vos.stratus.com
14091              Date: Sat, 19 Jan 02 13:15 est
14092              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
14093      Branch: perl
14094            ! ext/SDBM_File/sdbm.t
14095 ____________________________________________________________________________
14096 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
14097         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
14098      Branch: perl
14099           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
14100           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
14101 ____________________________________________________________________________
14102 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
14103         Log: Alternative Time::Local algorithm that uses matemathical formula
14104              for timegm instead of progressive guessing
14105      Branch: perl
14106            ! lib/Time/Local.pm
14107 ____________________________________________________________________________
14108 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
14109         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
14110              From: Paul_GreenVOS@vos.stratus.com
14111              Date: Sat, 19 Jan 02 11:20 est
14112              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
14113      Branch: perl
14114            ! ext/File/Glob/t/basic.t
14115 ____________________________________________________________________________
14116 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
14117         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
14118              From: Paul_GreenVOS@vos.stratus.com
14119              Date: Fri, 18 Jan 02 22:56 est
14120              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
14121      Branch: perl
14122            ! ext/Cwd/t/cwd.t
14123 ____________________________________________________________________________
14124 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
14125         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
14126              From: Paul_GreenVOS@vos.stratus.com
14127              Date: Fri, 18 Jan 02 22:48 est
14128              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
14129      Branch: perl
14130            ! lib/Time/Local.t
14131 ____________________________________________________________________________
14132 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
14133         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
14134              From: Paul_GreenVOS@vos.stratus.com
14135              Date: Fri, 18 Jan 02 16:22 est
14136              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
14137      Branch: perl
14138            ! ext/Devel/DProf/DProf.t
14139 ____________________________________________________________________________
14140 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
14141         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
14142              From: Tels <perl_dummy@bloodgate.com>
14143              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
14144              Message-Id: <200201182106.XAA19133@taku.hut.fi>
14145      Branch: perl
14146            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
14147 ____________________________________________________________________________
14148 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
14149         Log: Don't do socketpair udp unless you've got all what it takes.
14150      Branch: perl
14151            ! util.c
14152 ____________________________________________________________________________
14153 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
14154         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
14155              From: Tels <perl_dummy@bloodgate.com>
14156              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
14157              Message-Id: <200201182206.AAA15310@taku.hut.fi>
14158      Branch: perl
14159            ! lib/ExtUtils/MM_BeOS.pm
14160 ____________________________________________________________________________
14161 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
14162         Log: metaconfig unit change for #14336.
14163      Branch: metaconfig
14164            ! U/modified/myhostname.U
14165 ____________________________________________________________________________
14166 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
14167         Log: Avoid bare "set", and kiss .uucp goodbye.
14168      Branch: perl
14169            ! Configure
14170 ____________________________________________________________________________
14171 [ 14335] By: nick                                  on 2002/01/18  22:11:42
14172         Log: Split out core of sv_magic() into sv_magicext().
14173              sv_magic provides the extra restictions (no READONLY, only
14174              one of each type, canned set of vtables), and sv_magicext()
14175              does the actual data twiddling.
14176              Also enhances semantics of ->mg_ptr setting via name/namlen
14177              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
14178              scratch area (namlen > 0 && name == NULL).
14179              sv_magicext also returns the MAGIC * it added.
14180              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
14181              
14182              To come sv_unmagicext() - which will remove just one magic
14183              of particular type, and additionaly match against ->mg_ptr,
14184              or the MAGIC * (need to experiment as to which is more natural).
14185      Branch: perlio
14186            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
14187            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
14188 ____________________________________________________________________________
14189 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
14190         Log: Retract #14327 for now, going to the limit seems
14191              to be too much for many platforms.
14192      Branch: perl
14193            ! lib/Time/Local.t
14194 ____________________________________________________________________________
14195 [ 14333] By: nick                                  on 2002/01/18  18:58:33
14196         Log: Integrate mainline
14197      Branch: perlio
14198           !> Changes patchlevel.h
14199 ____________________________________________________________________________
14200 [ 14332] By: nick                                  on 2002/01/18  16:19:06
14201         Log: Integrate mainline
14202      Branch: perlio
14203           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
14204           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
14205            - lib/ExtUtils/inst
14206           !> (integrate 32 files)
14207 ____________________________________________________________________________
14208 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
14209         Log: Update Changes.
14210      Branch: perl
14211            ! Changes patchlevel.h
14212 ____________________________________________________________________________
14213 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
14214         Log: Try to make the connect/read/write timeouting.
14215      Branch: perl
14216            ! ext/Socket/Socket.t
14217 ____________________________________________________________________________
14218 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
14219         Log: Netware Makefile tweak from Ananth Kesari.
14220      Branch: perl
14221            ! NetWare/Makefile
14222 ____________________________________________________________________________
14223 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
14224         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
14225              From: Michael G Schwern <schwern@pobox.com>
14226              Date: Fri, 18 Jan 2002 03:10:27 -0500
14227              Message-ID: <20020118081027.GE7226@blackrider>
14228      Branch: perl
14229            ! lib/File/Find.pm
14230 ____________________________________________________________________________
14231 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
14232         Log: (retracted by #14334)
14233              
14234              Subject: [PATCH] Improving lib/Time/Local.t
14235              From: Paul_GreenVOS@vos.stratus.com        
14236              Date: Thu, 17 Jan 02 22:36 est
14237              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
14238      Branch: perl
14239            ! lib/Time/Local.t
14240 ____________________________________________________________________________
14241 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
14242         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
14243              From: Abe Timmerman <abe@ztreet.demon.nl>  
14244              Date: Fri, 18 Jan 2002 13:18:47 +0100
14245              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
14246      Branch: perl
14247            ! lib/ExtUtils/t/MM_Win32.t
14248 ____________________________________________________________________________
14249 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
14250         Log: Subject: [PATCH] Syncing with bleadperl 
14251              From: Michael G Schwern <schwern@pobox.com> 
14252              Date: Fri, 18 Jan 2002 03:04:33 -0500
14253              Message-ID: <20020118080432.GC7226@blackrider>
14254      Branch: perl
14255            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
14256            - lib/ExtUtils/inst
14257            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
14258            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14259            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
14260            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
14261            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
14262            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14263            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14264            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14265            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14266            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
14267            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
14268            ! lib/ExtUtils/testlib.pm
14269 ____________________________________________________________________________
14270 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
14271         Log: Detypo.
14272      Branch: perl
14273            ! AUTHORS
14274 ____________________________________________________________________________
14275 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
14276         Log: Subject: [PATCH] MM check_hints test
14277              From: Michael G Schwern <schwern@pobox.com>
14278              Date: Thu, 17 Jan 2002 20:25:57 -0500
14279              Message-ID: <20020118012557.GE32762@blackrider>
14280      Branch: perl
14281            + lib/ExtUtils/t/hints.t
14282            ! MANIFEST
14283 ____________________________________________________________________________
14284 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
14285         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
14286              From: Michael G Schwern <schwern@pobox.com> 
14287              Date: Thu, 17 Jan 2002 20:12:20 -0500
14288              Message-ID: <20020118011220.GC32762@blackrider>
14289              
14290              (#14317 replaced with this)
14291      Branch: perl
14292            ! lib/ExtUtils/MakeMaker.pm
14293 ____________________________________________________________________________
14294 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
14295         Log: Subject: [PATCH perldiag] overload.pm warnings
14296              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14297              Date: Thu, 17 Jan 2002 23:53:49 +0100
14298              Message-ID: <20020117235349.A14530@rafael>
14299      Branch: perl
14300            ! pod/perldiag.pod
14301 ____________________________________________________________________________
14302 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
14303         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
14304              From: Michael G Schwern <schwern@pobox.com>
14305              Date: Thu, 17 Jan 2002 16:35:47 -0500
14306              Message-ID: <20020117213546.GD23830@blackrider>
14307      Branch: perl
14308            ! lib/File/Find.pm
14309 ____________________________________________________________________________
14310 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
14311         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
14312              From: chromatic <chromatic@rmci.net>
14313              Date: Thu, 17 Jan 2002 13:04:22 -0700
14314              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
14315      Branch: perl
14316            ! pod/perltodo.pod
14317 ____________________________________________________________________________
14318 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
14319         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
14320              From: chromatic <chromatic@rmci.net>
14321              Date: Thu, 17 Jan 2002 12:59:04 -0700
14322              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
14323      Branch: perl
14324            ! lib/ExtUtils/t/Mkbootstrap.t
14325 ____________________________________________________________________________
14326 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
14327         Log: (replaced by #14322)
14328              The #14300 broke hints file handling.
14329      Branch: perl
14330            ! lib/ExtUtils/MakeMaker.pm
14331 ____________________________________________________________________________
14332 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
14333         Log: metaconfig unit change for #14315.
14334      Branch: metaconfig/U/perl
14335            ! uselongdbl.U
14336 ____________________________________________________________________________
14337 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
14338         Log: Subject: [PATCH] long doubles
14339              From: Nicholas Clark <nick@unfortu.net>
14340              Date: Thu, 17 Jan 2002 17:06:28 +0000
14341              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
14342      Branch: perl
14343            ! Configure
14344 ____________________________________________________________________________
14345 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
14346         Log: metaconfig unit change for #14313.
14347      Branch: metaconfig
14348            ! U/modified/i_ndbm.U
14349 ____________________________________________________________________________
14350 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
14351         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
14352              From: Andy Dougherty <doughera@lafayette.edu>
14353              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
14354              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
14355      Branch: perl
14356            ! Configure
14357 ____________________________________________________________________________
14358 [ 14312] By: nick                                  on 2002/01/17  21:38:38
14359         Log: Integrate mainline (for ndbm fixes etc.)
14360      Branch: perlio
14361           +> t/run/fresh_perl.t
14362            - t/run/kill_perl.t
14363           !> Changes MANIFEST ext/Opcode/Opcode.xs
14364           !> ext/SDBM_File/sdbm/Makefile.PL
14365           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
14366           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
14367           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
14368           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
14369           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
14370 ____________________________________________________________________________
14371 [ 14311] By: sky                                   on 2002/01/17  21:01:00
14372         Log: Simplify the code that duplicates the threads 
14373              init function and the parameters to the thread by using sv_dup. 
14374              Note,what happens if you pass a shared variable as a parameter?
14375      Branch: perl
14376            ! ext/threads/threads.xs
14377 ____________________________________________________________________________
14378 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
14379         Log: Update Changes.
14380      Branch: perl
14381            ! Changes patchlevel.h
14382 ____________________________________________________________________________
14383 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
14384         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
14385              with fresh_perl_is() and fresh_perl_like().
14386      Branch: perl
14387            + t/run/fresh_perl.t
14388            - t/run/kill_perl.t
14389            ! MANIFEST t/test.pl
14390 ____________________________________________________________________________
14391 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
14392         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
14393              From: Benjamin Goldberg <goldbb2@earthlink.net>
14394              Date: Wed, 09 Jan 2002 21:03:16 -0500
14395              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
14396      Branch: perl
14397            ! ext/Unicode/Normalize/Normalize.pm
14398 ____________________________________________________________________________
14399 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
14400         Log: Retract #14144 as Hugo isn't happy with it.
14401      Branch: perl
14402            ! scope.c t/run/kill_perl.t
14403 ____________________________________________________________________________
14404 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
14405         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
14406              From: Richard Clamp <richardc@unixbeard.net>
14407              Date: Wed, 16 Jan 2002 17:34:31 +0000
14408              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
14409      Branch: perl
14410            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
14411 ____________________________________________________________________________
14412 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
14413         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
14414              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14415              Date: Tue, 15 Jan 2002 21:23:30 +0100
14416              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
14417      Branch: perl
14418            ! ext/Opcode/Opcode.xs
14419 ____________________________________________________________________________
14420 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
14421         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
14422              From: Paul_GreenVOS@vos.stratus.com
14423              Date: Wed, 16 Jan 02 6:42 est
14424              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
14425      Branch: perl
14426            ! t/io/fs.t t/op/crypt.t
14427 ____________________________________________________________________________
14428 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
14429         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
14430              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14431              Date: Wed, 16 Jan 2002 13:43:39 +0100
14432              Message-ID: <20020116134339.A704@rafael>
14433              
14434              (replaces #14302)
14435      Branch: perl
14436            ! mg.c t/lib/warnings/mg
14437 ____________________________________________________________________________
14438 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
14439         Log: (replaced by #14303)
14440              Subject: [PATCH] length of undefined $(digit) should warn
14441              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14442              Date: Tue, 15 Jan 2002 23:02:44 +0100            
14443              Message-ID: <20020115230244.A31786@rafael>     
14444      Branch: perl
14445            ! mg.c t/lib/warnings/mg
14446 ____________________________________________________________________________
14447 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
14448         Log: The non-MakeMaker.pm parts of
14449              
14450              Subject: [PATCH] Re: MM_Beos.pm?
14451              From: Tels <perl_dummy@bloodgate.com>
14452              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
14453              Message-Id: <200201142006.WAA29544@taas.iki.fi>
14454      Branch: perl
14455            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
14456            ! lib/ExtUtils/t/MM_Unix.t
14457 ____________________________________________________________________________
14458 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
14459         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
14460              From: Michael G Schwern <schwern@pobox.com>    
14461              Date: Tue, 15 Jan 2002 20:07:50 -0500            
14462              Message-ID: <20020116010750.GH625@blackrider>  
14463      Branch: perl
14464            ! lib/ExtUtils/MakeMaker.pm
14465 ____________________________________________________________________________
14466 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
14467         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
14468              From: Jeffrey Friedl <jfriedl@yahoo.com>       
14469              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
14470              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
14471      Branch: perl
14472            ! lib/Text/Tabs.pm
14473 ____________________________________________________________________________
14474 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
14475         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
14476              From: "Green, Paul" <Paul.Green@stratus.com>
14477              Date: Tue, 15 Jan 2002 22:28:10 -0500
14478              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
14479      Branch: perl
14480            ! lib/ExtUtils/MM_Unix.pm
14481 ____________________________________________________________________________
14482 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
14483         Log: Integrate perlio; offsetof() is in <stddef.h>
14484      Branch: perl
14485           !> ext/Socket/Socket.xs
14486 ____________________________________________________________________________
14487 [ 14296] By: nick                                  on 2002/01/16  13:02:29
14488         Log: offsetof() is in <stddef.h>
14489      Branch: perlio
14490            ! ext/Socket/Socket.xs
14491 ____________________________________________________________________________
14492 [ 14295] By: nick                                  on 2002/01/16  07:25:29
14493         Log: Integrate mainline
14494      Branch: perlio
14495           +> (branch 262 files)
14496            - (delete 285 files)
14497           !> (integrate 34 files)
14498 ____________________________________________________________________________
14499 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
14500         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
14501              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
14502              Canonical.pl and Exact.pl.
14503      Branch: perl
14504            + (add 259 files)
14505            - (delete 288 files)
14506            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
14507            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
14508            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14509            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
14510 ____________________________________________________________________________
14511 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
14512         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
14513      Branch: perl
14514            ! ext/Socket/Socket.xs
14515 ____________________________________________________________________________
14516 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
14517         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
14518              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14519              Date: Tue, 15 Jan 2002 21:59:19 +0100
14520              Message-ID: <3C44A637.16602.25EB208@localhost>
14521      Branch: perl
14522            ! embed.fnc embed.h proto.h
14523 ____________________________________________________________________________
14524 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
14525         Log: Duh.  The updated In/*.pl weren't checked in.
14526      Branch: perl
14527            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
14528            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
14529            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
14530            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
14531            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
14532            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
14533            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
14534            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
14535            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
14536            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
14537            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
14538            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
14539            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
14540            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
14541            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
14542            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
14543            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
14544            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
14545            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
14546            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
14547            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
14548            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
14549            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
14550            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
14551            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
14552            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
14553            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
14554            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
14555            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
14556            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
14557            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
14558            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
14559            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
14560            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
14561            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
14562            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
14563            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
14564            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
14565            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
14566            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
14567            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
14568            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
14569            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
14570            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
14571            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
14572            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
14573            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
14574            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
14575 ____________________________________________________________________________
14576 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
14577         Log: Update Changes.
14578      Branch: perl
14579            ! Changes patchlevel.h
14580 ____________________________________________________________________________
14581 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
14582         Log: Jeffrey is trying very hard to avoid working on his
14583              book, it would seem :-) (better naming, better comments
14584              in the files)
14585      Branch: perl
14586            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
14587            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
14588            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
14589            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
14590            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
14591            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
14592            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
14593            - lib/unicore/Is/IDStart.pl
14594            ! (edit 200 files)
14595 ____________________________________________________________________________
14596 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
14597         Log: metaconfig unit changes for #14287.
14598      Branch: metaconfig
14599            + U/modified/Chk_MANI.U
14600            ! U/modified/Extract.U U/modified/Finish.U
14601      Branch: metaconfig/U/perl
14602            ! Extensions.U dlsrc.U
14603 ____________________________________________________________________________
14604 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
14605         Log: Some protection against spaces in directory names.
14606              (Tru64 still has some makedepend problems in such
14607              cases but that looks like Tru64's problem.)
14608      Branch: perl
14609            ! Configure Makefile.SH
14610 ____________________________________________________________________________
14611 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
14612         Log: Should have been in #14285 but I have sausages for fingers.
14613      Branch: perl
14614            + lib/ExtUtils/MM_BeOS.pm
14615 ____________________________________________________________________________
14616 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
14617         Log: MM_BeOS from Tels.
14618      Branch: perl
14619            + lib/ExtUtils/t/MM_BeOS.t
14620            ! MANIFEST
14621 ____________________________________________________________________________
14622 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
14623         Log: Integrate perlio;
14624              
14625              (reintroduce #14251) Slab allocator for ops
14626              - moved the statics to intrpvar.h
14627              - implemented Slab_Free()
14628              - uses PerlMemShared (for now) if distinction exists.
14629              
14630              Slab allocator submit after resolve -ay to keep it!
14631              
14632              Hand merge of non slab allocator stuff
14633              
14634              const-ness fix in savepv's passing of NULL
14635              
14636              Typo in #else branch of PL_SLAB_ALLOC
14637              
14638              Integrate rest of mainline
14639              
14640              Regen embed enable slab for PERL_IMPLICIT_SYS
14641              
14642              Correct name of PL_OP_SLAB_ALLOC
14643              
14644              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
14645              e.g. -Duse64bitint on a 32-bit platform.
14646              Now uses I32 for use-count and is more careful with its casts.
14647      Branch: perl
14648           !> (integrate 28 files)
14649 ____________________________________________________________________________
14650 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
14651         Log: Add Shuck URL
14652      Branch: maint-5.6/macperl
14653            ! macos/macperl/MacPerl.podhelp
14654 ____________________________________________________________________________
14655 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
14656         Log: Remove obsolete docs
14657      Branch: maint-5.6/macperl
14658            ! ext/File/Glob/Glob.pm
14659 ____________________________________________________________________________
14660 [ 14281] By: nick                                  on 2002/01/15  15:08:43
14661         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
14662              e.g. -Duse64bitint on a 32-bit platform.
14663              Now uses I32 for use-count and is more careful with its casts.
14664      Branch: perlio
14665            ! intrpvar.h op.c
14666 ____________________________________________________________________________
14667 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
14668         Log: Update bundled modules.  Yow!
14669      Branch: maint-5.6/macperl
14670            + macos/bundled_ext/Compress/Zlib/constants.h
14671            + macos/bundled_ext/Compress/Zlib/constants.xs
14672            + macos/bundled_ext/Filter/Util/Call/ppport.h
14673            + macos/bundled_ext/Storable/t/compat-0.6.t
14674            + macos/bundled_ext/Storable/t/dump.pl
14675            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
14676            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
14677            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
14678            + macos/bundled_lib/blib/lib/URI/ssh.pm
14679            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
14680            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
14681            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
14682            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
14683            + macos/bundled_lib/t/Filter/Simple/data.t
14684            + macos/bundled_lib/t/Filter/Simple/export.t
14685            + macos/bundled_lib/t/Filter/Simple/filter_only.t
14686            + macos/bundled_lib/t/Filter/Simple/import.t
14687            + macos/bundled_lib/t/NEXT/actual.t
14688            + macos/bundled_lib/t/NEXT/actuns.t
14689            + macos/bundled_lib/t/NEXT/next.t
14690            + macos/bundled_lib/t/NEXT/unseen.t
14691            + macos/bundled_lib/t/libnet/netrc.t
14692            + macos/bundled_lib/t/libwww-perl/base/http.t
14693            + macos/bundled_lib/t/libwww-perl/live/activestate.t
14694            - macos/bundled_ext/Filter/t/FilterTest.pm
14695            - macos/bundled_ext/Storable/t/compat06.t
14696            - macos/bundled_ext/Storable/t/st-dump.pl
14697            - macos/bundled_lib/t/NEXT/test.pl
14698            - macos/bundled_lib/t/libwww-perl/live/google.t
14699            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
14700            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
14701            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
14702            ! macos/bundled_ext/Compress/Zlib/README
14703            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
14704            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
14705            ! macos/bundled_ext/Compress/Zlib/t/examples.t
14706            ! macos/bundled_ext/Filter/Util/Call/Call.pm
14707            ! macos/bundled_ext/Filter/Util/Call/Call.xs
14708            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
14709            ! macos/bundled_ext/Filter/t/call.t
14710            ! macos/bundled_ext/Filter/t/filter-util.pl
14711            ! macos/bundled_ext/Storable/ChangeLog
14712            ! macos/bundled_ext/Storable/README
14713            ! macos/bundled_ext/Storable/Storable.pm
14714            ! macos/bundled_ext/Storable/t/blessed.t
14715            ! macos/bundled_ext/Storable/t/canonical.t
14716            ! macos/bundled_ext/Storable/t/dclone.t
14717            ! macos/bundled_ext/Storable/t/forgive.t
14718            ! macos/bundled_ext/Storable/t/freeze.t
14719            ! macos/bundled_ext/Storable/t/lock.t
14720            ! macos/bundled_ext/Storable/t/overload.t
14721            ! macos/bundled_ext/Storable/t/recurse.t
14722            ! macos/bundled_ext/Storable/t/retrieve.t
14723            ! macos/bundled_ext/Storable/t/store.t
14724            ! macos/bundled_ext/Storable/t/tied.t
14725            ! macos/bundled_ext/Storable/t/tied_hook.t
14726            ! macos/bundled_ext/Storable/t/tied_items.t
14727            ! macos/bundled_ext/Storable/t/utf8.t
14728            ! macos/bundled_lib/blib/lib/File/Sort.pm
14729            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
14730            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
14731            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
14732            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
14733            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
14734            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
14735            ! macos/bundled_lib/blib/lib/LWP.pm
14736            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
14737            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
14738            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
14739            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
14740            ! macos/bundled_lib/blib/lib/Mail/Address.pm
14741            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
14742            ! macos/bundled_lib/blib/lib/Mail/Field.pm
14743            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
14744            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
14745            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
14746            ! macos/bundled_lib/blib/lib/Mail/Header.pm
14747            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
14748            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
14749            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
14750            ! macos/bundled_lib/blib/lib/Mail/Send.pm
14751            ! macos/bundled_lib/blib/lib/Mail/Util.pm
14752            ! macos/bundled_lib/blib/lib/NEXT.pm
14753            ! macos/bundled_lib/blib/lib/Net/Config.pm
14754            ! macos/bundled_lib/blib/lib/Net/Domain.pm
14755            ! macos/bundled_lib/blib/lib/Net/FTP.pm
14756            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
14757            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
14758            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
14759            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
14760            ! macos/bundled_lib/blib/lib/Net/POP3.pm
14761            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
14762            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
14763            ! macos/bundled_lib/blib/lib/Switch.pm
14764            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
14765            ! macos/bundled_lib/blib/lib/URI/Escape.pm
14766            ! macos/bundled_lib/blib/lib/URI/ftp.pm
14767            ! macos/bundled_lib/blib/lib/lwpcook.pod
14768            ! macos/bundled_lib/t/Filter/Simple/filter.t
14769            ! macos/bundled_lib/t/Switch/t/nested.t
14770            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
14771            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
14772            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
14773            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
14774            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
14775            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
14776            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
14777            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
14778            ! macos/bundled_lib/t/libnet/config.t
14779            ! macos/bundled_lib/t/libnet/ftp.t
14780            ! macos/bundled_lib/t/libnet/hostname.t
14781            ! macos/bundled_lib/t/libnet/nntp.t
14782            ! macos/bundled_lib/t/libnet/require.t
14783            ! macos/bundled_lib/t/libnet/smtp.t
14784            ! macos/bundled_lib/t/libwww-perl/base/headers.t
14785            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
14786            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
14787            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
14788            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
14789            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
14790            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
14791            ! macos/bundled_lib/t/libwww-perl/live/validator.t
14792            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
14793 ____________________________________________________________________________
14794 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
14795         Log: Subject: [PATCH] Socket::sockaddr_family
14796              From: Gisle Aas <gisle@ActiveState.com> 
14797              Date: 15 Jan 2002 06:35:28 -0800
14798              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
14799      Branch: perl
14800            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
14801 ____________________________________________________________________________
14802 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
14803         Log: Subject: [PATCH perldiag] Style issue
14804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14805              Date: Tue, 15 Jan 2002 15:36:30 +0100                
14806              Message-ID: <20020115153630.A11568@rafael>
14807      Branch: perl
14808            ! pod/perldiag.pod
14809 ____________________________________________________________________________
14810 [ 14277] By: nick                                  on 2002/01/15  14:30:51
14811         Log: Correct name of PL_OP_SLAB_ALLOC
14812      Branch: perlio
14813            ! perl.h
14814 ____________________________________________________________________________
14815 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
14816         Log: NetWare tweak from Ananth Kesari.
14817      Branch: perl
14818            ! lib/ExtUtils/MakeMaker.pm
14819 ____________________________________________________________________________
14820 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
14821         Log: Throwback.
14822      Branch: perl
14823            ! MANIFEST
14824 ____________________________________________________________________________
14825 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
14826         Log: A couple of additional character classes from Jeffrey,
14827              hopefully useful in future for internal use for implementing
14828              some special cases of casing.
14829              
14830              Also regenerate once more all the character classes,
14831              now without the timestamp.  A timestamp would be kind of
14832              nice but it's not: having a timestamp in a file means that
14833              even if the effective contents of file really didn't
14834              change, the file looks as if it changed.
14835      Branch: perl
14836            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
14837            + lib/unicore/Is/CombAbov.pl
14838            ! (edit 304 files)
14839 ____________________________________________________________________________
14840 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
14841         Log: Make the test harder.
14842      Branch: perl
14843            ! t/op/pat.t
14844 ____________________________________________________________________________
14845 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
14846         Log: Additional utf8_heavy.pl tweak from Jeffrey.
14847      Branch: perl
14848            ! lib/utf8_heavy.pl
14849 ____________________________________________________________________________
14850 [ 14271] By: nick                                  on 2002/01/15  11:29:47
14851         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
14852      Branch: perlio
14853            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
14854            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
14855 ____________________________________________________________________________
14856 [ 14270] By: nick                                  on 2002/01/15  08:19:08
14857         Log: Integrate rest of mainline
14858      Branch: perlio
14859           !> (integrate 28 files)
14860 ____________________________________________________________________________
14861 [ 14269] By: nick                                  on 2002/01/15  08:02:44
14862         Log: Typo in #else branch of PL_SLAB_ALLOC
14863      Branch: perlio
14864            ! op.c
14865 ____________________________________________________________________________
14866 [ 14268] By: nick                                  on 2002/01/15  07:57:47
14867         Log: const-ness fix in savepv's passing of NULL
14868      Branch: perlio
14869            ! util.c
14870 ____________________________________________________________________________
14871 [ 14267] By: nick                                  on 2002/01/15  07:42:17
14872         Log: Hand merge of non slab allocator stuff
14873      Branch: perlio
14874            ! op.c
14875 ____________________________________________________________________________
14876 [ 14266] By: nick                                  on 2002/01/15  07:39:33
14877         Log: Slab allocator submit after resolve -ay to keep it!
14878      Branch: perlio
14879           !> op.c
14880 ____________________________________________________________________________
14881 [ 14265] By: nick                                  on 2002/01/15  07:05:06
14882         Log: Blind integrate of bulk of mainline.
14883      Branch: perlio
14884           +> (branch 173 files)
14885            - (delete 184 files)
14886           !> (integrate 146 files)
14887 ____________________________________________________________________________
14888 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
14889         Log: Pod nits.
14890      Branch: perl
14891            ! lib/Unicode/UCD.pm pod/perlunicode.pod
14892 ____________________________________________________________________________
14893 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
14894         Log: The Unicode categories doc patch to go with #14254,
14895              from Jeffrey.
14896      Branch: perl
14897            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
14898 ____________________________________________________________________________
14899 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
14900         Log: There isn't going to be perl.third.exe.
14901      Branch: perl
14902            ! Makefile.SH
14903 ____________________________________________________________________________
14904 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
14905         Log: Subject: [PATCH] small coredump correction
14906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14907              Date: Tue, 15 Jan 2002 00:22:52 +0100
14908              Message-ID: <20020115002252.I691@rafael>
14909      Branch: perl
14910            ! op.c
14911 ____________________________________________________________________________
14912 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
14913         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
14914              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14915              Date: Mon, 14 Jan 2002 23:03:04 +0100
14916              Message-ID: <20020114230304.A691@rafael>   
14917              
14918              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
14919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14920              Date: Mon, 14 Jan 2002 23:18:43 +0100
14921              Message-ID: <20020114231843.E691@rafael>   
14922      Branch: perl
14923            ! pod/perlsub.pod t/op/override.t toke.c
14924 ____________________________________________________________________________
14925 [ 14259] By: nick                                  on 2002/01/14  22:02:49
14926         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
14927              Need to use CopXXXXX macros everywhere and add CopSTASH_free
14928              Add new scope type and add support for it to scope.c and scope stack
14929              dup-er in sv.c. Add savesharedpv().
14930              Also zealous version of Win32's vmem.h to catch all the abuses.
14931              With this t/op/fork.t passes even with zealous checking and 
14932              checker is point a finger at various threads/shared issues.
14933              
14934              PL_curcop->cop_io is still an issue.
14935      Branch: perlio
14936            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
14937            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
14938            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
14939            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
14940            ! win32/vmem.h win32/win32.c win32/win32.h
14941 ____________________________________________________________________________
14942 [ 14258] By: nick                                  on 2002/01/14  20:24:28
14943         Log: Integrate build parts of mainline
14944      Branch: perlio
14945           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
14946           !> lib/ExtUtils/t/MM_Win32.t
14947 ____________________________________________________________________________
14948 [ 14257] By: nick                                  on 2002/01/14  16:10:54
14949         Log: Inverted sense of special-ness of specialCopIO - supposed to 
14950              be true if value is "special" i.e. NOT an SV.
14951      Branch: perlio
14952            ! perlio.h
14953 ____________________________________________________________________________
14954 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
14955         Log: Update Changes.
14956      Branch: perl
14957            ! Changes patchlevel.h
14958 ____________________________________________________________________________
14959 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
14960         Log: Retract #14251 (the op slab allocator from perlio)
14961              until we figure out why 2.2.19 x86 debian gets
14962              a circular sibling chain and therefore hangs in
14963              the Perl_ck_subr() sibling for-loop.
14964      Branch: perl
14965            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
14966            ! perlapi.c perlapi.h proto.h
14967 ____________________________________________________________________________
14968 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
14969         Log: Big mktables rewrite from Jeffrey;
14970              documentation not yet updated.
14971      Branch: perl
14972            + (add 171 files)
14973            - (delete 182 files)
14974            ! (edit 135 files)
14975 ____________________________________________________________________________
14976 [ 14253] By: ams                                   on 2002/01/14  03:15:05
14977         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
14978              From: Michael G Schwern <schwern@pobox.com>
14979              Date: Sun, 13 Jan 2002 21:00:07 -0500
14980              Message-Id: <20020114020007.GB2877@blackrider>
14981      Branch: perl
14982            ! lib/Cwd.pm
14983 ____________________________________________________________________________
14984 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
14985         Log: Subject: Re: Win32 status - progress !
14986              From: Abe Timmerman <abe@ztreet.demon.nl>       
14987              Date: Mon, 14 Jan 2002 02:29:51 +0100
14988              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
14989      Branch: perl
14990            ! lib/ExtUtils/t/MM_Win32.t
14991 ____________________________________________________________________________
14992 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
14993         Log: Integrate perlio.
14994              
14995              Slab allocator for ops
14996              - moved the statics to intrpvar.h
14997              - implemented Slab_Free()
14998              - uses PerlMemShared (for now) if distinction exists.
14999      Branch: perl
15000           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
15001           !> perlapi.c perlapi.h proto.h
15002 ____________________________________________________________________________
15003 [ 14250] By: nick                                  on 2002/01/13  23:22:34
15004         Log: Slab allocator for ops
15005              - moved the statics to intrpvar.h
15006              - implemented Slab_Free()
15007              - uses PerlMemShared (for now) if distinction exists.
15008      Branch: perlio
15009            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
15010            ! perlapi.c perlapi.h proto.h
15011 ____________________________________________________________________________
15012 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
15013         Log: Start a new test category: uni.  Much of t/op/pat
15014              should probably be moved here, but holding on that
15015              until Jeffrey finishes his big mktables rewrite.
15016              Bits and pieces of op/split, op/pack, op/append,
15017              op/join, could probably be moved to respective uni
15018              tests, too.
15019      Branch: perl
15020            + t/uni/fold.t t/uni/sprintf.t
15021            - t/op/unifold.t t/op/unisprintf.t
15022            ! MANIFEST t/TEST t/harness
15023 ____________________________________________________________________________
15024 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
15025         Log: Subject: [PATCH] enable Win32 to build again
15026              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15027              Date: Sun, 13 Jan 2002 21:49:24 +0100
15028              Message-ID: <3C4200E4.15926.23F6131@localhost>
15029              
15030              miniperl.exe.exe does not exe that well.
15031      Branch: perl
15032            ! lib/ExtUtils/MM_Unix.pm
15033 ____________________________________________________________________________
15034 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
15035         Log: Mention some of the load-affected tests.
15036      Branch: perl
15037            ! INSTALL
15038 ____________________________________________________________________________
15039 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
15040         Log: Move the UTF-8 conversion code earlier so that
15041              op/ver is happy.
15042      Branch: perl
15043            ! sv.c t/op/ver.t
15044 ____________________________________________________________________________
15045 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
15046         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
15047              have diverged quite a bit so no updates there.
15048      Branch: perl
15049            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
15050            ! ext/List/Util/lib/List/Util.pm
15051            ! ext/List/Util/lib/Scalar/Util.pm
15052 ____________________________________________________________________________
15053 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
15054         Log: Make the crypt() pickier: if downgrading doesn't work,
15055              croak.
15056      Branch: perl
15057            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
15058 ____________________________________________________________________________
15059 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
15060         Log: Grow the buffer in case Unicode caused size changes
15061              (and it very probably did).
15062      Branch: perl
15063            ! sv.c
15064 ____________________________________________________________________________
15065 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
15066         Log: Future-proofing from Jeffrey Friedl (for conflicting
15067              In* and Is* names).
15068      Branch: perl
15069            ! lib/utf8_heavy.pl
15070 ____________________________________________________________________________
15071 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
15072         Log: Subject: [PATCH] Re: Warning in B.xs
15073              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15074              Date: Sun, 13 Jan 2002 19:39:52 +0100
15075              Message-ID: <3C41E288.20562.1C8C895@localhost>
15076      Branch: perl
15077            ! ext/B/B.xs
15078 ____________________________________________________________________________
15079 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
15080         Log: Subject: Re: lookbehind broken with latest bleedperl
15081              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15082              Date: Sun, 13 Jan 2002 18:06:22 +0000
15083              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
15084      Branch: perl
15085            ! regexec.c t/op/re_tests
15086 ____________________________________________________________________________
15087 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
15088         Log: Subject: [PATCH] more MM_Unix.t tests
15089              From: Tels <perl_dummy@bloodgate.com>
15090              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
15091              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
15092              
15093              Subject: [PATCH] 14220 misunderstood, I bet          
15094              From: andreas.koenig@anima.de (Andreas J. Koenig)
15095              Date: 12 Jan 2002 21:31:58 +0100
15096              Message-ID: <m3k7un8g5d.fsf@anima.de>
15097      Branch: perl
15098            ! lib/ExtUtils/t/MM_Unix.t
15099 ____________________________________________________________________________
15100 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
15101         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
15102              From: Tels <perl_dummy@bloodgate.com>
15103              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
15104              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
15105              
15106              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
15107              From: Tels <perl_dummy@bloodgate.com>
15108              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
15109              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
15110      Branch: perl
15111            ! lib/ExtUtils/MM_Unix.pm
15112 ____________________________________________________________________________
15113 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
15114         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
15115              From: Nicholas Clark <nick@unfortu.net> 
15116              Date: Sun, 13 Jan 2002 15:58:34 +0000
15117              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
15118      Branch: perl
15119            ! lib/Benchmark.t
15120 ____________________________________________________________________________
15121 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
15122         Log: Anton Berezin did more reading and the uid setting story
15123              gets more complex.
15124      Branch: perl
15125            ! pod/perltodo.pod utils/perldoc.PL
15126 ____________________________________________________________________________
15127 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
15128         Log: Integrate perlio;
15129              
15130              Win32 fixes:
15131              - vmem.h hack to handle free-by-wrong-thread after eval "".
15132              - Initialize timerid 
15133      Branch: perl
15134           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
15135 ____________________________________________________________________________
15136 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
15137         Log: Subject: Re: HiRes
15138              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15139              Date: Sun, 13 Jan 2002 10:18:46 +0100
15140              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
15141              
15142              Give up on socketpair in HP-UX.
15143      Branch: perl
15144            ! ext/Socket/socketpair.t
15145 ____________________________________________________________________________
15146 [ 14233] By: nick                                  on 2002/01/13  16:29:30
15147         Log: Integrate mainline
15148      Branch: perlio
15149           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
15150           !> (integrate 46 files)
15151 ____________________________________________________________________________
15152 [ 14232] By: nick                                  on 2002/01/13  15:37:48
15153         Log: Win32 fixes:
15154              - vmem.h hack to handle free-by-wrong-thread after eval "".
15155              - Initialize timerid 
15156      Branch: perlio
15157            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
15158 ____________________________________________________________________________
15159 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
15160         Log: *groan*
15161      Branch: perl
15162            ! t/op/pat.t
15163 ____________________________________________________________________________
15164 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
15165         Log: One more sharp s case found by Jeffrey.
15166      Branch: perl
15167            ! regexec.c t/op/pat.t
15168 ____________________________________________________________________________
15169 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
15170         Log: Comment tweak.
15171      Branch: perl
15172            ! regexec.c
15173 ____________________________________________________________________________
15174 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
15175         Log: Don't bother checking for the Greek special
15176              cases if the node is too short.
15177      Branch: perl
15178            ! regcomp.c
15179 ____________________________________________________________________________
15180 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
15181         Log: Update Changes.
15182      Branch: perl
15183            ! Changes patchlevel.h
15184 ____________________________________________________________________________
15185 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
15186         Log: metaconfig unit change for #14225.
15187      Branch: metaconfig
15188            + U/modified/i_ndbm.U
15189 ____________________________________________________________________________
15190 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
15191         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
15192              From: Jonathan Stowe <gellyfish@gellyfish.com>
15193              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
15194              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
15195      Branch: perl
15196            ! Configure config_h.SH
15197 ____________________________________________________________________________
15198 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
15199         Log: Quick reformat using indent -kr -nce, as requested
15200              by Dan Kogai and suggest by NI-S.
15201      Branch: perl
15202            ! ext/Encode/encengine.c
15203 ____________________________________________________________________________
15204 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
15205         Log: Couple more Unicode lookbehind tests.
15206      Branch: perl
15207            ! t/op/pat.t
15208 ____________________________________________________________________________
15209 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
15210         Log: Sharp S as a special treat for our German UTF-8 testers :-)
15211      Branch: perl
15212            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
15213 ____________________________________________________________________________
15214 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
15215         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
15216              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15217              Date: Sat, 12 Jan 2002 20:37:32 +0100
15218              Message-ID: <3C409E8C.16203.196C2D3@localhost>
15219      Branch: perl
15220            ! ext/B/B/Deparse.pm
15221 ____________________________________________________________________________
15222 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
15223         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
15224              really worth the bits it's printed on?
15225      Branch: perl
15226            ! lib/ExtUtils/t/MM_Unix.t
15227 ____________________________________________________________________________
15228 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
15229         Log: Special treatment for U+03B0 and U+0390 in //i,
15230              this means that we can remove the minlen pessimisations
15231              introduced by the #14096.
15232      Branch: perl
15233            ! pp_hot.c regcomp.c regexec.c
15234 ____________________________________________________________________________
15235 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
15236         Log: Integrate perlio;
15237              
15238              Abstract out the cloning of SvPVX and handle shared pv in a 
15239              safe (if suboptimal) manner. Does not fix op/fork.t :-(
15240              
15241              Win32-ize socketpair test
15242              - Win32 can fork even though $Config{d_fork} is undef
15243              - SOCK_DGRAM does not work - skip those tests.
15244      Branch: perl
15245           !> ext/Socket/socketpair.t sv.c
15246 ____________________________________________________________________________
15247 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
15248         Log: One should first drop the real uid, not the effective uid.
15249              [ID 20020110.003]
15250      Branch: perl
15251            ! utils/perldoc.PL
15252 ____________________________________________________________________________
15253 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
15254         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
15255              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15256              Date: Fri, 11 Jan 2002 23:29:48 +0100
15257              Message-ID: <3C3F756C.4581.2E2A938@localhost>
15258      Branch: perl
15259            + ext/B/C/C.xs ext/B/C/Makefile.PL
15260            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
15261            ! utils/perlcc.PL
15262 ____________________________________________________________________________
15263 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
15264         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
15265              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
15266              Date: Fri, 11 Jan 2002 14:29:30 -0800
15267              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
15268      Branch: perl
15269            ! ext/B/t/concise.t
15270 ____________________________________________________________________________
15271 [ 14214] By: nick                                  on 2002/01/12  12:31:12
15272         Log: Win32-ize socketpair test
15273              - Win32 can fork even though $Config{d_fork} is undef
15274              - SOCK_DGRAM does not work - skip those tests.
15275      Branch: perlio
15276            ! ext/Socket/socketpair.t
15277 ____________________________________________________________________________
15278 [ 14213] By: nick                                  on 2002/01/12  11:46:28
15279         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
15280              safe (if suboptimal) manner. Does not fix op/fork.t :-(
15281      Branch: perlio
15282            ! sv.c
15283 ____________________________________________________________________________
15284 [ 14212] By: ams                                   on 2002/01/12  06:10:52
15285         Log: Subject: [PATCH] More fixes for Stratus VOS
15286              From: "Green, Paul" <Paul.Green@stratus.com>
15287              Date: Fri, 11 Jan 2002 17:30:37 -0500
15288              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
15289      Branch: perl
15290            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
15291 ____________________________________________________________________________
15292 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
15293         Log: Upgrade to CGI.pm 2.80.
15294      Branch: perl
15295            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
15296 ____________________________________________________________________________
15297 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
15298         Log: FAQ sync.
15299      Branch: perl
15300            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15301            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15302            ! pod/perlfaq8.pod
15303 ____________________________________________________________________________
15304 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
15305         Log: This is getting embarrassing.
15306      Branch: perl
15307            ! t/op/pat.t
15308 ____________________________________________________________________________
15309 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
15310         Log: Doc tweaks.
15311      Branch: perl
15312            ! pod/perlunicode.pod
15313 ____________________________________________________________________________
15314 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
15315         Log: Updating the test count is good; also rephrasing
15316              so that there is no ok output containing "not".
15317      Branch: perl
15318            ! t/op/pat.t
15319 ____________________________________________________________________________
15320 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
15321         Log: Andreas is busy :-)
15322      Branch: perl
15323            ! doop.c t/op/unisprintf.t
15324 ____________________________________________________________________________
15325 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
15326         Log: Unicode lookbehind looked bad.
15327      Branch: perl
15328            ! regexec.c t/op/pat.t
15329 ____________________________________________________________________________
15330 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
15331         Log: Garbage collection.
15332      Branch: perl
15333            ! t/run/kill_perl.t
15334 ____________________________________________________________________________
15335 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
15336         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
15337              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15338              Date: Fri, 11 Jan 2002 23:29:48 +0100
15339              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
15340      Branch: perl
15341            ! embed.fnc global.sym makedef.pl
15342 ____________________________________________________________________________
15343 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
15344         Log: Subject: [PATCH] perldelta nit?
15345              From: Robert Spier <rspier@pobox.com>
15346              Date: Fri, 11 Jan 2002 15:19:16 -0800
15347              Message-ID: <15423.29428.164185.251700@rls.cx>
15348      Branch: perl
15349            ! pod/perldelta.pod
15350 ____________________________________________________________________________
15351 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
15352         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
15353              From: Michael G Schwern <schwern@pobox.com>
15354              Date: Fri, 11 Jan 2002 17:08:17 -0500
15355              Message-ID: <20020111220817.GG2838@blackrider>
15356      Branch: perl
15357            ! t/run/kill_perl.t t/test.pl
15358 ____________________________________________________________________________
15359 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
15360         Log: Subject: [PATCH] Correct misleading error message
15361              From: Mike Guy <mjtg@cam.ac.uk>
15362              Date: Fri, 11 Jan 2002 18:36:33 +0000
15363              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
15364              
15365              hash assignment -> anonymous hash
15366      Branch: perl
15367            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
15368 ____________________________________________________________________________
15369 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
15370         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
15371              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15372              Date: Fri, 11 Jan 2002 16:58:14 +0100
15373              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
15374      Branch: perl
15375            ! ext/Unicode/Normalize/mkheader
15376 ____________________________________________________________________________
15377 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
15378         Log: Add a new test for is-sprintf-preserving Unicodeness:
15379              #14194 and an old one from kill_perl.t (I could have used
15380              sprintf.t, but it's format was quite fixed, and I didn't
15381              feel like breaking the format)
15382      Branch: perl
15383            + t/op/unisprintf.t
15384            ! MANIFEST t/run/kill_perl.t
15385 ____________________________________________________________________________
15386 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
15387         Log: Integrate perlio;
15388              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
15389      Branch: perl
15390           !> win32/win32.c
15391 ____________________________________________________________________________
15392 [ 14196] By: nick                                  on 2002/01/11  20:58:20
15393         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
15394              as C runtime seems to get its hands on them even though we said
15395              they were handled.
15396              Still an issue with "die" out of signal handler - get panic: pp_iter
15397      Branch: perlio
15398            ! win32/win32.c
15399 ____________________________________________________________________________
15400 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
15401         Log: Integrate perlio;
15402              A mostly-stable version of "new" Win32 signal/kill support.
15403      Branch: perl
15404           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
15405           !> win32/config.gc win32/config.vc win32/config_H.bc
15406           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
15407           !> win32/makefile.mk win32/win32.c win32/win32.h
15408 ____________________________________________________________________________
15409 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
15410         Log: Fix for
15411              
15412              Subject: UTF-8 sprintf bug in bleadperl
15413              From: andreas.koenig@anima.de (Andreas J. Koenig)
15414              Date: 11 Jan 2002 15:47:15 +0100
15415              Message-ID: <m3vge99c7g.fsf@anima.de>
15416              
15417              I have tests, have just to figure out where to put them
15418              since op/sprintf looks a bit unfriendly for tests of
15419              somewhat freer form.
15420      Branch: perl
15421            ! doop.c sv.c
15422 ____________________________________________________________________________
15423 [ 14193] By: nick                                  on 2002/01/11  18:25:34
15424         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
15425              Builds and passes a few tests.
15426      Branch: perlio
15427           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
15428           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
15429           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
15430           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
15431           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
15432           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15433           +> t/lib/sample-tests/lone_not_bug
15434           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
15435           +> t/lib/sample-tests/vms_nit
15436           !> (integrate 63 files)
15437 ____________________________________________________________________________
15438 [ 14192] By: nick                                  on 2002/01/11  17:49:39
15439         Log: A mostly-stable version of "new" Win32 signal/kill support.
15440      Branch: perlio
15441            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
15442            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15443            ! win32/config_h.PL win32/makefile.mk win32/win32.c
15444            ! win32/win32.h
15445 ____________________________________________________________________________
15446 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
15447         Log: Update Changes.
15448      Branch: perl
15449            ! Changes patchlevel.h
15450 ____________________________________________________________________________
15451 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
15452         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
15453              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15454              Date: Thu, 10 Jan 2002 18:21:34 -0800
15455              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
15456      Branch: perl
15457            + ext/B/t/concise.t
15458            ! MANIFEST
15459 ____________________________________________________________________________
15460 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
15461         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
15462              necessary in form.t and html.t @INC setups.
15463      Branch: perl
15464            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
15465 ____________________________________________________________________________
15466 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
15467         Log: Yet another twist.
15468      Branch: perl
15469            ! t/test.pl
15470 ____________________________________________________________________________
15471 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
15472         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
15473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15474              Date: Fri, 11 Jan 2002 13:04:15 +0100      
15475              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
15476      Branch: perl
15477            ! hints/aix.sh
15478 ____________________________________________________________________________
15479 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
15480         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
15481              From: Jonathan Stowe <gellyfish@gellyfish.com> 
15482              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
15483              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
15484      Branch: perl
15485            ! lib/AnyDBM_File.t
15486 ____________________________________________________________________________
15487 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
15488         Log: Arguments were being mangled.
15489      Branch: perl
15490            ! t/test.pl
15491 ____________________________________________________________________________
15492 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
15493         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
15494              From: Jonathan Stowe <gellyfish@gellyfish.com>
15495              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
15496              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
15497      Branch: perl
15498            ! lib/AnyDBM_File.t
15499 ____________________________________________________________________________
15500 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
15501         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
15502              From: Michael G Schwern <schwern@pobox.com> 
15503              Date: Fri, 11 Jan 2002 04:26:27 -0500
15504              Message-ID: <20020111092626.GA16544@blackrider>
15505      Branch: perl
15506            ! t/run/kill_perl.t t/test.pl
15507 ____________________________________________________________________________
15508 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
15509         Log: Subject: [PATCH] Test::Harness 2.01
15510              From: Michael G Schwern <schwern@pobox.com> 
15511              Date: Thu, 10 Jan 2002 21:11:24 -0500
15512              Message-ID: <20020111021123.GA30666@blackrider>
15513      Branch: perl
15514            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
15515            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
15516            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
15517            + lib/Test/Harness/t/nonumbers.t
15518            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
15519            + t/lib/sample-tests/lone_not_bug
15520            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
15521            + t/lib/sample-tests/vms_nit
15522            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15523            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
15524 ____________________________________________________________________________
15525 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
15526         Log: patch is silly when creating new files: don't run
15527              patch more than once.
15528      Branch: perl
15529            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15530 ____________________________________________________________________________
15531 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
15532         Log: Forgot from #14179.
15533      Branch: perl
15534            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
15535 ____________________________________________________________________________
15536 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
15537         Log: Subject: [PATCH] is() undef/'' behavior change
15538              From: Michael G Schwern <schwern@pobox.com> 
15539              Date: Fri, 11 Jan 2002 03:35:51 -0500
15540              Message-ID: <20020111083551.GC30666@blackrider>
15541              
15542              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
15543              From: Michael G Schwern <schwern@pobox.com> 
15544              Date: Fri, 11 Jan 2002 03:37:44 -0500
15545              Message-ID: <20020111083744.GD30666@blackrider>
15546      Branch: perl
15547            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
15548            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
15549            ! lib/Pod/t/InputObjects.t lib/blib.t
15550 ____________________________________________________________________________
15551 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
15552         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
15553              From: Michael G Schwern <schwern@pobox.com> 
15554              Date: Thu, 10 Jan 2002 19:56:23 -0500
15555              Message-ID: <20020111005623.GA13192@blackrider>
15556      Branch: perl
15557            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
15558            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
15559            ! lib/Test/Simple.pm lib/Test/Simple/Changes
15560            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
15561            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15562            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15563            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
15564            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
15565            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
15566            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
15567            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
15568            ! lib/Test/Simple/t/plan_is_noplan.t
15569            ! lib/Test/Simple/t/plan_no_plan.t
15570            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
15571            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
15572            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
15573            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
15574            ! lib/Test/Tutorial.pod
15575 ____________________________________________________________________________
15576 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
15577         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
15578              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
15579              
15580              turns out even the malloc() was never really needed to begin with,
15581              so get rid of it
15582      Branch: perl
15583            ! sv.c
15584 ____________________________________________________________________________
15585 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
15586         Log: Small doc tweaks.
15587      Branch: perl
15588            ! pod/perluniintro.pod
15589 ____________________________________________________________________________
15590 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
15591         Log: support using the CRT's malloc() family of functions instead of
15592              the internal one when ithreads is enabled; allocate large blocks
15593              using VirtualAlloc() since the Heap*() functions may only be tuned
15594              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
15595              
15596              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
15597              also see comments at the top of win32/vmem.h for other options that
15598              can be set
15599      Branch: perl
15600            ! win32/vmem.h
15601 ____________________________________________________________________________
15602 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
15603         Log: Subject: micropatch
15604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15605              Date: Thu, 10 Jan 2002 18:20:58 +0000
15606              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
15607      Branch: perl
15608            ! regcomp.c
15609 ____________________________________________________________________________
15610 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
15611         Log: Subject: [PATCH] Embed.t on Win32
15612              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15613              Date: Thu, 10 Jan 2002 18:56:21 +0100
15614              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
15615      Branch: perl
15616            ! lib/ExtUtils/t/Embed.t
15617 ____________________________________________________________________________
15618 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
15619         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
15620              From: Gisle Aas <gisle@ActiveState.com>
15621              Date: 10 Jan 2002 08:56:05 -0800
15622              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
15623      Branch: perl
15624            ! toke.c
15625 ____________________________________________________________________________
15626 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
15627         Log: Subject: [PATCH] doc fixes
15628              From: "Brendan O'Dea" <bod@debian.org>
15629              Date: Fri, 11 Jan 2002 03:49:54 +1100
15630              Message-ID: <20020110164954.GA21891@compusol.com.au>
15631      Branch: perl
15632            ! lib/I18N/Collate.pm pod/perlfunc.pod
15633 ____________________________________________________________________________
15634 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
15635         Log: Integrate perlio; More signal hackery.
15636      Branch: perl
15637           !> win32/win32.c
15638 ____________________________________________________________________________
15639 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
15640         Log: No need to show internal encodings, or return them
15641              in random order.
15642      Branch: perl
15643            ! ext/Encode/Encode.pm
15644 ____________________________________________________________________________
15645 [ 14168] By: nick                                  on 2002/01/10  17:33:31
15646         Log: Integrate mainline
15647      Branch: perlio
15648            - ext/Unicode/Normalize/Normalize.pod
15649           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15650           !> ext/Unicode/Normalize/Makefile.PL
15651           !> ext/Unicode/Normalize/Normalize.pm
15652           !> ext/Unicode/Normalize/Normalize.xs
15653           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
15654           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
15655           !> t/run/kill_perl.t toke.c
15656 ____________________________________________________________________________
15657 [ 14167] By: nick                                  on 2002/01/10  17:08:35
15658         Log: More signal hackery
15659      Branch: perlio
15660            ! win32/win32.c
15661 ____________________________________________________________________________
15662 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
15663         Log: I think we can claim to be supporting Unicode
15664              "loose matching" now.
15665      Branch: perl
15666            ! pod/perlunicode.pod
15667 ____________________________________________________________________________
15668 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
15669         Log: Subject: doc patch
15670              From: mjd@plover.com
15671              Date: 10 Jan 2002 15:12:27 -0000
15672              Message-ID: <20020110151227.14850.qmail@plover.com>
15673      Branch: perl
15674            ! pod/perlrun.pod
15675 ____________________________________________________________________________
15676 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
15677         Log: Subject: Re: [ID 20011223.001] accept leaks memory
15678              From: Andy Dougherty <doughera@lafayette.edu>
15679              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
15680              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
15681      Branch: perl
15682            ! hints/linux.sh
15683 ____________________________________________________________________________
15684 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
15685         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
15686      Branch: perl
15687           !> win32/win32.c
15688 ____________________________________________________________________________
15689 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
15690         Log: Subject: [PATCH] Magic numbers in B::Concise
15691              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
15692              Date: Wed, 9 Jan 2002 23:04:01 -0800
15693              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
15694      Branch: perl
15695            ! ext/B/B/Concise.pm ext/B/O.pm
15696 ____________________________________________________________________________
15697 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
15698         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
15699              From: Gisle Aas <gisle@ActiveState.com>
15700              Date: 09 Jan 2002 21:52:40 -0800
15701              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
15702      Branch: perl
15703            ! t/lib/strict/vars toke.c
15704 ____________________________________________________________________________
15705 [ 14160] By: nick                                  on 2002/01/09  21:29:39
15706         Log: Skeleton coding of more kill() support on Win32.
15707      Branch: perlio
15708            ! win32/win32.c
15709 ____________________________________________________________________________
15710 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
15711         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
15712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15713              Date: Wed, 9 Jan 2002 23:24:32 +0100
15714              Message-ID: <20020109232432.A692@rafael>
15715      Branch: perl
15716            ! ext/B/B/Deparse.pm
15717 ____________________________________________________________________________
15718 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
15719         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
15720              From: Jonathan Stowe <gellyfish@gellyfish.com>
15721              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
15722              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
15723      Branch: perl
15724            ! t/run/kill_perl.t
15725 ____________________________________________________________________________
15726 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
15727         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
15728              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15729              Date: Wed, 09 Jan 2002 20:16:54 +0000
15730              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
15731      Branch: perl
15732            ! regexec.c
15733 ____________________________________________________________________________
15734 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
15735         Log: Subject: [Patch @14129] fixes Unicode::Normalize
15736              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15737              Date: Thu, 10 Jan 2002 01:08:56 +0900
15738              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
15739      Branch: perl
15740            - ext/Unicode/Normalize/Normalize.pod
15741            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
15742            ! ext/Unicode/Normalize/Normalize.pm
15743            ! ext/Unicode/Normalize/Normalize.xs
15744            ! ext/Unicode/Normalize/mkheader
15745 ____________________________________________________________________________
15746 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
15747         Log: Integrate perlio; (Re-)implement alarm() for Win32.
15748      Branch: perl
15749           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
15750           !> win32/win32iop.h
15751 ____________________________________________________________________________
15752 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
15753         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
15754              From: Nicholas Clark <nick@unfortu.net>
15755              Date: Wed, 9 Jan 2002 17:56:04 +0000
15756              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
15757      Branch: perl
15758            ! t/op/readdir.t
15759 ____________________________________________________________________________
15760 [ 14153] By: nick                                  on 2002/01/09  16:18:57
15761         Log: Integrate mainline
15762      Branch: perlio
15763           +> ext/threads/t/stress_re.t t/op/unifold.t
15764            - lib/unifold.t
15765           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
15766           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
15767           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
15768 ____________________________________________________________________________
15769 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
15770         Log: Update Changes.
15771      Branch: perl
15772            ! Changes patchlevel.h
15773 ____________________________________________________________________________
15774 [ 14151] By: nick                                  on 2002/01/09  14:27:36
15775         Log: (Re-)implement alarm() for Win32.
15776      Branch: perlio
15777            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
15778            ! win32/win32iop.h
15779 ____________________________________________________________________________
15780 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
15781         Log: Thinko.
15782      Branch: perl
15783            ! ext/threads/t/stress_re.t
15784 ____________________________________________________________________________
15785 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
15786         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
15787              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
15788              Date: Wed, 09 Jan 2002 13:37:17 +0000                
15789              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
15790      Branch: perl
15791            ! regexec.c t/op/re_tests
15792 ____________________________________________________________________________
15793 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
15794         Log: Subject: Re: Weird Malformed warning in bleadperl    
15795              From: andreas.koenig@anima.de (Andreas J. Koenig)    
15796              Date: 09 Jan 2002 11:12:37 +0100
15797              Message-ID: <m3itabbzoq.fsf@anima.de>
15798      Branch: perl
15799            ! regexec.c t/op/pat.t
15800 ____________________________________________________________________________
15801 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
15802         Log: Forgot stress_re.t from MANIFEST.
15803      Branch: perl
15804            ! MANIFEST
15805 ____________________________________________________________________________
15806 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
15807         Log: In dumping use isPRINT() instead of isprint() so that locale
15808              does not come into play.
15809      Branch: perl
15810            ! utf8.c
15811 ____________________________________________________________________________
15812 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
15813         Log: Add a threads stress test for regular expressions
15814              (mostly just a modified stress_string.t) and doesn't
15815              test that much of regular expressions, just that $1
15816              doesn't get stomped by competing threads (as it does
15817              in the 5005threads of old).
15818      Branch: perl
15819            + ext/threads/t/stress_re.t
15820            ! MANIFEST
15821 ____________________________________________________________________________
15822 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
15823         Log: (retracted by #14307)
15824              Subject: Re: [ID 20010912.007] substr reference core dump
15825              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15826              Date: Tue, 08 Jan 2002 19:17:50 +0000
15827              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
15828      Branch: perl
15829            ! scope.c t/run/kill_perl.t
15830 ____________________________________________________________________________
15831 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
15832         Log: SANY (. with /s) wasn't happy on Unicode.
15833      Branch: perl
15834            ! regexec.c t/op/pat.t
15835 ____________________________________________________________________________
15836 [ 14142] By: ams                                   on 2002/01/08  22:42:10
15837         Log: Subject: [PATCH] perldebug nit
15838              From: Tels <tels@bloodgate.com>
15839              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
15840      Branch: perl
15841            ! pod/perldebug.pod
15842 ____________________________________________________________________________
15843 [ 14141] By: ams                                   on 2002/01/08  21:32:59
15844         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
15845              From: "Green, Paul" <Paul.Green@stratus.com>
15846              Date: Tue, 8 Jan 2002 17:31:35 -0500
15847              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
15848      Branch: perl
15849            ! Makefile.SH
15850 ____________________________________________________________________________
15851 [ 14140] By: ams                                   on 2002/01/08  21:27:57
15852         Log: Subject: [PATCH] Re: Slight chokage from Deparse
15853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15854              Date: Tue, 8 Jan 2002 23:04:45 +0100
15855              Message-Id: <20020108230445.A4798@rafael>
15856      Branch: perl
15857            ! ext/B/B/Deparse.pm
15858 ____________________________________________________________________________
15859 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
15860         Log: Subject: [patch] peep() is rude
15861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
15862              Date: Tue, 08 Jan 2002 19:17:50 +0000            
15863              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
15864      Branch: perl
15865            ! op.c t/run/kill_perl.t
15866 ____________________________________________________________________________
15867 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
15868         Log: unifold is really an op test since it requires
15869              no external modules for its actual testing:
15870              only the unicore CaseFold.txt file, and File::Spec
15871              to portably access that file.
15872      Branch: perl
15873            + t/op/unifold.t
15874            - lib/unifold.t
15875            ! MANIFEST
15876 ____________________________________________________________________________
15877 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
15878         Log: Subject: [patch] save a test 
15879              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15880              Date: Tue, 08 Jan 2002 16:18:47 +0000
15881              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
15882      Branch: perl
15883            ! regcomp.c
15884 ____________________________________________________________________________
15885 [ 14136] By: nick                                  on 2002/01/08  16:11:55
15886         Log: Integrate mainline
15887      Branch: perlio
15888           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
15889           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
15890           !> (integrate 37 files)
15891 ____________________________________________________________________________
15892 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
15893         Log: Subject: Not OK 13843 
15894              From: andreas.koenig@anima.de (Andreas J. Koenig)
15895              Date: 08 Jan 2002 14:12:29 +0100
15896              Message-ID: <m38zb9c7gi.fsf@anima.de>
15897      Branch: perl
15898            ! op.c t/op/subst.t
15899 ____________________________________________________________________________
15900 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
15901         Log: Missed one variant of the fold testing, noticed bu Hugo.
15902      Branch: perl
15903            ! lib/unifold.t
15904 ____________________________________________________________________________
15905 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
15906         Log: Enchance the Storable magic description.
15907      Branch: perl
15908            ! ext/Storable/Storable.pm
15909 ____________________________________________________________________________
15910 [ 14132] By: ams                                   on 2002/01/08  09:16:12
15911         Log: Subject: [PATCH] don't installperl pods
15912              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15913              Date: Tue, 08 Jan 2002 10:36:01 +0100
15914              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
15915      Branch: perl
15916            ! installperl
15917 ____________________________________________________________________________
15918 [ 14131] By: ams                                   on 2002/01/08  03:38:40
15919         Log: Subject: Math-BigInt v1.49 released
15920              From: Tels <perl_dummy@bloodgate.com>
15921              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
15922      Branch: perl
15923            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
15924            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
15925            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15926            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
15927            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
15928            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
15929            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
15930            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
15931            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
15932            ! t/lib/Math/BigInt/Subclass.pm
15933 ____________________________________________________________________________
15934 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
15935         Log: A little better comments.
15936      Branch: perl
15937            ! regexec.c
15938 ____________________________________________________________________________
15939 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
15940         Log: No normalization form DNF.
15941      Branch: perl
15942            ! ext/Unicode/Normalize/Normalize.pm
15943 ____________________________________________________________________________
15944 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
15945         Log: Extension nits found by -Wall (several from threads
15946              and threads::shared, but leaving them to Arthur).
15947      Branch: perl
15948            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
15949            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
15950            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
15951            ! ext/Unicode/Normalize/mkheader x2p/str.c
15952 ____________________________________________________________________________
15953 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
15954         Log: Sync up Changes etc.
15955      Branch: maint-5.6/macperl
15956            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
15957 ____________________________________________________________________________
15958 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
15959         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
15960      Branch: maint-5.6/macperl
15961            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
15962 ____________________________________________________________________________
15963 [ 14125] By: ams                                   on 2002/01/07  22:03:22
15964         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
15965              From: Nicholas Clark (sans From field in mail header)
15966              Date: Mon, 7 Jan 2002 16:18:23 +0000
15967              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
15968      Branch: perl
15969            ! lib/Exporter.pm
15970 ____________________________________________________________________________
15971 [ 14124] By: ams                                   on 2002/01/07  21:46:11
15972         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
15973              From: "Green, Paul" <Paul.Green@stratus.com>
15974              Date: Mon, 7 Jan 2002 16:59:38 -0500
15975              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
15976      Branch: perl
15977            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
15978 ____________________________________________________________________________
15979 [ 14123] By: nick                                  on 2002/01/07  18:49:55
15980         Log: Integrate mainline
15981      Branch: perlio
15982           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
15983           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
15984           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
15985           !> regexec.c t/op/re_tests utf8.c utf8.h
15986 ____________________________________________________________________________
15987 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
15988         Log: Update Changes.
15989      Branch: perl
15990            ! Changes patchlevel.h
15991 ____________________________________________________________________________
15992 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
15993         Log: Subject: [PATCH] Correct module name in perldelta*
15994              From: Mike Guy <mjtg@cam.ac.uk>
15995              Date: Mon, 07 Jan 2002 17:02:43 +0000
15996              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
15997      Branch: perl
15998            ! pod/perl561delta.pod pod/perl56delta.pod
15999 ____________________________________________________________________________
16000 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
16001         Log: AUTHORS update.
16002      Branch: perl
16003            ! AUTHORS
16004 ____________________________________________________________________________
16005 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
16006         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
16007      Branch: perl
16008            ! ext/Storable/Storable.pm
16009 ____________________________________________________________________________
16010 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
16011         Log: perldelta updates.
16012      Branch: perl
16013            ! pod/perldelta.pod
16014 ____________________________________________________________________________
16015 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
16016         Log: Document the flags of pv_uni_display().
16017      Branch: perl
16018            ! pod/perlapi.pod utf8.c
16019 ____________________________________________________________________________
16020 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
16021         Log: Forgot from #14115.
16022      Branch: perl
16023            ! t/op/re_tests
16024 ____________________________________________________________________________
16025 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
16026         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
16027              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
16028              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
16029              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
16030      Branch: perl
16031            ! regcomp.c
16032 ____________________________________________________________________________
16033 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
16034         Log: More regex and utf8 debug dumping.
16035      Branch: perl
16036            ! dump.c regcomp.c regexec.c utf8.c utf8.h
16037 ____________________________________________________________________________
16038 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
16039         Log: Unused variable.
16040      Branch: perl
16041            ! regcomp.c
16042 ____________________________________________________________________________
16043 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
16044         Log: Regen toc.
16045      Branch: perl
16046            ! pod/perltoc.pod
16047 ____________________________________________________________________________
16048 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
16049         Log: capitalize correctly, noticed by David Dyck.
16050      Branch: perl
16051            ! lib/sort.pm
16052 ____________________________________________________________________________
16053 [ 14110] By: nick                                  on 2002/01/06  22:05:19
16054         Log: Integrate mainline - threads mended, DB_File sick?
16055      Branch: perlio
16056           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
16057           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
16058           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16059           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
16060           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
16061 ____________________________________________________________________________
16062 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
16063         Log: No need to overqualify.
16064      Branch: perl
16065            ! lib/sort.pm
16066 ____________________________________________________________________________
16067 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
16068         Log: PL_debug_pad wasn't initialized to zeroes which broke
16069              ithreads + DEBUGGING.
16070      Branch: perl
16071            ! sv.c
16072 ____________________________________________________________________________
16073 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
16074         Log: Update Changes.
16075      Branch: perl
16076            ! Changes patchlevel.h
16077 ____________________________________________________________________________
16078 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
16079         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
16080              From: Jonathan Stowe <gellyfish@gellyfish.com>
16081              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
16082              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
16083      Branch: perl
16084            ! pp_sys.c
16085 ____________________________________________________________________________
16086 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
16087         Log: DB_File sync from Paul Marquess.
16088      Branch: perl
16089            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16090            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16091            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
16092 ____________________________________________________________________________
16093 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
16094         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
16095              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
16096              Date: Sun, 6 Jan 2002 11:44:30 +0100
16097              Message-ID: <3C38389E.7831.493570@localhost>
16098      Branch: perl
16099            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
16100            ! utils/perlcc.PL
16101 ____________________________________________________________________________
16102 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
16103         Log: Tests for #14098.
16104      Branch: perl
16105            ! t/op/lc.t
16106 ____________________________________________________________________________
16107 [ 14102] By: nick                                  on 2002/01/06  11:33:55
16108         Log: Integrate mainline (PPPort still multi-building).
16109      Branch: perlio
16110           +> lib/unifold.t
16111           !> (integrate 30 files)
16112 ____________________________________________________________________________
16113 [ 14101] By: ams                                   on 2002/01/06  04:52:50
16114         Log: Subject: [PATCH] Bad prototype detection now an optional warning
16115              From: Sam Tregar <sam@tregar.com>
16116              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
16117              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
16118      Branch: perl
16119            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
16120            ! t/comp/proto.t toke.c
16121 ____________________________________________________________________________
16122 [ 14100] By: ams                                   on 2002/01/06  01:56:59
16123         Log: Subject: [PATCH] Correct several Stratus VOS build issues
16124              From: "Green, Paul" <Paul.Green@stratus.com>
16125              Date: Sat, 5 Jan 2002 21:30:56 -0500
16126              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
16127      Branch: perl
16128            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
16129 ____________________________________________________________________________
16130 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
16131         Log: Further perl.org URL elaboration from Ask.
16132      Branch: perl
16133            ! pod/perlfaq1.pod pod/perlfaq2.pod
16134 ____________________________________________________________________________
16135 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
16136         Log: The same problem with To{Lower,Title,Upper}
16137              as earlier with ToFold.
16138      Branch: perl
16139            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
16140            ! lib/unicore/To/Upper.pl lib/unicore/mktables
16141 ____________________________________________________________________________
16142 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
16143         Log: Retract #14057 for now; the alarm/setitimer timers
16144              seen to be the same in many systems, which leads into
16145              hangups.
16146      Branch: perl
16147            ! ext/Time/HiRes/HiRes.t
16148 ____________________________________________________________________________
16149 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
16150         Log: Finish up (ha!) the Unicode case folding;
16151              enhance regex dumping code.
16152      Branch: perl
16153            + lib/unifold.t
16154            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
16155            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
16156 ____________________________________________________________________________
16157 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
16158         Log: Use the perl.org news gw instead of the perl.com one
16159              (from Ask).
16160      Branch: perl
16161            ! pod/perlfaq1.pod pod/perlfaq2.pod
16162 ____________________________________________________________________________
16163 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
16164         Log: Zero() wasn't documented.
16165      Branch: perl
16166            ! pod/perlclib.pod
16167 ____________________________________________________________________________
16168 [ 14093] By: ams                                   on 2002/01/05  17:58:35
16169         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
16170              From: Nicholas Clark <nick@unfortu.net>
16171              Date: Sat, 5 Jan 2002 18:55:39 +0000
16172              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
16173      Branch: perl
16174            ! lib/Memoize/t/tie_ndbm.t
16175 ____________________________________________________________________________
16176 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
16177         Log: Also UNICOS/mk has deviant socketpair().
16178      Branch: perl
16179            ! ext/Socket/socketpair.t
16180 ____________________________________________________________________________
16181 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
16182         Log: Ooops.  Retract the regex parts of #14090.
16183      Branch: perl
16184            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
16185 ____________________________________________________________________________
16186 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
16187         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
16188              From: Nicholas Clark <nick@unfortu.net> 
16189              Date: Sat, 5 Jan 2002 18:10:13 +0000
16190              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
16191      Branch: perl
16192            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
16193            ! regcomp.h regexec.c
16194 ____________________________________________________________________________
16195 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
16196         Log: Integrate perlio; a missing aTHX.
16197      Branch: perl
16198           !> op.c
16199 ____________________________________________________________________________
16200 [ 14088] By: nick                                  on 2002/01/05  12:35:01
16201         Log: One missing aTHX_
16202      Branch: perlio
16203            ! op.c
16204 ____________________________________________________________________________
16205 [ 14087] By: nick                                  on 2002/01/05  12:00:48
16206         Log: Raw integrate of mainline - op.c looks dodgy.
16207      Branch: perlio
16208           +> lib/Pod/t/Functions.t t/op/winsystem.t
16209            - lib/File/Spec/NW5.pm t/op/system.t
16210           !> (integrate 77 files)
16211 ____________________________________________________________________________
16212 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
16213         Log: integrate changes from maint-5.6/macperl branch
16214      Branch: maint-5.6/perl
16215           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
16216           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
16217 ____________________________________________________________________________
16218 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
16219         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
16220              found by Marc Lehmann.
16221      Branch: perl
16222            ! pp.c
16223 ____________________________________________________________________________
16224 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
16225         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
16226              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16227              Date: Sat, 5 Jan 2002 00:31:12 +0100
16228              Message-ID: <20020105003112.E1850@rafael>              
16229      Branch: perl
16230            ! t/comp/proto.t
16231 ____________________________________________________________________________
16232 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
16233         Log: A bit of "perl.com" cleanup.
16234      Branch: perl
16235            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
16236            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
16237            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
16238            ! pod/perlmodlib.PL pod/perlmodlib.pod
16239 ____________________________________________________________________________
16240 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
16241         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
16242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16243              Date: Fri, 4 Jan 2002 23:35:19 +0100
16244              Message-ID: <20020104233519.A1850@rafael>
16245      Branch: perl
16246            ! op.c
16247 ____________________________________________________________________________
16248 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
16249         Log: Integrate change #14062 from macperl;
16250              Define setbuf, setvbuf for Mac OS
16251      Branch: perl
16252           !> ext/IO/IO.xs
16253 ____________________________________________________________________________
16254 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
16255         Log: Bump version, update Changes
16256      Branch: maint-5.6/macperl
16257            ! macos/Changes macos/MPVersion.r
16258 ____________________________________________________________________________
16259 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
16260         Log: Add more droplets
16261      Branch: maint-5.6/macperl
16262            + macos/macperl/Droplets/gluedialect.plx
16263            + macos/macperl/Droplets/glueedit.plx
16264            + macos/macperl/Droplets/gluemac.plx
16265            + macos/macperl/Droplets/gluescriptadds.plx
16266            + macos/macperl/Droplets/installme.plx
16267            + macos/macperl/Droplets/show_glue_pods.plx
16268            + macos/macperl/Droplets/tarzipme.plx
16269            + macos/macperl/Droplets/untarzipme.plx
16270 ____________________________________________________________________________
16271 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
16272         Log: Display the native pwd command.
16273      Branch: perl
16274            ! ext/Cwd/t/cwd.t
16275 ____________________________________________________________________________
16276 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
16277         Log: Under Mac OS X /dev/stdout is normally a symlink,
16278              but when running the test it seems to become a socket.
16279              So let's extend our censorship.
16280      Branch: perl
16281            ! t/op/stat.t
16282 ____________________________________________________________________________
16283 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
16284         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
16285      Branch: maint-5.6/macperl
16286            + macos/HandleSocket.cp
16287            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
16288            ! macos/macperl.sym
16289 ____________________________________________________________________________
16290 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
16291         Log: Doc updates
16292      Branch: maint-5.6/macperl
16293            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
16294 ____________________________________________________________________________
16295 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
16296         Log: Update libraries
16297      Branch: maint-5.6/macperl
16298            ! macos/macperl/Makefile.mk
16299 ____________________________________________________________________________
16300 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
16301         Log: Update tests to Mac::StandardFile from StandardFile.pl,
16302              plus other fixes
16303      Branch: maint-5.6/macperl
16304            ! macos/ext/Mac/Menus/t/MenuBar.t
16305            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
16306            ! macos/ext/Mac/Movies/t/PlayMovie.t
16307            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
16308            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
16309            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
16310            ! macos/ext/Mac/Resources/t/Resources.t
16311 ____________________________________________________________________________
16312 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
16313         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
16314      Branch: maint-5.6/macperl
16315            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
16316            ! macos/ext/Mac/Movies/Movies.xs
16317            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
16318            ! macos/ext/Mac/StandardFile/StandardFile.xs
16319            ! macos/ext/Mac/Windows/Windows.xs
16320 ____________________________________________________________________________
16321 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
16322         Log: Updates for Universal Headers 3.4 (forgot one)
16323      Branch: maint-5.6/macperl
16324            ! macos/macperl/MPConsole.cp
16325 ____________________________________________________________________________
16326 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
16327         Log: Updates for Universal Headers 3.4
16328      Branch: maint-5.6/macperl
16329            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
16330            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
16331            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
16332            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
16333            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
16334            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
16335            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
16336            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
16337            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
16338 ____________________________________________________________________________
16339 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
16340         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
16341              from <200112112327.JAA25434@gpo.metropolis.net.au>;
16342              don't crash on quit for 68K (MacPerl Bug #490013)
16343      Branch: maint-5.6/macperl
16344            ! macos/macish.c macos/macperl/MPConsole.cp
16345 ____________________________________________________________________________
16346 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
16347         Log: If we do have socketpair(), make my_socketpair()
16348              just call the real socketpair().  This way we always
16349              have real code behind my_socketpair() and a symbol
16350              corresponding to the my_socketpair in global.sym.
16351      Branch: perl
16352            ! embed.fnc embed.h makedef.pl proto.h util.c
16353 ____________________________________________________________________________
16354 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
16355         Log: Disable sigaction (MacPerl Bug #470321)
16356      Branch: maint-5.6/macperl
16357            ! macos/config.h macos/config.sh
16358 ____________________________________________________________________________
16359 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
16360         Log: Make GUSI resource work (MacPerl Bug #464638)
16361      Branch: maint-5.6/macperl
16362            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
16363            ! macos/macperl/MacPerl.rsrc
16364 ____________________________________________________________________________
16365 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
16366         Log: Make AutoSplit go a little deeper
16367      Branch: maint-5.6/macperl
16368            ! macos/Makefile.mk
16369 ____________________________________________________________________________
16370 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
16371         Log: A few doc updates from bleadperl
16372      Branch: maint-5.6/macperl
16373            ! pod/perlmodinstall.pod pod/perlport.pod
16374 ____________________________________________________________________________
16375 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
16376         Log: Sync up to latest changes from bleadperl
16377      Branch: maint-5.6/macperl
16378            ! lib/File/Find.pm
16379 ____________________________________________________________________________
16380 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
16381         Log: Define setbuf, setvbuf for Mac OS
16382      Branch: maint-5.6/macperl
16383            ! ext/IO/IO.xs
16384 ____________________________________________________________________________
16385 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
16386         Log: Delete by request of Mark-Jason Dominus (change #13676)
16387      Branch: maint-5.6/macperl
16388            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
16389 ____________________________________________________________________________
16390 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
16391         Log: Spread the good word of "env".
16392      Branch: perl
16393            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
16394 ____________________________________________________________________________
16395 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
16396         Log: Till the system tests do something non-Win*, better rename
16397              the test so that people on other platforms don't get confused.
16398              (Not win32system, because assumedly there's win64, too.)
16399      Branch: perl
16400            + t/op/winsystem.t
16401            - t/op/system.t
16402            ! MANIFEST
16403 ____________________________________________________________________________
16404 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
16405         Log: Some tweaks.
16406      Branch: perl
16407            ! lib/Pod/t/Functions.t
16408 ____________________________________________________________________________
16409 [ 14057] By: ams                                   on 2002/01/04  17:40:31
16410         Log: (retracted by #14057)
16411              
16412              Subject: [PATCH] Time/HiRes/HiRes.t
16413              From: Nicholas Clark <nick@unfortu.net>
16414              Date: Fri, 4 Jan 2002 17:28:46 +0000
16415              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
16416      Branch: perl
16417            ! ext/Time/HiRes/HiRes.t
16418 ____________________________________________________________________________
16419 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
16420         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
16421              From: Abe Timmerman <abe@ztreet.demon.nl>
16422              Date: Fri, 04 Jan 2002 18:42:33 +0100
16423              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
16424      Branch: perl
16425            + lib/Pod/t/Functions.t
16426            ! MANIFEST lib/Pod/Functions.pm
16427 ____________________________________________________________________________
16428 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
16429         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
16430              From: "Craig A. Berry" <craigberry@mac.com>
16431              Date: Thu, 3 Jan 2002 17:32:20 -0600
16432              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
16433      Branch: perl
16434            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
16435 ____________________________________________________________________________
16436 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
16437         Log: Document the U+0085, U+2028, and U+2029.
16438      Branch: perl
16439            ! pod/perlre.pod pod/perlretut.pod
16440 ____________________________________________________________________________
16441 [ 14053] By: ams                                   on 2002/01/04  03:27:44
16442         Log: Subject: [PATCH] warn if not CORE::dump
16443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16444              Date: Thu, 3 Jan 2002 22:04:00 +0100
16445              Message-Id: <20020103220400.A13958@rafael>
16446      Branch: perl
16447            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
16448 ____________________________________________________________________________
16449 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
16450         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
16451      Branch: perl
16452            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
16453 ____________________________________________________________________________
16454 [ 14051] By: ams                                   on 2002/01/04  03:00:12
16455         Log: Subject: [PATCH] File::Compare::VERSION
16456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16457              Date: Thu, 3 Jan 2002 23:42:52 +0100
16458              Message-Id: <20020103234252.G13958@rafael>
16459      Branch: perl
16460            ! lib/File/Compare.pm
16461 ____________________________________________________________________________
16462 [ 14050] By: ams                                   on 2002/01/04  02:58:05
16463         Log: Subject: [PATCH @14042] threads::shared doc
16464              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
16465              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
16466              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
16467      Branch: perl
16468            ! ext/threads/shared/shared.pm
16469 ____________________________________________________________________________
16470 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
16471         Log: #14048 exposed few false positives, to be fixed soonish.
16472      Branch: perl
16473            ! t/op/pat.t
16474 ____________________________________________________________________________
16475 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
16476         Log: Do not add the first characters of multicharacter foldings
16477              into character classes.
16478      Branch: perl
16479            ! regcomp.c
16480 ____________________________________________________________________________
16481 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
16482         Log: A bit of testing for #14046.
16483      Branch: perl
16484            ! t/op/pat.t
16485 ____________________________________________________________________________
16486 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
16487         Log: Allow emitting the foldcased version of "\x{df}", "ss"
16488              (among others, another example would be \x{fb00} -> "ff")
16489      Branch: perl
16490            ! regcomp.c
16491 ____________________________________________________________________________
16492 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
16493         Log: Subject: [PATCH] File::Spec & NetWare
16494              From: Dave Rolsky <autarch@urth.org>
16495              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
16496              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
16497      Branch: perl
16498            - lib/File/Spec/NW5.pm
16499            ! MANIFEST lib/File/Spec.pm
16500 ____________________________________________________________________________
16501 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
16502         Log: FAQ sync (RCS Ids only?)
16503      Branch: perl
16504            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
16505 ____________________________________________________________________________
16506 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
16507         Log: AUTHORs updates.
16508      Branch: perl
16509            ! AUTHORS
16510 ____________________________________________________________________________
16511 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
16512         Log: Update Changes.
16513      Branch: perl
16514            ! Changes patchlevel.h
16515 ____________________________________________________________________________
16516 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
16517         Log: Missed the =head1 additions.
16518      Branch: perl
16519            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
16520            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
16521            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
16522            ! util.c
16523 ____________________________________________________________________________
16524 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
16525         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
16526              From: Robin Barker <rmb1@cise.npl.co.uk>
16527              Date: Thu, 3 Jan 2002 15:26:20 GMT
16528              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
16529      Branch: perl
16530            ! lib/Carp.t lib/Carp/Heavy.pm
16531 ____________________________________________________________________________
16532 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
16533         Log: Subject: [PATCH hv.c] 
16534              From: Robin Barker <rmb1@cise.npl.co.uk>
16535              Date: Thu, 3 Jan 2002 14:49:06 GMT
16536              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
16537              
16538              -Wformat check.
16539      Branch: perl
16540            ! hv.c
16541 ____________________________________________________________________________
16542 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
16543         Log: NetWare tweaks from Ananth Kesari.
16544      Branch: perl
16545            ! NetWare/t/NWScripts.pl lib/File/Find.pm
16546 ____________________________________________________________________________
16547 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
16548         Log: Cast.
16549      Branch: perl
16550            ! regexec.c
16551 ____________________________________________________________________________
16552 [ 14036] By: ams                                   on 2002/01/03  12:12:31
16553         Log: Grammar fix suggested by Gwyn Judd.
16554      Branch: perl
16555            ! pod/perldiag.pod
16556 ____________________________________________________________________________
16557 [ 14035] By: nick                                  on 2002/01/03  09:22:42
16558         Log: More strange perlio != mainline differences where
16559              I have not been.
16560      Branch: perlio
16561           !> hints/unicos.sh hints/unicosmk.sh
16562 ____________________________________________________________________________
16563 [ 14034] By: nick                                  on 2002/01/03  09:19:37
16564         Log: Integrate mainline (including force integrate of
16565              lib/charnames.pm which had got out-of-step)
16566      Branch: perlio
16567           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
16568 ____________________________________________________________________________
16569 [ 14033] By: ams                                   on 2002/01/03  08:24:24
16570         Log: Subject: Not ok 14031: PPPort Makefile.PL
16571              From: andreas.koenig@anima.de (Andreas J. Koenig)
16572              Date: 03 Jan 2002 10:17:46 +0100
16573              Message-Id: <m3sn9n94jp.fsf@anima.de>
16574      Branch: perl
16575            ! ext/Devel/PPPort/Makefile.PL
16576 ____________________________________________________________________________
16577 [ 14032] By: nick                                  on 2002/01/03  08:24:00
16578         Log: Integrate mainline.
16579      Branch: perlio
16580           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
16581           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
16582           !> (integrate 31 files)
16583 ____________________________________________________________________________
16584 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
16585         Log: Off-by-one is my middle name.
16586      Branch: perl
16587            ! regexec.c
16588 ____________________________________________________________________________
16589 [ 14030] By: ams                                   on 2002/01/02  23:56:37
16590         Log: Subject: [PATCH @14015] threads::shared disabling
16591              From: Andy Bussey <andybussey@yahoo.co.uk>
16592              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
16593              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
16594      Branch: perl
16595            + ext/threads/shared/t/no_share.t
16596            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
16597 ____________________________________________________________________________
16598 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
16599         Log: Simon's new perlapi scheme, I hope I got all the pieces.
16600      Branch: perl
16601            + autodoc.pl embed.fnc
16602            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
16603 ____________________________________________________________________________
16604 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
16605         Log: Integrate perlio; more PPPort Makefile source dependence removal
16606      Branch: perl
16607           !> ext/Devel/PPPort/Makefile.PL perl.h
16608 ____________________________________________________________________________
16609 [ 14027] By: ams                                   on 2002/01/02  21:42:50
16610         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
16611              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16612              Date: Wed, 2 Jan 2002 23:09:13 +0100
16613              Message-Id: <20020102230913.A17373@rafael>
16614      Branch: perl
16615            ! pod/perldiag.pod
16616 ____________________________________________________________________________
16617 [ 14026] By: ams                                   on 2002/01/02  21:38:34
16618         Log: Subject: Re: PATCH: lib/Term/Cap.pm
16619              From: Jonathan Stowe <gellyfish@gellyfish.com>
16620              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
16621              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
16622      Branch: perl
16623            ! lib/Term/Cap.pm
16624 ____________________________________________________________________________
16625 [ 14025] By: ams                                   on 2002/01/02  18:34:26
16626         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
16627              From: Sam Tregar <sam@tregar.com>
16628              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
16629              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
16630      Branch: perl
16631            ! pod/perldiag.pod t/comp/proto.t toke.c
16632 ____________________________________________________________________________
16633 [ 14024] By: ams                                   on 2002/01/02  18:16:12
16634         Log: Subject: PATCH: lib/Term/Cap.pm
16635              From: Norton Allen <allen@huarp.harvard.edu>
16636              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
16637              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
16638      Branch: perl
16639            ! lib/Term/Cap.pm
16640 ____________________________________________________________________________
16641 [ 14023] By: ams                                   on 2002/01/02  18:12:31
16642         Log: Subject: PATCH: lib/Cwd.pm for QNX4
16643              From: Norton Allen <allen@huarp.harvard.edu>
16644              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
16645              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
16646      Branch: perl
16647            ! lib/Cwd.pm
16648 ____________________________________________________________________________
16649 [ 14022] By: nick                                  on 2002/01/02  18:01:21
16650         Log: More PPPort Makefile source dependence removal
16651      Branch: perlio
16652            ! ext/Devel/PPPort/Makefile.PL
16653 ____________________________________________________________________________
16654 [ 14021] By: nick                                  on 2002/01/02  17:44:36
16655         Log: Sort out muddle of editing on three machines ...
16656      Branch: perlio
16657           !> Changes MANIFEST cygwin/Makefile.SHs
16658           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
16659           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
16660           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
16661 ____________________________________________________________________________
16662 [ 14020] By: ams                                   on 2002/01/02  17:06:27
16663         Log: Fix misplaced application of #14016.
16664      Branch: perl
16665            ! op.c
16666 ____________________________________________________________________________
16667 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
16668         Log: Integrate perlio; avoid uninit debug_pad.
16669      Branch: perl
16670           !> sv.c
16671 ____________________________________________________________________________
16672 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
16673         Log: makedepend VOS fix from Paul Green.
16674      Branch: perl
16675            ! makedepend.SH
16676 ____________________________________________________________________________
16677 [ 14017] By: nick                                  on 2002/01/02  16:09:43
16678         Log: Avoid un-init perl_debug_pad in clones
16679      Branch: perlio
16680            ! sv.c
16681 ____________________________________________________________________________
16682 [ 14016] By: ams                                   on 2002/01/02  15:58:11
16683         Log: Subject: [PATCH] random crash in B::LISTOP::last
16684              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
16685              Date: Wed, 2 Jan 2002 17:37:28 +0100
16686              Message-Id: <3C334558.3906.19CB98D@localhost>
16687      Branch: perl
16688            ! op.c
16689 ____________________________________________________________________________
16690 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
16691         Log: Update Changes.
16692      Branch: perl
16693            ! Changes patchlevel.h
16694 ____________________________________________________________________________
16695 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
16696         Log: One more iteration of the ibcmp_utf8() interface,
16697              hopefully this is a convergent iteration...
16698      Branch: perl
16699            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
16700 ____________________________________________________________________________
16701 [ 14013] By: ams                                   on 2002/01/02  13:43:58
16702         Log: Upgrade to podlators-1.19.
16703      Branch: perl
16704            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
16705            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
16706            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
16707            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
16708            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
16709 ____________________________________________________________________________
16710 [ 14012] By: ams                                   on 2002/01/02  09:48:51
16711         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
16712              From: martyn@inpharmatica.co.uk
16713              Date: Wed, 19 Dec 2001 19:05:00 +0000
16714              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
16715      Branch: perl
16716            ! lib/Pod/Usage.pm
16717 ____________________________________________________________________________
16718 [ 14011] By: nick                                  on 2002/01/02  08:38:18
16719         Log: Integrate mainline
16720      Branch: perlio
16721           !> (integrate 28 files)
16722 ____________________________________________________________________________
16723 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
16724         Log: Make ibcmp_utf8() optionally progress in either string for
16725              as long as it takes and optionally record how far it got.
16726      Branch: perl
16727            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
16728 ____________________________________________________________________________
16729 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
16730         Log: Once more try to get the PPPort Makefile right.
16731      Branch: perl
16732            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
16733 ____________________________________________________________________________
16734 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
16735         Log: -Wall silencing.
16736      Branch: perl
16737            ! utf8.c
16738 ____________________________________________________________________________
16739 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
16740         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
16741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16742              Date: Tue, 1 Jan 2002 22:45:21 +0100       
16743              Message-ID: <20020101224521.A691@rafael>
16744      Branch: perl
16745            ! ext/B/B/Deparse.pm
16746 ____________________________________________________________________________
16747 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
16748         Log: VOS tweak from Paul Green: VOS has different O_BINARY
16749              and O_TEXT, but VOS always uses LF, never CRLF.
16750      Branch: perl
16751            ! perl.h
16752 ____________________________________________________________________________
16753 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
16754         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
16755      Branch: perl
16756            ! regexec.c utf8.c
16757 ____________________________________________________________________________
16758 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
16759         Log: Now that to_utf8_fold() was fixed.
16760      Branch: perl
16761            ! regcomp.c regexec.c
16762 ____________________________________________________________________________
16763 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
16764         Log: Integrate perlio; experimental binmode() re-coding.
16765      Branch: perl
16766           !> perlio.c
16767 ____________________________________________________________________________
16768 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
16769         Log: Document the to_utf8_*() functions.
16770      Branch: perl
16771            ! embed.pl pod/perlapi.pod utf8.c
16772 ____________________________________________________________________________
16773 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
16774         Log: Better support for multicharacter foldings.
16775              Now all but two of the CaseFold.txt cases work-- but
16776              only when the target string is single-character, more
16777              debugging needed.
16778      Branch: perl
16779            ! regexec.c
16780 ____________________________________________________________________________
16781 [ 14000] By: ams                                   on 2002/01/01  15:59:43
16782         Log: Subject: [PATCH] don't installperl pods
16783              From: Nicholas Clark <nick@unfortu.net>
16784              Date: Tue, 1 Jan 2002 16:44:12 +0000
16785              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
16786      Branch: perl
16787            ! installperl
16788 ____________________________________________________________________________
16789 [ 13999] By: ams                                   on 2002/01/01  14:34:04
16790         Log: Subject: [PATCH] perldiag.pod transposition
16791              From: Nicholas Clark <nick@unfortu.net>
16792              Date: Tue, 1 Jan 2002 15:03:52 +0000
16793              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
16794      Branch: perl
16795            ! pod/perldiag.pod
16796 ____________________________________________________________________________
16797 [ 13998] By: ams                                   on 2002/01/01  13:36:49
16798         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
16799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16800              Date: Tue, 1 Jan 2002 15:12:36 +0100
16801              Message-Id: <20020101151236.A951@rafael>
16802      Branch: perl
16803            ! pod/perldiag.pod
16804 ____________________________________________________________________________
16805 [ 13997] By: ams                                   on 2002/01/01  13:33:06
16806         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
16807              From: Nicholas Clark <nick@unfortu.net>
16808              Date: Tue, 1 Jan 2002 13:13:17 +0000
16809              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
16810      Branch: perl
16811            ! ext/Socket/socketpair.t
16812 ____________________________________________________________________________
16813 [ 13996] By: ams                                   on 2002/01/01  04:44:28
16814         Log: Subject: [PATCH @13746] Leaner exporter
16815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16816              Date: Mon, 31 Dec 2001 18:16:08 -0500
16817              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
16818      Branch: perl
16819            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
16820 ____________________________________________________________________________
16821 [ 13995] By: ams                                   on 2002/01/01  04:29:44
16822         Log: Subject: [PATCH @13746] h2xs broken
16823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16824              Date: Mon, 31 Dec 2001 17:48:55 -0500
16825              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
16826      Branch: perl
16827            ! utils/h2xs.PL
16828 ____________________________________________________________________________
16829 [ 13994] By: ams                                   on 2002/01/01  04:25:46
16830         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
16831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16832              Date: Mon, 31 Dec 2001 17:42:25 -0500
16833              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
16834      Branch: perl
16835            ! lib/ExtUtils/MM_Unix.pm
16836 ____________________________________________________________________________
16837 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
16838         Log: Rename the variables to be a bit more consistent.
16839      Branch: perl
16840            ! utf8.c
16841 ____________________________________________________________________________
16842 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
16843         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
16844              (found by Jeffrey Friedl)
16845      Branch: perl
16846            ! regexec.c t/op/pat.t utf8.c
16847 ____________________________________________________________________________
16848 [ 13991] By: nick                                  on 2001/12/31  18:08:55
16849         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
16850      Branch: perlio
16851            ! perlio.c
16852 ____________________________________________________________________________
16853 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
16854         Log: Update Changes.
16855      Branch: perl
16856            ! Changes patchlevel.h
16857 ____________________________________________________________________________
16858 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
16859         Log: Less unused ones.
16860      Branch: perl
16861            ! regexec.c
16862 ____________________________________________________________________________
16863 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
16864         Log: Unused variable.
16865      Branch: perl
16866            ! regcomp.c
16867 ____________________________________________________________________________
16868 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
16869         Log: Forgotten file.
16870      Branch: perl
16871            ! MANIFEST
16872 ____________________________________________________________________________
16873 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
16874         Log: Subject: Re: Cygwin: one down one to go 
16875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16876              Date: Mon, 31 Dec 2001 18:34:36 +0100
16877              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
16878      Branch: perl
16879            ! cygwin/Makefile.SHs
16880 ____________________________________________________________________________
16881 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
16882         Log: Add some comments to the recent Unicode case-folding saga.
16883      Branch: perl
16884            ! regcomp.c regexec.c
16885 ____________________________________________________________________________
16886 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
16887         Log: Slight comment tweakage.
16888      Branch: perl
16889            ! ext/I18N/Langinfo/Langinfo.t
16890 ____________________________________________________________________________
16891 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
16892         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
16893      Branch: perl
16894            ! perl.h
16895 ____________________________________________________________________________
16896 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
16897         Log: Subject: [ PATCH] Cygwin: one down one to go
16898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16899              Date: Mon, 31 Dec 2001 17:03:40 +0100
16900              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
16901      Branch: perl
16902            ! lib/Pod/t/basic.t
16903 ____________________________________________________________________________
16904 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
16905         Log: Tweak the dependencies not to recompile everytime,
16906              as suggested by NI-S.
16907      Branch: perl
16908            ! ext/Devel/PPPort/Makefile.PL
16909 ____________________________________________________________________________
16910 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
16911         Log: Planning still not right.
16912      Branch: perl
16913            ! lib/User/grent.t
16914 ____________________________________________________________________________
16915 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
16916         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
16917              From: Michael G Schwern <schwern@pobox.com>
16918              Date: Sun, 30 Dec 2001 18:07:55 -0500
16919              Message-ID: <20011230230755.GG12840@blackrider>
16920              
16921              (lib/User/grent, really)
16922      Branch: perl
16923            ! lib/User/grent.t
16924 ____________________________________________________________________________
16925 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
16926         Log: Integrate perlio; cleanup, in particular avoid accidental
16927              PerlIO_flush(NULL) if PerlIONext is NULL.
16928      Branch: perl
16929           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
16930 ____________________________________________________________________________
16931 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
16932         Log: Subject: typo in IO::Socket::INET.pm
16933              From: mjd@plover.com
16934              Date: 31 Dec 2001 14:31:10 -0000
16935              Message-ID: <20011231143110.4989.qmail@plover.com>
16936      Branch: perl
16937            ! ext/IO/lib/IO/Socket/INET.pm
16938 ____________________________________________________________________________
16939 [ 13976] By: nick                                  on 2001/12/31  13:56:11
16940         Log: Integrate mainline
16941      Branch: perlio
16942           !> (integrate 29 files)
16943 ____________________________________________________________________________
16944 [ 13975] By: nick                                  on 2001/12/31  12:40:50
16945         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
16946              if PerlIONext is NULL.
16947      Branch: perlio
16948            ! perlio.c perliol.h
16949 ____________________________________________________________________________
16950 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
16951         Log: Subject: Re: [PATCH] Basic bad prototype detection
16952              From: Sam Tregar <sam@tregar.com>
16953              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
16954              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
16955      Branch: perl
16956            ! t/comp/proto.t toke.c
16957 ____________________________________________________________________________
16958 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
16959         Log: Subject: [PATCH] configure.com / scriptdirexp
16960              From: "Craig A. Berry" <craigberry@mac.com>
16961              Date: Sun, 30 Dec 2001 15:47:28 -0600
16962              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
16963      Branch: perl
16964            ! configure.com
16965 ____________________________________________________________________________
16966 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
16967         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
16968              From: Abe Timmerman <abe@ztreet.demon.nl>
16969              Date: Mon, 31 Dec 2001 03:55:27 +0100
16970              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
16971      Branch: perl
16972            ! lib/ExtUtils/t/MM_Win32.t
16973 ____________________________________________________________________________
16974 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
16975         Log: Subject: [PATCH] Basic bad prototype detection
16976              From: Sam Tregar <sam@tregar.com> 
16977              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
16978              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
16979      Branch: perl
16980            ! pod/perldiag.pod t/comp/proto.t toke.c
16981 ____________________________________________________________________________
16982 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
16983         Log: Makefiles are sloppy about the exe suffix
16984              (from Paul Green)
16985      Branch: perl
16986            ! Makefile.SH x2p/Makefile.SH
16987 ____________________________________________________________________________
16988 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
16989         Log: Delay folding until necessary; start of handling
16990              folding into several characters.
16991      Branch: perl
16992            ! regcomp.c regexec.c
16993 ____________________________________________________________________________
16994 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
16995         Log: gcc -Wall dewhine.
16996      Branch: perl
16997            ! regexec.c
16998 ____________________________________________________________________________
16999 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
17000         Log: More Unicode folding tweaks, avoid potential false matches.
17001      Branch: perl
17002            ! regexec.c
17003 ____________________________________________________________________________
17004 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
17005         Log: Make that six wrongs.
17006      Branch: perl
17007            ! regexec.c utf8.c
17008 ____________________________________________________________________________
17009 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
17010         Log: Four wrongs can make a right.
17011      Branch: perl
17012            ! regexec.c utf8.c
17013 ____________________________________________________________________________
17014 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
17015         Log: Fix all the I case foldings as per CaseFold.txt.
17016      Branch: perl
17017            ! regcomp.c regexec.c
17018 ____________________________________________________________________________
17019 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
17020         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
17021      Branch: perl
17022            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
17023            ! regexec.c utf8.c
17024 ____________________________________________________________________________
17025 [ 13962] By: nick                                  on 2001/12/30  18:33:41
17026         Log: Integrate 8.3 fix for PPPort fix
17027      Branch: perlio
17028           +> ext/Devel/PPPort/ppport_h.PL
17029            - ext/Devel/PPPort/ppport.h.PL
17030            ! ext/Devel/PPPort/MANIFEST
17031           !> ext/Devel/PPPort/Makefile.PL
17032 ____________________________________________________________________________
17033 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
17034         Log: Integrate perlio; more win32 stuff:
17035              
17036              A. Use Perl_my_socketpair()
17037              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
17038              load winsock.
17039              C. (In passing) work round fact that $$ is now SvREADONLY
17040              so we need to take special measures to set it during
17041              pseudo-fork.
17042      Branch: perl
17043           !> util.c win32/perlhost.h
17044 ____________________________________________________________________________
17045 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
17046         Log: Fix ppport.h for Unix.
17047      Branch: perl
17048            + ext/Devel/PPPort/ppport_h.PL
17049            - ext/Devel/PPPort/ppport.h.PL
17050            ! MANIFEST ext/Devel/PPPort/Makefile.PL
17051 ____________________________________________________________________________
17052 [ 13959] By: nick                                  on 2001/12/30  16:53:42
17053         Log: Win32 stuff:
17054              A. Use Perl_my_socketpair()
17055              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
17056              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
17057              take special measures to set it during pseudo-fork.
17058      Branch: perlio
17059            ! util.c win32/perlhost.h
17060 ____________________________________________________________________________
17061 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
17062         Log: Integrate perlio; win32 kicking.
17063      Branch: perl
17064           +> ext/Devel/PPPort/ppport.h.PL
17065           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
17066           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
17067           !> proto.h
17068 ____________________________________________________________________________
17069 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
17070         Log: metaconfig unit change for #13956.
17071      Branch: metaconfig
17072            ! U/modified/spitshell.U
17073 ____________________________________________________________________________
17074 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
17075         Log: Must look for cat also in $PATH (noticed by Philip Newton).
17076      Branch: perl
17077            ! Configure
17078 ____________________________________________________________________________
17079 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
17080         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
17081              From: Blair Zajac <blair@orcaware.com>
17082              Date: Sat, 29 Dec 2001 22:37:03 -0800
17083              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
17084      Branch: perl
17085            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
17086 ____________________________________________________________________________
17087 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
17088         Log: Regen files.
17089      Branch: perl
17090            ! embed.h global.sym pod/perlapi.pod uconfig.h
17091 ____________________________________________________________________________
17092 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
17093         Log: Subject: [PATCH] -t without -w 
17094              From: Michael G Schwern <schwern@pobox.com>
17095              Date: Sat, 29 Dec 2001 23:46:25 -0500
17096              Message-ID: <20011230044625.GA14386@blackrider>
17097      Branch: perl
17098            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
17099            ! warnings.pl
17100 ____________________________________________________________________________
17101 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
17102         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
17103              From: Dave Rolsky <autarch@urth.org>               
17104              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
17105              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
17106              
17107              $^O is NetWare, not Netware.
17108      Branch: perl
17109            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
17110 ____________________________________________________________________________
17111 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
17112         Log: Sarathy thinks undoing C++ comments from C++ files
17113              is a bit too zealous.
17114      Branch: perl
17115            ! win32/perlhost.h win32/vmem.h
17116 ____________________________________________________________________________
17117 [ 13950] By: nick                                  on 2001/12/30  14:30:02
17118         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
17119              This gets them into Errno.pm - yet to prove they end up in $!.
17120      Branch: perlio
17121            ! ext/Errno/Errno_pm.PL
17122 ____________________________________________________________________________
17123 [ 13949] By: nick                                  on 2001/12/30  12:02:21
17124         Log: Integrate Cwd muddle
17125      Branch: perlio
17126           !> MANIFEST installperl lib/Cwd.pm
17127 ____________________________________________________________________________
17128 [ 13948] By: nick                                  on 2001/12/30  11:51:40
17129         Log: remove embed.pl duplicates
17130      Branch: perlio
17131            ! embed.h embed.pl global.sym proto.h
17132 ____________________________________________________________________________
17133 [ 13947] By: nick                                  on 2001/12/30  11:35:51
17134         Log: More Cwd tidy up
17135      Branch: perl
17136            ! MANIFEST installperl
17137 ____________________________________________________________________________
17138 [ 13946] By: nick                                  on 2001/12/30  11:12:42
17139         Log: Undo a mess trying Cwd.pm in its ext directory
17140      Branch: perl
17141            + lib/Cwd.pm
17142            - ext/Cwd/Cwd.pm
17143 ____________________________________________________________________________
17144 [ 13945] By: nick                                  on 2001/12/30  10:03:43
17145         Log: Integrate mainline
17146      Branch: perl
17147           +> ext/Cwd/Cwd.pm
17148            - lib/Cwd.pm
17149            ! MANIFEST
17150      Branch: perlio
17151           !> (integrate 45 files)
17152 ____________________________________________________________________________
17153 [ 13944] By: nick                                  on 2001/12/30  09:27:16
17154         Log: "Port" Devel::PPPort to Win32:
17155              - need to set @INC before use in the test
17156              - {} are special to dmake, so use ppport.h.PL
17157              rather than commandline 
17158      Branch: perlio
17159            + ext/Devel/PPPort/ppport.h.PL
17160            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
17161 ____________________________________________________________________________
17162 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
17163         Log: Update Changes.
17164      Branch: perl
17165            ! Changes patchlevel.h
17166 ____________________________________________________________________________
17167 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
17168         Log: Subject: [PATCH] cleaner close on tests, take 2
17169              From: andreas.koenig@anima.de (Andreas J. Koenig)
17170              Date: 29 Dec 2001 21:42:37 +0100
17171              Message-ID: <m33d1tvjuq.fsf@anima.de>
17172              
17173              (the DB_File patches)
17174      Branch: perl
17175            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17176            ! ext/DB_File/t/db-recno.t
17177 ____________________________________________________________________________
17178 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
17179         Log: Integrate perlio; regen'ed config_H.?c
17180      Branch: perl
17181           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17182 ____________________________________________________________________________
17183 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
17184         Log: Subject: [PATCH] cleaner close on tests, take 2             
17185              From: andreas.koenig@anima.de (Andreas J. Koenig)
17186              Date: 29 Dec 2001 21:42:37 +0100
17187              Message-ID: <m33d1tvjuq.fsf@anima.de>
17188              
17189              (except for the three DB_File patch fragments)
17190      Branch: perl
17191            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
17192            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
17193            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
17194            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
17195            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
17196            ! t/op/runlevel.t t/op/write.t t/run/switches.t
17197 ____________________________________________________________________________
17198 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
17199         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
17200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17201              Date: Sat, 29 Dec 2001 20:38:59 +0100
17202              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
17203              
17204              (NetWare tree not touched because it's very //)
17205      Branch: perl
17206            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
17207            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
17208            ! wince/include/errno.h wince/include/netdb.h
17209            ! wince/include/sys/socket.h wince/include/sys/stat.h
17210            ! wince/perllib.c wince/perlmain.c wince/win32.h
17211            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
17212            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
17213 ____________________________________________________________________________
17214 [ 13938] By: nick                                  on 2001/12/29  19:23:32
17215         Log: Integrate mainline (ok linux)
17216      Branch: perlio
17217           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
17218           !> (integrate 33 files)
17219 ____________________________________________________________________________
17220 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
17221         Log: Give up on serious testing of langinfo().  Leave the old
17222              code in place, though.
17223      Branch: perl
17224            ! ext/I18N/Langinfo/Langinfo.t
17225 ____________________________________________________________________________
17226 [ 13936] By: nick                                  on 2001/12/29  18:20:33
17227         Log: Routine regen_config_h - no real differences other than order of crypt 
17228      Branch: perlio
17229            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17230 ____________________________________________________________________________
17231 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
17232         Log: Integrate perlio;
17233              
17234              Define the two socket error numbers in terms of WSAEXXXXX equivalents
17235              
17236              Fudge Config.pm so File::Spec does not croak.
17237      Branch: perl
17238           !> win32/FindExt.pm win32/win32.h
17239 ____________________________________________________________________________
17240 [ 13934] By: nick                                  on 2001/12/29  17:27:50
17241         Log: Fudge Config.pm so File::Spec does not croak.
17242      Branch: perlio
17243            ! win32/FindExt.pm
17244 ____________________________________________________________________________
17245 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
17246         Log: metaconfig unit changes for #13932.
17247      Branch: metaconfig
17248            + U/modified/Init.U
17249            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
17250 ____________________________________________________________________________
17251 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
17252         Log: VOS tweaks from Paul Green.
17253              
17254              The Configure tweaks: the _exe needs to be
17255              set after the init; VOS has fd 3 hardwired to /dev/tty;
17256              the grep/ln/make substitutions really need to stick.
17257      Branch: perl
17258            ! Configure hints/vos.sh perl.h util.c vos/build.cm
17259            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17260            ! vos/config.ga.h vos/vosish.h
17261 ____________________________________________________________________________
17262 [ 13931] By: nick                                  on 2001/12/29  17:00:38
17263         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
17264              (just to get util.c to compile)
17265      Branch: perlio
17266            ! win32/win32.h
17267 ____________________________________________________________________________
17268 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
17269         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
17270              From: coral@eekeek.org
17271              Date: Fri, 28 Dec 2001 19:58:22 -0500      
17272              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
17273      Branch: perl
17274            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
17275            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
17276            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
17277            ! pod/perlunicode.pod pod/perlxs.pod util.c
17278 ____________________________________________________________________________
17279 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
17280         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
17281      Branch: perl
17282            ! t/op/exec.t
17283 ____________________________________________________________________________
17284 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
17285         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
17286              From: Abe Timmerman <abe@ztreet.demon.nl>
17287              Date: Sat, 29 Dec 2001 13:10:06 +0100
17288              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
17289      Branch: perl
17290            + lib/Pod/t/InputObjects.t
17291 ____________________________________________________________________________
17292 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
17293         Log: Integrate perlio;
17294              
17295              Quick fix (after couple of clever fixes failed) for
17296              "accept leaks memory" fail [ID 20011223.001]
17297              
17298              Nick Clark's embed.pl fix for my_socketpair
17299      Branch: perl
17300           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
17301 ____________________________________________________________________________
17302 [ 13926] By: nick                                  on 2001/12/29  15:23:21
17303         Log: Nick Clark's embed.pl fix for my_socketpair
17304      Branch: perlio
17305            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
17306 ____________________________________________________________________________
17307 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
17308         Log: Slight tweaks on the MM_Win32.t.
17309      Branch: perl
17310            ! lib/ExtUtils/t/MM_Win32.t
17311 ____________________________________________________________________________
17312 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
17313         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
17314              From: Abe Timmerman <abe@ztreet.demon.nl>
17315              Date: Sat, 29 Dec 2001 12:51:36 +0100
17316              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
17317      Branch: perl
17318            + lib/ExtUtils/t/MM_Win32.t
17319            ! MANIFEST
17320 ____________________________________________________________________________
17321 [ 13923] By: nick                                  on 2001/12/29  15:12:07
17322         Log: Quick fix (after couple of clever fixes failed) for
17323              "accept leaks memory" fail [ID 20011223.001]
17324      Branch: perlio
17325            ! pp_sys.c
17326 ____________________________________________________________________________
17327 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
17328         Log: Subject: [PATCH] Module names and other nits
17329              From: Autrijus Tang <autrijus@autrijus.org>                 
17330              Date: Sat, 29 Dec 2001 01:59:28 +0800
17331              Message-ID: <20011229015928.A29712@geb.elixus.org>              
17332      Branch: perl
17333            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
17334            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
17335            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
17336            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
17337            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
17338 ____________________________________________________________________________
17339 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
17340         Log: socketpair tweaks from Nicholas Clark.
17341      Branch: perl
17342            ! ext/Socket/socketpair.t util.c
17343 ____________________________________________________________________________
17344 [ 13920] By: nick                                  on 2001/12/29  12:36:21
17345         Log: Integrate mainline
17346      Branch: perlio
17347           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
17348           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
17349           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17350           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
17351           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
17352           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
17353           !> t/op/sysio.t
17354 ____________________________________________________________________________
17355 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
17356         Log: Retract #13917.
17357      Branch: perl
17358            ! doop.c
17359 ____________________________________________________________________________
17360 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
17361         Log: Subject: provisional MakeMaker patch for VMS
17362              From: "Craig A. Berry" <craigberry@mac.com> 
17363              Date: Thu, 27 Dec 2001 22:29:37 -0600
17364              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
17365      Branch: perl
17366            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17367 ____________________________________________________________________________
17368 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
17369         Log: (retracted by #13919)
17370      Branch: perl
17371            ! doop.c
17372 ____________________________________________________________________________
17373 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
17374         Log: metaconfig unit change for #13915.
17375      Branch: metaconfig/U/perl
17376            ! d_u32align.U
17377 ____________________________________________________________________________
17378 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
17379         Log: Remove debris in any case.
17380      Branch: perl
17381            ! Configure
17382 ____________________________________________________________________________
17383 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
17384         Log: Subject: [PATCH] Re: B::walksymtable oddness
17385              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17386              Date: Thu, 27 Dec 2001 19:14:24 +0100
17387              Message-ID: <3C2B7310.861.18820D0@localhost>
17388      Branch: perl
17389            ! ext/B/B.pm
17390 ____________________________________________________________________________
17391 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
17392         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
17393              From: Nicholas Clark <nick@unfortu.net> 
17394              Date: Fri, 28 Dec 2001 00:43:02 +0000
17395              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
17396      Branch: perl
17397            ! ext/Socket/socketpair.t
17398 ____________________________________________________________________________
17399 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
17400         Log: Fast Latin1<->UTF-8 conversion for older Perls.
17401      Branch: perl
17402            ! pod/perluniintro.pod
17403 ____________________________________________________________________________
17404 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
17405         Log: Update Changes.
17406      Branch: perl
17407            ! Changes patchlevel.h
17408 ____________________________________________________________________________
17409 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
17410         Log: More wait status trickery for BeOS.
17411      Branch: perl
17412            ! ext/POSIX/POSIX.xs
17413 ____________________________________________________________________________
17414 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
17415         Log: metaconfig unit change for #13908.
17416      Branch: metaconfig/U/perl
17417            ! d_u32align.U
17418 ____________________________________________________________________________
17419 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
17420         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
17421      Branch: perl
17422            ! Configure
17423 ____________________________________________________________________________
17424 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
17425         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
17426              From: gbarr@monty.mutatus.co.uk
17427              Date: 27 Dec 2001 14:41:36 -0000
17428              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
17429      Branch: perl
17430            ! lib/ExtUtils/t/Embed.t
17431 ____________________________________________________________________________
17432 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
17433         Log: Subject: [PATCH] Re: socketpair emulation
17434              From: Nicholas Clark <nick@unfortu.net> 
17435              Date: Wed, 26 Dec 2001 20:08:14 +0000
17436              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
17437      Branch: perl
17438            ! ext/Socket/socketpair.t
17439 ____________________________________________________________________________
17440 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
17441         Log: Subject: [DOC PATCH] left is right and right is left
17442              From: Philip Newton <Philip.Newton@gmx.net>
17443              Date: Thu, 27 Dec 2001 10:04:17 +0100
17444              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
17445      Branch: perl
17446            ! pod/perlfunc.pod pod/perlport.pod
17447 ____________________________________________________________________________
17448 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
17449         Log: Subject: [PATCH] check return of close
17450              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17451              Date: 27 Dec 2001 09:47:30 +0100
17452              Message-ID: <m3ellhgicd.fsf@anima.de> 
17453              
17454              Subject: [PATCH] improve error reporting
17455              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17456              Date: 27 Dec 2001 09:54:55 +0100
17457              Message-ID: <m3adw5gi00.fsf@anima.de> 
17458              
17459              Subject: [PATCH] check return value of close
17460              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17461              Date: 27 Dec 2001 10:03:55 +0100
17462              Message-ID: <m3666tghl0.fsf@anima.de> 
17463              
17464              Subject: [PATCH] return of close
17465              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17466              Date: 27 Dec 2001 10:22:15 +0100
17467              Message-ID: <m31yhhggqg.fsf@anima.de> 
17468      Branch: perl
17469            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
17470            ! t/io/fflush.t
17471 ____________________________________________________________________________
17472 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
17473         Log: Subject: [PATCH] check return of close
17474              From: andreas.koenig@anima.de (Andreas J. Koenig)            
17475              Date: 27 Dec 2001 09:47:30 +0100
17476              Message-ID: <m3ellhgicd.fsf@anima.de> 
17477      Branch: perl
17478            ! t/base/rs.t
17479 ____________________________________________________________________________
17480 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
17481         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
17482              From: andreas.koenig@anima.de (Andreas J. Koenig)
17483              Date: 27 Dec 2001 09:21:16 +0100
17484              Message-ID: <m3n105gjk3.fsf@anima.de>
17485      Branch: perl
17486            ! t/op/sysio.t
17487 ____________________________________________________________________________
17488 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
17489         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
17490              From: "Gerrit P. Haase" <gp@familiehaase.de>
17491              Date: Thu, 27 Dec 2001 09:23:55 +0100 
17492              Message-ID: <98211521662.20011227092355@familiehaase.de>
17493      Branch: perl
17494            ! lib/ExtUtils/t/MM_Cygwin.t
17495 ____________________________________________________________________________
17496 [ 13900] By: nick                                  on 2001/12/27  11:11:51
17497         Log: Integrate mainline
17498      Branch: perlio
17499           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
17500           +> lib/File/Spec/NW5.pm
17501           !> (integrate 52 files)
17502 ____________________________________________________________________________
17503 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
17504         Log: Replace the awful (most likely generated and not very persistent)
17505              URL with something tangible.
17506      Branch: perl
17507            ! README.hpux
17508 ____________________________________________________________________________
17509 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
17510         Log: Naughty /dev/printer (ls -l, really) of IRIX.
17511      Branch: perl
17512            ! t/op/stat.t
17513 ____________________________________________________________________________
17514 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
17515         Log: Upgrade to Net::Ping 2.10.
17516      Branch: perl
17517            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
17518            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
17519            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
17520            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
17521 ____________________________________________________________________________
17522 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
17523         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
17524              (this showed up in Benchmark.t)
17525      Branch: perl
17526            ! pp_sys.c
17527 ____________________________________________________________________________
17528 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
17529         Log: BeOS updates.
17530      Branch: perl
17531            ! README.beos beos/beos.c
17532 ____________________________________________________________________________
17533 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
17534         Log: Subject: Re: bleadperl doesn't compile
17535              From: "Gerrit P. Haase" <gp@familiehaase.de>
17536              Date: Wed, 26 Dec 2001 21:29:08 +0100
17537              Message-ID: <22168634623.20011226212908@familiehaase.de>
17538              
17539              Cygwin with multiplicity.
17540      Branch: perl
17541            ! perlio.c
17542 ____________________________________________________________________________
17543 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
17544         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
17545              From: Nicholas Clark <nick@ccl4.org>
17546              Date: Wed, 26 Dec 2001 19:07:33 +0000
17547              Message-ID: <20011226190732.J48842@plum.flirble.org>            
17548              
17549              socketpair() (un)signedness nit.
17550      Branch: perl
17551            ! util.c
17552 ____________________________________________________________________________
17553 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
17554         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
17555              From: Nicholas Clark <nick@ccl4.org>
17556              Date: Wed, 26 Dec 2001 19:19:47 +0000
17557              Message-ID: <20011226191946.K48842@plum.flirble.org>
17558              
17559              Use report_evil_fh().
17560      Branch: perl
17561            ! doio.c
17562 ____________________________________________________________________________
17563 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
17564         Log: Bad $? assumptions.
17565      Branch: perl
17566            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
17567 ____________________________________________________________________________
17568 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
17569         Log: Net::Ping isn't going to work much without
17570              the Socket extension; fail more gracefully.
17571      Branch: perl
17572            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
17573            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
17574            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
17575            ! lib/Net/Ping/t/300_ping_stream.t
17576 ____________________________________________________________________________
17577 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
17578         Log: metaconfig unit change for #13888.
17579      Branch: metaconfig
17580            ! U/modified/Oldconfig.U
17581 ____________________________________________________________________________
17582 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
17583         Log: test -d /system is a bit too generic test for VOS
17584              (false hit in BeOS)
17585      Branch: perl
17586            ! Configure
17587 ____________________________________________________________________________
17588 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
17589         Log: No AF_UNIX in BeOS.
17590      Branch: perl
17591            ! util.c
17592 ____________________________________________________________________________
17593 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
17594         Log: FAQ sync.
17595      Branch: perl
17596            ! pod/perlfaq5.pod
17597 ____________________________________________________________________________
17598 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
17599         Log: Update Changes.
17600      Branch: perl
17601            ! Changes patchlevel.h
17602 ____________________________________________________________________________
17603 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
17604         Log: Make -t equal -tw.
17605      Branch: perl
17606            ! perl.c pod/perlrun.pod
17607 ____________________________________________________________________________
17608 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
17609         Log: Subject: Re: Not OK 13881
17610              From: John Peacock <jpeacock@rowman.com>
17611              Date: Tue, 25 Dec 2001 06:02:12 -0500
17612              Message-ID: <3C285CB4.8040006@rowman.com>
17613      Branch: perl
17614            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
17615 ____________________________________________________________________________
17616 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
17617         Log: Subject: Re: Not OK 13881
17618              From: andreas.koenig@anima.de (Andreas J. Koenig)
17619              Date: 25 Dec 2001 07:33:23 +0100
17620              Message-ID: <m3bsgnajws.fsf@anima.de>
17621      Branch: perl
17622            ! op.c
17623 ____________________________________________________________________________
17624 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
17625         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
17626              From: Mark-Jason Dominus <mjd@plover.com>    
17627              Date: Mon, 24 Dec 2001 18:14:48 -0500
17628              Message-ID: <20011224231448.25826.qmail@plover.com>
17629      Branch: perl
17630            ! op.c t/op/eval.t
17631 ____________________________________________________________________________
17632 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
17633         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
17634              From: Dave Rolsky <autarch@urth.org>
17635              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
17636              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
17637      Branch: perl
17638            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
17639            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
17640            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17641            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
17642            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
17643 ____________________________________________________________________________
17644 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
17645         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
17646              From: Jeffrey Friedl <jfriedl@yahoo.com>
17647              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
17648              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
17649              
17650              The rest of the tests for plus few extras.
17651      Branch: perl
17652            ! t/op/pat.t
17653 ____________________________________________________________________________
17654 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
17655         Log: metaconfig unit change for #13877.
17656      Branch: metaconfig
17657            ! U/modified/Unix.U
17658 ____________________________________________________________________________
17659 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
17660         Log: No-op.
17661      Branch: perl
17662            ! Configure
17663 ____________________________________________________________________________
17664 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
17665         Log: More constant casting.
17666      Branch: perl
17667            ! regexec.c
17668 ____________________________________________________________________________
17669 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
17670         Log: Subject: perlhack.pod 
17671              From: "John P. Linderman" <jpl@research.att.com>
17672              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
17673              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
17674      Branch: perl
17675            ! pod/perlhack.pod
17676 ____________________________________________________________________________
17677 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
17678         Log: File::Find patch patches from Thomas Wegner.
17679      Branch: perl
17680            ! lib/File/Find.pm
17681 ____________________________________________________________________________
17682 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
17683         Log: Subject: Re: socketpair emulation 
17684              From: Nicholas Clark <nick@unfortu.net>                 
17685              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
17686              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
17687      Branch: perl
17688            ! ext/Socket/socketpair.t
17689 ____________________________________________________________________________
17690 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
17691         Log: Must cast constants if they can be quads.
17692      Branch: perl
17693            ! regcomp.c
17694 ____________________________________________________________________________
17695 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
17696         Log: Promote the e/uid to wide enough un/signed integers
17697              and printf them as such.
17698      Branch: perl
17699            ! taint.c
17700 ____________________________________________________________________________
17701 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
17702         Log: metaconfig unit change for #13869.
17703      Branch: metaconfig/U/perl
17704            ! d_u32align.U
17705 ____________________________________________________________________________
17706 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
17707         Log: The U32 alignment test wasn't really working, noticed
17708              by Paul Green.  Now the test works, but this means that
17709              we may see coredumps from the test.   I sure hope MMUless
17710              places don't crash on the test.
17711      Branch: perl
17712            ! Configure
17713 ____________________________________________________________________________
17714 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
17715         Log: metaconfig unit changes for #13867.
17716      Branch: metaconfig
17717            ! U/compline/nblock_io.U U/modified/Unix.U
17718            ! U/modified/spitshell.U
17719 ____________________________________________________________________________
17720 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
17721         Log: More VOS tweaks.
17722      Branch: perl
17723            ! Configure
17724 ____________________________________________________________________________
17725 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
17726         Log: The funky final sigma casefolding.
17727      Branch: perl
17728            ! regcomp.c regexec.c t/op/pat.t utf8.h
17729 ____________________________________________________________________________
17730 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
17731         Log: Update Changes.
17732      Branch: perl
17733            ! Changes patchlevel.h
17734 ____________________________________________________________________________
17735 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
17736         Log: Move the \C and \X to pat.t.
17737      Branch: perl
17738            ! t/op/pat.t t/op/re_tests
17739 ____________________________________________________________________________
17740 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
17741         Log: More logical test ordering.
17742      Branch: perl
17743            ! perl.h
17744 ____________________________________________________________________________
17745 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
17746         Log: Integrate perlio;
17747              
17748              Add at least the "important" PerlIO_xxxx functions to embed.pl
17749              so that they get implicit pTHX_ and we can avoid slow dTHX.
17750              
17751              Put PerlIO stuff inside EXTERN C
17752              
17753              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
17754      Branch: perl
17755           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
17756           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
17757           !> win32/win32.c
17758 ____________________________________________________________________________
17759 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
17760         Log: Even more \X fixing.
17761      Branch: perl
17762            ! regexec.c t/op/pat.t
17763 ____________________________________________________________________________
17764 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
17765         Log: More \X fixing.
17766      Branch: perl
17767            ! regexec.c t/op/pat.t
17768 ____________________________________________________________________________
17769 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
17770         Log: Fix encoding pragma.
17771      Branch: perl
17772            ! regcomp.c
17773 ____________________________________________________________________________
17774 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
17775         Log: Subject: socketpair emulation
17776              From: Nicholas Clark <nick@unfortu.net>
17777              Date: Sat, 22 Dec 2001 18:38:18 +0000
17778              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
17779      Branch: perl
17780            + ext/Socket/socketpair.t
17781            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
17782            ! pp_sys.c proto.h util.c
17783 ____________________________________________________________________________
17784 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
17785         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
17786              From: Jeffrey Friedl <jfriedl@yahoo.com>
17787              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
17788              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
17789              
17790              (partially applied, most of the new tests need to be rethought)
17791      Branch: perl
17792            ! regcomp.c t/op/re_tests
17793 ____________________________________________________________________________
17794 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
17795         Log: Small tweaks.
17796      Branch: perl
17797            ! handy.h regexec.c
17798 ____________________________________________________________________________
17799 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
17800         Log: Unicode casefolding continues.
17801              (lib/encoding.t still failing.)
17802      Branch: perl
17803            ! regexec.c t/op/pat.t
17804 ____________________________________________________________________________
17805 [ 13854] By: nick                                  on 2001/12/22  20:01:27
17806         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
17807      Branch: perlio
17808            ! makedef.pl perlio.h perlio.sym win32/win32.c
17809 ____________________________________________________________________________
17810 [ 13853] By: nick                                  on 2001/12/22  19:58:53
17811         Log: Put PerlIO stuff inside EXTERN C
17812      Branch: perlio
17813            ! embed.pl proto.h
17814 ____________________________________________________________________________
17815 [ 13852] By: nick                                  on 2001/12/22  18:04:34
17816         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
17817              so that they get implicit pTHX_ and we can avoid slow dTHX.
17818      Branch: perlio
17819            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
17820            ! perlio.h pod/perlapi.pod proto.h
17821 ____________________________________________________________________________
17822 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
17823         Log: metaconfig unit change for #13850.
17824      Branch: metaconfig
17825            ! U/modified/Loc.U
17826 ____________________________________________________________________________
17827 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
17828         Log: Rework the make logic (again).
17829      Branch: perl
17830            ! Configure
17831 ____________________________________________________________________________
17832 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
17833         Log: Integrate perlio;
17834              Fix mis-parse of autoloaded usage code by declaring the sub
17835              Correct checking code which Ilya spotted was tripped by CR at EOF.
17836              The CR at EOF fix earlier broke CR at end-of-buffer.
17837      Branch: perl
17838            ! regexec.c
17839           !> ext/POSIX/POSIX.pm perlio.c sv.c
17840 ____________________________________________________________________________
17841 [ 13848] By: nick                                  on 2001/12/22  15:11:17
17842         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
17843              This should be okay for both?
17844      Branch: perlio
17845            ! perlio.c
17846 ____________________________________________________________________________
17847 [ 13847] By: nick                                  on 2001/12/22  12:26:32
17848         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
17849              Also tone down perl -DP tracing of sv_gets.
17850      Branch: perlio
17851            ! perlio.c sv.c
17852 ____________________________________________________________________________
17853 [ 13846] By: nick                                  on 2001/12/22  10:49:27
17854         Log: Fix mis-parse of autoloaded usage code by declaring the sub
17855      Branch: perlio
17856            ! ext/POSIX/POSIX.pm
17857 ____________________________________________________________________________
17858 [ 13845] By: nick                                  on 2001/12/22  10:44:11
17859         Log: Integrate mainline - some fails:
17860              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
17861              -------------------------------------------------------------------------------
17862              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
17863              ../lib/encoding.t                    19    2  10.53%  17-18
17864              op/pat.t                            770    3   0.39%  754-755 757
17865      Branch: perlio
17866           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
17867           !> (integrate 36 files)
17868 ____________________________________________________________________________
17869 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
17870         Log: More Unicode casing fixes.
17871      Branch: perl
17872            ! regexec.c t/op/pat.t
17873 ____________________________________________________________________________
17874 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
17875         Log: Unicode casefolding fixes.
17876      Branch: perl
17877            ! op.c regcomp.c regexec.c t/op/pat.t
17878 ____________________________________________________________________________
17879 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
17880         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
17881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17882              Date: Sat, 22 Dec 2001 00:01:29 +0100
17883              Message-ID: <20011222000129.A713@rafael>
17884      Branch: perl
17885            ! ext/B/B/Deparse.pm
17886 ____________________________________________________________________________
17887 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
17888         Log: VOS config from Paul Green.
17889      Branch: perl
17890            ! hints/vos.sh
17891 ____________________________________________________________________________
17892 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
17893         Log: Subject: [PATCH @13746] CreateTTY on OS/2
17894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17895              Date: Fri, 21 Dec 2001 15:59:45 -0500
17896              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
17897      Branch: perl
17898            ! lib/perl5db.pl
17899 ____________________________________________________________________________
17900 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
17901         Log: Subject: [PATCH @13746] uninstalled build of modules broken
17902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17903              Date: Fri, 21 Dec 2001 15:49:09 -0500
17904              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
17905      Branch: perl
17906            ! lib/ExtUtils/MM_Unix.pm
17907 ____________________________________________________________________________
17908 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
17909         Log: Subject: [PATCH @13746] OS/2 File::* modules
17910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17911              Date: Fri, 21 Dec 2001 15:43:24 -0500
17912              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
17913      Branch: perl
17914            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
17915 ____________________________________________________________________________
17916 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
17917         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
17918              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17919              Date: Fri, 21 Dec 2001 17:29:07 +0100
17920              Message-ID: <3C236353.6625C4C0@alcatel.at>
17921      Branch: perl
17922            ! pod/perltie.pod
17923 ____________________________________________________________________________
17924 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
17925         Log: metaconfig unit changes for #13835
17926      Branch: metaconfig
17927            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
17928            ! U/modified/sh.U
17929 ____________________________________________________________________________
17930 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
17931         Log: Further VOS tweaks: the _exe needs to be introduced
17932              in the very beginning, and the make/gmake needs special
17933              VOS logic.
17934      Branch: perl
17935            ! Configure Makefile.SH
17936 ____________________________________________________________________________
17937 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
17938         Log: Update Changes.
17939      Branch: perl
17940            ! Changes patchlevel.h
17941 ____________________________________________________________________________
17942 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
17943         Log: metaconfig unit change for #13832.
17944      Branch: metaconfig
17945            ! U/modified/spitshell.U
17946 ____________________________________________________________________________
17947 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
17948         Log: Also the search for cat needs to be _exe-aware.
17949      Branch: perl
17950            ! Configure
17951 ____________________________________________________________________________
17952 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
17953         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
17954              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17955              Date: Fri, 21 Dec 2001 14:02:01 +0100
17956              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
17957      Branch: perl
17958            ! ext/B/B/Xref.pm
17959 ____________________________________________________________________________
17960 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
17961         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
17962      Branch: perl
17963            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17964            ! ext/B/t/assembler.t
17965 ____________________________________________________________________________
17966 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
17967         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
17968              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17969              Date: Fri, 21 Dec 2001 11:15:38 +0100
17970              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
17971      Branch: perl
17972            ! hv.c
17973 ____________________________________________________________________________
17974 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
17975         Log: A plan is good.
17976      Branch: perl
17977            ! ext/re/re.t
17978 ____________________________________________________________________________
17979 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
17980         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
17981              From: chromatic <chromatic@rmci.net>
17982              Date: Thu, 20 Dec 2001 16:16:48 -0700
17983              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
17984      Branch: perl
17985            + ext/re/re.t
17986            ! MANIFEST
17987 ____________________________________________________________________________
17988 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
17989         Log: Synchronize the skippage message.
17990      Branch: perl
17991            ! lib/ExtUtils/t/MM_OS2.t
17992 ____________________________________________________________________________
17993 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
17994         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
17995              From: chromatic <chromatic@rmci.net>
17996              Date: Thu, 20 Dec 2001 16:09:10 -0700
17997              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
17998      Branch: perl
17999            + lib/ExtUtils/t/MM_OS2.t
18000            ! MANIFEST
18001 ____________________________________________________________________________
18002 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
18003         Log: Subject: perlfunc.pod patch re flock via fcntl
18004              From: "Tye McQueen" <tye@metronet.com>
18005              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
18006              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
18007      Branch: perl
18008            ! pod/perlfunc.pod
18009 ____________________________________________________________________________
18010 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
18011         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
18012              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
18013              (the Unicode maximum code point) warnable offenses.
18014      Branch: perl
18015            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
18016            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
18017 ____________________________________________________________________________
18018 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
18019         Log: Sterner admonishment on -t.
18020      Branch: perl
18021            ! pod/perlrun.pod
18022 ____________________________________________________________________________
18023 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
18024         Log: Subject: [PATCH B::Dpparse] minor qr// fix
18025              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18026              Date: Thu, 20 Dec 2001 22:53:34 +0100
18027              Message-ID: <20011220225334.A735@rafael>
18028      Branch: perl
18029            ! ext/B/B/Deparse.pm
18030 ____________________________________________________________________________
18031 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
18032         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
18033              From: Robert Spier <rspier@pobox.com>
18034              Date: Thu, 20 Dec 2001 08:10:00 -0800
18035              Message-ID: <15394.3416.693353.107334@rls.cx>
18036      Branch: perl
18037            ! lib/Carp/Heavy.pm
18038 ____________________________________________________________________________
18039 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
18040         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
18041      Branch: perl
18042           !> win32/win32io.c
18043 ____________________________________________________________________________
18044 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
18045         Log: Subject: Re: [PATCH pod/perliol.pod] resend
18046              From: Stas Bekman <stas@stason.org>
18047              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
18048              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
18049      Branch: perl
18050            ! pod/perliol.pod
18051 ____________________________________________________________________________
18052 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
18053         Log: Fix up the APIs noone hopefully uses.
18054      Branch: perl
18055            ! utf8.c
18056 ____________________________________________________________________________
18057 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
18058         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
18059              Date: Wed, 19 Dec 2001 14:13:38 -0800
18060              From: Robert Spier <rspier@pobox.com>
18061              Message-ID: <15393.4370.605214.548582@rls.cx>
18062      Branch: perl
18063            ! lib/Carp.t lib/Carp/Heavy.pm
18064 ____________________________________________________________________________
18065 [ 13815] By: nick                                  on 2001/12/20  10:23:42
18066         Log: pTHX_ fixes for :win32 layer
18067      Branch: perlio
18068            ! win32/win32io.c
18069 ____________________________________________________________________________
18070 [ 13814] By: nick                                  on 2001/12/20  08:20:11
18071         Log: Integrate mainline (mostly) utf8.c does not compile.
18072      Branch: perlio
18073           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
18074           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
18075           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
18076           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
18077           +> lib/Net/Ping/t/300_ping_stream.t
18078           !> Changes MANIFEST embed.h embed.pl embedvar.h
18079           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
18080           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
18081           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
18082           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
18083           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
18084 ____________________________________________________________________________
18085 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
18086         Log: Some bincompat clawbacks.
18087      Branch: perl
18088            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
18089            ! wince/perldll.def
18090 ____________________________________________________________________________
18091 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
18092         Log: gcc pacifying (RH 7.1/ia64).
18093      Branch: perl
18094            ! pp.c
18095 ____________________________________________________________________________
18096 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
18097         Log: Update Changes.
18098      Branch: perl
18099            ! Changes patchlevel.h
18100 ____________________________________________________________________________
18101 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
18102         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
18103              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18104              Date: Wed, 19 Dec 2001 12:35:07 +0100
18105              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
18106              
18107              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
18108              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18109              Date: Wed, 19 Dec 2001 17:34:51 +0000
18110              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
18111      Branch: perl
18112            ! pod/perlre.pod
18113 ____________________________________________________________________________
18114 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
18115         Log: Integrate perlio.
18116      Branch: perl
18117           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18118           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
18119 ____________________________________________________________________________
18120 [ 13808] By: nick                                  on 2001/12/19  16:08:27
18121         Log: Add pTHX to all vtable functions for future-proofing and
18122              consistency of PerlIO layers.
18123      Branch: perlio
18124            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
18125            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
18126 ____________________________________________________________________________
18127 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
18128         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
18129      Branch: perl
18130            ! ext/B/B/Assembler.pm
18131 ____________________________________________________________________________
18132 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
18133         Log: Reword the alarm explanation.
18134      Branch: perl
18135            ! pod/perlfunc.pod
18136 ____________________________________________________________________________
18137 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
18138         Log: Subject: [PATCH @13746] OS/2 build
18139              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
18140              Date: Wed, 19 Dec 2001 02:45:41 -0500
18141              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
18142              
18143              (skipped the t/TEST change)
18144      Branch: perl
18145            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
18146            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
18147            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
18148 ____________________________________________________________________________
18149 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
18150         Log: Upgrade to Net::Ping 2.09.
18151      Branch: perl
18152            + lib/Net/Ping/CHANGES lib/Net/Ping/README
18153            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
18154            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
18155            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
18156            + lib/Net/Ping/t/300_ping_stream.t
18157            ! MANIFEST lib/Net/Ping.pm
18158 ____________________________________________________________________________
18159 [ 13803] By: nick                                  on 2001/12/19  14:43:24
18160         Log: Integrate mainline
18161      Branch: perlio
18162           +> ext/B/t/assembler.t lib/lib.t
18163           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18164           !> lib/lib_pm.PL t/op/glob.t utf8.c
18165 ____________________________________________________________________________
18166 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
18167         Log: B::Assembler/B::Disassembler patches and test;
18168              from Wolfgang Laun.
18169              
18170              TODO: getting perlcc working.
18171      Branch: perl
18172            + ext/B/t/assembler.t
18173            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18174 ____________________________________________________________________________
18175 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
18176         Log: Can't printf U8s as UVs.
18177      Branch: perl
18178            ! utf8.c
18179 ____________________________________________________________________________
18180 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
18181         Log: Subject: Re: [PATCH] ...while $var = glob(...)
18182              From: Robin Houston <robin@kitsite.com> 
18183              Date: Wed, 19 Dec 2001 13:48:55 +0000
18184              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
18185              
18186              Not exactly a glob test but internal-logically correct.
18187      Branch: perl
18188            ! t/op/glob.t
18189 ____________________________________________________________________________
18190 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
18191         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
18192              From: Michael G Schwern <schwern@pobox.com> 
18193              Date: Wed, 19 Dec 2001 07:42:54 -0500
18194              Message-ID: <20011219124254.GF8630@blackrider>
18195      Branch: perl
18196            + lib/lib.t
18197            ! MANIFEST lib/lib_pm.PL
18198 ____________________________________________________________________________
18199 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
18200         Log: Integrate with perlio.
18201      Branch: perl
18202           !> hv.c hv.h scope.c util.c
18203 ____________________________________________________________________________
18204 [ 13797] By: nick                                  on 2001/12/19  12:03:21
18205         Log: Remove the sometimes-lvalue cast
18206      Branch: perlio
18207            ! hv.h
18208 ____________________________________________________________________________
18209 [ 13796] By: nick                                  on 2001/12/19  11:02:27
18210         Log: alarm.t with -Uuseperlio fix
18211              - SA_RESTART should only be function of PERL_OLD_SIGNALS
18212              not USE_PERLIO
18213      Branch: perlio
18214            ! util.c
18215 ____________________________________________________________________________
18216 [ 13795] By: nick                                  on 2001/12/19  10:19:40
18217         Log: Fix READONLY hashes:
18218              1. Discovered need for disabled scope.c part of Jeff's patch.
18219              2. Corrected hv_delete* - entry was being de-linked from
18220              chain (patch program not smart enough?)
18221      Branch: perlio
18222            ! hv.c scope.c
18223 ____________________________________________________________________________
18224 [ 13794] By: nick                                  on 2001/12/19  09:35:13
18225         Log: Integrate mainline
18226      Branch: perlio
18227           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
18228           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
18229           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
18230           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
18231           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
18232 ____________________________________________________________________________
18233 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
18234         Log: Regen toc.
18235      Branch: perl
18236            ! pod/perltoc.pod
18237 ____________________________________________________________________________
18238 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
18239         Log: FAQ sync.
18240      Branch: perl
18241            ! pod/perlfaq5.pod
18242 ____________________________________________________________________________
18243 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
18244         Log: Reformat round.
18245      Branch: perl
18246            ! pod/perlunicode.pod
18247 ____________________________________________________________________________
18248 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
18249         Log: Subject: [PATCH] pod/perlunicode.pod
18250              From: Jeffrey Friedl <jfriedl@yahoo.com>
18251              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
18252              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
18253      Branch: perl
18254            ! pod/perlunicode.pod
18255 ____________________________________________________________________________
18256 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
18257         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
18258              From: Jeffrey Friedl <jfriedl@yahoo.com>
18259              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
18260              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
18261      Branch: perl
18262            ! pod/perluniintro.pod
18263 ____________________________________________________________________________
18264 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
18265         Log: Slight pod reformatting.
18266      Branch: perl
18267            ! pod/perluniintro.pod
18268 ____________________________________________________________________________
18269 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
18270         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
18271              From: Jeffrey Friedl <jfriedl@yahoo.com>    
18272              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
18273              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
18274      Branch: perl
18275            ! pod/perluniintro.pod
18276 ____________________________________________________________________________
18277 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
18278         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
18279              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18280              Date: Wed, 19 Dec 2001 01:45:23 +0000
18281              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
18282      Branch: perl
18283            ! sv.c
18284 ____________________________________________________________________________
18285 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
18286         Log: Subject: Porting/checkURL.pl
18287              From: abigail@foad.org
18288              Date: Tue, 18 Dec 2001 19:03:22 +0100          
18289              Message-ID: <20011218180322.8278.qmail@foad.org> 
18290      Branch: perl
18291            ! Porting/checkURL.pl
18292 ____________________________________________________________________________
18293 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
18294         Log: metaconfig unit change for #13783.
18295      Branch: metaconfig
18296            ! U/modified/Loc.U
18297 ____________________________________________________________________________
18298 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
18299         Log: A bit too oversweeping matching in #13778.
18300      Branch: perl
18301            ! Configure
18302 ____________________________________________________________________________
18303 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
18304         Log: Re-gen Configure based on #13778..13781.
18305      Branch: perl
18306            ! Configure config_h.SH
18307 ____________________________________________________________________________
18308 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
18309         Log: First assume that crypt() can live happy normal life in
18310              the libc or the moral equivalent; only then try magic.
18311      Branch: metaconfig
18312            + U/modified/d_crypt.U
18313 ____________________________________________________________________________
18314 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
18315         Log: In VOS ACLs confuse the testing.
18316      Branch: metaconfig
18317            ! U/modified/Findhdr.U
18318 ____________________________________________________________________________
18319 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
18320         Log: Either make or gmake.
18321      Branch: metaconfig
18322            ! U/modified/Loc.U
18323 ____________________________________________________________________________
18324 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
18325         Log: If your _exe is different from .exe and your test -f $foo
18326              doesn't do magic to recognize $foo$_exe, you will need to
18327              specify -D_exe=... on command line-- and this patch.
18328      Branch: metaconfig
18329            + U/modified/sh.U
18330            ! U/modified/Loc.U
18331 ____________________________________________________________________________
18332 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
18333         Log: Fix the bugs in #13768..13776, and regen Configure.
18334      Branch: metaconfig
18335            ! U/compline/nblock_io.U U/modified/Findhdr.U
18336            ! U/modified/spitshell.U
18337      Branch: metaconfig/U/perl
18338            ! issymlink.U perlpath.U
18339      Branch: perl
18340            ! Configure config_h.SH
18341 ____________________________________________________________________________
18342 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
18343         Log: Must test with $_exe. (There are plenty of similar
18344              spots earlier but they are a tad more complex to fix
18345              since they come before the hints are run.)
18346      Branch: metaconfig
18347            + U/modified/yacc.U
18348 ____________________________________________________________________________
18349 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
18350         Log: F_SETFL might require <fcntl.h>
18351      Branch: metaconfig
18352            ! U/compline/nblock_io.U
18353 ____________________________________________________________________________
18354 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
18355         Log: Don't require make; have both make and gmake optional.
18356              (Maybe have a check that at least one of them is available?)
18357      Branch: metaconfig
18358            ! U/modified/Loc.U
18359 ____________________________________________________________________________
18360 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
18361         Log: cat might be farther than /bin or /usr/bin.
18362      Branch: metaconfig
18363            ! U/modified/spitshell.U
18364 ____________________________________________________________________________
18365 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
18366         Log: In VOS the path component separator is >, not /.
18367      Branch: metaconfig
18368            ! U/modified/Findhdr.U
18369 ____________________________________________________________________________
18370 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
18371         Log: The VOS shell doesn't implement the ? wildcard
18372              (? is used for other purposes, I assume); but
18373              it does implement the * wildcard, and that works
18374              in the general case just fine.
18375      Branch: metaconfig/U/perl
18376            ! d_dlsymun.U
18377 ____________________________________________________________________________
18378 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
18379         Log: VOS detection.
18380      Branch: metaconfig
18381            ! U/modified/Oldconfig.U
18382 ____________________________________________________________________________
18383 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
18384         Log: Proper path for VOS.
18385      Branch: metaconfig
18386            ! U/modified/Head.U
18387 ____________________________________________________________________________
18388 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
18389         Log: Change s/>& 4/>&4/g for consistency.
18390      Branch: metaconfig
18391            + U/modified/d_dosuid.U
18392            ! U/modified/d_socket.U
18393      Branch: metaconfig/U/perl
18394            ! issymlink.U perlxvf.U
18395 ____________________________________________________________________________
18396 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
18397         Log: Subject: Re: Benchmark.t failure on Linux
18398              From: Nicholas Clark <nick@ccl4.org>
18399              Date: Tue, 18 Dec 2001 22:51:25 +0000
18400              Message-ID: <20011218225124.N21702@plum.flirble.org>
18401      Branch: perl
18402            ! lib/Benchmark.t
18403 ____________________________________________________________________________
18404 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
18405         Log: Re-applying #13752 until a better solution can be found.
18406      Branch: perl
18407            ! lib/ExtUtils/t/MM_Unix.t
18408 ____________________________________________________________________________
18409 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
18410         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
18411              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
18412              Date: Tue, 18 Dec 2001 12:05:40 -0500
18413              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
18414      Branch: perl
18415            ! lib/Exporter.pm
18416 ____________________________________________________________________________
18417 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
18418         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
18419              findings -- some of the warnings I can't explain except
18420              by NVgf being detected wrong, though.
18421      Branch: perl
18422            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
18423 ____________________________________________________________________________
18424 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
18425         Log: Subject: [PATCH] pod/perluniintro.pod
18426              From: Jeffrey Friedl <jfriedl@yahoo.com>
18427              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
18428              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
18429      Branch: perl
18430            ! pod/perluniintro.pod
18431 ____________________________________________________________________________
18432 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
18433         Log: ".pm" is the native executable suffix in VOS.
18434      Branch: perl
18435            ! hints/vos.sh
18436 ____________________________________________________________________________
18437 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
18438         Log: Integrate perlio;
18439              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
18440      Branch: perl
18441           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
18442 ____________________________________________________________________________
18443 [ 13760] By: nick                                  on 2001/12/18  15:55:22
18444         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
18445              - added delete of READONLY value inhibit & test for same
18446              - re-tabbed
18447      Branch: perlio
18448            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
18449 ____________________________________________________________________________
18450 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
18451         Log: (Undone by #13766.)
18452              Retract #13752.
18453      Branch: perl
18454            ! lib/ExtUtils/t/MM_Unix.t
18455 ____________________________________________________________________________
18456 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
18457         Log: Echoes of #13757.
18458      Branch: perl
18459            ! t/lib/warnings/utf8
18460 ____________________________________________________________________________
18461 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
18462         Log: Make the utf8 malformedness messages more verbose.
18463      Branch: perl
18464            ! lib/utf8.t utf8.c
18465 ____________________________________________________________________________
18466 [ 13756] By: nick                                  on 2001/12/18  14:43:58
18467         Log: Integrate mainline
18468      Branch: perlio
18469           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
18470           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
18471           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
18472           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
18473           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18474           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
18475            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
18476            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
18477            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
18478            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
18479            - lib/ExtUtils/testlib.t
18480           !> (integrate 28 files)
18481 ____________________________________________________________________________
18482 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
18483         Log: README.aix updates from Jens-Uwe Mager.
18484      Branch: perl
18485            ! README.aix
18486 ____________________________________________________________________________
18487 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
18488         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
18489              From: Michael G Schwern <schwern@pobox.com>
18490              Date: Tue, 18 Dec 2001 00:58:18 -0500
18491              Message-ID: <20011218055818.GC4362@blackrider>
18492      Branch: perl
18493            ! lib/Benchmark.t
18494 ____________________________________________________________________________
18495 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
18496         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
18497              From: Michael G Schwern <schwern@pobox.com>
18498              Date: Tue, 18 Dec 2001 00:40:38 -0500
18499              Message-ID: <20011218054038.GB4362@blackrider>
18500      Branch: perl
18501            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
18502 ____________________________________________________________________________
18503 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
18504         Log: (reintroduced by #13766)
18505              (retracted by #13759)
18506              
18507              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
18508              From: Michael G Schwern <schwern@pobox.com>  
18509              Date: Tue, 18 Dec 2001 00:00:23 -0500
18510              Message-ID: <20011218050023.GA27893@blackrider>
18511      Branch: perl
18512            ! lib/ExtUtils/t/MM_Unix.t
18513 ____________________________________________________________________________
18514 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
18515         Log: Re-patch #13749.
18516      Branch: perl
18517            ! t/op/glob.t
18518 ____________________________________________________________________________
18519 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
18520         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
18521              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18522              Date: Tue, 18 Dec 2001 12:55:43 +0000
18523              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
18524      Branch: perl
18525            ! ext/Devel/Peek/Peek.pm
18526 ____________________________________________________________________________
18527 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
18528         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
18529              From: Robin Houston <robin@kitsite.com> 
18530              Date: Tue, 18 Dec 2001 14:54:33 +0000
18531              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
18532      Branch: perl
18533            ! t/op/glob.t
18534 ____________________________________________________________________________
18535 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
18536         Log: Subject: [PATCH] slightly more for Exporter.pm
18537              From: Nicholas Clark <nick@ccl4.org>
18538              Date: Tue, 18 Dec 2001 00:22:03 +0000
18539              Message-ID: <20011218002203.M21702@plum.flirble.org>
18540      Branch: perl
18541            ! lib/Exporter.pm
18542 ____________________________________________________________________________
18543 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
18544         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
18545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18546              Date: Mon, 17 Dec 2001 16:37:18 +0100
18547              Message-ID: <20011217163718.A2292@rafael>
18548              
18549              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
18550              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18551              Date: Mon, 17 Dec 2001 23:17:06 +0100
18552              Message-ID: <20011217231706.A730@rafael>
18553      Branch: perl
18554            ! pod/perlsub.pod pp.c toke.c
18555 ____________________________________________________________________________
18556 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
18557         Log: Update Changes.
18558      Branch: perl
18559            ! Changes patchlevel.h
18560 ____________________________________________________________________________
18561 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
18562         Log: New test warrants a MANIFEST entry.
18563      Branch: perl
18564            ! MANIFEST
18565 ____________________________________________________________________________
18566 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
18567         Log: Subject: Re: [PATCH] ...while $var = glob(...)
18568              From: Robin Houston <robin@kitsite.com>
18569              Date: Mon, 17 Dec 2001 20:27:30 +0000
18570              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
18571              
18572              Can't portably unlink open files.
18573      Branch: perl
18574            ! t/op/glob.t
18575 ____________________________________________________________________________
18576 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
18577         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
18578      Branch: perl
18579            ! pod/perluniintro.pod
18580 ____________________________________________________________________________
18581 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
18582         Log: Move typeglob test from glob.t to gv.t.
18583      Branch: perl
18584            ! t/op/glob.t t/op/gv.t
18585 ____________________________________________________________________________
18586 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
18587         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
18588              From: Robin Houston <robin@kitsite.com> 
18589              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
18590              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
18591      Branch: perl
18592            ! t/op/glob.t
18593 ____________________________________________________________________________
18594 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
18595         Log: Demote the surrogate and non-character errors to warnings.
18596      Branch: perl
18597            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
18598 ____________________________________________________________________________
18599 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
18600         Log: Subject: [PATCH] more POSIX tests, and more autoloading
18601              From: Nicholas Clark <nick@ccl4.org>
18602              Date: Mon, 17 Dec 2001 18:27:47 +0000
18603              Message-ID: <20011217182747.D21702@plum.flirble.org>
18604      Branch: perl
18605            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
18606 ____________________________________________________________________________
18607 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
18608         Log: Subject: [PATCH] ...while $var = glob(...)
18609              From: Robin Houston <robin@kitsite.com> 
18610              Date: Mon, 17 Dec 2001 15:51:54 +0000
18611              Message-ID: <20011217155153.A311@robin.kitsite.com>
18612      Branch: perl
18613            ! op.c
18614 ____________________________________________________________________________
18615 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
18616         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
18617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18618              Date: Mon, 17 Dec 2001 15:23:01 +0100
18619              Message-ID: <20011217152301.A704@rafael>
18620      Branch: perl
18621            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
18622 ____________________________________________________________________________
18623 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
18624         Log: The system() vs $SIG{ARLM} is no more a todo.
18625      Branch: perl
18626            ! t/op/alarm.t
18627 ____________________________________________________________________________
18628 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
18629         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
18630              From: Michael G Schwern <schwern@pobox.com>
18631              Date: Sun, 16 Dec 2001 23:59:01 -0500
18632              Message-ID: <20011217045901.GL17232@blackrider>
18633      Branch: perl
18634            + t/op/alarm.t
18635            ! MANIFEST
18636 ____________________________________________________________________________
18637 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
18638         Log: s/UNIX/Unix/
18639      Branch: perl
18640            ! MANIFEST
18641 ____________________________________________________________________________
18642 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
18643         Log: Move ExtUtils tests to lib/ExtUtils/t.
18644      Branch: perl
18645            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
18646            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
18647            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
18648            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
18649            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
18650            + lib/ExtUtils/t/testlib.t
18651            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
18652            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
18653            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
18654            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
18655            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
18656            ! MANIFEST
18657 ____________________________________________________________________________
18658 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
18659         Log: Subject: [PATCH] MM_Unix tests, and some questions
18660              From: Tels <perl_dummy@bloodgate.com>
18661              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
18662              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
18663              
18664              Subject: Re: [PATCH] MM_Unix tests, and some questions
18665              From: Tels <perl_dummy@bloodgate.com>
18666              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
18667              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
18668      Branch: perl
18669            + lib/ExtUtils/MM_Unix.t
18670            ! MANIFEST lib/ExtUtils/MM_Unix.pm
18671 ____________________________________________________________________________
18672 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
18673         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
18674              From: Michael G Schwern <schwern@pobox.com>
18675              Date: Sun, 16 Dec 2001 17:53:55 -0500
18676              Message-ID: <20011216225354.GE8900@blackrider>
18677      Branch: perl
18678            ! lib/ExtUtils/MM_Unix.pm
18679 ____________________________________________________________________________
18680 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
18681         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
18682              From: Michael G Schwern <schwern@pobox.com>                
18683              Date: Sun, 16 Dec 2001 16:12:55 -0500
18684              Message-ID: <20011216211255.GV8900@blackrider>
18685      Branch: perl
18686            ! ext/B/B/Deparse.pm
18687 ____________________________________________________________________________
18688 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
18689         Log: Subject: [PATCH] Exporter.pm
18690              From: Nicholas Clark <nick@ccl4.org>
18691              Date: Sun, 16 Dec 2001 19:24:25 +0000
18692              Message-ID: <20011216192425.R21702@plum.flirble.org>
18693      Branch: perl
18694            ! lib/Exporter.pm
18695 ____________________________________________________________________________
18696 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
18697         Log: Subject: [PATCH] Exporter.t (and question)
18698              From: Nicholas Clark <nick@ccl4.org>
18699              Date: Sun, 16 Dec 2001 17:24:55 +0000
18700              Message-ID: <20011216172455.P21702@plum.flirble.org>
18701      Branch: perl
18702            ! lib/Exporter.t
18703 ____________________________________________________________________________
18704 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
18705         Log: Subject: Re: perl@13661
18706              From: "John P. Linderman" <jpl@research.att.com>              
18707              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
18708              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
18709      Branch: perl
18710            ! pp_sort.c
18711 ____________________________________________________________________________
18712 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
18713         Log: Subject: Will the real Unicode encoding please stand up?
18714              From: Jeffrey Friedl <jfriedl@yahoo.com>
18715              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
18716              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
18717      Branch: perl
18718            ! pod/perluniintro.pod
18719 ____________________________________________________________________________
18720 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
18721         Log: Integrate perlio; interruptable system().
18722      Branch: perl
18723           !> util.c
18724 ____________________________________________________________________________
18725 [ 13724] By: nick                                  on 2001/12/17  09:16:50
18726         Log: Fix for alarm() breaking into wait*().
18727              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
18728              signal handler before caller re-does the system call.
18729      Branch: perlio
18730            ! util.c
18731 ____________________________________________________________________________
18732 [ 13723] By: nick                                  on 2001/12/17  07:45:13
18733         Log: Integrate mainline
18734      Branch: perlio
18735           +> (branch 26 files)
18736           !> (integrate 47 files)
18737 ____________________________________________________________________________
18738 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
18739         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
18740              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
18741              and characters beyond 0x10FFF should be disallowed, too,
18742              but some tests would need changing, but more importantly some
18743              APIs would need remodeling since one can easily generate such
18744              characters either by bitwise complements, tr complements, or
18745              v-strings.
18746      Branch: perl
18747            ! pod/perldiag.pod utf8.c
18748 ____________________________________________________________________________
18749 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
18750         Log: Make surrogates illegal also on EBCDIC.
18751      Branch: perl
18752            ! utf8.c
18753 ____________________________________________________________________________
18754 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
18755         Log: Subject: [patch @13687] Unicode::Collate 0.10
18756              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
18757              Date: Sun, 16 Dec 2001 21:22:12 +0900
18758              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
18759      Branch: perl
18760            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18761            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18762 ____________________________________________________________________________
18763 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
18764         Log: More documentation for the encoding pragma.
18765      Branch: perl
18766            ! lib/encoding.pm
18767 ____________________________________________________________________________
18768 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
18769         Log: Subject: [PATCH] lib/open.pm 
18770              From: Jeffrey Friedl <jfriedl@yahoo.com>
18771              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
18772              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
18773      Branch: perl
18774            ! lib/open.pm
18775 ____________________________________________________________________________
18776 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
18777         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
18778              From: chromatic <chromatic@rmci.net>
18779              Date: Sat, 15 Dec 2001 23:24:40 -0700
18780              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
18781      Branch: perl
18782            + lib/ExtUtils/Installed.t
18783            ! MANIFEST
18784 ____________________________________________________________________________
18785 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
18786         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
18787              From: Michael G Schwern <schwern@pobox.com>
18788              Date: Sun, 16 Dec 2001 01:14:00 -0500
18789              Message-ID: <20011216061400.GC8900@blackrider>
18790      Branch: perl
18791            ! lib/diagnostics.pm
18792 ____________________________________________________________________________
18793 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
18794         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
18795              From: Michael G Schwern <schwern@pobox.com>
18796              Date: Sun, 16 Dec 2001 01:12:42 -0500
18797              Message-ID: <20011216061242.GB8900@blackrider>
18798      Branch: perl
18799            ! t/test.pl
18800 ____________________________________________________________________________
18801 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
18802         Log: I sometimes outsmart myself.
18803      Branch: perl
18804            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
18805 ____________________________________________________________________________
18806 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
18807         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
18808              From: Michael G Schwern <schwern@pobox.com>
18809              Date: Sat, 15 Dec 2001 15:08:29 -0500
18810              Message-ID: <20011215200829.GK1548@blackrider>
18811      Branch: perl
18812            ! lib/AutoSplit.pm
18813 ____________________________________________________________________________
18814 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
18815         Log: perlunicode enchancements suggested by Jeffrey Friedl.
18816      Branch: perl
18817            ! pod/perlunicode.pod
18818 ____________________________________________________________________________
18819 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
18820         Log: Subject: [PATCH] perlunicode.pod
18821              From: Jeffrey Friedl <jfriedl@yahoo.com>
18822              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
18823              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
18824      Branch: perl
18825            ! pod/perlunicode.pod
18826 ____________________________________________________________________________
18827 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
18828         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
18829              From: Jeffrey Friedl <jfriedl@yahoo.com>
18830              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
18831              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
18832      Branch: perl
18833            ! lib/utf8_heavy.pl
18834 ____________________________________________________________________________
18835 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
18836         Log: Can't create surrogates; so can't match them, either.
18837      Branch: perl
18838            ! pod/perlunicode.pod
18839 ____________________________________________________________________________
18840 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
18841         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
18842              From: Michael G Schwern <schwern@pobox.com>
18843              Date: Sat, 15 Dec 2001 21:20:35 -0500
18844              Message-ID: <20011216022035.GE5672@blackrider>
18845      Branch: perl
18846            ! t/test.pl
18847 ____________________________________________________________________________
18848 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
18849         Log: Make creating UTF-8 surrogates a punishable act.
18850      Branch: perl
18851            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
18852 ____________________________________________________________________________
18853 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
18854         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
18855      Branch: perl
18856            + lib/unicore/In/172.pl lib/unicore/In/173.pl
18857            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
18858            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
18859            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
18860            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
18861            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
18862 ____________________________________________________________________________
18863 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
18864         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
18865              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18866              Date: Sat, 15 Dec 2001 23:21:43 +0100
18867              Message-ID: <20011215232143.A11790@rafael>
18868      Branch: perl
18869            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18870 ____________________________________________________________________________
18871 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
18872         Log: Make charnames more robust.
18873      Branch: perl
18874            ! lib/charnames.pm
18875 ____________________________________________________________________________
18876 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
18877         Log: The hoops one has to jump through.
18878      Branch: perl
18879            ! ext/I18N/Langinfo/Langinfo.pm
18880 ____________________________________________________________________________
18881 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
18882         Log: Subject: [PATCH] perlstyle.pod nit on warnings
18883              From: Autrijus Tang <autrijus@egb.elixus.org>
18884              Date: Sat, 15 Dec 2001 04:24:34 -0800
18885              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
18886      Branch: perl
18887            ! pod/perlstyle.pod
18888 ____________________________________________________________________________
18889 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
18890         Log: I don't think we are in FooOS, Toto.
18891      Branch: perl
18892            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
18893 ____________________________________________________________________________
18894 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
18895         Log: Subject: Re: Untested modules update:  There's more than we thought
18896              From: chromatic <chromatic@rmci.net>
18897              Date: Fri, 14 Dec 2001 17:20:24 -0700
18898              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
18899      Branch: perl
18900            + lib/ExtUtils/MM_Cygwin.t
18901            ! MANIFEST
18902 ____________________________________________________________________________
18903 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
18904         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
18905              From: Michael G Schwern <schwern@pobox.com> 
18906              Date: Fri, 14 Dec 2001 20:59:42 -0500
18907              Message-ID: <20011215015942.GF28596@blackrider>
18908      Branch: perl
18909            ! t/TEST
18910 ____________________________________________________________________________
18911 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
18912         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
18913              From: Michael G Schwern <schwern@pobox.com> 
18914              Date: Fri, 14 Dec 2001 20:03:46 -0500
18915              Message-ID: <20011215010346.GD28596@blackrider>
18916      Branch: perl
18917            + ext/B/t/bblock.t
18918            ! MANIFEST
18919 ____________________________________________________________________________
18920 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
18921         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
18922              From: Michael G Schwern <schwern@pobox.com> 
18923              Date: Fri, 14 Dec 2001 19:59:13 -0500
18924              Message-ID: <20011215005913.GC28596@blackrider>
18925      Branch: perl
18926            ! ext/B/B/Bblock.pm
18927 ____________________________________________________________________________
18928 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
18929         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
18930              From: Michael G Schwern <schwern@pobox.com> 
18931              Date: Fri, 14 Dec 2001 19:36:12 -0500
18932              Message-ID: <20011215003611.GA28596@blackrider>
18933      Branch: perl
18934            + ext/B/t/asmdata.t
18935            ! MANIFEST
18936 ____________________________________________________________________________
18937 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
18938         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
18939              From: Michael G Schwern <schwern@pobox.com> 
18940              Date: Fri, 14 Dec 2001 19:14:14 -0500
18941              Message-ID: <20011215001414.GA25077@blackrider>
18942      Branch: perl
18943            ! bytecode.pl ext/B/B/Asmdata.pm
18944 ____________________________________________________________________________
18945 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
18946         Log: Permissions.
18947      Branch: perl
18948            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
18949            ! ext/Devel/PPPort/module3.c
18950 ____________________________________________________________________________
18951 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
18952         Log: Benchmark test from Nicholas Clark.
18953      Branch: perl
18954            + lib/Benchmark.t
18955            ! MANIFEST lib/Benchmark.pm
18956 ____________________________________________________________________________
18957 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
18958         Log: Mithing.
18959      Branch: perl
18960            + lib/Attribute/Handlers/demo/demo2.pl
18961            + lib/Attribute/Handlers/demo/demo3.pl
18962            + lib/Attribute/Handlers/demo/demo4.pl
18963 ____________________________________________________________________________
18964 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
18965         Log: Silence compiler worries found by Schwern/Digital cc.
18966      Branch: perl
18967            ! perlio.c sv.c x2p/str.c
18968 ____________________________________________________________________________
18969 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
18970         Log: User may not have a valid home directory even if
18971              getpwuid() succedds.
18972      Branch: perl
18973            ! ext/File/Glob/t/basic.t
18974 ____________________________________________________________________________
18975 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
18976         Log: Integrate with perlio.  (No changes, but that's okay.)
18977      Branch: perl
18978           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
18979 ____________________________________________________________________________
18980 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
18981         Log: Add a Configure hints file for VOS: the POSIX support
18982              of VOS is getting close to the point where it can run
18983              Configure (some Configure tweaks will be required).
18984      Branch: perl
18985            + hints/vos.sh
18986            ! MANIFEST
18987 ____________________________________________________________________________
18988 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
18989         Log: Update Changes.
18990      Branch: perl
18991            ! Changes patchlevel.h
18992 ____________________________________________________________________________
18993 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
18994         Log: Reintroduce Attribute::Handlers with Spider's fixes.
18995      Branch: perl
18996            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
18997            + lib/Attribute/Handlers/README
18998            + lib/Attribute/Handlers/demo/Demo.pm
18999            + lib/Attribute/Handlers/demo/Descriptions.pm
19000            + lib/Attribute/Handlers/demo/MyClass.pm
19001            + lib/Attribute/Handlers/demo/demo.pl
19002            + lib/Attribute/Handlers/demo/demo_call.pl
19003            + lib/Attribute/Handlers/demo/demo_chain.pl
19004            + lib/Attribute/Handlers/demo/demo_cycle.pl
19005            + lib/Attribute/Handlers/demo/demo_hashdir.pl
19006            + lib/Attribute/Handlers/demo/demo_phases.pl
19007            + lib/Attribute/Handlers/demo/demo_range.pl
19008            + lib/Attribute/Handlers/demo/demo_rawdata.pl
19009            + lib/Attribute/Handlers/t/multi.t
19010            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
19011 ____________________________________________________________________________
19012 [ 13685] By: nick                                  on 2001/12/14  15:57:00
19013         Log: Integrate mainline
19014      Branch: perlio
19015           +> t/run/switcht.t
19016           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
19017           !> perlapi.h pod/perlrun.pod t/TEST taint.c
19018 ____________________________________________________________________________
19019 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
19020         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
19021              From: Michael G Schwern <schwern@pobox.com> 
19022              Date: Thu, 13 Dec 2001 19:27:08 -0500
19023              Message-ID: <20011214002707.GA10532@blackrider>
19024              
19025              (reword the perlrun -t description a bit,
19026              and move the Itaint_warn to the bottom of
19027              the intrpvar.h for binary compatibility)
19028      Branch: perl
19029            + t/run/switcht.t
19030            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
19031            ! perlapi.h pod/perlrun.pod t/TEST taint.c
19032 ____________________________________________________________________________
19033 [ 13683] By: nick                                  on 2001/12/14  12:29:41
19034         Log: Integrate mainline
19035      Branch: perlio
19036           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
19037           +> lib/Term/ReadLine.t t/op/hashassign.t
19038            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
19039            - lib/Attribute/Handlers/README
19040            - lib/Attribute/Handlers/demo/Demo.pm
19041            - lib/Attribute/Handlers/demo/Descriptions.pm
19042            - lib/Attribute/Handlers/demo/MyClass.pm
19043            - lib/Attribute/Handlers/demo/demo.pl
19044            - lib/Attribute/Handlers/demo/demo2.pl
19045            - lib/Attribute/Handlers/demo/demo3.pl
19046            - lib/Attribute/Handlers/demo/demo4.pl
19047            - lib/Attribute/Handlers/demo/demo_call.pl
19048            - lib/Attribute/Handlers/demo/demo_chain.pl
19049            - lib/Attribute/Handlers/demo/demo_cycle.pl
19050            - lib/Attribute/Handlers/demo/demo_hashdir.pl
19051            - lib/Attribute/Handlers/demo/demo_phases.pl
19052            - lib/Attribute/Handlers/demo/demo_range.pl
19053            - lib/Attribute/Handlers/demo/demo_rawdata.pl
19054            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
19055           !> (integrate 101 files)
19056 ____________________________________________________________________________
19057 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
19058         Log: Detypo.
19059      Branch: perl
19060            ! utf8.c
19061 ____________________________________________________________________________
19062 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
19063         Log: Buffer overflow checks.
19064      Branch: perl
19065            ! utf8.c
19066 ____________________________________________________________________________
19067 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
19068         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
19069              From: Spider Boardman <spider@leggy.zk3.dec.com>
19070              Date: Thu, 13 Dec 2001 15:32:51 -0500
19071              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
19072      Branch: perl
19073            ! lib/ExtUtils/Embed.t
19074 ____________________________________________________________________________
19075 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
19076         Log: More on the Unicode "line" definition.
19077      Branch: perl
19078            ! pod/perlunicode.pod
19079 ____________________________________________________________________________
19080 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
19081         Log: Open-ended VERSION?
19082      Branch: perl
19083            ! lib/ExtUtils/Install.pm
19084 ____________________________________________________________________________
19085 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
19086         Log: Subject: [PATCH] Better make distclean
19087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19088              Date: Thu, 13 Dec 2001 21:10:18 +0100
19089              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
19090      Branch: perl
19091            ! Makefile.SH
19092 ____________________________________________________________________________
19093 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
19094         Log: Remove Memoize::Saves as requested by mjd.
19095      Branch: perl
19096            - lib/Memoize/Saves.pm
19097            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
19098 ____________________________________________________________________________
19099 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
19100         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
19101              From: Michael G Schwern <schwern@pobox.com>
19102              Date: Tue, 11 Dec 2001 23:17:32 -0500
19103              Message-ID: <20011212041732.GS17250@blackrider>
19104      Branch: perl
19105            ! lib/ExtUtils/Install.pm
19106 ____________________________________________________________________________
19107 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
19108         Log: Subject: [PATCH] Re: use utf8; with bad utf8
19109              From: Nicholas Clark <nick@ccl4.org>
19110              Date: Thu, 13 Dec 2001 17:09:39 +0000
19111              Message-ID: <20011213170939.L21702@plum.flirble.org>
19112      Branch: perl
19113            ! t/lib/1_compile.t
19114 ____________________________________________________________________________
19115 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
19116         Log: Subject: (LONG!) Sort benchmarks and patch
19117              From: "John P. Linderman" <jpl@research.att.com>
19118              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
19119              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
19120      Branch: perl
19121            ! pp_sort.c
19122 ____________________________________________________________________________
19123 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
19124         Log: Unadorned numbers evil.
19125      Branch: perl
19126            ! pp.c regcomp.c regexec.c utf8.c utf8.h
19127 ____________________________________________________________________________
19128 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
19129         Log: "preprocessing directive not recognized within macro arg"
19130      Branch: perl
19131            ! ext/Data/Dumper/Dumper.xs
19132 ____________________________________________________________________________
19133 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
19134         Log: Subject: Clarifying the documentation of goto            
19135              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
19136              Date: Thu, 13 Dec 2001 08:57:38 -0500
19137              Message-ID: <3C18BD8B@operamail.com>
19138      Branch: perl
19139            ! pod/perlfunc.pod
19140 ____________________________________________________________________________
19141 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
19142         Log: It could be possible for the case-insensitive
19143              Unicode-aware string comparison to wander off
19144              to the la-la land.
19145      Branch: perl
19146            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
19147            ! regexec.c utf8.c
19148 ____________________________________________________________________________
19149 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
19150         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
19151              From: Michael G Schwern <schwern@pobox.com> 
19152              Date: Wed, 12 Dec 2001 21:53:46 -0500
19153              Message-ID: <20011213025346.GH25129@blackrider>
19154      Branch: perl
19155            ! lib/Net/hostent.t t/op/stat.t t/test.pl
19156 ____________________________________________________________________________
19157 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
19158         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
19159              From: Michael G Schwern <schwern@pobox.com> 
19160              Date: Wed, 12 Dec 2001 20:33:42 -0500
19161              Message-ID: <20011213013342.GX25129@blackrider>
19162      Branch: perl
19163            ! t/io/fs.t
19164 ____________________________________________________________________________
19165 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
19166         Log: Subject: Re: [PATCH] use utf8; tests
19167              From: Nicholas Clark <nick@ccl4.org>
19168              Date: Thu, 13 Dec 2001 00:16:58 +0000
19169              Message-ID: <20011213001658.I21702@plum.flirble.org>
19170      Branch: perl
19171            ! lib/utf8.t
19172 ____________________________________________________________________________
19173 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
19174         Log: EPOC fixes from Olaf Flebbe.
19175      Branch: perl
19176            ! README.epoc epoc/config.sh epoc/createpkg.pl
19177            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
19178 ____________________________________________________________________________
19179 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
19180         Log: Subject: [PATCH perl@13661] VMS test fix-ups
19181              From: "Craig A. Berry" <craigberry@mac.com>
19182              Date: Wed, 12 Dec 2001 16:27:48 -0600
19183              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
19184      Branch: perl
19185            ! lib/Net/hostent.t t/io/fs.t
19186 ____________________________________________________________________________
19187 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
19188         Log: Subject: Re: Next cygwin round.
19189              From: "Gerrit P. Haase" <gp@familiehaase.de>
19190              Date: Wed, 12 Dec 2001 21:59:00 +0100
19191              Message-ID: <122343874595.20011212215900@familiehaase.de>
19192      Branch: perl
19193            ! t/io/fs.t
19194 ____________________________________________________________________________
19195 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
19196         Log: Subject: [PATCH] use utf8; tests
19197              From: Nicholas Clark <nick@ccl4.org>
19198              Date: Wed, 12 Dec 2001 20:07:04 +0000
19199              Message-ID: <20011212200704.E21702@plum.flirble.org>
19200      Branch: perl
19201            ! lib/utf8.t t/test.pl
19202 ____________________________________________________________________________
19203 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
19204         Log: Update Changes.
19205      Branch: perl
19206            ! Changes patchlevel.h
19207 ____________________________________________________________________________
19208 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
19209         Log: Subject: [PATCH] Passing in env to perl_parse did not work
19210              From: Gisle Aas <gisle@ActiveState.com>
19211              Date: 11 Dec 2001 20:52:57 -0800
19212              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
19213      Branch: perl
19214            ! perl.c perl.h
19215 ____________________________________________________________________________
19216 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
19217         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
19218              mostly gcc -Wall complaining about the argument of %p not
19219              being a void *.
19220      Branch: perl
19221            ! perlio.c regcomp.c taint.c toke.c
19222 ____________________________________________________________________________
19223 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
19224         Log: metaconfig unit change for #13657.
19225      Branch: metaconfig
19226            ! U/modified/nis.U
19227 ____________________________________________________________________________
19228 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
19229         Log: Try YP/NIS also from /usr/lib/yp.
19230      Branch: perl
19231            ! Configure
19232 ____________________________________________________________________________
19233 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
19234         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
19235              From: Michael G Schwern <schwern@pobox.com>                
19236              Date: Wed, 12 Dec 2001 05:27:02 -0500      
19237              Message-ID: <20011212102702.GW17250@blackrider>
19238              
19239              (the op/grent part)
19240      Branch: perl
19241            ! t/op/grent.t
19242 ____________________________________________________________________________
19243 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
19244         Log: Weed out .files from ls and readdir() results.
19245      Branch: perl
19246            ! t/op/stat.t
19247 ____________________________________________________________________________
19248 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
19249         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
19250              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19251              Date: Wed, 12 Dec 2001 10:52:21 +0100
19252              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
19253      Branch: perl
19254            ! lib/File/Find.pm
19255 ____________________________________________________________________________
19256 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
19257         Log: Subject: [PATCH] doio fatal on cygwin for 13651
19258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
19259              Date: Wed, 12 Dec 2001 11:28:13 +0100      
19260              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
19261      Branch: perl
19262            ! doio.c
19263 ____________________________________________________________________________
19264 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
19265         Log: Get the whole line of ls, makes debugging easier
19266              (from Schwern)
19267      Branch: perl
19268            ! t/op/stat.t
19269 ____________________________________________________________________________
19270 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
19271         Log: rename() must be tested even without link()
19272              or the utime() and rename-directory tests fail.
19273              (Also got the BeOS utime atime/time the wrong way round.)
19274      Branch: perl
19275            ! t/io/fs.t
19276 ____________________________________________________________________________
19277 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
19278         Log: Now that the beos.c is compiled at the main level
19279              the header is in the beos/
19280      Branch: perl
19281            ! beos/beos.c
19282 ____________________________________________________________________________
19283 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
19284         Log: Must remember to require Socket.
19285      Branch: perl
19286            ! ext/Sys/Syslog/syslog.t
19287 ____________________________________________________________________________
19288 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
19289         Log: In BeOS Errno must resort to actual compilation
19290              and execution for some of the error constants.
19291      Branch: perl
19292            ! ext/Errno/Errno_pm.PL
19293 ____________________________________________________________________________
19294 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
19295         Log: BeOS still has no good sockets.
19296      Branch: perl
19297            ! ext/IO/lib/IO/t/io_sel.t
19298 ____________________________________________________________________________
19299 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
19300         Log: BeOS sockets are not true sockets.
19301      Branch: perl
19302            ! ext/IO/lib/IO/t/io_poll.t
19303 ____________________________________________________________________________
19304 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
19305         Log: No Socket, no Syslog.
19306      Branch: perl
19307            ! ext/Sys/Syslog/syslog.t
19308 ____________________________________________________________________________
19309 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
19310         Log: (On some platforms) missing truncate FH.
19311      Branch: perl
19312            ! pod/perltodo.pod
19313 ____________________________________________________________________________
19314 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
19315         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
19316              and vms would be muchly appreciated.
19317      Branch: perl
19318            ! t/io/fs.t
19319 ____________________________________________________________________________
19320 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
19321         Log: utime() updates only the mtime in BeOS. 
19322      Branch: perl
19323            ! pod/perlport.pod
19324 ____________________________________________________________________________
19325 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
19326         Log: No link(), no need to dSP.
19327      Branch: perl
19328            ! pp_sys.c
19329 ____________________________________________________________________________
19330 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
19331         Log: Missing argument.
19332      Branch: perl
19333            ! utf8.c
19334 ____________________________________________________________________________
19335 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
19336         Log: (1) To assume any setuid programs is silly.
19337              (2) Chaining tests with booleans means that some
19338              of them may not get run which means getting out
19339              of test count sync.
19340      Branch: perl
19341            ! t/op/stat.t
19342 ____________________________________________________________________________
19343 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
19344         Log: The beos.c needs to be in the main directory.
19345      Branch: perl
19346            ! hints/beos.sh
19347 ____________________________________________________________________________
19348 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
19349         Log: Detypo and rename.
19350      Branch: perl
19351            ! doio.c perl.h perlio.c perliol.h
19352 ____________________________________________________________________________
19353 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
19354         Log: This time I test compiled.  Honest.
19355      Branch: perl
19356            ! beos/beos.c
19357 ____________________________________________________________________________
19358 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
19359         Log: Subject: [PATCH] slightly more pack tests
19360              From: Nicholas Clark <nick@ccl4.org>
19361              Date: Tue, 11 Dec 2001 23:41:23 +0000
19362              Message-ID: <20011211234123.Y21702@plum.flirble.org>
19363      Branch: perl
19364            ! t/op/pack.t
19365 ____________________________________________________________________________
19366 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
19367         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
19368              From: "Craig A. Berry" <craigberry@mac.com>
19369              Date: Tue, 11 Dec 2001 16:39:13 -0600
19370              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
19371      Branch: perl
19372            ! configure.com
19373 ____________________________________________________________________________
19374 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
19375         Log: metaconfig unit change for #13632.
19376      Branch: metaconfig/U/perl
19377            ! perlpath.U
19378 ____________________________________________________________________________
19379 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
19380         Log: Subject: $Config{perlpath} and -Dversiononly
19381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19382              Date: Tue, 11 Dec 2001 23:32:33 +0100
19383              Message-ID: <20011211233233.A11587@rafael>
19384      Branch: perl
19385            ! Configure
19386 ____________________________________________________________________________
19387 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
19388         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
19389              From: Nicholas Clark <nick@ccl4.org>
19390              Date: Tue, 11 Dec 2001 21:59:36 +0000
19391              Message-ID: <20011211215935.W21702@plum.flirble.org>
19392      Branch: perl
19393            ! t/op/pack.t
19394 ____________________________________________________________________________
19395 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
19396         Log: More UTF-8 API docs.
19397      Branch: perl
19398            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
19399 ____________________________________________________________________________
19400 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
19401         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
19402              From: Nicholas Clark <nick@ccl4.org>
19403              Date: Tue, 11 Dec 2001 20:08:59 +0000
19404              Message-ID: <20011211200859.S21702@plum.flirble.org>
19405      Branch: perl
19406            ! t/op/pack.t
19407 ____________________________________________________________________________
19408 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
19409         Log: Subject: Re: use utf8; with bad utf8
19410              From: Nicholas Clark <nick@ccl4.org>
19411              Date: Tue, 11 Dec 2001 19:49:21 +0000
19412              Message-ID: <20011211194921.R21702@plum.flirble.org>
19413      Branch: perl
19414            ! lib/utf8.t
19415 ____________________________________________________________________________
19416 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
19417         Log: Can't spell worth a dam.  (Try Three Gorges.)
19418      Branch: perl
19419            ! beos/beos.c
19420 ____________________________________________________________________________
19421 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
19422         Log: We need DWIM cpps.
19423      Branch: perl
19424            ! perlio.c
19425 ____________________________________________________________________________
19426 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
19427         Log: The unixish.h needs to be found and the waitpid wrapper
19428              could use a proto.
19429      Branch: perl
19430            ! beos/beosish.h
19431 ____________________________________________________________________________
19432 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
19433         Log: The BeOS waitpid() seems to be broken,
19434              have a wrapper for it.
19435      Branch: perl
19436            + beos/beos.c beos/beosish.h
19437            ! MANIFEST hints/beos.sh perl.h
19438 ____________________________________________________________________________
19439 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
19440         Log: Unlean the leaning tower of Babel.
19441      Branch: perl
19442            ! perl.h
19443 ____________________________________________________________________________
19444 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
19445         Log: Retract #13607 until we figure out what to do with autouse.
19446      Branch: perl
19447            ! lib/Carp.pm
19448 ____________________________________________________________________________
19449 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
19450         Log: Try to handle platforms that have O_TEXT != O_BINARY but
19451              which are not DOSish, BeOS being one of such platforms.
19452              Ideally this should be a Configure test, not a hardwired
19453              cpp symbol test... 
19454      Branch: perl
19455            ! doio.c perl.h perlio.c perliol.h
19456 ____________________________________________________________________________
19457 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
19458         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
19459              From: Jonathan Stowe <gellyfish@gellyfish.com>
19460              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
19461              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
19462      Branch: perl
19463            ! lib/Term/Cap.pm lib/Term/Cap.t
19464 ____________________________________________________________________________
19465 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
19466         Log: Subject: [patch perlio.c] test for NULL before derefencing
19467              From: Stas Bekman <stas@stason.org>
19468              Date: Tue, 11 Dec 2001 16:17:55 +0800
19469              Message-ID: <3C15C133.8@stason.org>
19470      Branch: perl
19471            ! perlio.c
19472 ____________________________________________________________________________
19473 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
19474         Log: metaconfig unit change for #13617.
19475      Branch: metaconfig/U/perl
19476            ! Extensions.U
19477 ____________________________________________________________________________
19478 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
19479         Log: BeOS has socket() but not enough to build a working Socket.
19480              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
19481              new networking implementation, which is rumored to fix the
19482              non-standardness of sockets, but it's apparently not publicly
19483              available, and anything to do with BeOS has become quite
19484              complicated with the sale of the Be assets to Palm.)
19485      Branch: perl
19486            ! Configure
19487 ____________________________________________________________________________
19488 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
19489         Log: Update changes
19490      Branch: maint-5.6/macperl
19491            ! macos/Changes
19492 ____________________________________________________________________________
19493 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
19494         Log: Add extra pod to help
19495      Branch: maint-5.6/macperl
19496            ! macos/macperl/MacPerl.podhelp
19497 ____________________________________________________________________________
19498 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
19499         Log: Return DoAppleScript errors in $@
19500      Branch: maint-5.6/macperl
19501            ! macos/ext/MacPerl/OSA.xs
19502 ____________________________________________________________________________
19503 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
19504         Log: Clear out $^E before each script run
19505      Branch: maint-5.6/macperl
19506            ! macos/macperl/MPScript.c
19507 ____________________________________________________________________________
19508 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
19509         Log: Integrate various changes from maint-5.6/perl/.
19510      Branch: maint-5.6/macperl
19511           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
19512           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
19513 ____________________________________________________________________________
19514 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
19515         Log: Subject: Exporter's documentation shouldn't lie               
19516              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
19517              Date: Mon, 10 Dec 2001 21:30:20 -0500
19518              Message-ID: <3C4AA201@operamail.com>
19519      Branch: perl
19520            ! lib/Exporter.pm
19521 ____________________________________________________________________________
19522 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
19523         Log: Make Errno better in BeOS (the second hunk is
19524              good on any platform).  Still not working in BeOS
19525              are the E constants that refer BeOS native error
19526              constants (B_...) which are enums (*groan*).
19527      Branch: perl
19528            ! ext/Errno/Errno_pm.PL
19529 ____________________________________________________________________________
19530 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
19531         Log: The BeOS linker seems to link the last seen symbol,
19532              not the first (so the symbols of op.o from libperl.so
19533              would get linked to miniperl instead of the symbols of
19534              opmini.o)-- use the same trick as for NeXT4 for linking
19535              miniperl.
19536      Branch: perl
19537            ! Makefile.SH
19538 ____________________________________________________________________________
19539 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
19540         Log: Subject: Re: [PATCH] tests for hash assignment
19541              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19542              Date: Tue, 11 Dec 2001 01:48:55 +0000
19543              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
19544      Branch: perl
19545            ! utf8.c
19546 ____________________________________________________________________________
19547 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
19548         Log: (retracted by #13622)
19549              
19550              Subject: RE: More verbose POD for Carp
19551              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
19552              Date: Mon, 10 Dec 2001 20:23:20 -0500
19553              Message-ID: <3C4A3566@operamail.com>
19554      Branch: perl
19555            ! lib/Carp.pm
19556 ____________________________________________________________________________
19557 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
19558         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
19559              From: "Craig A. Berry" <craigberry@mac.com>
19560              Date: Mon, 10 Dec 2001 18:25:37 -0600
19561              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
19562      Branch: perl
19563            ! t/op/write.t t/test.pl
19564 ____________________________________________________________________________
19565 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
19566         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
19567              From: Michael G Schwern <schwern@pobox.com>
19568              Date: Mon, 10 Dec 2001 08:00:01 -0500
19569              Message-ID: <20011210130000.GK1770@blackrider>
19570      Branch: perl
19571            ! t/comp/multiline.t
19572 ____________________________________________________________________________
19573 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
19574         Log: Subject: Re: [PATCH] tests for hash assignment
19575              From: Nicholas Clark <nick@ccl4.org>
19576              Date: Mon, 10 Dec 2001 23:22:28 +0000
19577              Message-ID: <20011210232228.M21702@plum.flirble.org>
19578      Branch: perl
19579            + t/op/hashassign.t
19580            ! MANIFEST t/op/each.t t/test.pl
19581 ____________________________________________________________________________
19582 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
19583         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
19584              From: "Craig A. Berry" <craigberry@mac.com>
19585              Date: Mon, 10 Dec 2001 16:38:14 -0600
19586              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
19587      Branch: perl
19588            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
19589 ____________________________________________________________________________
19590 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
19591         Log: Subject: [PATCH perl@13600] configure.com fixes
19592              From: "Craig A. Berry" <craigberry@mac.com>
19593              Date: Mon, 10 Dec 2001 14:40:20 -0600
19594              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
19595      Branch: perl
19596            ! configure.com
19597 ____________________________________________________________________________
19598 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
19599         Log: Silence BeOS compilation moaning.
19600      Branch: perl
19601            ! perl.h
19602 ____________________________________________________________________________
19603 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
19604         Log: Update Changes.
19605      Branch: perl
19606            ! Changes patchlevel.h
19607 ____________________________________________________________________________
19608 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
19609         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
19610              From: Michael G Schwern <schwern@pobox.com>
19611              Date: Mon, 10 Dec 2001 01:21:03 -0500
19612              Message-ID: <20011210062103.GC1770@blackrider>
19613      Branch: perl
19614            ! lib/ExtUtils/Command.t
19615 ____________________________________________________________________________
19616 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
19617         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
19618              From: Michael G Schwern <schwern@pobox.com>
19619              Date: Mon, 10 Dec 2001 01:10:57 -0500
19620              Message-ID: <20011210061057.GB1770@blackrider>
19621      Branch: perl
19622            ! t/op/groups.t
19623 ____________________________________________________________________________
19624 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
19625         Log: Retract #13596, #13593 should do the trick.
19626      Branch: perl
19627            ! t/op/stat.t
19628 ____________________________________________________________________________
19629 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
19630         Log: (retracted by #13597, #13593 does the job better)
19631              
19632              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
19633              From: Michael G Schwern <schwern@pobox.com>
19634              Date: Mon, 10 Dec 2001 00:53:16 -0500
19635              Message-ID: <20011210055316.GA1770@blackrider>
19636      Branch: perl
19637            ! t/op/stat.t
19638 ____________________________________________________________________________
19639 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
19640         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
19641              From: Michael G Schwern <schwern@pobox.com> 
19642              Date: Mon, 10 Dec 2001 02:19:14 -0500
19643              Message-ID: <20011210071914.GF1770@blackrider>
19644      Branch: perl
19645            ! lib/AutoSplit.t
19646 ____________________________________________________________________________
19647 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
19648         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
19649              From: Michael G Schwern <schwern@pobox.com>
19650              Date: Mon, 10 Dec 2001 02:47:40 -0500
19651              Message-ID: <20011210074739.GH1770@blackrider>
19652      Branch: perl
19653            ! t/op/pack.t
19654 ____________________________________________________________________________
19655 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
19656         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
19657              From: Michael G Schwern <schwern@pobox.com>
19658              Date: Mon, 10 Dec 2001 02:54:22 -0500
19659              Message-ID: <20011210075422.GI1770@blackrider>
19660      Branch: perl
19661            ! t/test.pl
19662 ____________________________________________________________________________
19663 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
19664         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
19665              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19666              Date: Mon, 10 Dec 2001 08:45:20 +0100
19667              Message-ID: <3C146810.60B5B7C0@alcatel.at>
19668      Branch: perl
19669            ! pp_pack.c
19670 ____________________________________________________________________________
19671 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
19672         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
19673              From: Michael G Schwern <schwern@pobox.com>
19674              Date: Mon, 10 Dec 2001 03:27:02 -0500
19675              Message-ID: <20011210082702.GN1770@blackrider>
19676      Branch: perl
19677            ! t/io/openpid.t
19678 ____________________________________________________________________________
19679 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
19680         Log: More chmod +w.
19681      Branch: perl
19682            ! Porting/makerel
19683 ____________________________________________________________________________
19684 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
19685         Log: Just skip the readability test if running as root.
19686      Branch: perl
19687            ! lib/Net/t/netrc.t
19688 ____________________________________________________________________________
19689 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
19690         Log: Tell about the downside of safe signals.
19691      Branch: perl
19692            ! pod/perldelta.pod
19693 ____________________________________________________________________________
19694 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
19695         Log: Make the whole -lperl thing NetBSD only until we
19696              find some other platform that needs the same.
19697      Branch: perl
19698            ! lib/ExtUtils/MM_Unix.pm
19699 ____________________________________________________________________________
19700 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
19701         Log: Subject: [PATCH t/op/pack.t] Cleanup
19702              From: Michael G Schwern <schwern@pobox.com> 
19703              Date: Sun, 9 Dec 2001 23:08:26 -0500
19704              Message-ID: <20011210040826.GD660@blackrider>
19705      Branch: perl
19706            ! t/op/pack.t
19707 ____________________________________________________________________________
19708 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
19709         Log: Add threads support for NetBSD.
19710              
19711              This is also the first (I think) Perl threads build with
19712              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
19713              NetBSD does not as of yet have true kernel POSIX threads,
19714              but the user-level pth seems to be doing pretty well--
19715              the only failure is that threads/t/basic okays 6 and 7
19716              consistently seem be arriving in the reverse order.
19717              Well, gdbm.t is also failing: 'Undefined PLT symbol
19718              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
19719              guessing that GDBM would need a threaded rebuild.
19720      Branch: perl
19721            ! hints/netbsd.sh
19722 ____________________________________________________________________________
19723 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
19724         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
19725              potential performance hit and change in semantics of closure
19726              lookups after C<undef &foo>)
19727      Branch: maint-5.6/perl
19728            ! op.c
19729 ____________________________________________________________________________
19730 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
19731         Log: metaconfig unit change for #13582.
19732      Branch: metaconfig
19733            ! U/threads/usethreads.U
19734 ____________________________________________________________________________
19735 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
19736         Log: Update the ithreads selection info in Configure,
19737              as suggested by Michael Schwern.
19738      Branch: perl
19739            ! Configure
19740 ____________________________________________________________________________
19741 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
19742         Log: Clearing locale environment simply doesn't seem to
19743              guarantee that (nl_)langinfo(CODESET) would return nil.
19744              (I for example get "ISO8859-1", so <guess>maybe there can
19745              be per-system default settings at work</guess>.)
19746      Branch: perl
19747            ! lib/open.t
19748 ____________________________________________________________________________
19749 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
19750         Log: Subject: RE: Exporter fixes reversed in 13540?
19751              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
19752              Date: Sun, 9 Dec 2001 12:55:15 -0500
19753              Message-ID: <3C13F455@operamail.com>
19754      Branch: perl
19755            ! lib/open.pm
19756 ____________________________________________________________________________
19757 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
19758         Log: Root is the lizard king.
19759      Branch: perl
19760            ! lib/Net/t/netrc.t
19761 ____________________________________________________________________________
19762 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
19763         Log: Telling how many tests we are expecting helps.
19764      Branch: perl
19765            ! ext/POSIX/t/waitpid.t
19766 ____________________________________________________________________________
19767 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
19768         Log: Add a test case for waitpid(): from Rocco Caputo.
19769      Branch: perl
19770            + ext/POSIX/t/waitpid.t
19771            ! MANIFEST
19772 ____________________________________________________________________________
19773 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
19774         Log: Subject: [PATCH] Term::ReadLine tweaks and test
19775              From: Richard Clamp <richardc@unixbeard.net>
19776              Date: Mon, 10 Dec 2001 00:51:47 +0000
19777              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
19778      Branch: perl
19779            + lib/Term/ReadLine.t
19780            ! MANIFEST lib/Term/ReadLine.pm
19781 ____________________________________________________________________________
19782 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
19783         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
19784              From: Rocco Caputo <troc@netrus.net>
19785              Date: Sun, 9 Dec 2001 18:12:38 -0500
19786              Message-ID: <20011209181238.A803@eyrie.homenet>
19787      Branch: perl
19788            ! win32/win32.c
19789 ____________________________________________________________________________
19790 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
19791         Log: make sure that va_start() has matching va_end();
19792              from OpenBSD 3.0.
19793      Branch: perl
19794            ! x2p/util.c
19795 ____________________________________________________________________________
19796 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
19797         Log: h2ph updates from OpenBSD 3.0.
19798      Branch: perl
19799            ! utils/h2ph.PL
19800 ____________________________________________________________________________
19801 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
19802         Log: OpenBSD hints update from OpenBSD 3.0.
19803      Branch: perl
19804            ! hints/openbsd.sh
19805 ____________________________________________________________________________
19806 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
19807         Log: DJGPP tweaks from Laszlo Molnar.
19808      Branch: perl
19809            ! djgpp/config.over lib/File/Find/t/find.t
19810            ! lib/File/Find/t/taint.t t/pod/find.t
19811 ____________________________________________________________________________
19812 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
19813         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
19814              From: Michael G Schwern <schwern@pobox.com> 
19815              Date: Sun, 9 Dec 2001 19:28:12 -0500
19816              Message-ID: <20011210002812.GF13586@blackrider>
19817      Branch: perl
19818            ! README.cygwin
19819 ____________________________________________________________________________
19820 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
19821         Log: README.cygwin update from Gerrit P. Haase.
19822      Branch: perl
19823            ! README.cygwin
19824 ____________________________________________________________________________
19825 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
19826         Log: Apply NetBSD patch-ag: shared/static linking,
19827              but make the change less intrusive on non-NetBSD.
19828      Branch: perl
19829            ! lib/ExtUtils/MM_Unix.pm
19830 ____________________________________________________________________________
19831 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
19832         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
19833      Branch: perl
19834            ! lib/ExtUtils/Liblist.pm
19835 ____________________________________________________________________________
19836 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
19837         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
19838      Branch: perl
19839            ! regcomp.c
19840 ____________________________________________________________________________
19841 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
19842         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
19843      Branch: perl
19844            ! pp.c
19845 ____________________________________________________________________________
19846 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
19847         Log: Apply NetBSD patch-ac.
19848              (the fix has already been done: change #9706, fully qualified
19849              pathnames in packlists)
19850      Branch: perl
19851            ! lib/ExtUtils/Install.pm
19852 ____________________________________________________________________________
19853 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
19854         Log: Apply NetBSD patch-ab: NetBSD hints update.
19855      Branch: perl
19856            ! hints/netbsd.sh
19857 ____________________________________________________________________________
19858 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
19859         Log: metaconfig unit changes for #13560.
19860      Branch: metaconfig/U/perl
19861            ! dlsrc.U i_ieeefp.U libperl.U
19862 ____________________________________________________________________________
19863 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
19864         Log: NetBSD has <ieeefp.h> but hidden.
19865      Branch: perl
19866            ! hints/netbsd.sh
19867 ____________________________________________________________________________
19868 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
19869         Log: Implement NetBSD patch-aa.
19870      Branch: perl
19871            ! Configure
19872 ____________________________________________________________________________
19873 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
19874         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
19875              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
19876              Date: Sun, 09 Dec 2001 13:40:58 +0100
19877              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
19878              
19879              (The lstat()s were there in 5.6.1: what happened to them?)
19880      Branch: perl
19881            ! lib/File/Find.pm
19882 ____________________________________________________________________________
19883 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
19884         Log: Quickie documentation of the C UTF-8 API.
19885      Branch: perl
19886            ! pod/perlunicode.pod
19887 ____________________________________________________________________________
19888 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
19889         Log: Subject: bleadperl on cygwin weirdness...
19890              From: "Gerrit P. Haase" <gp@familiehaase.de>
19891              Date: Sun, 9 Dec 2001 20:31:28 +0100
19892              Message-ID: <13779422183.20011209203128@familiehaase.de>          
19893              
19894              (plus libperl*.dll version portability tweaks)
19895      Branch: perl
19896            ! lib/ExtUtils/Embed.t
19897 ____________________________________________________________________________
19898 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
19899         Log: Instead of muting symbol export error if under eval,
19900              delay the errors until the croak().
19901              
19902              (replaces #13408)
19903      Branch: perl
19904            ! lib/Exporter/Heavy.pm
19905 ____________________________________________________________________________
19906 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
19907         Log: Basegroup 0 is a cygwin_nt thing.
19908      Branch: perl
19909            ! t/op/groups.t
19910 ____________________________________________________________________________
19911 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
19912         Log: Also WinME is LoseLink.
19913      Branch: perl
19914            ! t/op/stat.t
19915 ____________________________________________________________________________
19916 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
19917         Log: Forgotten checkin.
19918      Branch: perl
19919            ! lib/User/grent.t
19920 ____________________________________________________________________________
19921 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
19922         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
19923              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19924              Date: Sun, 09 Dec 2001 13:45:06 +0100
19925              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
19926      Branch: perl
19927            ! lib/File/Find.pm
19928 ____________________________________________________________________________
19929 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
19930         Log: Tweakback.
19931      Branch: perl
19932            ! lib/Net/hostent.t
19933 ____________________________________________________________________________
19934 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
19935         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
19936              From: Michael G Schwern <schwern@pobox.com>
19937              Date: Sat, 8 Dec 2001 14:48:38 -0500
19938              Message-ID: <20011208194838.GA8650@blackrider>
19939      Branch: perl
19940            ! t/op/grent.t
19941 ____________________________________________________________________________
19942 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
19943         Log: Subject: [README.cygwin] Removing old expected test failures
19944              From: Michael G Schwern <schwern@pobox.com>
19945              Date: Sat, 8 Dec 2001 15:38:28 -0500
19946              Message-ID: <20011208203828.GB9017@blackrider>
19947      Branch: perl
19948            ! README.cygwin
19949 ____________________________________________________________________________
19950 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
19951         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
19952              From: Michael G Schwern <schwern@pobox.com>                
19953              Date: Sat, 8 Dec 2001 15:26:59 -0500
19954              Message-ID: <20011208202659.GA9017@blackrider> 
19955      Branch: perl
19956            ! lib/Net/hostent.t
19957 ____________________________________________________________________________
19958 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
19959         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
19960              From: Michael G Schwern <schwern@pobox.com> 
19961              Date: Sat, 8 Dec 2001 15:06:16 -0500
19962              Message-ID: <20011208200616.GA8915@blackrider>
19963      Branch: perl
19964            ! t/op/stat.t
19965 ____________________________________________________________________________
19966 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
19967         Log: Developer deprecations and an incompatibility.
19968      Branch: perl
19969            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
19970 ____________________________________________________________________________
19971 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
19972         Log: Shoo.
19973      Branch: perl
19974            - lib/Attribute/Handlers.pm
19975 ____________________________________________________________________________
19976 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
19977         Log: Remove Attribute::Handlers, as per Damian's request.
19978              (Because of fixing the my variables to be now handled
19979              in run-time, the whole internals of the A::H needs to
19980              be rewritten and Damian will not have time for that
19981              for months.)
19982      Branch: perl
19983            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
19984            - lib/Attribute/Handlers/demo/Demo.pm
19985            - lib/Attribute/Handlers/demo/Descriptions.pm
19986            - lib/Attribute/Handlers/demo/MyClass.pm
19987            - lib/Attribute/Handlers/demo/demo.pl
19988            - lib/Attribute/Handlers/demo/demo2.pl
19989            - lib/Attribute/Handlers/demo/demo3.pl
19990            - lib/Attribute/Handlers/demo/demo4.pl
19991            - lib/Attribute/Handlers/demo/demo_call.pl
19992            - lib/Attribute/Handlers/demo/demo_chain.pl
19993            - lib/Attribute/Handlers/demo/demo_cycle.pl
19994            - lib/Attribute/Handlers/demo/demo_hashdir.pl
19995            - lib/Attribute/Handlers/demo/demo_phases.pl
19996            - lib/Attribute/Handlers/demo/demo_range.pl
19997            - lib/Attribute/Handlers/demo/demo_rawdata.pl
19998            - lib/Attribute/Handlers/t/multi.t
19999            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
20000            ! pod/perlmodlib.pod pod/perltoc.pod
20001 ____________________________________________________________________________
20002 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
20003         Log: Subject: Re: attributes are broken
20004              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20005              Date: Sun, 09 Dec 2001 00:09:23 -0500
20006              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
20007      Branch: perl
20008            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
20009            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
20010            ! xsutils.c
20011 ____________________________________________________________________________
20012 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
20013         Log: Forgotten checkin.
20014      Branch: perl
20015            ! lib/Pod/Text.pm
20016 ____________________________________________________________________________
20017 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
20018         Log: uconfig.h update.
20019      Branch: perl
20020            ! uconfig.h
20021 ____________________________________________________________________________
20022 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
20023         Log: Update Changes.
20024      Branch: perl
20025            ! Changes patchlevel.h
20026 ____________________________________________________________________________
20027 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
20028         Log: Note that some of the Unicode features are
20029              dependent on perlio.
20030      Branch: perl
20031            ! pod/perluniintro.pod
20032 ____________________________________________________________________________
20033 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
20034         Log: Regen perlapi, regen toc.
20035      Branch: perl
20036            ! pod/perlapi.pod pod/perltoc.pod
20037 ____________________________________________________________________________
20038 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
20039         Log: FAQ sync.
20040      Branch: perl
20041            ! pod/perlfaq4.pod pod/perlfaq6.pod
20042 ____________________________________________________________________________
20043 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
20044         Log: Subject: [PATCH] Fix odd language in an sv.c comment
20045              From: coral@eekeek.org
20046              Date: Sat, 8 Dec 2001 12:19:39 -0500
20047              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
20048      Branch: perl
20049            ! sv.c
20050 ____________________________________________________________________________
20051 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
20052         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
20053              From: Michael G Schwern <schwern@pobox.com>
20054              Date: Fri, 7 Dec 2001 20:03:45 -0500
20055              Message-ID: <20011208010345.GD642@blackrider>
20056              
20057              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
20058              From: Michael G Schwern <schwern@pobox.com>
20059              Date: Fri, 7 Dec 2001 20:13:54 -0500
20060              Message-ID: <20011208011354.GE642@blackrider>
20061              
20062              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
20063              From: Michael G Schwern <schwern@pobox.com>
20064              Date: Fri, 7 Dec 2001 21:47:36 -0500
20065              Message-ID: <20011208024736.GH642@blackrider>
20066              
20067              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
20068              From: Michael G Schwern <schwern@pobox.com>
20069              Date: Fri, 7 Dec 2001 23:09:43 -0500
20070              Message-ID: <20011208040943.GK642@blackrider>
20071              
20072              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
20073              Message-Id: <a05101004b83754903506@[172.16.52.1]>
20074              Date: Fri, 7 Dec 2001 23:28:15 -0600
20075              From: "Craig A. Berry" <craigberry@mac.com>
20076      Branch: perl
20077            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
20078 ____________________________________________________________________________
20079 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
20080         Log: Integrate perlio.
20081      Branch: perl
20082           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
20083           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
20084 ____________________________________________________________________________
20085 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
20086         Log: Retract #11156 since Sarathy has found that it breaks code:
20087              http://bugs.ActiveState.com/show_bug.cgi?id=18457
20088              http://bugs.ActiveState.com/show_bug.cgi?id=18858
20089      Branch: perl
20090            ! op.c sv.c t/op/pos.t
20091 ____________________________________________________________________________
20092 [ 13532] By: nick                                  on 2001/12/08  14:11:12
20093         Log: Integrate mainline
20094      Branch: perlio
20095           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
20096           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
20097 ____________________________________________________________________________
20098 [ 13531] By: nick                                  on 2001/12/08  13:48:21
20099         Log: Tweak multi-arg open error messages
20100      Branch: perlio
20101            ! perlio.c
20102 ____________________________________________________________________________
20103 [ 13530] By: nick                                  on 2001/12/08  10:20:06
20104         Log: Allow multi-arg open() if opening layer declares this legal.
20105      Branch: perlio
20106            ! doio.c perlio.c perliol.h
20107 ____________________________________________________________________________
20108 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
20109         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
20110              From: Michael G Schwern <schwern@pobox.com>       
20111              Date: Fri, 7 Dec 2001 19:41:31 -0500
20112              Message-ID: <20011208004131.GC642@blackrider>
20113      Branch: perl
20114            ! t/run/switches.t t/test.pl
20115 ____________________________________________________________________________
20116 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
20117         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
20118              From: Michael G Schwern <schwern@pobox.com>       
20119              Date: Fri, 7 Dec 2001 19:12:44 -0500
20120              Message-ID: <20011208001244.GB642@blackrider>
20121      Branch: perl
20122            ! t/op/stat.t
20123 ____________________________________________________________________________
20124 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
20125         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
20126              From: Michael G Schwern <schwern@pobox.com>
20127              Date: Fri, 7 Dec 2001 17:28:57 -0500
20128              Message-ID: <20011207222857.GI23210@blackrider>
20129      Branch: perl
20130            ! t/op/magic.t
20131 ____________________________________________________________________________
20132 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
20133         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
20134      Branch: perl
20135            ! t/test.pl
20136 ____________________________________________________________________________
20137 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
20138         Log: which_perl: delay as much a possible till runtime.
20139      Branch: perl
20140            ! t/test.pl
20141 ____________________________________________________________________________
20142 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
20143         Log: Further tweakage to which_perl().
20144      Branch: perl
20145            ! t/test.pl
20146 ____________________________________________________________________________
20147 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
20148         Log: perluniintro tweaks.
20149      Branch: perl
20150            ! pod/perluniintro.pod
20151 ____________________________________________________________________________
20152 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
20153         Log: Tweak the $Perl computation.
20154      Branch: perl
20155            ! t/test.pl
20156 ____________________________________________________________________________
20157 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
20158         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
20159              From: Nicholas Clark <nick@ccl4.org>
20160              Date: Fri, 7 Dec 2001 17:06:56 +0000
20161              Message-ID: <20011207170656.G21702@plum.flirble.org>
20162      Branch: perl
20163            ! doop.c t/op/chop.t
20164 ____________________________________________________________________________
20165 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
20166         Log: Update Changes.
20167      Branch: perl
20168            ! Changes patchlevel.h
20169 ____________________________________________________________________________
20170 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
20171         Log: Missing ).
20172      Branch: perl
20173            ! t/test.pl
20174 ____________________________________________________________________________
20175 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
20176         Log: Allow several arguments to display().
20177      Branch: perl
20178            ! t/test.pl
20179 ____________________________________________________________________________
20180 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
20181         Log: /dev/stdout could be either a character special file
20182              or a named pipe, so let's pretend it doesn't exist.
20183      Branch: perl
20184            ! t/op/stat.t
20185 ____________________________________________________________________________
20186 [ 13516] By: nick                                  on 2001/12/07  15:09:23
20187         Log: Integrate again - can I catch up ?
20188      Branch: perlio
20189           !> t/test.pl
20190 ____________________________________________________________________________
20191 [ 13515] By: nick                                  on 2001/12/07  15:08:17
20192         Log: Integrate mainline some more
20193      Branch: perlio
20194           !> README.hpux hints/linux.sh pod/perlfunc.pod
20195 ____________________________________________________________________________
20196 [ 13514] By: nick                                  on 2001/12/07  15:07:15
20197         Log: Integrate mainline
20198      Branch: perlio
20199           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
20200           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
20201           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
20202           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
20203           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
20204           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
20205           +> t/lib/Math/BigInt/BareCalc.pm
20206            - ext/Devel/PPPort/harness/Harness.pm
20207            - ext/Devel/PPPort/harness/Harness.xs
20208            - ext/Devel/PPPort/harness/Makefile.PL
20209            - ext/Devel/PPPort/harness/module2.c
20210            - ext/Devel/PPPort/harness/module3.c
20211            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
20212            - lib/File/Spec/Functions.t
20213           !> (integrate 103 files)
20214 ____________________________________________________________________________
20215 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
20216         Log: Add display() for displaying icky scalars.
20217      Branch: perl
20218            ! t/test.pl
20219 ____________________________________________________________________________
20220 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
20221         Log: Subject: [ID 20011207.001] documentation bug for waitpid
20222              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
20223              Date: Fri, 7 Dec 2001 12:44:56 +0100
20224              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
20225      Branch: perl
20226            ! pod/perlfunc.pod
20227 ____________________________________________________________________________
20228 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
20229         Log: gcc version matching didn't.
20230      Branch: perl
20231            ! hints/linux.sh
20232 ____________________________________________________________________________
20233 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
20234         Log: Subject: HP renamed their servers              
20235              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20236              Date: Fri, 07 Dec 2001 12:07:22 +0100
20237              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
20238      Branch: perl
20239            ! README.hpux
20240 ____________________________________________________________________________
20241 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
20242         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
20243              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20244              Date: Fri, 7 Dec 2001 00:24:55 -0500
20245              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
20246      Branch: perl
20247            ! pod/perlport.pod
20248 ____________________________________________________________________________
20249 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
20250         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
20251              From: Michael G Schwern <schwern@pobox.com> 
20252              Date: Thu, 6 Dec 2001 22:56:34 -0500
20253              Message-ID: <20011207035634.GO22648@blackrider>
20254      Branch: perl
20255            ! t/base/lex.t t/op/exec.t
20256 ____________________________________________________________________________
20257 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
20258         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
20259              From: Michael G Schwern <schwern@pobox.com>
20260              Date: Thu, 6 Dec 2001 22:45:44 -0500
20261              Message-ID: <20011207034544.GN22648@blackrider>
20262              
20263              (plus op/ref tweak)
20264      Branch: perl
20265            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
20266            ! t/run/kill_perl.t t/test.pl
20267 ____________________________________________________________________________
20268 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
20269         Log: Upgrade to Math::BigInt 1.48.
20270      Branch: perl
20271            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
20272            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20273            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
20274            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
20275            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20276            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
20277            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20278 ____________________________________________________________________________
20279 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
20280         Log: Mention also perl56delta in case someone is upgrading from
20281              Perl 5.005_03.
20282      Branch: perl
20283            ! pod/perldelta.pod
20284 ____________________________________________________________________________
20285 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
20286         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
20287              From: Michael G Schwern <schwern@pobox.com>
20288              Date: Thu, 6 Dec 2001 15:15:28 -0500
20289              Message-ID: <20011206201528.GF16414@blackrider>
20290              
20291              (just the term.t, not the lex.t)
20292              
20293              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
20294              From: Michael G Schwern <schwern@pobox.com>
20295              Date: Thu, 6 Dec 2001 15:22:22 -0500
20296              Message-ID: <20011206202222.GG16414@blackrider>
20297              
20298              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
20299              From: Michael G Schwern <schwern@pobox.com>
20300              Date: Thu, 6 Dec 2001 15:31:58 -0500
20301              Message-ID: <20011206203158.GI16414@blackrider>
20302              
20303              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
20304              From: Michael G Schwern <schwern@pobox.com>
20305              Date: Thu, 6 Dec 2001 17:38:55 -0500
20306              Message-ID: <20011206223855.GC22648@blackrider>
20307      Branch: perl
20308            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
20309            ! t/test.pl
20310 ____________________________________________________________________________
20311 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
20312         Log: Update the thr5005 situation.
20313      Branch: perl
20314            ! pod/perldelta.pod
20315 ____________________________________________________________________________
20316 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
20317         Log: perldelta borrowings from perl561delta.
20318      Branch: perl
20319            ! pod/perldelta.pod
20320 ____________________________________________________________________________
20321 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
20322         Log: Add the 5.6.1 perldelta as perl561delta.
20323              (Makes it easier to steal stuff for perldelta :-)
20324      Branch: perl
20325            + pod/perl561delta.pod
20326            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20327 ____________________________________________________________________________
20328 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
20329         Log: Retract #13496 for now.
20330      Branch: perl
20331            ! t/base/lex.t t/base/term.t
20332 ____________________________________________________________________________
20333 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
20334         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
20335              From: "Craig A. Berry" <craigberry@mac.com>
20336              Date: Thu, 6 Dec 2001 14:54:36 -0600
20337              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
20338      Branch: perl
20339            ! vms/ext/filespec.t
20340 ____________________________________________________________________________
20341 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
20342         Log: (retracted by #13499)
20343              
20344              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
20345              From: Michael G Schwern <schwern@pobox.com>
20346              Date: Thu, 6 Dec 2001 15:15:28 -0500
20347              Message-ID: <20011206201528.GF16414@blackrider>
20348      Branch: perl
20349            ! t/base/lex.t t/base/term.t
20350 ____________________________________________________________________________
20351 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
20352         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
20353              From: Michael G Schwern <schwern@pobox.com>
20354              Date: Thu, 6 Dec 2001 13:54:48 -0500
20355              Message-ID: <20011206185448.GC16414@blackrider>
20356      Branch: perl
20357            ! t/op/stat.t
20358 ____________________________________________________________________________
20359 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
20360         Log: The #4 has nothing to do with Unicode.
20361      Branch: perl
20362            ! t/op/tr.t
20363 ____________________________________________________________________________
20364 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
20365         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
20366              From: Michael G Schwern <schwern@pobox.com>
20367              Date: Thu, 6 Dec 2001 13:45:48 -0500
20368              Message-ID: <20011206184548.GB16414@blackrider>
20369      Branch: perl
20370            ! t/op/tr.t
20371 ____________________________________________________________________________
20372 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
20373         Log: Update Changes.
20374      Branch: perl
20375            ! Changes patchlevel.h
20376 ____________________________________________________________________________
20377 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
20378         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
20379              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20380              Date: Thu, 6 Dec 2001 11:41:25 EST
20381              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
20382      Branch: perl
20383            ! vms/vms.c vms/vmsish.h
20384 ____________________________________________________________________________
20385 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
20386         Log: Subject: [PATCH] Re: weirdness in regexps
20387              From: Robin Houston <robin@kitsite.com> 
20388              Date: Thu, 6 Dec 2001 14:44:01 +0000
20389              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
20390      Branch: perl
20391            ! op.c t/lib/strict/subs
20392 ____________________________________________________________________________
20393 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
20394         Log: Make the -b -c -S tests count all of the /dev, not just
20395              check the first one, as suggested by Benjamin Goldberg.
20396      Branch: perl
20397            ! t/op/stat.t
20398 ____________________________________________________________________________
20399 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
20400         Log: Subject: Re: [PATCH: bleadperl] casefold backref
20401              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
20402              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
20403              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
20404      Branch: perl
20405            ! regexec.c
20406 ____________________________________________________________________________
20407 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
20408         Log: Nits noticed by Philip Newton, and de-tab DB.t.
20409      Branch: perl
20410            ! lib/DB.t
20411 ____________________________________________________________________________
20412 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
20413         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
20414              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20415              Date: 6 Dec 2001 11:06:01 -0000
20416              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
20417      Branch: perl
20418            ! op.c t/op/tr.t
20419 ____________________________________________________________________________
20420 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
20421         Log: Subject: [PATCH: bleadperl] casefold backref
20422              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
20423              Date: Wed, 05 Dec 2001 17:27:05 +0000
20424              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
20425      Branch: perl
20426            ! regexec.c t/op/re_tests
20427 ____________________________________________________________________________
20428 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
20429         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
20430              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20431              Date: Wed, 5 Dec 2001 22:34:53 EST
20432              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
20433      Branch: perl
20434            ! mg.c vms/vms.c vms/vmsish.h
20435 ____________________________________________________________________________
20436 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
20437         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
20438              From: Michael G Schwern <schwern@pobox.com>
20439              Date: Wed, 5 Dec 2001 19:52:58 -0500
20440              Message-ID: <20011205195257.A903@blackrider>
20441      Branch: perl
20442            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
20443            + lib/File/Spec/t/rel2abs2rel.t
20444            - lib/File/Spec.t lib/File/Spec/Functions.t
20445            ! MANIFEST
20446 ____________________________________________________________________________
20447 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
20448         Log: Subject: Re: Silly stat() portability questions                
20449              From: Benjamin Goldberg <goldbb2@earthlink.net>
20450              Date: Wed, 05 Dec 2001 22:52:35 -0500
20451              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
20452      Branch: perl
20453            ! pod/perlport.pod
20454 ____________________________________________________________________________
20455 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
20456         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
20457              From: "Craig A. Berry" <craigberry@mac.com>
20458              Date: Wed, 05 Dec 2001 16:41:59 -0600
20459              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
20460      Branch: perl
20461            ! README.vms configure.com lib/File/Spec/VMS.pm
20462            ! vms/ext/filespec.t
20463 ____________________________________________________________________________
20464 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
20465         Log: $apply->('club', $glibc_maintainers);
20466              
20467              (Nick Clark just reported that <langinfo.h> YESSTR
20468              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
20469      Branch: perl
20470            ! ext/I18N/Langinfo/Langinfo.t
20471 ____________________________________________________________________________
20472 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
20473         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
20474      Branch: perl
20475            ! pod/perlport.pod
20476 ____________________________________________________________________________
20477 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
20478         Log: tweak change#13474 (pad entries can apparently be null in some
20479              situations)
20480      Branch: maint-5.6/perl
20481            ! op.c
20482 ____________________________________________________________________________
20483 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
20484         Log: Restore the /dev -b -c -S part of the test.
20485      Branch: perl
20486            ! t/op/stat.t
20487 ____________________________________________________________________________
20488 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
20489         Log: Retract #13475 until Arthur gets back to the mine.
20490      Branch: perl
20491            ! op.c t/run/kill_perl.t
20492 ____________________________________________________________________________
20493 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
20494         Log: (retracted by #13476)
20495              
20496              Manually apply #13474; fixes stale reference to dead
20497              CvOUTSIDE(); this can happen when anonymous subroutines
20498              that aren't closures are returned from an eval""
20499              
20500              (threads/shared/sv_refs.t is coredump-unhappy about this change)
20501      Branch: perl
20502            ! op.c t/run/kill_perl.t
20503 ____________________________________________________________________________
20504 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
20505         Log: replacement for change#10451
20506              
20507              fixes stale reference to dead CvOUTSIDE(); this can happen when
20508              anonymous subroutines that aren't closures are returned from an
20509              eval""
20510      Branch: maint-5.6/perl
20511            ! op.c t/op/misc.t
20512 ____________________________________________________________________________
20513 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
20514         Log: revert change#10451,10472; it was a naive fix that simply
20515              reintroduced the memory leak!
20516      Branch: maint-5.6/perl
20517            ! op.c t/op/misc.t
20518 ____________________________________________________________________________
20519 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
20520         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
20521              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20522              Date: Wed, 05 Dec 2001 10:49:20 +0100
20523              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
20524      Branch: perl
20525            ! lib/File/Basename.pm lib/File/Basename.t
20526 ____________________________________________________________________________
20527 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
20528         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
20529              From: Michael G Schwern <schwern@pobox.com> 
20530              Date: Wed, 5 Dec 2001 02:47:59 -0500
20531              Message-ID: <20011205024759.H14333@blackrider>
20532      Branch: perl
20533            ! t/op/magic.t
20534 ____________________________________________________________________________
20535 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
20536         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
20537              From: Michael G Schwern <schwern@pobox.com>              
20538              Date: Wed, 5 Dec 2001 02:22:05 -0500
20539              Message-ID: <20011205022205.F14333@blackrider>
20540      Branch: perl
20541            ! t/op/stat.t vms/test.com
20542 ____________________________________________________________________________
20543 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
20544         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
20545              From: Michael G Schwern <schwern@pobox.com> 
20546              Date: Tue, 4 Dec 2001 23:40:10 -0500
20547              Message-ID: <20011204234010.B14333@blackrider>
20548      Branch: perl
20549            ! t/op/stat.t
20550 ____________________________________________________________________________
20551 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
20552         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
20553              From: Michael G Schwern <schwern@pobox.com> 
20554              Date: Tue, 4 Dec 2001 21:09:18 -0500           
20555              Message-ID: <20011204210918.D13279@blackrider>
20556              
20557              t/test.
20558      Branch: perl
20559            ! t/test.pl
20560 ____________________________________________________________________________
20561 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
20562         Log: (accidentally empty check-in)
20563      Branch: perl
20564            ! t/op/stat.t
20565 ____________________________________________________________________________
20566 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
20567         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
20568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20569              Date: Tue, 04 Dec 2001 23:40:27 +0100
20570              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
20571      Branch: perl
20572            ! mg.c
20573 ____________________________________________________________________________
20574 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
20575         Log: Subject: [PATCH] minor pod fix in Safe.pm
20576              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20577              Date: Tue, 4 Dec 2001 22:02:34 +0100
20578              Message-ID: <20011204220234.A17293@rafael>
20579      Branch: perl
20580            ! ext/Opcode/Safe.pm
20581 ____________________________________________________________________________
20582 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
20583         Log: CRLF GRRR.
20584      Branch: perl
20585            ! djgpp/configure.bat
20586 ____________________________________________________________________________
20587 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
20588         Log: DJGPP fixes from Laszlo Molnar.
20589      Branch: perl
20590            ! djgpp/configure.bat djgpp/djgpp.h
20591 ____________________________________________________________________________
20592 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
20593         Log: Update Changes.
20594      Branch: perl
20595            ! Changes patchlevel.h
20596 ____________________________________________________________________________
20597 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
20598         Log: Must wipe out the memory of real Socket before starting
20599              to use the new fake one.
20600      Branch: perl
20601            ! lib/Net/t/config.t
20602 ____________________________________________________________________________
20603 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
20604         Log: LC_ALL might trump LANG.
20605      Branch: perl
20606            ! lib/open.t
20607 ____________________________________________________________________________
20608 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
20609         Log: Make the eval runtime.
20610      Branch: perl
20611            ! lib/open.pm
20612 ____________________________________________________________________________
20613 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
20614         Log: Make the Langinfo test both more lenient (allow
20615              for any symbol not to exists) and stricter (add
20616              more symbols).
20617      Branch: perl
20618            ! ext/I18N/Langinfo/Langinfo.t
20619 ____________________________________________________________________________
20620 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
20621         Log: integrate change#13453 from maint-5.6
20622              
20623              tweak change#11399 to use an explicit flag rather than
20624              ass_u_ming w32_pseudo_id will only be zero for the real
20625              toplevel interpreter; avoids multiple hosts from diddling
20626              the environment at the same time
20627      Branch: perl
20628           !> win32/perlhost.h
20629 ____________________________________________________________________________
20630 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
20631         Log: Subject: [PATCH] VMS update for perldelta.pod
20632              From: "Craig A. Berry" <craigberry@mac.com> 
20633              Date: Tue, 4 Dec 2001 00:23:12 -0600
20634              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
20635      Branch: perl
20636            ! pod/perldelta.pod
20637 ____________________________________________________________________________
20638 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
20639         Log: NetWare tweak from Ananth Kesari.
20640      Branch: perl
20641            ! NetWare/Makefile
20642 ____________________________________________________________________________
20643 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
20644         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
20645              Not adding the test suite because of its many assumptions.
20646      Branch: perl
20647            ! lib/Net/Ping.pm
20648 ____________________________________________________________________________
20649 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
20650         Log: tweak change#11399 to use an explicit flag rather than
20651              ass_u_ming w32_pseudo_id will only be zero for the real
20652              toplevel interpreter; avoids multiple hosts from diddling
20653              the environment at the same time
20654      Branch: maint-5.6/perl
20655            ! win32/perlhost.h
20656 ____________________________________________________________________________
20657 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
20658         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
20659              from Len Makin.
20660      Branch: perl
20661            + hints/super-ux.sh
20662            ! MANIFEST
20663 ____________________________________________________________________________
20664 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
20665         Log: Add Mac OS X known failures to perldelta.
20666      Branch: perl
20667            ! pod/perldelta.pod
20668 ____________________________________________________________________________
20669 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
20670         Log: I think it's time to call the utf8 code non-test.
20671      Branch: perl
20672            ! utf8.c
20673 ____________________________________________________________________________
20674 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
20675         Log: Retract #13303, need rethink.
20676      Branch: perl
20677            ! utf8.c
20678 ____________________________________________________________________________
20679 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
20680         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
20681              From: "Craig A. Berry" <craigberry@mac.com>
20682              Date: Mon, 03 Dec 2001 16:28:06 -0600
20683              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
20684      Branch: perl
20685            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
20686 ____________________________________________________________________________
20687 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
20688         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
20689              From: Andy Dougherty <doughera@lafayette.edu>
20690              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
20691              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
20692      Branch: perl
20693            ! hints/solaris_2.sh
20694 ____________________________________________________________________________
20695 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
20696         Log: This test is not very robust on 8.3-constrained systems:
20697              all the "with truncated name" lines between "Autosplitting ..."
20698              and "some names are not unique" lines are unexpected,
20699              and the truncation message becomes:
20700              testtest.al, testtest.al truncate to testtest 
20701      Branch: perl
20702            ! lib/AutoSplit.t
20703 ____________________________________________________________________________
20704 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
20705         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
20706      Branch: perl
20707            ! ext/I18N/Langinfo/Langinfo.t
20708 ____________________________________________________________________________
20709 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
20710         Log: Test::Morify UCD.t
20711      Branch: perl
20712            ! lib/Unicode/UCD.t
20713 ____________________________________________________________________________
20714 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
20715         Log: If Socket has not been built (e.g. DJGPP) the libnet
20716              tests fall over with (too) much noise.
20717      Branch: perl
20718            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
20719            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
20720            ! lib/Net/t/smtp.t lib/Net/t/time.t
20721 ____________________________________________________________________________
20722 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
20723         Log: Subject: [PATCH] shared hash keys and ++/--
20724              From: Nicholas Clark <nick@ccl4.org>
20725              Date: Mon, 3 Dec 2001 16:37:16 +0000
20726              Message-ID: <20011203163716.C21702@plum.flirble.org>
20727      Branch: perl
20728            ! pp.c pp_hot.c sv.c t/op/inc.t
20729 ____________________________________________________________________________
20730 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
20731         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
20732              From: Jonathan Stowe <jns@gellyfish.com>
20733              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
20734              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
20735      Branch: perl
20736            ! lib/Term/Cap.pm
20737 ____________________________________________________________________________
20738 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
20739         Log: Update Changes.
20740      Branch: perl
20741            ! Changes patchlevel.h
20742 ____________________________________________________________________________
20743 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
20744         Log: perldelta tweaks.
20745      Branch: perl
20746            ! pod/perldelta.pod
20747 ____________________________________________________________________________
20748 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
20749         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
20750              From: Sam Tregar <sam@tregar.com> 
20751              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
20752              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
20753      Branch: perl
20754            ! pod/perlnewmod.pod
20755 ____________________________________________________________________________
20756 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
20757         Log: microperl casting nit.
20758      Branch: perl
20759            ! utf8.c
20760 ____________________________________________________________________________
20761 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
20762         Log: Make sharepvn a macro since all it does is a deref.
20763      Branch: perl
20764            ! embed.h embed.pl global.sym hv.c hv.h proto.h
20765 ____________________________________________________________________________
20766 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
20767         Log: perldelta updates.
20768      Branch: perl
20769            ! pod/perldelta.pod
20770 ____________________________________________________________________________
20771 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
20772         Log: PPPort update from Paul Marquess.
20773      Branch: perl
20774            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
20775            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
20776            + ext/Devel/PPPort/t/test.t
20777            - ext/Devel/PPPort/harness/Harness.pm
20778            - ext/Devel/PPPort/harness/Harness.xs
20779            - ext/Devel/PPPort/harness/Makefile.PL
20780            - ext/Devel/PPPort/harness/module2.c
20781            - ext/Devel/PPPort/harness/module3.c
20782            - ext/Devel/PPPort/harness/t/test.t
20783            ! MANIFEST ext/Devel/PPPort/MANIFEST
20784            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20785            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
20786            ! ext/Devel/PPPort/soak
20787 ____________________________________________________________________________
20788 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
20789         Log: No use talking about dynamic library search patch
20790              unless we are having a dynamic build.
20791      Branch: perl
20792            ! t/TEST
20793 ____________________________________________________________________________
20794 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
20795         Log: Be more explicit on the List::Util build trick,
20796              should also stop unneeded rebuilds on static builds.
20797      Branch: perl
20798            ! ext/List/Util/Makefile.PL
20799 ____________________________________________________________________________
20800 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
20801         Log: We need to replace the optimize (-O1) with
20802              the -h scalar0 -h vector0, not append them
20803              to the ccflags.
20804      Branch: perl
20805            ! hints/unicos.sh hints/unicosmk.sh
20806 ____________________________________________________________________________
20807 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
20808         Log: Subject: [PATCH] Shared hash keys 
20809              From: Nicholas Clark <nick@ccl4.org>
20810              Date: Sun, 2 Dec 2001 20:52:32 +0000
20811              Message-ID: <20011202205232.U21702@plum.flirble.org>
20812      Branch: perl
20813            ! doop.c t/op/tr.t
20814 ____________________________________________________________________________
20815 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
20816         Log: Better add new files to MANIFEST, too.
20817      Branch: perl
20818            ! MANIFEST
20819 ____________________________________________________________________________
20820 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
20821         Log: Subject: {PATCH] perlpacktut.pod
20822              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
20823              Date: Sun, 02 Dec 2001 19:55:06 +0100
20824              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
20825      Branch: perl
20826            ! pod/perlpacktut.pod
20827 ____________________________________________________________________________
20828 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
20829         Log: Various small nits found by DJGPP build.
20830      Branch: perl
20831            ! doio.c mg.c pp.c util.c
20832 ____________________________________________________________________________
20833 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
20834         Log: Subject: RE: More verbose POD for Carp
20835              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
20836              Date: Sun, 2 Dec 2001 11:32:51 -0500
20837              Message-ID: <3C0A9748@operamail.com>
20838      Branch: perl
20839            ! lib/Carp.pm
20840 ____________________________________________________________________________
20841 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
20842         Log: Add a header for DJGPP with the function prototypes.
20843      Branch: perl
20844            + djgpp/djgpp.h
20845            ! MANIFEST djgpp/djgpp.c
20846 ____________________________________________________________________________
20847 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
20848         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
20849              From: Abe Timmerman <abe@ztreet.demon.nl>
20850              Date: Sun, 02 Dec 2001 02:41:25 +0100
20851              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
20852      Branch: perl
20853            ! pp_sys.c
20854 ____________________________________________________________________________
20855 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
20856         Log: There isn't PTR2INT(), there's PTR2IV().
20857      Branch: perl
20858            ! ext/Time/HiRes/HiRes.xs
20859 ____________________________________________________________________________
20860 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
20861         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
20862              From: Marc Lehmann <root@schmorp.de>
20863              Date: Sun, 02 Dec 2001 02:44:53 +0100
20864              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
20865      Branch: perl
20866            ! ext/Time/HiRes/HiRes.xs
20867 ____________________________________________________________________________
20868 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
20869         Log: encode()/decode() examples.
20870      Branch: perl
20871            ! ext/Encode/Encode.pm
20872 ____________________________________________________________________________
20873 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
20874         Log: DJGPP tweaks from Laszlo Molnar.
20875      Branch: perl
20876            ! djgpp/config.over djgpp/djgppsed.sh
20877 ____________________________________________________________________________
20878 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
20879         Log: Update Changes.
20880      Branch: perl
20881            ! Changes patchlevel.h
20882 ____________________________________________________________________________
20883 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
20884         Log: Integrate perlio;
20885              
20886              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
20887              which do not have file descriptors. Noticed a possibly
20888              worse problem in the process ...
20889      Branch: perl
20890           !> doio.c
20891 ____________________________________________________________________________
20892 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
20893         Log: Non-VMS-fixed and Win32-skipped version of
20894              
20895              Subject: [PATCH t/op/exec.t] Portabilty fix 
20896              From: Michael G Schwern <schwern@pobox.com> 
20897              Date: Fri, 30 Nov 2001 16:09:27 -0500
20898              Message-ID: <20011130160927.A10406@blackrider>
20899      Branch: perl
20900            ! t/op/exec.t
20901 ____________________________________________________________________________
20902 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
20903         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
20904              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
20905              Date: Sat, 1 Dec 2001 07:01:09 -0500
20906              Message-ID: <3C0D2E39@operamail.com>
20907              
20908              Subject: More verbose POD for Carp
20909              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
20910              Date: Sat, 1 Dec 2001 08:04:16 -0500
20911              Message-ID: <3C285C2B@operamail.com>
20912      Branch: perl
20913            ! lib/Carp.pm lib/Carp/Heavy.pm
20914 ____________________________________________________________________________
20915 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
20916         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
20917              From: chromatic <chromatic@rmci.net>
20918              Date: Sat, 01 Dec 2001 12:41:58 -0700
20919              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
20920      Branch: perl
20921            ! lib/DB.t
20922 ____________________________________________________________________________
20923 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
20924         Log: Try to make a missing RADIXCHAR a softer kinder error.
20925      Branch: perl
20926            ! ext/I18N/Langinfo/Langinfo.t
20927 ____________________________________________________________________________
20928 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
20929         Log: Have a little faith on nl_langinfo() itself.
20930      Branch: perl
20931            ! ext/I18N/Langinfo/Langinfo.xs
20932 ____________________________________________________________________________
20933 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
20934         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
20935              the max, not max plus one)
20936      Branch: perl
20937            ! ext/I18N/Langinfo/Langinfo.xs
20938 ____________________________________________________________________________
20939 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
20940         Log: Make reality agree with the comment.
20941      Branch: perl
20942            ! ext/I18N/Langinfo/Langinfo.xs
20943 ____________________________________________________________________________
20944 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
20945         Log: Try to protect against wild langinfo() arguments.
20946      Branch: perl
20947            ! ext/I18N/Langinfo/Langinfo.xs
20948 ____________________________________________________________________________
20949 [ 13409] By: nick                                  on 2001/12/01  18:19:59
20950         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
20951              have file descriptors. Noticed a possibly worse problem in the process ...
20952      Branch: perlio
20953            ! doio.c
20954 ____________________________________________________________________________
20955 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
20956         Log: (replaced by #13556)
20957              
20958              If we are inside an eval, let's be silent about
20959              separate symbols and just croak() in the end.
20960      Branch: perl
20961            ! lib/Exporter/Heavy.pm
20962 ____________________________________________________________________________
20963 [ 13407] By: nick                                  on 2001/12/01  17:14:05
20964         Log: Integrate mainline
20965      Branch: perlio
20966           !> (integrate 26 files)
20967 ____________________________________________________________________________
20968 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
20969         Log: Subject: Fix for Exporter error reporting behaviour
20970              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
20971              Date: Sat, 1 Dec 2001 06:34:48 -0500
20972              Message-ID: <3C0D1B9A@operamail.com>
20973      Branch: perl
20974            ! lib/Exporter.pm lib/Exporter/Heavy.pm
20975 ____________________________________________________________________________
20976 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
20977         Log: Need to hide behind an eval to avoid a warning
20978              about :utf8 on non-perlio configs.
20979      Branch: perl
20980            ! lib/open.t
20981 ____________________________________________________________________________
20982 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
20983         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
20984              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20985              Date: Fri, 30 Nov 2001 23:46:58 +0100
20986              Message-ID: <20011130234658.A717@rafael>
20987      Branch: perl
20988            ! op.c t/op/method.t
20989 ____________________________________________________________________________
20990 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
20991         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
20992              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20993              Date: Thu, 29 Nov 2001 22:46:12 +0100
20994              Message-ID: <20011129224612.A699@rafael>
20995      Branch: perl
20996            ! ext/B/B/Xref.pm
20997 ____________________________________________________________________________
20998 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
20999         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
21000              From: Tels <perl_dummy@bloodgate.com>
21001              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
21002              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
21003      Branch: perl
21004            ! pod/perlfunc.pod
21005 ____________________________________________________________________________
21006 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
21007         Log: Subject: [REPATCH] reference pointer comparison
21008              From: Nicholas Clark <nick@ccl4.org>
21009              Date: Sat, 1 Dec 2001 13:00:17 +0000
21010              Message-ID: <20011201130017.I21702@plum.flirble.org>
21011      Branch: perl
21012            ! pp.c
21013 ____________________________________________________________________________
21014 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
21015         Log: Upgrade to Storable 1.0.14.
21016      Branch: perl
21017            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21018 ____________________________________________________________________________
21019 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
21020         Log: Add simple caches for ::viacode() and ::vianame().
21021      Branch: perl
21022            ! lib/charnames.pm lib/charnames.t
21023 ____________________________________________________________________________
21024 [ 13398] By: nick                                  on 2001/12/01  10:36:24
21025         Log: Integrate mainline.
21026      Branch: perlio
21027           +> (branch 44 files)
21028            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
21029            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
21030            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
21031           !> (integrate 250 files)
21032 ____________________________________________________________________________
21033 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
21034         Log: Regen toc and modlib.
21035      Branch: perl
21036            ! pod/perlmodlib.pod pod/perltoc.pod
21037 ____________________________________________________________________________
21038 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
21039         Log: Upgrade to podlators-1.18.
21040      Branch: perl
21041            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
21042 ____________________________________________________________________________
21043 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
21044         Log: -h scalar0 -h vector0 seems to help for both
21045              UNICOS and UNICOS/mk on the unpack %65c problems.
21046              
21047              (replaces #13393)
21048      Branch: perl
21049            ! hints/unicos.sh hints/unicosmk.sh
21050 ____________________________________________________________________________
21051 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
21052         Log: More Socket constants.
21053      Branch: perl
21054            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
21055 ____________________________________________________________________________
21056 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
21057         Log: (replaced by #13395)
21058      Branch: perl
21059            ! hints/unicosmk.sh
21060 ____________________________________________________________________________
21061 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
21062         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
21063              From: Andy Dougherty <doughera@lafayette.edu>
21064              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
21065              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
21066              
21067              Simplify the test skippage criterion now that we are
21068              no more dependent on sed.
21069      Branch: perl
21070            ! t/comp/cpp.t t/run/switchPx.t
21071 ____________________________________________________________________________
21072 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
21073         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
21074              From: Michael G Schwern <schwern@pobox.com>
21075              Date: Fri, 30 Nov 2001 11:48:44 -0500
21076              Message-ID: <20011130114844.C1303@blackrider>
21077              
21078              (replaces #13381)
21079      Branch: perl
21080            ! t/op/stat.t
21081 ____________________________________________________________________________
21082 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
21083         Log: Let's not assume how much memory has been allocated
21084              to PVs.
21085      Branch: perl
21086            ! ext/Devel/Peek/Peek.t
21087 ____________________________________________________________________________
21088 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
21089         Log: VOS needs to know the modules, including pp_sort.
21090      Branch: perl
21091            ! vos/perl.bind
21092 ____________________________________________________________________________
21093 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
21094         Log: Unused variables.
21095      Branch: perl
21096            ! ext/Unicode/Normalize/Normalize.xs
21097 ____________________________________________________________________________
21098 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
21099         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
21100              From: John Peacock <jpeacock@rowman.com>     
21101              Date: Fri, 30 Nov 2001 10:24:00 -0500        
21102              Message-ID: <3C07A490.A22A76B0@rowman.com>   
21103      Branch: perl
21104            ! lib/ExtUtils/Embed.t
21105 ____________________________________________________________________________
21106 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
21107         Log: Tweak for the VOS building script from Paul Green.
21108      Branch: perl
21109            ! vos/configure_perl.cm
21110 ____________________________________________________________________________
21111 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
21112         Log: Update Changes.
21113      Branch: perl
21114            ! Changes patchlevel.h
21115 ____________________________________________________________________________
21116 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
21117         Log: Cannot test if cppstdin has not yet been installed.
21118      Branch: perl
21119            ! t/run/switchPx.t
21120 ____________________________________________________________________________
21121 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
21122         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
21123              From: Michael G Schwern <schwern@pobox.com> 
21124              Date: Thu, 29 Nov 2001 22:05:11 -0500
21125              Message-ID: <20011129220510.A18869@blackrider>
21126              
21127              TODO 1: if cppstdin is used and not yet installed,
21128              the Px.t will fail (must do the same as in cpp.t)
21129              
21130              TODO 2: does this work if no Perl whatsoever has
21131              yet been installed?  That is, we should be using
21132              the Perl we are building to execute the one-liner.
21133      Branch: perl
21134            + t/run/switchPx.aux t/run/switchPx.t
21135            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
21136            ! vms/test.com
21137 ____________________________________________________________________________
21138 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
21139         Log: Upgrade to Unicode::Normalize 0.12.
21140      Branch: perl
21141            ! ext/Unicode/Normalize/Changes
21142            ! ext/Unicode/Normalize/Normalize.pm
21143            ! ext/Unicode/Normalize/Normalize.xs
21144            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21145            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21146            ! ext/Unicode/Normalize/t/test.t
21147 ____________________________________________________________________________
21148 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
21149         Log: (replaced by #13391)
21150              
21151              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
21152              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
21153              Date: 30 Nov 2001 11:41:53 -0000             
21154              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
21155              
21156              No need to die if we have high-paranoia (non-chdirable)
21157              system directories.
21158      Branch: perl
21159            ! t/op/stat.t
21160 ____________________________________________________________________________
21161 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
21162         Log: Paragraph rewrapping.
21163      Branch: perl
21164            ! pod/perliol.pod
21165 ____________________________________________________________________________
21166 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
21167         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
21168              From: Stas Bekman <stas@stason.org>
21169              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
21170              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
21171      Branch: perl
21172            ! pod/perliol.pod
21173 ____________________________________________________________________________
21174 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
21175         Log: Whether select() gets restarted on signals is
21176              implementation dependent.
21177      Branch: perl
21178            ! ext/Time/HiRes/HiRes.t
21179 ____________________________________________________________________________
21180 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
21181         Log: More forgotten checkins.
21182      Branch: perl
21183            ! embed.h embed.pl proto.h
21184 ____________________________________________________________________________
21185 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
21186         Log: Add a note about folding vs lowercase.
21187      Branch: perl
21188            ! regexec.c
21189 ____________________________________________________________________________
21190 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
21191         Log: Use to_uni_fold (and add changed global.sym)
21192      Branch: perl
21193            ! global.sym utf8.c
21194 ____________________________________________________________________________
21195 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
21196         Log: Make to Unicode character functions to use UVs
21197              instead of U32s and add to_uni_fold().
21198      Branch: perl
21199            ! embed.pl proto.h utf8.c
21200 ____________________________________________________________________________
21201 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
21202         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
21203              From: Nicholas Clark <nick@ccl4.org>
21204              Date: Thu, 29 Nov 2001 22:47:32 +0000
21205              Message-ID: <20011129224732.W37621@plum.flirble.org>
21206      Branch: perl
21207            ! pod/perlpacktut.pod
21208 ____________________________________________________________________________
21209 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
21210         Log: README.vos updates from Paul Green.
21211      Branch: perl
21212            ! README.vos
21213 ____________________________________________________________________________
21214 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
21215         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
21216              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21217              Date: Thu, 29 Nov 2001 14:18:51 EST
21218              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
21219      Branch: perl
21220            ! mg.c vms/vms.c vms/vmsish.h
21221 ____________________________________________________________________________
21222 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
21223         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
21224              From: Michael G Schwern <schwern@pobox.com>
21225              Date: Thu, 29 Nov 2001 13:12:31 -0500
21226              Message-ID: <20011129131231.E11300@blackrider>
21227      Branch: perl
21228            ! README.vms
21229 ____________________________________________________________________________
21230 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
21231         Log: BGET_IV was missing.
21232      Branch: perl
21233            ! ext/ByteLoader/bytecode.h
21234 ____________________________________________________________________________
21235 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
21236         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
21237              From: Jonathan Stowe <gellyfish@gellyfish.com>
21238              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
21239              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
21240      Branch: perl
21241            ! lib/Term/Cap.pm
21242 ____________________________________________________________________________
21243 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
21244         Log: Porting/checkURL.pl was missing.
21245      Branch: perl
21246            ! MANIFEST
21247 ____________________________________________________________________________
21248 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
21249         Log: Subject: INSTALL and READMEs should be reviewed
21250              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21251              Date: Thu, 29 Nov 2001 16:49:36 +0100
21252              Message-ID: <20011129164936.A17492@rafael>         
21253      Branch: perl
21254            ! README.cygwin
21255 ____________________________________________________________________________
21256 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
21257         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
21258              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
21259              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
21260              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
21261      Branch: perl
21262            ! README.os390
21263 ____________________________________________________________________________
21264 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
21265         Log: Update Changes.
21266      Branch: perl
21267            ! Changes patchlevel.h
21268 ____________________________________________________________________________
21269 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
21270         Log: The changes to the curliffed files didn't stick in #13348.
21271      Branch: perl
21272            ! README.dos README.win32
21273 ____________________________________________________________________________
21274 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
21275         Log: Subject: Re: Found the rev where File::Glob broke
21276              From: Andy Dougherty <doughera@lafayette.edu>
21277              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
21278              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
21279      Branch: perl
21280            ! lib/ExtUtils/MM_Unix.pm
21281 ____________________________________________________________________________
21282 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
21283         Log: Use __DATA__ instead of __END__.
21284      Branch: perl
21285            ! lib/Term/Cap.pm
21286 ____________________________________________________________________________
21287 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
21288         Log: Subject: [PATCH toke.c] autosplit into @F fix
21289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21290              Date: Thu, 29 Nov 2001 14:52:23 +0100
21291              Message-ID: <20011129145223.A25817@rafael>         
21292      Branch: perl
21293            ! toke.c
21294 ____________________________________________________________________________
21295 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
21296         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
21297              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21298              Date: Thu, 29 Nov 2001 15:48:15 +0100
21299              Message-ID: <20011129154815.C25817@rafael>         
21300      Branch: perl
21301            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
21302 ____________________________________________________________________________
21303 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
21304         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
21305              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
21306              Date: Wed, 28 Nov 2001 20:35:29 +0100
21307              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
21308      Branch: perl
21309            ! pod/perlpacktut.pod
21310 ____________________________________________________________________________
21311 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
21312         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
21313              From: Stas Bekman <stas@stason.org>
21314              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
21315              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
21316              
21317              (with tweaks)
21318      Branch: perl
21319            ! pod/perlapio.pod
21320 ____________________________________________________________________________
21321 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
21322         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
21323              From: Tels <perl_dummy@bloodgate.com>
21324              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
21325              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
21326              
21327              (plus paragraph rewrapping)
21328      Branch: perl
21329            ! lib/Exporter.pm
21330 ____________________________________________________________________________
21331 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
21332         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
21333              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
21334              Date: Wed, 28 Nov 2001 21:47:59 +0000
21335              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
21336      Branch: perl
21337            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
21338 ____________________________________________________________________________
21339 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
21340         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
21341              From: Andy Dougherty <doughera@lafayette.edu>
21342              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
21343              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
21344      Branch: perl
21345            ! INSTALL ext/Time/HiRes/HiRes.t
21346 ____________________________________________________________________________
21347 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
21348         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
21349              From: Michael G Schwern <schwern@pobox.com> 
21350              Date: Wed, 28 Nov 2001 16:37:01 -0500
21351              Message-ID: <20011128163701.H676@blackrider>
21352      Branch: perl
21353            ! t/run/kill_perl.t
21354 ____________________________________________________________________________
21355 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
21356         Log: @INC tweak.
21357      Branch: perl
21358            ! t/op/ref.t
21359 ____________________________________________________________________________
21360 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
21361         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
21362              From: Nicholas Clark <nick@ccl4.org>
21363              Date: Wed, 28 Nov 2001 23:38:43 +0000
21364              Message-ID: <20011128233843.N37621@plum.flirble.org>  
21365      Branch: perl
21366            ! installman
21367 ____________________________________________________________________________
21368 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
21369         Log: Tweak the forking logic.
21370      Branch: perl
21371            ! Porting/checkURL.pl
21372 ____________________________________________________________________________
21373 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
21374         Log: Update perlmodlib.PL as per #13348.  The L<> got
21375              changed back because that is coming from ParseLink.pm.
21376      Branch: perl
21377            ! pod/perlmodlib.PL pod/perlmodlib.pod
21378 ____________________________________________________________________________
21379 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
21380         Log: URL fixups from Michael Schwern.
21381      Branch: perl
21382            ! README.cygwin README.dos README.hpux README.mint README.mpeix
21383            ! README.os390 README.qnx README.solaris README.vos README.win32
21384            ! pod/perlmodlib.pod
21385 ____________________________________________________________________________
21386 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
21387         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
21388              From: Barrie Slaymaker <barries@slaysys.com>
21389              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
21390              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
21391      Branch: perl
21392            ! lib/Exporter.pm
21393 ____________________________________________________________________________
21394 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
21395         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
21396      Branch: perl
21397            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
21398 ____________________________________________________________________________
21399 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
21400         Log: Subject: [PATCH] Re: $\ very broken
21401              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21402              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
21403              Message-ID: <20011128223308.E732@rafael>   
21404              
21405              Subject: Re: [PATCH] Re: $\ very broken     
21406              From: Nicholas Clark <nick@ccl4.org>
21407              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
21408              Message-ID: <20011128222859.K37621@plum.flirble.org>
21409      Branch: perl
21410            ! mg.c t/op/ref.t
21411 ____________________________________________________________________________
21412 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
21413         Log: Add Abigail's link checker with the following tweaks:
21414              - known dummy URLs (Peter Prymmer)
21415              - do also READMEs and INSTALL (Michael Schwern)
21416              - do also ftp URLs
21417              - add fork retry loop in case the allowed number
21418              of processes per user is low
21419      Branch: perl
21420            + Porting/checkURL.pl
21421            ! MANIFEST
21422 ____________________________________________________________________________
21423 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
21424         Log: Update Changes.
21425      Branch: perl
21426            ! Changes patchlevel.h
21427 ____________________________________________________________________________
21428 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
21429         Log: In Linux if we have modern enough gcc and supported
21430              enough CPU, crank up the optimization level to -O3.
21431      Branch: perl
21432            ! hints/linux.sh
21433 ____________________________________________________________________________
21434 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
21435         Log: Add perlpacktut from Wolfgang Laun; regen toc.
21436      Branch: perl
21437            + pod/perlpacktut.pod
21438            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
21439            ! pod/perltoc.pod
21440 ____________________________________________________________________________
21441 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
21442         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
21443              From: PPrymmer@factset.com
21444              Date: Wed, 28 Nov 2001 07:51:26 -0500
21445              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
21446      Branch: perl
21447            ! vms/test.com
21448 ____________________________________________________________________________
21449 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
21450         Log: Test cases for the first half of #13338.
21451      Branch: perl
21452            ! t/lib/h2ph.h t/lib/h2ph.pht
21453 ____________________________________________________________________________
21454 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
21455         Log: Subject: Re: h2ph confused by comments in an enum.
21456              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
21457              Date: Wed, 28 Nov 2001 04:19:21 +0000
21458              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
21459              
21460              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
21461              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
21462              Date: Wed, 28 Nov 2001 13:36:35 +0000
21463              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
21464      Branch: perl
21465            ! utils/h2ph.PL
21466 ____________________________________________________________________________
21467 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
21468         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
21469              From: Jonathan Stowe <gellyfish@gellyfish.com>
21470              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
21471              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
21472              
21473              (replace #13327)
21474      Branch: perl
21475            ! lib/Term/Cap.pm
21476 ____________________________________________________________________________
21477 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
21478         Log: Replace #13335 with
21479              
21480              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
21481              From: Russ Allbery <rra@stanford.edu>
21482              Date: 27 Nov 2001 20:42:49 -0800
21483              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
21484      Branch: perl
21485            ! lib/Pod/Text/Termcap.pm
21486 ____________________________________________________________________________
21487 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
21488         Log: (replaced by #13336)
21489              
21490              Subject: [PATCH perl@13323] Termcap.pm with no termios
21491              From: "Craig A. Berry" <craigberry@mac.com> 
21492              Date: Tue, 27 Nov 2001 22:28:50 -0600
21493              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
21494      Branch: perl
21495            ! lib/Pod/Text/Termcap.pm
21496 ____________________________________________________________________________
21497 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
21498         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
21499              From: "Craig A. Berry" <craigberry@mac.com> 
21500              Date: Tue, 27 Nov 2001 21:46:45 -0600
21501              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
21502      Branch: perl
21503            ! configure.com
21504 ____________________________________________________________________________
21505 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
21506         Log: Upgrade to podlators 1.17.
21507      Branch: perl
21508            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
21509            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
21510 ____________________________________________________________________________
21511 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
21512         Log: Fix for "a\x{100}" =~ /A/i.
21513      Branch: perl
21514            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
21515            ! utf8.c
21516 ____________________________________________________________________________
21517 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
21518         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
21519              From: "Craig A. Berry" <craigberry@mac.com>
21520              Date: Tue, 27 Nov 2001 17:11:49 -0600
21521              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
21522      Branch: perl
21523            ! lib/DB.t
21524 ____________________________________________________________________________
21525 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
21526         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
21527              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21528              Date: Tue, 27 Nov 2001 14:55:23 -0500
21529              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
21530              
21531              Subject: [PATCH: perl@13324] updates to perldelta.pod 
21532              From: PPrymmer@factset.com
21533              Date: Tue, 27 Nov 2001 18:06:04 -0500
21534              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
21535              
21536              plus added some known problems.
21537      Branch: perl
21538            ! pod/perldelta.pod
21539 ____________________________________________________________________________
21540 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
21541         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
21542              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21543              Date: Tue, 27 Nov 2001 15:38:02 EST 
21544              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
21545      Branch: perl
21546            ! configure.com vms/vms.c vms/vmsish.h
21547 ____________________________________________________________________________
21548 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
21549         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
21550              From: Michael G Schwern <schwern@pobox.com> 
21551              Date: Tue, 27 Nov 2001 15:31:12 -0500
21552              Message-ID: <20011127153112.G20929@blackrider>
21553      Branch: perl
21554            ! t/run/kill_perl.t
21555 ____________________________________________________________________________
21556 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
21557         Log: (replaced by #13337)
21558              
21559              VMS can safely hardcode a termcap entry for VT100.
21560      Branch: perl
21561            ! lib/Term/Cap.pm
21562 ____________________________________________________________________________
21563 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
21564         Log: VMS piping fixes from Charles Lane (perl -P should
21565              be working now).
21566      Branch: perl
21567            ! vms/vms.c
21568 ____________________________________________________________________________
21569 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
21570         Log: Subject: [PATCH] perlvar.pod fix
21571              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21572              Date: Tue, 27 Nov 2001 13:11:47 -0500
21573              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
21574      Branch: perl
21575            ! pod/perlvar.pod
21576 ____________________________________________________________________________
21577 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
21578         Log: Update Changes.
21579      Branch: perl
21580            ! Changes patchlevel.h
21581 ____________________________________________________________________________
21582 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
21583         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
21584              From: "Craig A. Berry" <craigberry@mac.com> 
21585              Date: Tue, 27 Nov 2001 10:21:18 -0600
21586              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
21587      Branch: perl
21588            ! lib/ExtUtils/MM_VMS.pm
21589 ____________________________________________________________________________
21590 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
21591         Log: Protect against accumulating -options -options -options.
21592      Branch: perl
21593            ! hints/hpux.sh
21594 ____________________________________________________________________________
21595 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
21596         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
21597              From: Barrie Slaymaker <barries@slaysys.com>
21598              Date: Tue, 27 Nov 2001 10:58:54 -0500
21599              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
21600      Branch: perl
21601            ! lib/Benchmark.pm
21602 ____________________________________________________________________________
21603 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
21604         Log: Tiny fix from John P. Linderman.
21605      Branch: perl
21606            ! lib/sort.pm
21607 ____________________________________________________________________________
21608 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
21609         Log: The Story of sort(), from John P. Linderman.
21610      Branch: perl
21611            ! pod/perldelta.pod
21612 ____________________________________________________________________________
21613 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
21614         Log: Add information what to do if you are reading
21615              perluniintro but using some older Perl.
21616      Branch: perl
21617            ! pod/perluniintro.pod
21618 ____________________________________________________________________________
21619 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
21620         Log: Update the 'wide characters' FAQ entry.
21621      Branch: perl
21622            ! pod/perlfaq6.pod
21623 ____________________________________________________________________________
21624 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
21625         Log: Fix for
21626              
21627              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
21628              From: Marc Lehmann <root@schmorp.de>
21629              Date: Tue, 27 Nov 2001 14:27:14 +0100
21630              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
21631      Branch: perl
21632            ! ext/Encode.t ext/Encode/Encode.xs
21633 ____________________________________________________________________________
21634 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
21635         Log: Subject: [PATCH] DB_File 1.801
21636              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21637              Date: Tue, 27 Nov 2001 15:06:45 -0000
21638              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
21639      Branch: perl
21640            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21641            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
21642 ____________________________________________________________________________
21643 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
21644         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
21645      Branch: perl
21646            ! pod/perlmodlib.pod
21647 ____________________________________________________________________________
21648 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
21649         Log: sort() doc tweaks from John P. Linderman.
21650      Branch: perl
21651            ! pod/perlfunc.pod
21652 ____________________________________________________________________________
21653 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
21654         Log: Subject: [PATCH] More perldelta.pod nits
21655              From: Simon Glover <scog@roe.ac.uk>
21656              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
21657              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
21658      Branch: perl
21659            ! pod/perldelta.pod
21660 ____________________________________________________________________________
21661 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
21662         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
21663              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21664              Date: Tue, 27 Nov 2001 11:52:31 -0000
21665              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
21666      Branch: perl
21667            ! ext/Devel/PPPort/harness/Makefile.PL
21668 ____________________________________________________________________________
21669 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
21670         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
21671              From: Michael G Schwern <schwern@pobox.com>
21672              Date: Tue, 27 Nov 2001 03:38:24 -0500
21673              Message-ID: <20011127033824.A17775@blackrider>
21674      Branch: perl
21675            ! t/TEST
21676 ____________________________________________________________________________
21677 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
21678         Log: Subject: Re: perlcc very broken
21679              From: John Peacock <jpeacock@rowman.com>
21680              Date: Tue, 27 Nov 2001 06:48:01 -0500
21681              Message-ID: <3C037D71.4030508@rowman.com>
21682      Branch: perl
21683            ! utils/perlcc.PL
21684 ____________________________________________________________________________
21685 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
21686         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
21687              From: David Dyck <dcd@tc.fluke.com>
21688              Date: Mon, 26 Nov 2001 22:04:38 -0800
21689              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
21690      Branch: perl
21691            ! t/op/pack.t
21692 ____________________________________________________________________________
21693 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
21694         Log: Subject: [ID 20011126.149] t/op/split fails step 37
21695              From: David Dyck <dcd@tc.fluke.com>
21696              Date: Mon, 26 Nov 2001 21:52:35 -0800
21697              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
21698      Branch: perl
21699            ! t/op/split.t
21700 ____________________________________________________________________________
21701 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
21702         Log: incorporate last minute change from libnet 1.0901-tobe
21703      Branch: perl
21704            ! lib/Net/SMTP.pm
21705 ____________________________________________________________________________
21706 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
21707         Log: Pass 7 at perldelta - random edits.
21708      Branch: perl
21709            ! pod/perldelta.pod
21710 ____________________________________________________________________________
21711 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
21712         Log: Portability and skippage tweaks.
21713      Branch: perl
21714            ! t/op/split.t
21715 ____________________________________________________________________________
21716 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
21717         Log: (retracted by #13449)
21718              Try to make Unicode casemapping to work for EBCDIC, too.
21719      Branch: perl
21720            ! utf8.c
21721 ____________________________________________________________________________
21722 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
21723         Log: Just printing 1..0 is not quite enough...
21724      Branch: perl
21725            ! lib/Dumpvalue.t
21726 ____________________________________________________________________________
21727 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
21728         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
21729              Delay the match until runtime.
21730      Branch: perl
21731            ! t/op/append.t
21732 ____________________________________________________________________________
21733 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
21734         Log: UTF-EBCDIC.
21735      Branch: perl
21736            ! ext/Devel/Peek/Peek.t
21737 ____________________________________________________________________________
21738 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
21739         Log: Be UTF-EBCDIC aware.
21740      Branch: perl
21741            ! lib/bytes.t
21742 ____________________________________________________________________________
21743 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
21744         Log: Bad assumption which way digits and letters sort.
21745      Branch: perl
21746            ! lib/English.t
21747 ____________________________________________________________________________
21748 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
21749         Log: If in EBCDIC but no Convert::EBCDIC
21750              the libnet tests will all fail.
21751      Branch: perl
21752            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
21753            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
21754            ! lib/Net/t/smtp.t lib/Net/t/time.t
21755 ____________________________________________________________________________
21756 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
21757         Log: Just sorting to guarantee order is not enough.
21758              (Think EBCDIC.) 
21759      Branch: perl
21760            ! lib/ExtUtils/Manifest.t
21761 ____________________________________________________________________________
21762 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
21763         Log: OS/390 cleanable gunk.
21764      Branch: perl
21765            ! lib/ExtUtils/MM_Unix.pm
21766 ____________________________________________________________________________
21767 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
21768         Log: Update the EBCDIC MD5 checksums.
21769      Branch: perl
21770            ! ext/Digest/MD5/t/files.t
21771 ____________________________________________________________________________
21772 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
21773         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
21774              From: Nicholas Clark <nick@ccl4.org>
21775              Date: Mon, 26 Nov 2001 23:06:34 +0000
21776              Message-ID: <20011126230633.Q37621@plum.flirble.org>
21777      Branch: perl
21778            ! installman
21779 ____________________________________________________________________________
21780 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
21781         Log: sort tweaks from John P. Linderman.
21782      Branch: perl
21783            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
21784 ____________________________________________________________________________
21785 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
21786         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
21787              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
21788              Date: Mon, 26 Nov 2001 18:47:25 -0600
21789              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
21790              
21791              Craig Berry submitted half of this patch just yesterday.
21792              Spooky cosmic resonance.
21793      Branch: perl
21794            ! ext/Socket/Socket.xs
21795 ____________________________________________________________________________
21796 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
21797         Log: Subject: [PATCH] doio slightly smaller
21798              From: Nicholas Clark <nick@ccl4.org>
21799              Date: Tue, 27 Nov 2001 00:40:23 +0000      
21800              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
21801      Branch: perl
21802            ! doio.c
21803 ____________________________________________________________________________
21804 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
21805         Log: perldelta nits from Autrijus Tang and Ron Kimball.
21806      Branch: perl
21807            ! pod/perldelta.pod
21808 ____________________________________________________________________________
21809 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
21810         Log: Subject: [PATCH] unpack P* uses random length for item
21811              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
21812              Date: Mon, 26 Nov 2001 19:56:32 +0100
21813              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
21814      Branch: perl
21815            ! pod/perldiag.pod pp_pack.c t/op/pack.t
21816 ____________________________________________________________________________
21817 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
21818         Log: Subject: [PATCH current] system and taintedness
21819              From: Radu Greab <radu@netsoft.ro>
21820              Date: Mon, 26 Nov 2001 18:42:29 +0200
21821              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
21822      Branch: perl
21823            ! pp_sys.c t/op/taint.t
21824 ____________________________________________________________________________
21825 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
21826         Log: Subject: [PATCH @ 13283] Devel::PPPort
21827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21828              Date: Mon, 26 Nov 2001 14:37:17 -0000
21829              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
21830      Branch: perl
21831            + ext/Devel/PPPort/MANIFEST
21832            ! MANIFEST ext/Devel/PPPort/Makefile.PL
21833            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
21834            ! ext/Devel/PPPort/harness/Harness.xs
21835            ! ext/Devel/PPPort/harness/Makefile.PL
21836            ! ext/Devel/PPPort/harness/module2.c
21837            ! ext/Devel/PPPort/harness/module3.c
21838            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
21839 ____________________________________________________________________________
21840 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
21841         Log: Update the test list.
21842      Branch: perl
21843            ! t/lib/1_compile.t
21844 ____________________________________________________________________________
21845 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
21846         Log: Sync-up tests with libnet distribution
21847      Branch: perl
21848            + lib/Net/t/netrc.t
21849            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
21850 ____________________________________________________________________________
21851 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
21852         Log: Update Changes.
21853      Branch: perl
21854            ! Changes patchlevel.h
21855 ____________________________________________________________________________
21856 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
21857         Log: Upgrade to podlators 1.16.
21858      Branch: perl
21859            + lib/Pod/t/basic.cap
21860            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
21861            ! lib/Pod/t/basic.t pod/pod2man.PL
21862 ____________________________________________________________________________
21863 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
21864         Log: Pass 6 at perldelta - sort enhancements, generic and
21865              platform specific bug fixes.
21866      Branch: perl
21867            ! pod/perldelta.pod
21868 ____________________________________________________________________________
21869 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
21870         Log: PROPAGATE documentation from Tony Cook.
21871      Branch: perl
21872            ! pod/perlfunc.pod
21873 ____________________________________________________________________________
21874 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
21875         Log: DJGPP cannot do signals that well.
21876      Branch: perl
21877            ! ext/POSIX/t/sigaction.t
21878 ____________________________________________________________________________
21879 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
21880         Log: Can't do subsecond alarms without ualarm; and break out
21881              early if alarms do not seem to be coming in as expected.
21882      Branch: perl
21883            ! ext/Time/HiRes/HiRes.t
21884 ____________________________________________________________________________
21885 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
21886         Log: No Socket, little Net.
21887      Branch: perl
21888            ! t/lib/1_compile.t
21889 ____________________________________________________________________________
21890 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
21891         Log: Take the taint brush to the getcwds.
21892      Branch: perl
21893            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
21894 ____________________________________________________________________________
21895 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
21896         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
21897              From: "Craig A. Berry" <craigberry@mac.com>
21898              Date: Sun, 25 Nov 2001 16:20:45 -0600
21899              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
21900      Branch: perl
21901            ! ext/Socket/Socket.xs
21902 ____________________________________________________________________________
21903 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
21904         Log: Since in some DOS filesystems the timestamp granularity
21905              may be only two seconds, better sleep for three to play safe.
21906              (Helps CygWin, at least.)
21907      Branch: perl
21908            ! lib/Memoize/t/expire_file.t
21909 ____________________________________________________________________________
21910 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
21911         Log: For some reason CygWin wasn't collapsing multiple
21912              slashes into one, which made some Spec.t tests to fail.
21913              Either CygWin was being too prudish or the collapsing
21914              logic needs to be rethunk.
21915      Branch: perl
21916            ! lib/File/Spec/Unix.pm
21917 ____________________________________________________________________________
21918 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
21919         Log: Cygwin needs to have libperl.dll around if trying to link
21920              with -lperl.  Note: this change cures the test but whether
21921              it cures CygPerl installation, I don't know: hopefully the
21922              libperl5_7_2.dll, or the version equivalent, gets installed
21923              also as libperl.dll to the proper place(s).
21924      Branch: perl
21925            ! lib/ExtUtils/Embed.t
21926 ____________________________________________________________________________
21927 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
21928         Log: -I../lib/.. and -L../lib/..?  Strange.
21929      Branch: perl
21930            ! lib/ExtUtils/Embed.t
21931 ____________________________________________________________________________
21932 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
21933         Log: $MM?
21934      Branch: perl
21935            ! lib/ExtUtils/Embed.pm
21936 ____________________________________________________________________________
21937 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
21938         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
21939              From: Dave Rolsky <autarch@urth.org>
21940              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
21941              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
21942      Branch: perl
21943            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
21944            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
21945 ____________________________________________________________________________
21946 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
21947         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
21948              From: chromatic <chromatic@rmci.net>
21949              Date: Sat, 24 Nov 2001 14:56:57 -0700
21950              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
21951              
21952              plus a tweak for ithreads builds.
21953      Branch: perl
21954            + lib/DB.t
21955            ! MANIFEST lib/DB.pm
21956 ____________________________________________________________________________
21957 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
21958         Log: Win32 compilation tweaks for Blair Zajac.
21959      Branch: perl
21960            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
21961 ____________________________________________________________________________
21962 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
21963         Log: I don't think trying to bracket the hires time with lores
21964              times is going to be portable enough: Cygwin seems to be
21965              capable of getting hires ones rather consistently lower
21966              than the lores ones.  So let's try average difference instead.
21967      Branch: perl
21968            ! ext/Time/HiRes/HiRes.t
21969 ____________________________________________________________________________
21970 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
21971         Log: Subject: Re: benchmarks, sorts and reproducibility
21972              From: "John P. Linderman" <jpl@research.att.com>
21973              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
21974              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
21975              
21976              Randomize large partitions for quicksort to dodge the
21977              angry gods of quadratic.
21978      Branch: perl
21979            ! pp_sort.c
21980 ____________________________________________________________________________
21981 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
21982         Log: The joys of portable quoting.
21983      Branch: perl
21984            ! ext/Devel/PPPort/harness/Makefile.PL
21985 ____________________________________________________________________________
21986 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
21987         Log: sort pragma tweaks.
21988      Branch: perl
21989            ! lib/sort.pm
21990 ____________________________________________________________________________
21991 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
21992         Log: Skip the link= directives of utils.lst if no mandir
21993              (if no manpages).
21994      Branch: perl
21995            ! installman
21996 ____________________________________________________________________________
21997 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
21998         Log: integrate changes#8340,13260 from mainline
21999              
22000              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
22001              
22002              change#3373 introduced a handle leak in backticks and piped open()s
22003              that fail
22004      Branch: maint-5.6/perl
22005            ! t/io/pipe.t util.c
22006 ____________________________________________________________________________
22007 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
22008         Log: change#3373 introduced a handle leak in backticks and piped open()s
22009              that fail
22010      Branch: perl
22011            ! util.c
22012 ____________________________________________________________________________
22013 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
22014         Log: metaconfig unit change for #13258.
22015      Branch: metaconfig/U/perl
22016            ! d_procselfexe.U
22017 ____________________________________________________________________________
22018 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
22019         Log: Extraenous breaks noticed by David Dyck.
22020      Branch: perl
22021            ! Configure
22022 ____________________________________________________________________________
22023 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
22024         Log: Revert the /proc/self/auxv experiment for now.
22025      Branch: perl
22026            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
22027 ____________________________________________________________________________
22028 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
22029         Log: Also ExtUtils.t had $^X assumptions.
22030      Branch: perl
22031            ! lib/ExtUtils.t
22032 ____________________________________________________________________________
22033 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
22034         Log: Now is Solaris if you start the t/perl in the t/
22035              as "./perl", the $^X will be "../perl", not "./perl".
22036      Branch: perl
22037            ! t/lib/1_compile.t
22038 ____________________________________________________________________________
22039 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
22040         Log: The new way of finding out $^X in Solaris
22041              requires a little tweak if the executable
22042              pathname is *not* absolute: prepend "./"
22043              (otherwise `$^X ...` will start perl from PATH...)
22044      Branch: perl
22045            ! perl.c
22046 ____________________________________________________________________________
22047 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
22048         Log: Avoid "will not stay shared" warnings.
22049      Branch: perl
22050            ! lib/ExtUtils/MM_Unix.pm
22051 ____________________________________________________________________________
22052 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
22053         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
22054              From: Michael G Schwern <schwern@pobox.com>
22055              Date: Sat, 24 Nov 2001 19:56:18 -0500
22056              Message-ID: <20011124195618.A14614@blackrider>            
22057      Branch: perl
22058            ! perl.c pp_sys.c t/op/magic.t util.c
22059 ____________________________________________________________________________
22060 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
22061         Log: In the MakeMaker pm_to_blib target don't copy all
22062              the files in one fell swoop, deal with them hunkwise,
22063              helps for CLIs with limited line lengths.
22064              (This seems to help for DJGPP building Encode,
22065              where there are dozens of files to copy.)
22066      Branch: perl
22067            ! lib/ExtUtils/MM_Unix.pm
22068 ____________________________________________________________________________
22069 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
22070         Log: testsuite leaves stray files behind on windows
22071      Branch: perl
22072            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
22073 ____________________________________________________________________________
22074 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
22075         Log: xsubpp produces a spurious warning on directories called 'typemap'
22076      Branch: perl
22077            ! lib/ExtUtils/xsubpp
22078 ____________________________________________________________________________
22079 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
22080         Log: xsubpp treats invalid (indented) cpp directives as comments
22081      Branch: perl
22082            ! ext/IO/IO.xs
22083 ____________________________________________________________________________
22084 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
22085         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
22086      Branch: perl
22087            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
22088 ____________________________________________________________________________
22089 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
22090         Log: The debug_pag needs to be visible at all times
22091              because of the re extension.
22092      Branch: perl
22093            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
22094 ____________________________________________________________________________
22095 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
22096         Log: Subject: Re: [PATCH] Tests are good
22097              From: Philip Newton <Philip.Newton@gmx.net>
22098              Date: Sat, 24 Nov 2001 21:24:00 +0100
22099              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
22100      Branch: perl
22101            ! pod/perlhack.pod
22102 ____________________________________________________________________________
22103 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
22104         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
22105              From: "Craig A. Berry" <craigberry@mac.com> 
22106              Date: Sat, 24 Nov 2001 12:45:44 -0600
22107              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
22108              
22109              (with tweaks, and combined with Sarathy's #13242)
22110      Branch: perl
22111            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
22112 ____________________________________________________________________________
22113 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
22114         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
22115              From: John Peacock <jpeacock@rowman.com>
22116              Date: Sat, 24 Nov 2001 14:27:46 -0500
22117              Message-ID: <3BFFF4B2.40509@rowman.com> 
22118      Branch: perl
22119            ! lib/Exporter/Heavy.pm
22120 ____________________________________________________________________________
22121 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
22122         Log: use portable quotes
22123      Branch: perl
22124            ! ext/Devel/PPPort/harness/Makefile.PL
22125 ____________________________________________________________________________
22126 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
22127         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
22128              From: Nicholas Clark <nick@ccl4.org>
22129              Date: Sat, 24 Nov 2001 18:06:26 +0000
22130              Message-ID: <20011124180626.T37621@plum.flirble.org>
22131      Branch: perl
22132            ! installman
22133 ____________________________________________________________________________
22134 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
22135         Log: Subject: [PATCH] perl5005delta.pod L<>
22136              From: Nicholas Clark <nick@ccl4.org>
22137              Date: Sat, 24 Nov 2001 18:04:21 +0000
22138              Message-ID: <20011124180421.S37621@plum.flirble.org>
22139      Branch: perl
22140            ! pod/perl5005delta.pod
22141 ____________________________________________________________________________
22142 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
22143         Log: fix typo in config.vc; regenerate win32 config_H.* files
22144      Branch: perl
22145            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22146            ! win32/config_H.vc
22147 ____________________________________________________________________________
22148 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
22149         Log: Mention the charnames::vianame().
22150      Branch: perl
22151            ! pod/perluniintro.pod
22152 ____________________________________________________________________________
22153 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
22154         Log: Add charnames::vianame() in case people want to access
22155              the codes in run-time (as opposed to the compile-timeness
22156              of \N{...}).
22157      Branch: perl
22158            ! lib/charnames.pm lib/charnames.t
22159 ____________________________________________________________________________
22160 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
22161         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
22162              From: Nicholas Clark <nick@ccl4.org>
22163              Date: Sat, 24 Nov 2001 16:30:42 +0000
22164              Message-ID: <20011124163042.R37621@plum.flirble.org>
22165      Branch: perl
22166            ! regcomp.c regcomp.h
22167 ____________________________________________________________________________
22168 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
22169         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
22170              From: Nicholas Clark <nick@ccl4.org>
22171              Date: Sat, 24 Nov 2001 16:24:33 +0000
22172              Message-ID: <20011124162433.Q37621@plum.flirble.org>
22173              
22174              cmp fixes.
22175      Branch: perl
22176            ! pp.c
22177 ____________________________________________________________________________
22178 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
22179         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
22180              (It seems that "./perl" gets resolved to "perl" now.)
22181      Branch: perl
22182            ! perl.c
22183 ____________________________________________________________________________
22184 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
22185         Log: Subject: [PATCH] DB_File 1.800        
22186              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
22187              Date: Sat, 24 Nov 2001 11:41:41 -0000
22188              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
22189      Branch: perl
22190            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22191            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
22192            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
22193            ! ext/DB_File/t/db-recno.t
22194 ____________________________________________________________________________
22195 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
22196         Log: Tweak the PUSHED documentation.
22197      Branch: perl
22198            ! ext/PerlIO/Via/Via.pm
22199 ____________________________________________________________________________
22200 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
22201         Log: Update 1_compile for new known tests.
22202      Branch: perl
22203            ! t/lib/1_compile.t
22204 ____________________________________________________________________________
22205 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
22206         Log: Move the MBF/MBI test modules to t/lib.
22207      Branch: perl
22208            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
22209            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
22210            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
22211            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
22212            ! lib/Math/BigInt/t/sub_mbi.t
22213 ____________________________________________________________________________
22214 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
22215         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
22216              From: "Craig A. Berry" <craigberry@mac.com> 
22217              Date: Fri, 23 Nov 2001 18:05:35 -0600
22218              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
22219      Branch: perl
22220            ! configure.com
22221 ____________________________________________________________________________
22222 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
22223         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
22224              From: PPrymmer@factset.com 
22225              Date: Fri, 23 Nov 2001 17:03:07 -0500
22226              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
22227      Branch: perl
22228            ! ext/Unicode/Normalize/mkheader
22229 ____________________________________________________________________________
22230 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
22231         Log: Here are the right helper files.
22232      Branch: perl
22233            + t/lib/Filter/Simple/ExportTest.pm
22234            + t/lib/Filter/Simple/FilterOnlyTest.pm
22235            + t/lib/Filter/Simple/FilterTest.pm
22236            + t/lib/Filter/Simple/ImportTest.pm
22237            ! MANIFEST
22238 ____________________________________________________________________________
22239 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
22240         Log: Update Changes.
22241      Branch: perl
22242            ! Changes patchlevel.h
22243 ____________________________________________________________________________
22244 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
22245         Log: Never mind.
22246      Branch: perl
22247            - lib/Filter/Simple/lib/ExportTest.pm
22248            - lib/Filter/Simple/lib/ImportTest.pm
22249 ____________________________________________________________________________
22250 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
22251         Log: Mis-add.
22252      Branch: perl
22253            + lib/Filter/Simple/lib/ExportTest.pm
22254            + lib/Filter/Simple/lib/ImportTest.pm
22255 ____________________________________________________________________________
22256 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
22257         Log: Upgrade to Filter::Simple 0.77.
22258      Branch: perl
22259            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
22260            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
22261            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
22262            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
22263            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
22264 ____________________________________________________________________________
22265 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
22266         Log: Missing p4 add.
22267      Branch: perl
22268            + lib/ExtUtils/MM_VMS.t
22269 ____________________________________________________________________________
22270 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
22271         Log: Pass 5 at perldelta - module and utility updates cleanup.
22272      Branch: perl
22273            ! pod/perldelta.pod
22274 ____________________________________________________________________________
22275 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
22276         Log: metaconfig unit change for #13219.
22277      Branch: metaconfig/U/perl
22278            ! d_procselfexe.U
22279 ____________________________________________________________________________
22280 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
22281         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
22282      Branch: perl
22283            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22284            ! pod/buildtoc.PL pod/perltoc.pod
22285 ____________________________________________________________________________
22286 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
22287         Log: Add procselfexe and d_dirfd to strange lands.
22288      Branch: perl
22289            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
22290            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22291            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22292            ! win32/config.gc win32/config.vc win32/config.win64
22293            ! wince/config.ce
22294 ____________________________________________________________________________
22295 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
22296         Log: metaconfig unit change for #13216.
22297      Branch: metaconfig/U/perl
22298            ! d_procselfexe.U
22299 ____________________________________________________________________________
22300 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
22301         Log: Better to "quote" the pathname.
22302      Branch: perl
22303            ! Configure config_h.SH
22304 ____________________________________________________________________________
22305 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
22306         Log: Use PROCSELFEXE_PATH.
22307      Branch: perl
22308            ! perl.c
22309 ____________________________________________________________________________
22310 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
22311         Log: metaconfig unit change for #13213.
22312      Branch: metaconfig/U/perl
22313            ! d_procselfexe.U
22314 ____________________________________________________________________________
22315 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
22316         Log: Add probing for BSD-like /proc/curproc/file.
22317      Branch: perl
22318            ! Configure config_h.SH
22319 ____________________________________________________________________________
22320 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
22321         Log: metaconfig unit change for 13211.
22322      Branch: metaconfig/U/perl
22323            + d_dirfd.U
22324 ____________________________________________________________________________
22325 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
22326         Log: Add probing for dirfd() so that it can be added it IO::Dir.
22327      Branch: perl
22328            ! Configure config_h.SH perl.h
22329 ____________________________________________________________________________
22330 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
22331         Log: ...and update the test count.
22332      Branch: perl
22333            ! lib/Pod/t/basic.t
22334 ____________________________________________________________________________
22335 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
22336         Log: Must remove the cap test also from the test script.
22337      Branch: perl
22338            ! lib/Pod/t/basic.t
22339 ____________________________________________________________________________
22340 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
22341         Log: Subject: [PATCH] Tests are good
22342              From: Nicholas Clark <nick@ccl4.org>
22343              Date: Fri, 23 Nov 2001 18:12:21 +0000
22344              Message-ID: <20011123181220.F37621@plum.flirble.org>
22345      Branch: perl
22346            ! pod/perlhack.pod
22347 ____________________________________________________________________________
22348 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
22349         Log: The basic.cap from podlators 1.14 is not very portable.
22350      Branch: perl
22351            - lib/Pod/t/basic.cap
22352            ! MANIFEST
22353 ____________________________________________________________________________
22354 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
22355         Log: Subject: Re: [DOC PATCHES] pod cleanups
22356              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
22357              Date: 22 Nov 2001 12:54:16 -0000
22358              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
22359      Branch: perl
22360            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
22361            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
22362 ____________________________________________________________________________
22363 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
22364         Log: FAQ sync.
22365      Branch: perl
22366            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
22367 ____________________________________________________________________________
22368 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
22369         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
22370              From: PPrymmer@factset.com
22371              Date: Fri, 23 Nov 2001 11:43:45 -0500
22372              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
22373      Branch: perl
22374            ! MANIFEST lib/ExtUtils/MM_VMS.pm
22375 ____________________________________________________________________________
22376 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
22377         Log: Corify podlators 1.14 test.
22378      Branch: perl
22379            ! lib/Pod/t/basic.t
22380 ____________________________________________________________________________
22381 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
22382         Log: Output tweak needed because of podlators 1.14.
22383      Branch: perl
22384            ! t/pod/multiline_items.xr
22385 ____________________________________________________________________________
22386 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
22387         Log: Upgrade to podlators 1.14.
22388      Branch: perl
22389            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
22390            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
22391            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
22392            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
22393            ! lib/Pod/Text/Overstrike.pm
22394 ____________________________________________________________________________
22395 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
22396         Log: perlmodinstall tweaks from Philip Newton.
22397      Branch: perl
22398            ! pod/perlmodinstall.pod
22399 ____________________________________________________________________________
22400 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
22401         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
22402              From: Autrijus Tang <autrijus@autrijus.org>           
22403              Date: Fri, 23 Nov 2001 23:55:53 +0800
22404              Message-ID: <20011123235553.A2310@not.autrijus.org>
22405      Branch: perl
22406            ! Porting/genlog
22407 ____________________________________________________________________________
22408 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
22409         Log: Subject: Re: regex oddness with \Z and $&
22410              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
22411              Date: Fri, 23 Nov 2001 15:15:24 +0000
22412              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
22413      Branch: perl
22414            ! regcomp.c t/op/re_tests
22415 ____________________________________________________________________________
22416 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
22417         Log: regen_headers.
22418      Branch: perl
22419            ! embed.h global.sym pod/perlapi.pod proto.h
22420 ____________________________________________________________________________
22421 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
22422         Log: Forgotten check-in.
22423      Branch: perl
22424            ! pod/perlapi.pod
22425 ____________________________________________________________________________
22426 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
22427         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
22428      Branch: perl
22429            ! lib/Test/Simple.pm
22430 ____________________________________________________________________________
22431 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
22432         Log: Retract #13173 (effectively retract Net::Ping 2.06,
22433              go back to 2.04, the 2.06 hasn't seen the patches
22434              that have gone to the blead version.)
22435      Branch: perl
22436            - lib/Net/Ping/CHANGES lib/Net/Ping/README
22437            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22438            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22439            - lib/Net/Ping/t/200_ping_tcp.t
22440            ! MANIFEST lib/Net/Ping.pm
22441 ____________________________________________________________________________
22442 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
22443         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
22444              From: Robin Barker <rmb1@cise.npl.co.uk>
22445              Date: Thu, 22 Nov 2001 11:00:38 GMT
22446              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
22447      Branch: perl
22448            ! utils/perldoc.PL
22449 ____________________________________________________________________________
22450 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
22451         Log: metaconfig unit change for #13191.
22452      Branch: metaconfig/U/perl
22453            ! d_procselfexe.U
22454 ____________________________________________________________________________
22455 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
22456         Log: procselfexe tweak: for some reason I had a ls in
22457              /proc/self/exe, not the ls Configure thought it
22458              would found.
22459      Branch: perl
22460            ! Configure
22461 ____________________________________________________________________________
22462 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
22463         Log: Corify the Net::Ping tests; skip the tests
22464              unless $ENV{PERL_TEST_Net_Ping} is true.
22465      Branch: perl
22466            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22467            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22468            ! lib/Net/Ping/t/200_ping_tcp.t
22469 ____________________________________________________________________________
22470 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
22471         Log: metaconfig units changes for #13188.
22472      Branch: metaconfig
22473            ! U/modified/Head.U
22474      Branch: metaconfig/U/perl
22475            ! issymlink.U
22476 ____________________________________________________________________________
22477 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
22478         Log: The #13182 didn't really help.  The real problem
22479              seems to be that 'sh' can in AIX mean at least three
22480              different things, and we can't know which one it is
22481              unless we export $newsh from an earlier run (and it's
22482              the 'bsh' aka 'sh' that has the the broken test -h).
22483      Branch: perl
22484            ! Configure
22485 ____________________________________________________________________________
22486 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
22487         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
22488      Branch: perl
22489            ! op.c t/op/override.t
22490 ____________________________________________________________________________
22491 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
22492         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
22493              From: PPrymmer@factset.com 
22494              Date: Wed, 21 Nov 2001 20:17:25 -0500
22495              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
22496      Branch: perl
22497            ! lib/Shell.t
22498 ____________________________________________________________________________
22499 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
22500         Log: Reapply perlmodinstall parts of #12897.
22501      Branch: perl
22502            ! pod/perlmodinstall.pod
22503 ____________________________________________________________________________
22504 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
22505         Log: perlmodinstall 2.01 from Jon Orwant.
22506      Branch: perl
22507            ! pod/perlmodinstall.pod
22508 ____________________________________________________________________________
22509 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
22510         Log: Subject: [PATCH @10907] REXX on OS/2
22511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22512              Date: Wed, 21 Nov 2001 15:26:11 -0500
22513              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
22514      Branch: perl
22515            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
22516            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
22517 ____________________________________________________________________________
22518 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
22519         Log: metaconfig unit change for #13181.
22520      Branch: metaconfig/U/perl
22521            ! issymlink.U
22522 ____________________________________________________________________________
22523 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
22524         Log: AIX has broken builtin 'test'.
22525      Branch: perl
22526            ! Configure
22527 ____________________________________________________________________________
22528 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
22529         Log: Subject: [PATCH 5.7.x] INSTALL size update
22530              From: Andy Dougherty <doughera@lafayette.edu>
22531              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
22532              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
22533      Branch: perl
22534            ! INSTALL
22535 ____________________________________________________________________________
22536 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
22537         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
22538              to pp_sort.c.  Includes the quicksort stabilizing layer
22539              from John P. Linderman.  -Msort=qsort or -Msort=fast is
22540              faster than without (or with -Msort=mergesort or -Msort=safe)
22541              for short random inputs, but for some reason not quite as fast
22542              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
22543              optimizing definitely needed.
22544      Branch: perl
22545            + lib/sort.pm lib/sort.t pp_sort.c
22546            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
22547            ! embed.pl global.sym perl.h pp_ctl.c proto.h
22548            ! vms/descrip_mms.template vos/build.cm win32/Makefile
22549            ! win32/makefile.mk wince/Makefile.ce
22550 ____________________________________________________________________________
22551 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
22552         Log: Sync file with libnet-1.0901-tobe
22553      Branch: perl
22554            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
22555            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
22556            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
22557            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
22558            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
22559 ____________________________________________________________________________
22560 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
22561         Log: Subject: [PATCH perldoc] problems with pod2man
22562              From: Robin Barker <rmb1@cise.npl.co.uk>
22563              Date: Wed, 21 Nov 2001 17:48:51 GMT
22564              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
22565      Branch: perl
22566            ! utils/perldoc.PL
22567 ____________________________________________________________________________
22568 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
22569         Log: debug_pad only visible when debugging.
22570      Branch: perl
22571            ! makedef.pl
22572 ____________________________________________________________________________
22573 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
22574         Log: metaconfig units changes for #13174.
22575      Branch: metaconfig/U/perl
22576            + d_procselfexe.U
22577            - procselfexe.U
22578 ____________________________________________________________________________
22579 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
22580         Log: procselfexe tweaks.
22581      Branch: perl
22582            ! Configure config_h.SH
22583 ____________________________________________________________________________
22584 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
22585         Log: Upgrade to Net::Ping 2.06.
22586      Branch: perl
22587            + lib/Net/Ping/CHANGES lib/Net/Ping/README
22588            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
22589            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
22590            + lib/Net/Ping/t/200_ping_tcp.t
22591            ! MANIFEST lib/Net/Ping.pm
22592 ____________________________________________________________________________
22593 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
22594         Log: Upgrade to Math::BigInt 1.47.
22595      Branch: perl
22596            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22597            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
22598            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
22599            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
22600            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
22601            ! lib/Math/BigInt/t/sub_mbi.t
22602 ____________________________________________________________________________
22603 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
22604         Log: Dynaloading for POSIX-BC from Thomas Dorner.
22605      Branch: perl
22606            ! hints/posix-bc.sh
22607 ____________________________________________________________________________
22608 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
22609         Log: Strange: the same mysterious regex study bug
22610              seems to be present both in OS/390 and POSIX-BC.
22611              Deep EBCDIC magic that regex engine gets wrong,
22612              or a bug in some compiler/library shared by the
22613              two platforms?  From Thomas Dorner.
22614      Branch: perl
22615            ! t/op/study.t
22616 ____________________________________________________________________________
22617 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
22618         Log: More lost and found.
22619      Branch: perl
22620            + lib/Test/Simple/README
22621            ! MANIFEST
22622 ____________________________________________________________________________
22623 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
22624         Log: MANIFESTly missing.
22625      Branch: perl
22626            ! MANIFEST
22627 ____________________________________________________________________________
22628 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
22629         Log: Subject: Re: PERFORCE change 13162 for review               
22630              From: Philip Newton <Philip.Newton@gmx.net> 
22631              Date: Wed, 21 Nov 2001 16:44:30 +0100
22632              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
22633      Branch: perl
22634            ! ext/Devel/PPPort/PPPort.pm
22635 ____________________________________________________________________________
22636 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
22637         Log: Update Changes.
22638      Branch: perl
22639            ! Changes patchlevel.h
22640 ____________________________________________________________________________
22641 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
22642         Log: Small doc tweaks.
22643      Branch: perl
22644            ! ext/PerlIO/Via/Via.pm
22645 ____________________________________________________________________________
22646 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
22647         Log: Redundant return.
22648      Branch: perl
22649            ! ext/MIME/Base64/QuotedPrint.pm
22650 ____________________________________________________________________________
22651 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
22652         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
22653              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22654              Date: Wed, 21 Nov 2001 10:23:16 +0100
22655              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
22656      Branch: perl
22657            ! pp_pack.c t/op/pack.t
22658 ____________________________________________________________________________
22659 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
22660         Log: Add Devel::PPPort originally from Kenneth Albanowski,
22661              revigorated by Paul Marquess: gives h2xs a Perl version
22662              portability boost.
22663      Branch: perl
22664            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
22665            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
22666            + ext/Devel/PPPort/harness/Harness.pm
22667            + ext/Devel/PPPort/harness/Harness.xs
22668            + ext/Devel/PPPort/harness/Makefile.PL
22669            + ext/Devel/PPPort/harness/module2.c
22670            + ext/Devel/PPPort/harness/module3.c
22671            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
22672            ! MANIFEST lib/h2xs.t utils/h2xs.PL
22673 ____________________________________________________________________________
22674 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
22675         Log: Oops.
22676      Branch: perl
22677            ! lib/Test/Simple/t/filehandles.t
22678 ____________________________________________________________________________
22679 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
22680         Log: Subject: Re: PERFORCE change 13152 for review               
22681              From: Philip Newton <Philip.Newton@gmx.net> 
22682              Date: Wed, 21 Nov 2001 09:04:05 +0100
22683              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
22684      Branch: perl
22685            ! lib/Test/Builder.pm
22686 ____________________________________________________________________________
22687 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
22688         Log: Subject: Re: PERFORCE change 13142 for review
22689              From: Philip Newton <Philip.Newton@gmx.net>
22690              Date: Wed, 21 Nov 2001 09:04:03 +0100
22691              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
22692              
22693              plus rewrap few paragraphs.
22694      Branch: perl
22695            ! lib/Pod/LaTeX.pm
22696 ____________________________________________________________________________
22697 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
22698         Log: Integrate #13154 from macperl; Remove comments.
22699      Branch: perl
22700           !> lib/File/Spec/Mac.pm
22701 ____________________________________________________________________________
22702 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
22703         Log: Update the list of modules having tests.
22704      Branch: perl
22705            ! t/lib/1_compile.t
22706 ____________________________________________________________________________
22707 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
22708         Log: Slight doc changes.
22709      Branch: maint-5.6/macperl
22710            ! macos/macperl/MacPerl.podhelp
22711 ____________________________________________________________________________
22712 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
22713         Log: Add UTF-16 coercion.
22714      Branch: maint-5.6/macperl
22715            ! macos/lib/Mac/AppleEvents/Simple.pm
22716 ____________________________________________________________________________
22717 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
22718         Log: Remove comments.
22719      Branch: maint-5.6/macperl
22720            ! lib/File/Spec/Mac.pm
22721 ____________________________________________________________________________
22722 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
22723         Log: Fix FSpGetCatInfo (and other functions) corrupting
22724              memory with bad filespecs (bug #471867)
22725      Branch: maint-5.6/macperl
22726            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
22727 ____________________________________________________________________________
22728 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
22729         Log: Upgrade to Test::Simple 0.33.
22730      Branch: perl
22731            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
22732            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
22733            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
22734 ____________________________________________________________________________
22735 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
22736         Log: Upgrade to Test::Harness 1.26.
22737      Branch: perl
22738            ! lib/Test/Harness.pm lib/Test/Harness/Changes
22739 ____________________________________________________________________________
22740 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
22741         Log: Integrate change #13145 from maintperl;
22742              another compatibility tweak to change#12559: avoid quoting
22743              arguments that already have quotes; add test case
22744      Branch: perl
22745           !> t/op/system_tests win32/win32.c
22746 ____________________________________________________________________________
22747 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
22748         Log: integrate change#13147 from mainline (fixes nit in change#10091)
22749              
22750              Subject: [PATCH] spaceship and refs
22751      Branch: maint-5.6/perl
22752            ! pp.c pp_hot.c t/op/cmp.t
22753 ____________________________________________________________________________
22754 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
22755         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
22756              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
22757              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
22758              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
22759      Branch: perl
22760            + lib/Pod/t/utils.t
22761            ! MANIFEST
22762 ____________________________________________________________________________
22763 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
22764         Log: Subject: [PATCH] spaceship and refs
22765              From: Nicholas Clark <nick@ccl4.org>
22766              Date: Tue, 20 Nov 2001 21:59:51 +0000
22767              Message-ID: <20011120215951.U62891@plum.flirble.org> 
22768      Branch: perl
22769            ! pp.c pp_hot.c t/op/cmp.t
22770 ____________________________________________________________________________
22771 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
22772         Log: Try to clarify which I/O call operates on bytes,
22773              which on characters, which on either.
22774      Branch: perl
22775            ! pod/perlfunc.pod
22776 ____________________________________________________________________________
22777 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
22778         Log: another compatibility tweak to change#12559: avoid quoting
22779              arguments that already have quotes; add test case
22780      Branch: maint-5.6/perl
22781            ! t/op/system_tests win32/win32.c
22782 ____________________________________________________________________________
22783 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
22784         Log: Give a simple example of writing PerlIO::Via handlers
22785              in Perl.
22786      Branch: perl
22787            ! ext/PerlIO/Via/Via.pm
22788 ____________________________________________________________________________
22789 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
22790         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
22791      Branch: perl
22792            + lib/Pod/t/latex.t
22793            ! MANIFEST
22794 ____________________________________________________________________________
22795 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
22796         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
22797              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22798              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
22799              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
22800      Branch: perl
22801            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
22802 ____________________________________________________________________________
22803 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
22804         Log: Spread d_procselfexe to far-off lands (undefined).
22805      Branch: perl
22806            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
22807            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22808            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22809            ! win32/config.gc win32/config.vc win32/config.win64
22810            ! wince/config.ce
22811 ____________________________________________________________________________
22812 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
22813         Log: Integrate perlio; add detection and use of /proc/self/exe
22814              (Linuxism for finding the absolute path of the executable)
22815      Branch: perl
22816           !> Configure config_h.SH perl.c t/op/magic.t
22817 ____________________________________________________________________________
22818 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
22819         Log: Really define do_report_used() only if DEBUGGING.
22820      Branch: perl
22821            ! sv.c
22822 ____________________________________________________________________________
22823 [ 13138] By: nick                                  on 2001/11/20  20:01:05
22824         Log: perl.c change to use HAS_PROCSELFEXE, also
22825              tweak to $^X test to comprehend full path to real executable
22826              being returned (like Cygwin as it happens...)
22827      Branch: perlio
22828            ! perl.c t/op/magic.t
22829 ____________________________________________________________________________
22830 [ 13137] By: nick                                  on 2001/11/20  19:46:00
22831         Log: Integrate mainline
22832      Branch: perlio
22833           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
22834           +> lib/NEXT/t/unseen.t
22835            - lib/NEXT/test.pl
22836           !> (integrate 34 files)
22837 ____________________________________________________________________________
22838 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
22839         Log: Subject: [?PATCH] terser pp_eq
22840              From: Nicholas Clark <nick@ccl4.org>
22841              Date: Mon, 19 Nov 2001 23:09:02 +0000
22842              Message-ID: <20011119230901.O62891@plum.flirble.org>
22843      Branch: perl
22844            ! pp_hot.c
22845 ____________________________________________________________________________
22846 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
22847         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
22848      Branch: perl
22849            ! pod/perldelta.pod
22850 ____________________________________________________________________________
22851 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
22852         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
22853              From: Andy Dougherty <doughera@lafayette.edu>
22854              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
22855              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
22856      Branch: perl
22857            ! ext/re/Makefile.PL ext/re/re.xs
22858 ____________________________________________________________________________
22859 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
22860         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
22861              From: Andy Dougherty <doughera@lafayette.edu>
22862              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
22863              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
22864      Branch: perl
22865            ! ext/re/re.xs
22866 ____________________________________________________________________________
22867 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
22868         Log: Integrate change #13119 from macperl.
22869              (No changes since already applied the patch,
22870              just keep perforce happy and well-fed.)
22871      Branch: perl
22872           !> lib/Pod/Html.pm
22873 ____________________________________________________________________________
22874 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
22875         Log: Subject: [PATCH] filter-util.pl for Mac OS
22876              From: Chris Nandor <pudge@pobox.com>
22877              Date: Tue, 20 Nov 2001 00:16:11 -0500
22878              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
22879      Branch: perl
22880            ! t/lib/filter-util.pl
22881 ____________________________________________________________________________
22882 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
22883         Log: Subject: [PATCH] Portability fix for Pod::Html
22884              From: Chris Nandor <pudge@pobox.com>
22885              Date: Tue, 20 Nov 2001 00:01:05 -0500
22886              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
22887      Branch: perl
22888            ! lib/Pod/Html.pm
22889 ____________________________________________________________________________
22890 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
22891         Log: Need to skip more tests if not perlio.
22892      Branch: perl
22893            ! lib/open.t
22894 ____________________________________________________________________________
22895 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
22896         Log: Pass 3 at perldelta - sort the lists of new modules,
22897              module improvements, and new platforms.
22898      Branch: perl
22899            ! pod/perldelta.pod
22900 ____________________________________________________________________________
22901 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
22902         Log: Document ${^OPEN}.
22903      Branch: perl
22904            ! pod/perlvar.pod
22905 ____________________________________________________________________________
22906 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
22907         Log: Make configpm work with extra keys
22908      Branch: maint-5.6/macperl
22909            ! macos/configpm
22910 ____________________________________________________________________________
22911 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
22912         Log: Version and doc updates
22913      Branch: maint-5.6/macperl
22914            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
22915 ____________________________________________________________________________
22916 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
22917         Log: More fixes for error message parsing (bug #470316)
22918      Branch: maint-5.6/macperl
22919            ! macos/macish.c
22920 ____________________________________________________________________________
22921 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
22922         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
22923              remove obsolete function (bug #465225)
22924      Branch: maint-5.6/macperl
22925            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
22926            ! macos/macperl/MPScript.c
22927 ____________________________________________________________________________
22928 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
22929         Log: Add p2as droplet to distribution.
22930      Branch: maint-5.6/macperl
22931            + macos/macperl/Droplets/p2as.plx
22932 ____________________________________________________________________________
22933 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
22934         Log: Bundle File::Sort.
22935      Branch: maint-5.6/macperl
22936            + macos/bundled_lib/blib/lib/File/Sort.pm
22937 ____________________________________________________________________________
22938 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
22939         Log: Various bundled module fixes.
22940      Branch: maint-5.6/macperl
22941            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
22942            ! macos/bundled_ext/Digest/MD5/t/files.t
22943            ! macos/bundled_ext/Filter/t/filter-util.pl
22944            ! macos/bundled_lib/blib/lib/Net/Config.pm
22945            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
22946 ____________________________________________________________________________
22947 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
22948         Log: Portability fix for Pod::Html.
22949      Branch: maint-5.6/macperl
22950            ! lib/Pod/Html.pm
22951 ____________________________________________________________________________
22952 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
22953         Log: Upgrade to Text::Balanced 1.89.
22954      Branch: perl
22955            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
22956            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
22957            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
22958            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
22959            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
22960            ! lib/Text/Balanced/t/gentag.t
22961 ____________________________________________________________________________
22962 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
22963         Log: Upgrade to NEXT 0.50.
22964      Branch: perl
22965            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
22966            + lib/NEXT/t/unseen.t
22967            - lib/NEXT/test.pl
22968            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
22969 ____________________________________________________________________________
22970 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
22971         Log: Integrate with maint-5.6/perl.
22972      Branch: maint-5.6/macperl
22973           !> win32/win32.c
22974 ____________________________________________________________________________
22975 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
22976         Log: Update the README.threads scary header a bit.
22977      Branch: perl
22978            ! README.threads
22979 ____________________________________________________________________________
22980 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
22981         Log: Pass 2 at perldelta: add some changes since 5.7.2.
22982      Branch: perl
22983            ! pod/perldelta.pod
22984 ____________________________________________________________________________
22985 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
22986         Log: Subject: [DOC PATCH] perlfaq4.pod 
22987              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22988              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
22989              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
22990      Branch: perl
22991            ! pod/perlfaq4.pod
22992 ____________________________________________________________________________
22993 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
22994         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
22995              From: Michael G Schwern <schwern@pobox.com> 
22996              Date: Mon, 19 Nov 2001 19:53:12 -0500
22997              Message-ID: <20011119195311.I11883@blackrider>
22998      Branch: perl
22999            ! perl.c
23000 ____________________________________________________________________________
23001 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
23002         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
23003              From: PPrymmer@factset.com
23004              Date: Mon, 19 Nov 2001 17:08:59 -0500
23005              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
23006      Branch: perl
23007            ! vms/descrip_mms.template
23008 ____________________________________________________________________________
23009 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
23010         Log: Create a per-interpeter debug scratchpad container
23011              and use that for the regexec debugging.
23012      Branch: perl
23013            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
23014 ____________________________________________________________________________
23015 [ 13109] By: nick                                  on 2001/11/19  22:01:45
23016         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
23017              Configure unit detects the feature).
23018      Branch: metaconfig/U/perl
23019            + procselfexe.U
23020      Branch: perlio
23021            ! Configure config_h.SH
23022 ____________________________________________________________________________
23023 [ 13108] By: nick                                  on 2001/11/19  20:39:17
23024         Log: Integrate mainline
23025      Branch: perlio
23026           +> t/op/or.t
23027           !> (integrate 44 files)
23028 ____________________________________________________________________________
23029 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
23030         Log: sysseek tweak.
23031      Branch: perl
23032            ! pod/perlfunc.pod
23033 ____________________________________________________________________________
23034 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
23035         Log: Move the sysio tests from io/utf8 to lib/open.
23036      Branch: perl
23037            ! lib/open.t t/io/utf8.t
23038 ____________________________________________________________________________
23039 [ 13105] By: nick                                  on 2001/11/19  20:15:39
23040         Log: Add a .package and a README to //depot/metaconfig
23041      Branch: metaconfig
23042            + .package README
23043 ____________________________________________________________________________
23044 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
23045         Log: Thou shalt not mix stdio and sysio.
23046      Branch: perl
23047            ! t/io/utf8.t
23048 ____________________________________________________________________________
23049 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
23050         Log: Update Changes.
23051      Branch: perl
23052            ! Changes patchlevel.h
23053 ____________________________________________________________________________
23054 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
23055         Log: The runops_debug needs to be present always, otherwise
23056              places like AIX which need an explicit symbol export list
23057              will croak when trying to build Devel::Peek (which uses
23058              the runops_debug).
23059      Branch: perl
23060            ! makedef.pl
23061 ____________________________________________________________________________
23062 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
23063         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
23064              From: PPrymmer@factset.com 
23065              Date: Mon, 19 Nov 2001 11:34:22 -0500
23066              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
23067      Branch: perl
23068            ! lib/Memoize/t/tie_sdbm.t
23069 ____________________________________________________________________________
23070 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
23071         Log: Retract #13088: it seems that unless dump.c is extensively
23072              reorganized as to what symbols it shows, when, and to whom,
23073              we are stuck with having the dump.o symbols in the libperl
23074              and thusly in the main Perl binary.
23075      Branch: perl
23076            ! embedvar.h perlapi.h perlvars.h
23077 ____________________________________________________________________________
23078 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
23079         Log: The _uni_display should not be in dump.c since they
23080              are used under normal operation (S_not_a_number()).
23081      Branch: perl
23082            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
23083 ____________________________________________________________________________
23084 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
23085         Log: Protect sv_dump() from being included unless DEBUGGING,
23086              as noticed by Ilya.
23087      Branch: perl
23088            ! sv.c
23089 ____________________________________________________________________________
23090 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
23091         Log: Pending further investigation skip the tell() tests.
23092              The tell() is okay on Solaris, HP-UX and Tru64, but fails
23093              (by returning too much) in Linux.
23094      Branch: perl
23095            ! t/io/utf8.t
23096 ____________________________________________________________________________
23097 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
23098         Log: Retract #13082 until a better solution is found:
23099              statics break ithreads.
23100      Branch: perl
23101            ! regexec.c
23102 ____________________________________________________________________________
23103 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
23104         Log: Figures 1 and 2 for UTF-8.
23105      Branch: perl
23106            ! pod/perlunicode.pod
23107 ____________________________________________________________________________
23108 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
23109         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
23110              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23111              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
23112              Message-ID: <20011119132645.A15034@rafael>
23113      Branch: perl
23114            ! op.c pod/perldiag.pod t/lib/warnings/op
23115 ____________________________________________________________________________
23116 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
23117         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
23118              From: Michael G Schwern <schwern@pobox.com> 
23119              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
23120              Message-ID: <20011119031112.E786@blackrider>
23121      Branch: perl
23122            ! t/op/closure.t
23123 ____________________________________________________________________________
23124 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
23125         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
23126              From: Michael G Schwern <schwern@pobox.com>
23127              Date: Mon, 19 Nov 2001 03:42:56 -0500
23128              Message-ID: <20011119034256.I786@blackrider>
23129      Branch: perl
23130            + t/op/or.t
23131            ! MANIFEST
23132 ____________________________________________________________________________
23133 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
23134         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
23135              From: "Craig A. Berry" <craigberry@mac.com>
23136              Date: Sun, 18 Nov 2001 14:33:48 -0600
23137              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
23138      Branch: perl
23139            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
23140 ____________________________________________________________________________
23141 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
23142         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
23143              From: Dave Rolsky <autarch@urth.org>
23144              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
23145              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
23146      Branch: perl
23147            ! lib/ExtUtils/Manifest.pm
23148 ____________________________________________________________________________
23149 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
23150         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
23151              From: Dave Rolsky <autarch@urth.org>
23152              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
23153              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
23154      Branch: perl
23155            ! lib/ExtUtils/Install.pm
23156 ____________________________________________________________________________
23157 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
23158         Log: The runops_dbg should not be needed.
23159      Branch: perl
23160            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
23161 ____________________________________________________________________________
23162 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
23163         Log: do_spawn() cleanup from Charles Lane.
23164      Branch: perl
23165            ! vms/vms.c
23166 ____________________________________________________________________________
23167 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
23168         Log: Update the list of tests.
23169      Branch: perl
23170            ! t/lib/1_compile.t
23171 ____________________________________________________________________________
23172 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
23173         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
23174              From: Michael G Schwern <schwern@pobox.com> 
23175              Date: Fri, 16 Nov 2001 17:37:04 -0500
23176              Message-ID: <20011116173703.L30160@blackrider>
23177      Branch: perl
23178            ! t/lib/warnings/sv
23179 ____________________________________________________________________________
23180 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
23181         Log: FAQ sync.
23182      Branch: perl
23183            ! pod/perlfaq4.pod
23184 ____________________________________________________________________________
23185 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
23186         Log: Integrate perlio; win32 sync.
23187      Branch: perl
23188           !> perlio.c win32/win32io.c
23189 ____________________________________________________________________________
23190 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
23191         Log: (retracted by #13096)
23192              Debugging would be badly skewed by a malloc per regex dump.
23193      Branch: perl
23194            ! regexec.c
23195 ____________________________________________________________________________
23196 [ 13081] By: nick                                  on 2001/11/18  19:08:40
23197         Log: Win32 layer has a dup which needs to match new prototype.
23198      Branch: perlio
23199            ! win32/win32io.c
23200 ____________________________________________________________________________
23201 [ 13080] By: nick                                  on 2001/11/18  19:05:02
23202         Log: Wrong way to get stdio mode used.
23203      Branch: perlio
23204            ! perlio.c
23205 ____________________________________________________________________________
23206 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
23207         Log: Retract #13048: that introduced a malloc() (through savepvn())
23208              to *every* m//, which killed the performance quite badly.
23209      Branch: perl
23210            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
23211 ____________________________________________________________________________
23212 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
23213         Log: Pass 1 at perldelta.pod: sort the section contents
23214              together, drop all but the 5.7.2 known problems,
23215              leave the 5.7.1 security note since that's the
23216              fullest explanation (update the date on that).
23217      Branch: perl
23218            ! pod/perldelta.pod
23219 ____________________________________________________________________________
23220 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
23221         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
23222              
23223              Tiny problem in the test for 20011113.110: I hope
23224              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
23225      Branch: perl
23226            ! pp.c t/op/repeat.t
23227 ____________________________________________________________________________
23228 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
23229         Log: All of syswrite/send/sendto need to return character counts,
23230              and character counts from the offset, not the beginning of
23231              the scalar.
23232      Branch: perl
23233            ! pp_sys.c
23234 ____________________________________________________________________________
23235 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
23236         Log: Integrate PerlIO: duping fixes.
23237      Branch: perl
23238           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23239           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
23240           !> perliol.h sv.c
23241 ____________________________________________________________________________
23242 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
23243         Log: syswrite() was still returning byte counts, not character counts.
23244      Branch: perl
23245            ! pp_sys.c t/io/utf8.t
23246 ____________________________________________________________________________
23247 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
23248         Log: Add test for sysread().
23249      Branch: perl
23250            ! t/io/utf8.t
23251 ____________________________________________________________________________
23252 [ 13072] By: nick                                  on 2001/11/18  16:15:31
23253         Log: Allow dup'ing of PerlIO::Scalar etc.
23254      Branch: perlio
23255            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
23256            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
23257            ! perliol.h sv.c
23258 ____________________________________________________________________________
23259 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
23260         Log: Prepend a null byte to the test set.
23261      Branch: perl
23262            ! t/io/utf8.t
23263 ____________________________________________________________________________
23264 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
23265         Log: Document how "no utf8;" can become handy.
23266      Branch: perl
23267            ! lib/utf8.pm
23268 ____________________________________________________________________________
23269 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
23270         Log: Integrate perlio; force the inclusion of the PL_runops_*
23271      Branch: perl
23272           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
23273 ____________________________________________________________________________
23274 [ 13068] By: nick                                  on 2001/11/18  13:23:33
23275         Log: embed.pl generated changes I forgot to include
23276      Branch: perlio
23277            ! embedvar.h perlapi.h pod/perlapi.pod
23278 ____________________________________________________________________________
23279 [ 13067] By: nick                                  on 2001/11/18  12:50:19
23280         Log: Force inclusion of both Perl_runops_* in perl itself,
23281              so they are available for Peek.xs etc.
23282      Branch: perlio
23283            ! perlvars.h
23284 ____________________________________________________________________________
23285 [ 13066] By: nick                                  on 2001/11/18  11:00:34
23286         Log: Integrate mainline - a few Devel::Peak fails.
23287      Branch: perlio
23288           +> (branch 29 files)
23289            - ext/Thread/Thread.pm lib/Benchmark.t
23290            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
23291            - lib/Lingua/KO/Hangul/Util/README
23292            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
23293            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
23294            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
23295            - vms/ext/vmsish.pm vms/ext/vmsish.t
23296            ! hv.c
23297           !> (integrate 389 files)
23298 ____________________________________________________________________________
23299 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
23300         Log: Start working on perldelta.  This is not yet any sort of
23301              editing; just concatenating perl570delta, perl571delta,
23302              and perl572delta.  Any sorting not done, any duplicate
23303              removal not done, any removal or update of obsolete items
23304              not done, any changes since 5.7.2 not included.  So there.
23305      Branch: perl
23306            ! pod/perldelta.pod
23307 ____________________________________________________________________________
23308 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
23309         Log: Banish "use utf8".
23310      Branch: perl
23311            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
23312 ____________________________________________________________________________
23313 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
23314         Log: Tweak from Charles Lane.
23315      Branch: perl
23316            ! vms/vms.c
23317 ____________________________________________________________________________
23318 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
23319         Log: Integrate change #13058 from maintperl;
23320              change#12559 breaks things on Win9x because command.com doesn't
23321              grok dquotes at all; disable all the system() smarts for
23322              command.com
23323      Branch: perl
23324           !> win32/win32.c
23325 ____________________________________________________________________________
23326 [ 13061] By: ams                                   on 2001/11/17  13:46:11
23327         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
23328              From: Jonathan Stowe <gellyfish@gellyfish.com>
23329              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
23330              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
23331      Branch: perl
23332            ! lib/Term/Cap.pm
23333 ____________________________________________________________________________
23334 [ 13060] By: ams                                   on 2001/11/17  09:49:10
23335         Log: Subject: [PATCH9 File/Find.pm doc nits
23336              From: Tels <perl_dummy@bloodgate.com>
23337              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
23338      Branch: perl
23339            ! lib/File/Find.pm
23340 ____________________________________________________________________________
23341 [ 13059] By: ams                                   on 2001/11/17  09:38:38
23342         Log: Subject: [PATCH] Benchmark.pm nit
23343              From: Tels <perl_dummy@bloodgate.com>
23344              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
23345      Branch: perl
23346            ! lib/Benchmark.pm
23347 ____________________________________________________________________________
23348 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
23349         Log: change#12559 breaks things on Win9x because command.com doesn't
23350              grok dquotes at all; disable all the system() smarts for
23351              command.com
23352      Branch: maint-5.6/perl
23353            ! win32/win32.c
23354 ____________________________________________________________________________
23355 [ 13057] By: ams                                   on 2001/11/16  20:30:03
23356         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
23357              From: Andy Dougherty <doughera@lafayette.edu>
23358              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
23359              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
23360      Branch: perl
23361            ! lib/Unicode/UCD.t
23362 ____________________________________________________________________________
23363 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
23364         Log: Subject: [Patch Perl@13023] VMS system() warning
23365              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23366              Date: Fri, 16 Nov 2001 15:20:11 EST
23367              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
23368      Branch: perl
23369            ! vms/vms.c
23370 ____________________________________________________________________________
23371 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
23372         Log: It's neither-nor, and protect against the impossible.
23373      Branch: perl
23374            ! lib/Thread.pm
23375 ____________________________________________________________________________
23376 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
23377         Log: 5005threads didn't work because $Thread::VERSION wasn't
23378              visible.  Oops.
23379      Branch: perl
23380            ! ext/Thread/Makefile.PL lib/Thread.pm
23381 ____________________________________________________________________________
23382 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
23383         Log: Robustness against Linux using something else than gcc;
23384              based on
23385              
23386              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
23387              From: Charles Randall <cfriv@yahoo.com>
23388              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
23389              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
23390      Branch: perl
23391            ! ext/Errno/Errno_pm.PL
23392 ____________________________________________________________________________
23393 [ 13052] By: ams                                   on 2001/11/16  16:46:39
23394         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
23395              From: Russ Allbery <rra@stanford.edu>
23396              Date: 16 Nov 2001 09:44:21 -0800
23397              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
23398      Branch: perl
23399            ! lib/Pod/ParseLink.pm
23400 ____________________________________________________________________________
23401 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
23402         Log: Update perluniintro on the UTF-8 output matters
23403              (that -w will warn unless the stream is explicitly UTF-8-ified).
23404      Branch: perl
23405            ! pod/perluniintro.pod
23406 ____________________________________________________________________________
23407 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
23408         Log: Adding new files to MANIFEST is nice.
23409      Branch: perl
23410            ! MANIFEST
23411 ____________________________________________________________________________
23412 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
23413         Log: Update Changes.
23414      Branch: perl
23415            ! Changes patchlevel.h
23416 ____________________________________________________________________________
23417 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
23418         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
23419              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
23420              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
23421              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
23422      Branch: perl
23423            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
23424 ____________________________________________________________________________
23425 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
23426         Log: Rename perlunintro to perluniintro; regen toc.
23427      Branch: perl
23428            + pod/perluniintro.pod
23429            - pod/perlunintro.pod
23430            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23431 ____________________________________________________________________________
23432 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
23433         Log: Document the negated lookahead trick to emulate
23434              character class subtraction.
23435      Branch: perl
23436            ! pod/perlunicode.pod
23437 ____________________________________________________________________________
23438 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
23439         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
23440              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23441              Date: Fri, 16 Nov 2001 23:31:04 +0900
23442              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
23443              
23444              (with the tweak that Cntrl is not C, it's Cc)
23445      Branch: perl
23446            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
23447            ! lib/unicore/mktables
23448 ____________________________________________________________________________
23449 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
23450         Log: Subject: [PATCH current] runtime runops switch
23451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23452              Date: Fri, 16 Nov 2001 00:48:09 -0500
23453              Message-ID: <20011116004809.A934@math.ohio-state.edu>
23454      Branch: perl
23455            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
23456            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
23457            ! pod/perlintern.pod proto.h run.c
23458 ____________________________________________________________________________
23459 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
23460         Log: Further discourage old Thread code; tell how to tell
23461              the difference.
23462      Branch: perl
23463            ! lib/Thread.pm
23464 ____________________________________________________________________________
23465 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
23466         Log: A missing return; from Charles Lane.
23467      Branch: perl
23468            ! vms/vms.c
23469 ____________________________________________________________________________
23470 [ 13041] By: ams                                   on 2001/11/16  12:11:14
23471         Log: Subject: [PATCH] Doc spellcheck + podcheck
23472              From: Autrijus Tang <autrijus@egb.elixus.org>
23473              Date: Thu, 15 Nov 2001 22:49:05 -0800
23474              Message-Id: <20011116064905.GA44092@egb.elixus.org>
23475              
23476              Subject: [PATCH] podcheck+spellcheck, the rest of the story
23477              From: Autrijus Tang <autrijus@egb.elixus.org>
23478              Date: Fri, 16 Nov 2001 00:42:20 -0800
23479              Message-Id: <20011116084220.GA44295@egb.elixus.org>
23480              
23481              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
23482              From: Nicholas Clark <nick@ccl4.org>
23483              Date: Fri, 16 Nov 2001 10:32:01 +0000
23484              Message-Id: <20011116103200.F62891@plum.flirble.org>
23485              (Applied after suitable de-mangling.)
23486      Branch: perl
23487            ! README.aix README.dgux README.dos README.epoc README.hpux
23488            ! README.mint README.mpeix README.netware README.os2
23489            ! README.os390 README.plan9 README.qnx README.solaris
23490            ! README.threads doio.c pod/perl571delta.pod
23491            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
23492            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
23493            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
23494            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
23495            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
23496            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
23497 ____________________________________________________________________________
23498 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
23499         Log: Avoid redefinedness warning for now.
23500      Branch: perl
23501            ! lib/Thread.pm
23502 ____________________________________________________________________________
23503 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
23504         Log: use strict.
23505      Branch: perl
23506            ! lib/Thread.pm
23507 ____________________________________________________________________________
23508 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
23509         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
23510              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
23511              Date: Thu, 15 Nov 2001 22:54:47 EST 
23512              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
23513      Branch: perl
23514            ! vms/vms.c vms/vmspipe.com
23515 ____________________________________________________________________________
23516 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
23517         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
23518              From: "chromatic" <chromatic@rmci.net>
23519              Date: Thu, 15 Nov 2001 19:54:23 -0700
23520              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
23521      Branch: perl
23522            ! lib/File/stat.t
23523 ____________________________________________________________________________
23524 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
23525         Log: Make Thread a wrapper for both ithreads and 5005threads.
23526              Needs a lot of work and Arthur's eyeballing (and finishing
23527              few missing odds and ends of threads.pm).  Now Thread
23528              is an extension without its own .pm.
23529              
23530              If there are people who have experience working with
23531              either the 5005threads or the ithreads: cleaning up
23532              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
23533              and porting the various Thread::* modules, like Thread::Queue,
23534              to work also with ithreads, is needed.
23535              
23536              Removed the 5005threads requirement from the 5005 tests
23537              for easier testing (not all of them work yet since
23538              they use the Thread::* modules that have not been made
23539              to work with ithreads).  Leave the 5005 tests named as
23540              *.tx so that they are not run by "make test".
23541      Branch: perl
23542            + lib/Thread.pm
23543            - ext/Thread/Thread.pm
23544            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
23545            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
23546            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
23547            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
23548            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
23549            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
23550            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
23551 ____________________________________________________________________________
23552 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
23553         Log: $VERSION "a5" doesn't quite work.
23554      Branch: perl
23555            ! ext/B/Makefile.PL
23556 ____________________________________________________________________________
23557 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
23558         Log: Add the fruits of Larry Shatzer's version verifying script.
23559              (There are some straddlers, but they will be fixed in the
23560              upcoming releases of the modules.)
23561      Branch: perl
23562            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
23563            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
23564            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
23565            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
23566            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
23567            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
23568            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
23569            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
23570            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
23571            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
23572            ! wince/FindExt.pm
23573 ____________________________________________________________________________
23574 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
23575         Log: Add Larry Shatzer's VERSION verifying script.
23576      Branch: perl
23577            + Porting/checkVERSION.pl
23578            ! MANIFEST Porting/pumpkin.pod
23579 ____________________________________________________________________________
23580 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
23581         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
23582              From: Michael G Schwern <schwern@pobox.com>
23583              Date: Thu, 15 Nov 2001 19:26:40 -0500
23584              Message-ID: <20011115192640.R31399@blackrider>
23585      Branch: perl
23586            ! t/test.pl
23587 ____________________________________________________________________________
23588 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
23589         Log: Document the MY_CXT business; from Paul Marquess.
23590      Branch: perl
23591            ! pod/perlxs.pod
23592 ____________________________________________________________________________
23593 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
23594         Log: VMSCMD synch attempt.
23595      Branch: perl
23596            ! vms/vms.c vms/vmsish.h
23597 ____________________________________________________________________________
23598 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
23599         Log: Advise against -P as instructed by Schwern.
23600      Branch: perl
23601            ! pod/perlrun.pod
23602 ____________________________________________________________________________
23603 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
23604         Log: Subject: [PATCH] v-strings as Objects Step 1
23605              From: John Peacock <jpeacock@rowman.com>
23606              Date: Thu, 15 Nov 2001 12:41:04 -0500
23607              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
23608      Branch: perl
23609            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
23610            ! util.c
23611 ____________________________________________________________________________
23612 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
23613         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
23614              From: Michael G Schwern <schwern@pobox.com>
23615              Date: Thu, 15 Nov 2001 12:47:59 -0500
23616              Message-ID: <20011115124759.E31399@blackrider>
23617      Branch: perl
23618            + t/run/switchx.aux t/run/switchx.t
23619            ! MANIFEST t/run/switches.t
23620 ____________________________________________________________________________
23621 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
23622         Log: Upgrade to Getopt::Long 2.26_03.
23623      Branch: perl
23624            ! lib/Getopt/Long.pm
23625 ____________________________________________________________________________
23626 [ 13025] By: ams                                   on 2001/11/15  20:46:22
23627         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
23628              From: Michael G Schwern <schwern@pobox.com>
23629              Date: Thu, 15 Nov 2001 16:24:11 -0500
23630              Message-Id: <20011115162411.M31399@blackrider>
23631      Branch: perl
23632            ! vms/vms.c
23633 ____________________________________________________________________________
23634 [ 13024] By: ams                                   on 2001/11/15  19:32:06
23635         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
23636              From: rspier@pobox.com (Robert Spier)
23637              Date: Thu, 15 Nov 2001 11:19:21 -0800
23638              Message-Id: <15348.5433.732364.963687@rls.cx>
23639      Branch: perl
23640            ! op.c
23641 ____________________________________________________________________________
23642 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
23643         Log: Update Changes.
23644      Branch: perl
23645            ! Changes patchlevel.h
23646 ____________________________________________________________________________
23647 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
23648         Log: Subject: [PATCH] new tests for command-line switches
23649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23650              Date: Thu, 15 Nov 2001 17:00:30 +0100
23651              Message-ID: <20011115170030.A14193@rafael>
23652      Branch: perl
23653            + t/run/switches.t
23654            ! MANIFEST
23655 ____________________________________________________________________________
23656 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
23657         Log: Upgrade to podlators 1.13.
23658      Branch: perl
23659            + lib/Pod/ParseLink.pm
23660            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
23661            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
23662            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
23663            ! t/pod/pod2usage.xr t/pod/podselect.xr
23664 ____________________________________________________________________________
23665 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
23666         Log: skip "might be used uninitialized".
23667      Branch: perl
23668            ! pp_sys.c
23669 ____________________________________________________________________________
23670 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
23671         Log: Fix for "perlio bug in koi8-r encoding".  The problem
23672              seemed to be that binmode() always flushed the handle,
23673              which is not so good when switching encodings.  Fixed,
23674              added Matt Sergeant's testcase, documented in perlfunc/binmode,
23675              also added a pointer about disciplines to perlfunc/open,
23676              and in general cleaned up and reformatted the open entry.
23677      Branch: perl
23678            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
23679 ____________________________________________________________________________
23680 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
23681         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
23682              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23683              Date: 15 Nov 2001 08:57:06 -0000
23684              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
23685              
23686              chop() and chomp() are not real list functions,
23687              so let's not have them overrideable.  (Casey will
23688              be confused since in #7071 he patched the other way.)
23689      Branch: perl
23690            ! pod/perlfunc.pod toke.c
23691 ____________________________________________________________________________
23692 [ 13017] By: ams                                   on 2001/11/15  12:56:49
23693         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
23694              From: Robin Barker <rmb1@cise.npl.co.uk>
23695              Date: Thu, 15 Nov 2001 13:48:34 GMT
23696              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
23697              (Applied with tweaks.)
23698      Branch: perl
23699            ! pod/perltrap.pod
23700 ____________________________________________________________________________
23701 [ 13016] By: ams                                   on 2001/11/15  09:12:48
23702         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
23703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23704              Date: Thu, 15 Nov 2001 09:06:39 +0100
23705              Message-Id: <20011115090639.A13005@rafael>
23706      Branch: perl
23707            ! pod/perlrun.pod
23708 ____________________________________________________________________________
23709 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
23710         Log: "link =" from utils.lst was being processed oddly.
23711      Branch: perl
23712            ! installman
23713 ____________________________________________________________________________
23714 [ 13014] By: ams                                   on 2001/11/15  02:52:52
23715         Log: Subject: [PATCH current] CreateTTY in -d
23716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23717              Date: Wed, 14 Nov 2001 21:26:31 -0500
23718              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
23719      Branch: perl
23720            ! lib/perl5db.pl
23721 ____________________________________________________________________________
23722 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
23723         Log: Corify the Filter::Simple tests. 
23724      Branch: perl
23725            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
23726            ! lib/Filter/Simple/t/filter_only.t
23727 ____________________________________________________________________________
23728 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
23729         Log: Upgrade to Filter::Simple 0.70.
23730      Branch: perl
23731            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
23732            + t/lib/FilterOnlyTest.pm
23733            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
23734            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
23735            ! t/lib/FilterTest.pm
23736 ____________________________________________________________________________
23737 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
23738         Log: Cleanliness inspired by Cygwin.
23739      Branch: perl
23740            ! Makefile.SH x2p/Makefile.SH
23741 ____________________________________________________________________________
23742 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
23743         Log: Add perlunintro (formerly known as perlunitut); regen toc.
23744      Branch: perl
23745            + pod/perlunintro.pod
23746            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23747 ____________________________________________________________________________
23748 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
23749         Log: FAQ sync.
23750      Branch: perl
23751            ! pod/perlfaq6.pod
23752 ____________________________________________________________________________
23753 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
23754         Log: Quieten pgcc 2.91.66 worries.
23755      Branch: perl
23756            ! gv.c pp_ctl.c utf8.c
23757 ____________________________________________________________________________
23758 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
23759         Log: Upgrade to Switch 2.06.
23760      Branch: perl
23761            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
23762            ! lib/Switch/t/nested.t
23763 ____________________________________________________________________________
23764 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
23765         Log: Upgrade to Attribute::Handlers 0.76.
23766      Branch: perl
23767            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
23768            ! lib/Attribute/Handlers/README
23769            ! lib/Attribute/Handlers/demo/Demo.pm
23770            ! lib/Attribute/Handlers/demo/Descriptions.pm
23771            ! lib/Attribute/Handlers/demo/MyClass.pm
23772            ! lib/Attribute/Handlers/demo/demo_cycle.pl
23773            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
23774            ! lib/Attribute/Handlers/t/multi.t
23775 ____________________________________________________________________________
23776 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
23777         Log: Signedness nit.
23778      Branch: perl
23779            ! regexec.c
23780 ____________________________________________________________________________
23781 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
23782         Log: VERSIONize.
23783      Branch: perl
23784            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
23785            ! lib/integer.pm
23786 ____________________________________________________________________________
23787 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
23788         Log: No pod in internal Net::FTP classes.
23789      Branch: perl
23790            ! pod/buildtoc.PL
23791 ____________________________________________________________________________
23792 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
23793         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
23794              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23795              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
23796              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
23797      Branch: perl
23798            ! regexec.c
23799 ____________________________________________________________________________
23800 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
23801         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
23802              Pudge correctly).
23803      Branch: perl
23804            ! t/test.pl
23805 ____________________________________________________________________________
23806 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
23807         Log: Add comments to mark where $^X is being handled.
23808      Branch: perl
23809            ! perl.c toke.c
23810 ____________________________________________________________________________
23811 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
23812         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
23813              From: Michael G Schwern <schwern@pobox.com>
23814              Date: Wed, 14 Nov 2001 16:38:25 -0500
23815              Message-ID: <20011114163825.D6519@blackrider>
23816      Branch: perl
23817            ! t/op/repeat.t
23818 ____________________________________________________________________________
23819 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
23820         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
23821              From: Michael G Schwern <schwern@pobox.com>
23822              Date: Wed, 14 Nov 2001 13:19:15 -0500
23823              Message-ID: <20011114131915.K5096@blackrider>
23824      Branch: perl
23825            ! t/op/die_exit.t
23826 ____________________________________________________________________________
23827 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
23828         Log: Subject: Re: [PATCH] new version of runperl()
23829              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23830              Date: Wed, 14 Nov 2001 15:39:12 EST
23831              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
23832              
23833              "VMS $^X pipes etc" patch.
23834      Branch: perl
23835            ! vms/vms.c
23836 ____________________________________________________________________________
23837 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
23838         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
23839              and add "verbose" option to show the final command.
23840      Branch: perl
23841            ! t/test.pl
23842 ____________________________________________________________________________
23843 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
23844         Log: Goof in some of the comment fields of #12994.
23845      Branch: perl
23846            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
23847            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
23848            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
23849            ! lib/unicore/In/9.pl
23850 ____________________________________________________________________________
23851 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
23852         Log: The First, Last ranges in the Unicode data weren't
23853              getting their general categories added properly;
23854              noticed by Jeffrey Friedl.
23855      Branch: perl
23856            ! lib/unicore/Category.pl lib/unicore/In/0.pl
23857            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
23858            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
23859            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
23860            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
23861            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
23862            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
23863            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
23864            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
23865            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
23866            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
23867            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
23868            ! lib/unicore/mktables
23869 ____________________________________________________________________________
23870 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
23871         Log: Subject: [PATCH] new version of runperl()
23872              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23873              Date: Wed, 14 Nov 2001 12:23:01 +0100
23874              Message-ID: <20011114122301.A29384@rafael>
23875      Branch: perl
23876            ! t/io/argv.t t/test.pl
23877 ____________________________________________________________________________
23878 [ 12992] By: ams                                   on 2001/11/14  13:40:39
23879         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
23880              From: Michael G Schwern <schwern@pobox.com>
23881              Date: Tue, 13 Nov 2001 23:17:54 -0500
23882              Message-Id: <20011113231754.S32567@blackrider>
23883      Branch: perl
23884            ! perl.c
23885 ____________________________________________________________________________
23886 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
23887         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
23888              From: Philip Newton <Philip.Newton@gmx.net>
23889              Date: Wed, 14 Nov 2001 10:59:53 +0100
23890              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
23891              
23892              plus a lot of paragraph reformatting because of long lines.
23893      Branch: perl
23894            ! pod/perlapio.pod
23895 ____________________________________________________________________________
23896 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
23897         Log: A bool is not a pointer.
23898      Branch: perl
23899            ! pp_sys.c
23900 ____________________________________________________________________________
23901 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
23902         Log: AUTHORS updates.
23903      Branch: perl
23904            ! AUTHORS
23905 ____________________________________________________________________________
23906 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
23907         Log: There are several MIME RFCs.
23908      Branch: perl
23909            ! ext/Encode/Encode.pm
23910 ____________________________________________________________________________
23911 [ 12987] By: ams                                   on 2001/11/14  01:09:28
23912         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
23913              From: Michael G Schwern <schwern@pobox.com>
23914              Date: Tue, 13 Nov 2001 20:59:13 -0500
23915              Message-Id: <20011113205913.H32567@blackrider>
23916      Branch: perl
23917            ! t/op/groups.t vms/test.com
23918 ____________________________________________________________________________
23919 [ 12986] By: ams                                   on 2001/11/14  01:07:06
23920         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
23921              From: Michael G Schwern <schwern@pobox.com>
23922              Date: Tue, 13 Nov 2001 20:51:34 -0500
23923              Message-Id: <20011113205134.F32567@blackrider>
23924      Branch: perl
23925            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
23926 ____________________________________________________________________________
23927 [ 12985] By: ams                                   on 2001/11/14  00:43:59
23928         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
23929              From: Michael G Schwern <schwern@pobox.com>
23930              Date: Tue, 13 Nov 2001 20:38:42 -0500
23931              Message-Id: <20011113203842.E32567@blackrider>
23932      Branch: perl
23933            ! pod/perlport.pod
23934 ____________________________________________________________________________
23935 [ 12984] By: ams                                   on 2001/11/14  00:32:15
23936         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
23937              From: Michael G Schwern <schwern@pobox.com>
23938              Date: Tue, 13 Nov 2001 20:27:02 -0500
23939              Message-Id: <20011113202702.D32567@blackrider>
23940      Branch: perl
23941            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
23942            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
23943            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
23944            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
23945 ____________________________________________________________________________
23946 [ 12983] By: ams                                   on 2001/11/14  00:00:27
23947         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
23948              From: Michael G Schwern <schwern@pobox.com>
23949              Date: Tue, 13 Nov 2001 19:51:59 -0500
23950              Message-Id: <20011113195159.B32567@blackrider>
23951      Branch: perl
23952            ! pod/perlport.pod
23953 ____________________________________________________________________________
23954 [ 12982] By: ams                                   on 2001/11/13  23:53:11
23955         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
23956              From: Larry Shatzer <fugazi@zippy.zyx.net>
23957              Date: Tue, 13 Nov 2001 17:27:59 -0700
23958              Message-Id: <20011113172759.E27768@zippy.zyx.net>
23959      Branch: perl
23960            ! pod/perlapio.pod
23961 ____________________________________________________________________________
23962 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
23963         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
23964              "large enough" Unicode characters returned more than one
23965              as their "Unicode size".
23966      Branch: perl
23967            ! pp_sys.c t/io/utf8.t
23968 ____________________________________________________________________________
23969 [ 12980] By: ams                                   on 2001/11/13  19:32:33
23970         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
23971              From: "Craig A. Berry" <craigberry@mac.com>
23972              Date: Tue, 13 Nov 2001 14:33:25 -0600
23973              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
23974      Branch: perl
23975            ! vms/gen_shrfls.pl
23976 ____________________________________________________________________________
23977 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
23978         Log: Subject: Minor patch to Encode.pm (detypo)
23979              From: "Philip Newton" <Philip.Newton@gmx.net>
23980              Date: Tue, 13 Nov 2001 20:11:01 +0100
23981              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
23982      Branch: perl
23983            ! ext/Encode/Encode.pm
23984 ____________________________________________________________________________
23985 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
23986         Log: Evil tabulators.
23987      Branch: perl
23988            ! ext/Encode/Encode.pm
23989 ____________________________________________________________________________
23990 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
23991         Log: Document the available encodings.
23992      Branch: perl
23993            ! ext/Encode/Encode.pm
23994 ____________________________________________________________________________
23995 [ 12976] By: ams                                   on 2001/11/13  17:14:07
23996         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
23997              From: Barrie Slaymaker <barries@slaysys.com>
23998              Date: Tue, 13 Nov 2001 12:41:36 -0500
23999              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
24000      Branch: perl
24001            ! t/op/universal.t
24002 ____________________________________________________________________________
24003 [ 12975] By: ams                                   on 2001/11/13  16:24:21
24004         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
24005              From: Barrie Slaymaker <barries@slaysys.com>
24006              Date: Tue, 13 Nov 2001 10:56:20 -0500
24007              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
24008              (Test applied with minor tweaks and ->isa("HASH") omission.)
24009      Branch: perl
24010            ! lib/UNIVERSAL.pm t/op/universal.t
24011 ____________________________________________________________________________
24012 [ 12974] By: ams                                   on 2001/11/13  15:46:07
24013         Log: Subject: [PATCH Benchmark.pm] docco tweaks
24014              From: Barrie Slaymaker <barries@slaysys.com>
24015              Date: Tue, 13 Nov 2001 11:34:45 -0500
24016              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
24017      Branch: perl
24018            ! lib/Benchmark.pm
24019 ____________________________________________________________________________
24020 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
24021         Log: Subject: [PATCH] Attack of the C loops, round 1
24022              From: Richard Soderberg <rs@oregonnet.com>
24023              Date: Mon, 12 Nov 2001 12:07:29 -0800
24024              Message-Id: <200111122007.MAA01994@oregonnet.com>
24025              
24026              Subject: [PATCH] bytecode.pl (tiny patch)
24027              From: Richard Soderberg <rs@oregonnet.com>
24028              Date: Mon, 12 Nov 2001 12:53:24 -0800
24029              Message-Id: <200111122053.MAA06272@oregonnet.com>
24030      Branch: perl
24031            ! bytecode.pl installhtml
24032 ____________________________________________________________________________
24033 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
24034         Log: Subject: [PATCH] Update to Filter::Util::Call
24035              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24036              Date: Sun, 11 Nov 2001 22:33:33 -0000
24037              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
24038              
24039              Use the new CXT* macros.
24040      Branch: perl
24041            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
24042 ____________________________________________________________________________
24043 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
24044         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
24045              From: Michael G Schwern <schwern@pobox.com>
24046              Date: Mon, 12 Nov 2001 20:50:34 -0500
24047              Message-ID: <20011112205034.H2888@blackrider>
24048      Branch: perl
24049            + lib/vmsish.pm lib/vmsish.t
24050            - vms/ext/vmsish.pm vms/ext/vmsish.t
24051            ! MANIFEST vms/descrip_mms.template
24052 ____________________________________________________________________________
24053 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
24054         Log: :utf8 works only with perlio.
24055      Branch: perl
24056            ! lib/open.t
24057 ____________________________________________________________________________
24058 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
24059         Log: Subject: Re: @Config -"des" not quite working on VMS
24060              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24061              Date: Tue, 13 Nov 2001 08:35:13 EST 
24062              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
24063      Branch: perl
24064            ! configure.com
24065 ____________________________________________________________________________
24066 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
24067         Log: Subject: [PATCH] lib/charnames.pm 
24068              From: Jeffrey Friedl <jfriedl@yahoo.com>
24069              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
24070              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
24071      Branch: perl
24072            ! lib/charnames.pm
24073 ____________________________________________________________________________
24074 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
24075         Log: Docs for Mac::err.
24076      Branch: maint-5.6/macperl
24077            ! macos/ext/Mac/err/err.pm
24078 ____________________________________________________________________________
24079 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
24080         Log: Some cleanup; change some globals to references for
24081              possible persistence later.
24082      Branch: maint-5.6/macperl
24083            ! macos/lib/Mac/Glue.pm
24084 ____________________________________________________________________________
24085 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
24086         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
24087      Branch: maint-5.6/macperl
24088            ! macos/ext/Mac/Files/Files.pm
24089 ____________________________________________________________________________
24090 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
24091         Log: Get Mac::Navigation to compile (bug #464684).
24092      Branch: maint-5.6/macperl
24093            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
24094            ! macos/ext/Mac/Navigation/Makefile.PL
24095            ! macos/ext/Mac/Navigation/Navigation.xs
24096            ! macos/macperl/Makefile.mk
24097 ____________________________________________________________________________
24098 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
24099         Log: Add in modules and POD to help menu.
24100      Branch: maint-5.6/macperl
24101            ! macos/macperl/MacPerl.podhelp
24102 ____________________________________________________________________________
24103 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
24104         Log: Update bundled modules.
24105      Branch: maint-5.6/macperl
24106            + macos/bundled_ext/Filter/t/FilterTest.pm
24107            + macos/bundled_ext/List/Util/t/shuffle.t
24108            + macos/bundled_ext/Storable/t/compat06.t
24109            + macos/bundled_ext/Storable/t/st-dump.pl
24110            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
24111            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
24112            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
24113            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
24114            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
24115            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
24116            + macos/bundled_lib/blib/lib/lwpcook.pod
24117            + macos/bundled_lib/t/Filter/Simple/filter.t
24118            + macos/bundled_lib/t/Switch/t/given.t
24119            + macos/bundled_lib/t/Switch/t/nested.t
24120            + macos/bundled_lib/t/Switch/t/switch.t
24121            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24122            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24123            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
24124            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
24125            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24126            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
24127            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
24128            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
24129            + macos/bundled_lib/t/URI/rfc2732.t
24130            + macos/bundled_lib/t/libnet/config.t
24131            + macos/bundled_lib/t/libnet/libnet_t.pl
24132            + macos/bundled_lib/t/libwww-perl/live/google.t
24133            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24134            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24135            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24136            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24137            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
24138            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24139            + macos/bundled_lib/t/libwww-perl/live/validator.t
24140            - macos/bundled_ext/Filter/t/MyFilter.pm
24141            - macos/bundled_ext/Storable/t/compat-0.6.t
24142            - macos/bundled_ext/Storable/t/dump.pl
24143            - macos/bundled_ext/Time/Piece/Makefile.PL
24144            - macos/bundled_ext/Time/Piece/Piece.pm
24145            - macos/bundled_ext/Time/Piece/Piece.t
24146            - macos/bundled_ext/Time/Piece/Piece.xs
24147            - macos/bundled_ext/Time/Piece/README
24148            - macos/bundled_ext/Time/Piece/Seconds.pm
24149            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
24150            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
24151            - macos/bundled_lib/blib/lib/Net/PH.pm
24152            - macos/bundled_lib/blib/lib/Net/SNPP.pm
24153            - macos/bundled_lib/blib/lib/Text/Balanced.pod
24154            - macos/bundled_lib/t/Filter/Simple/test.pl
24155            - macos/bundled_lib/t/Switch/test.pl
24156            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
24157            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
24158            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
24159            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
24160            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
24161            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
24162            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
24163            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
24164            - macos/bundled_lib/t/libnet/ph.t
24165            ! (edit 125 files)
24166 ____________________________________________________________________________
24167 [ 12961] By: ams                                   on 2001/11/13  00:45:08
24168         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
24169              From: Michael G Schwern <schwern@pobox.com>
24170              Date: Mon, 12 Nov 2001 20:16:45 -0500
24171              Message-Id: <20011112201644.G2888@blackrider>
24172      Branch: perl
24173            ! pod/perlport.pod
24174 ____________________________________________________________________________
24175 [ 12960] By: ams                                   on 2001/11/12  23:54:00
24176         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
24177              Recoving dup tests for VMS
24178              From: Michael G Schwern <schwern@pobox.com>
24179              Date: Mon, 12 Nov 2001 19:35:33 -0500
24180              Message-Id: <20011112193533.D2888@blackrider>
24181      Branch: perl
24182            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
24183 ____________________________________________________________________________
24184 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
24185         Log: Update Changes.
24186      Branch: perl
24187            ! Changes patchlevel.h
24188 ____________________________________________________________________________
24189 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
24190         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
24191              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
24192              Date: Mon, 12 Nov 2001 12:35:18 EST 
24193              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
24194      Branch: perl
24195            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
24196            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
24197 ____________________________________________________________________________
24198 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
24199         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
24200              From: Barrie Slaymaker <barries@slaysys.com>
24201              Date: Mon, 12 Nov 2001 11:19:52 -0500
24202              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
24203      Branch: perl
24204            ! lib/File/Spec.t lib/File/Spec/Win32.pm
24205 ____________________________________________________________________________
24206 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
24207         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
24208              From: Barrie Slaymaker <barries@slaysys.com>
24209              Date: Mon, 12 Nov 2001 11:07:36 -0500
24210              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
24211      Branch: perl
24212            ! lib/Benchmark.pm
24213 ____________________________________________________________________________
24214 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
24215         Log: Misplaced test, noticed by Barrie Slaymaker.
24216              (We are missing Benchmark tests, then.)
24217      Branch: perl
24218            + ext/Devel/DProf/DProf.t
24219            - lib/Benchmark.t
24220            ! MANIFEST
24221 ____________________________________________________________________________
24222 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
24223         Log: Subject: [PATCH] a few typo fixes 
24224              From: Jeffrey Friedl <jfriedl@yahoo.com>
24225              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
24226              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
24227              
24228              Patching README.foo instead of pod/perlfoo.pod,
24229              not patching Math::BigInt (Tels will take care of that),
24230              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
24231              and perldoc.PL instead of libnetcfg and perldoc, patching
24232              ext/Digest/MD5/t/files.t since MD5.pm was changed.
24233      Branch: perl
24234            ! (edit 109 files)
24235 ____________________________________________________________________________
24236 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
24237         Log: Add a note about the dangers of bad UTF-8.
24238      Branch: perl
24239            ! pod/perlunicode.pod
24240 ____________________________________________________________________________
24241 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
24242         Log: NetWare Nit from Ananth Kesari.
24243      Branch: perl
24244            ! NetWare/config.wc
24245 ____________________________________________________________________________
24246 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
24247         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
24248      Branch: perl
24249            ! ext/Encode/Encode.pm
24250 ____________________________________________________________________________
24251 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
24252         Log: (retracted by #12951)
24253      Branch: perl
24254            ! ext/Encode/Encode.pm
24255 ____________________________________________________________________________
24256 [ 12949] By: ams                                   on 2001/11/12  06:40:18
24257         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
24258              From: Robert Spier <rspier@pobox.com>
24259              Date: Sun, 11 Nov 2001 18:50:18 -0800
24260              Message-Id: <15343.14570.121505.233336@rls.cx>
24261              
24262              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
24263              From: Rick Delaney <rick.delaney@home.com>
24264              Date: 12 Nov 2001 00:15:52 -0500
24265              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
24266      Branch: perl
24267            ! pp_hot.c t/op/taint.t
24268 ____________________________________________________________________________
24269 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
24270         Log: It seems that we actually have this detail implemented
24271              as for as Level 1 Support of Unicode regex support is
24272              concerned: at Level 1 only 1:1 support for loose
24273              (aka caseless, aka caseigoring ) matching is required.
24274      Branch: perl
24275            ! pod/perlunicode.pod
24276 ____________________________________________________________________________
24277 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
24278         Log: (retracted by #12951)
24279      Branch: perl
24280            ! ext/Encode/Encode.pm
24281 ____________________________________________________________________________
24282 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
24283         Log: BOM, bom, Bom.
24284      Branch: perl
24285            ! pod/perlunicode.pod
24286 ____________________________________________________________________________
24287 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
24288         Log: Upgrade to Math::BigInt 1.46.
24289      Branch: perl
24290            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
24291            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
24292            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
24293            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
24294            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
24295 ____________________________________________________________________________
24296 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
24297         Log: Subject: Re: PERFORCE change 12943 for review
24298              From: "Philip Newton" <Philip.Newton@gmx.net>
24299              Date: Sun, 11 Nov 2001 20:53:36 +0100
24300              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
24301      Branch: perl
24302            ! pod/perlunicode.pod
24303 ____________________________________________________________________________
24304 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
24305         Log: Doc updates; make the Unicode discussions a little
24306              bit less alarming, and add information about encodings,
24307              surrogates, and BOMs.
24308      Branch: perl
24309            ! pod/perlunicode.pod
24310 ____________________________________________________________________________
24311 [ 12942] By: ams                                   on 2001/11/11  16:45:00
24312         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
24313              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
24314              Date: Mon, 12 Nov 2001 00:22:57 +0900
24315              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
24316      Branch: perl
24317            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
24318            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
24319 ____________________________________________________________________________
24320 [ 12941] By: ams                                   on 2001/11/11  13:01:40
24321         Log: Subject: Re: PERFORCE change 12929 for review
24322              From: "Philip Newton" <Philip.Newton@gmx.net>
24323              Date: Sun, 11 Nov 2001 14:27:44 +0100
24324              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
24325      Branch: perl
24326            ! MANIFEST
24327 ____________________________________________________________________________
24328 [ 12940] By: ams                                   on 2001/11/11  05:06:43
24329         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
24330              From: Michael G Schwern <schwern@pobox.com>
24331              Date: Thu, 8 Nov 2001 22:56:45 -0500
24332              Message-Id: <20011108225645.H5587@blackrider>
24333      Branch: perl
24334            ! t/op/chdir.t
24335 ____________________________________________________________________________
24336 [ 12939] By: ams                                   on 2001/11/11  05:01:00
24337         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
24338              From: Michael G Schwern <schwern@pobox.com>
24339              Date: Sun, 11 Nov 2001 00:54:43 -0500
24340              Message-Id: <20011111005443.A24450@blackrider>
24341      Branch: perl
24342            ! ext/Cwd/t/cwd.t
24343 ____________________________________________________________________________
24344 [ 12938] By: ams                                   on 2001/11/11  03:25:13
24345         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
24346              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
24347              From: "chromatic" <chromatic@rmci.net>
24348              Date: Sat, 10 Nov 2001 21:03:20 -0700
24349              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
24350      Branch: perl
24351            ! lib/File/stat.pm lib/File/stat.t
24352 ____________________________________________________________________________
24353 [ 12937] By: ams                                   on 2001/11/11  02:05:23
24354         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
24355              From: "Craig A. Berry" <craigberry@mac.com>
24356              Date: Sat, 10 Nov 2001 17:23:52 -0600
24357              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
24358      Branch: perl
24359            ! t/op/magic.t
24360 ____________________________________________________________________________
24361 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
24362         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
24363      Branch: perl
24364            ! lib/open.pm lib/open.t
24365 ____________________________________________________________________________
24366 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
24367         Log: The Official name of ASCII.
24368      Branch: perl
24369            ! ext/Encode/Encode.pm
24370 ____________________________________________________________________________
24371 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
24372         Log: The KOI8-R example wasn't quite right.
24373      Branch: perl
24374            ! lib/open.pm lib/open.t
24375 ____________________________________________________________________________
24376 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
24377         Log: Enhance the open pragma to support :utf8, :locale,
24378              and :encoding directly as special cases, and rename
24379              the INOUT to IO.
24380      Branch: perl
24381            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
24382 ____________________________________________________________________________
24383 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
24384         Log: Document the UTF-16 surrogate encoding and decoding.
24385      Branch: perl
24386            ! ext/Encode/Encode.pm
24387 ____________________________________________________________________________
24388 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
24389         Log: A potential recursion breaker.
24390      Branch: perl
24391            ! sv.c
24392 ____________________________________________________________________________
24393 [ 12930] By: ams                                   on 2001/11/10  07:46:53
24394         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
24395              (was Re: perl@12892)
24396              From: "chromatic" <chromatic@rmci.net>
24397              Date: Sat, 10 Nov 2001 01:28:09 -0700
24398              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
24399      Branch: perl
24400            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
24401            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
24402            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
24403            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
24404 ____________________________________________________________________________
24405 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
24406         Log: Add a test for the bytes pragma.
24407      Branch: perl
24408            + lib/bytes.t
24409            ! MANIFEST
24410 ____________________________________________________________________________
24411 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
24412         Log: Doc update.
24413      Branch: perl
24414            ! lib/bytes.pm
24415 ____________________________________________________________________________
24416 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
24417         Log: Cease to exist.
24418      Branch: perl
24419            - lib/Unicode/Normalize.pm
24420 ____________________________________________________________________________
24421 [ 12926] By: ams                                   on 2001/11/10  03:23:16
24422         Log: Subject: [patch] my_setenv speedup + fixes
24423              From: Doug MacEachern <dougm@covalent.net>
24424              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
24425              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
24426      Branch: perl
24427            ! util.c
24428 ____________________________________________________________________________
24429 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
24430         Log: Newline trouble.
24431      Branch: perl
24432            ! lib/ExtUtils/Embed.t
24433 ____________________________________________________________________________
24434 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
24435         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
24436              From: "Craig A. Berry" <craigberry@mac.com>
24437              Date: Fri, 09 Nov 2001 18:13:16 -0600
24438              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
24439      Branch: perl
24440            ! vms/munchconfig.c
24441 ____________________________________________________________________________
24442 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
24443         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
24444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24445              Date: Sat, 10 Nov 2001 00:10:45 +0100
24446              Message-ID: <20011110001045.A11945@rafael>
24447      Branch: perl
24448            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
24449            + t/run/switchn.t t/run/switchp.t
24450            ! MANIFEST
24451 ____________________________________________________________________________
24452 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
24453         Log: Subject: [PATCH] some tests not cleaning up properly               
24454              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
24455              Date: Fri, 9 Nov 2001 22:13:10 +0100
24456              Message-ID: <20011109221310.A11115@rafael>
24457      Branch: perl
24458            ! ext/Cwd/t/cwd.t t/io/argv.t
24459 ____________________________________________________________________________
24460 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
24461         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
24462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24463              Date: Fri, 9 Nov 2001 15:07:19 EST
24464              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
24465      Branch: perl
24466            ! lib/ExtUtils/Embed.t
24467 ____________________________________________________________________________
24468 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
24469         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
24470              have been copied so it shouldn't be freed in perl_destruct()
24471      Branch: perl
24472            ! perl.c
24473 ____________________________________________________________________________
24474 [ 12919] By: ams                                   on 2001/11/09  15:36:22
24475         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
24476              From: Michael G Schwern <schwern@pobox.com>
24477              Date: Fri, 9 Nov 2001 00:38:59 -0500
24478              Message-Id: <20011109003859.K5587@blackrider>
24479              (Applied with directory name changes suggested by Craig Berry.)
24480      Branch: perl
24481            ! ext/Cwd/t/cwd.t
24482 ____________________________________________________________________________
24483 [ 12918] By: ams                                   on 2001/11/09  15:29:15
24484         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
24485              From: Michael G Schwern <schwern@pobox.com>
24486              Date: Fri, 9 Nov 2001 01:44:14 -0500
24487              Message-Id: <20011109014414.N5587@blackrider>
24488      Branch: perl
24489            ! vms/ext/filespec.t
24490 ____________________________________________________________________________
24491 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
24492         Log: Update Changes.
24493      Branch: perl
24494            ! Changes patchlevel.h
24495 ____________________________________________________________________________
24496 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
24497         Log: Regen toc.
24498      Branch: perl
24499            ! pod/perltoc.pod
24500 ____________________________________________________________________________
24501 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
24502         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
24503              see http://www.jepstone.net/bjepson//jpl/cvs.html
24504      Branch: perl
24505            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
24506 ____________________________________________________________________________
24507 [ 12914] By: ams                                   on 2001/11/09  14:05:12
24508         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
24509              From: Michael G Schwern <schwern@pobox.com>
24510              Date: Thu, 8 Nov 2001 22:05:49 -0500
24511              Message-Id: <20011108220549.F5587@blackrider>
24512      Branch: perl
24513            ! vms/test.com
24514 ____________________________________________________________________________
24515 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
24516         Log: NetWare update from Ananth Kesari.
24517      Branch: perl
24518            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
24519 ____________________________________________________________________________
24520 [ 12912] By: ams                                   on 2001/11/09  13:40:26
24521         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
24522              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24523              Date: Fri, 9 Nov 2001 14:32:28 +0100
24524              Message-Id: <20011109143228.A18996@rafael>
24525      Branch: perl
24526            ! perl.c
24527 ____________________________________________________________________________
24528 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
24529         Log: FAQ sync.
24530      Branch: perl
24531            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24532            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
24533            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
24534 ____________________________________________________________________________
24535 [ 12910] By: ams                                   on 2001/11/09  07:33:49
24536         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
24537              From: Michael G Schwern <schwern@pobox.com>
24538              Date: Fri, 9 Nov 2001 00:41:56 -0500
24539              Message-Id: <20011109004156.L5587@blackrider>
24540      Branch: perl
24541            ! lib/File/Find/t/find.t
24542 ____________________________________________________________________________
24543 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
24544         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
24545              The CPAN distribution has both pm and XS implementations,
24546              and for performance reasons we choose the XS.
24547              Another reason to choose the XS is that it doesn't
24548              require Lingua::KO::Hangul::Util, which means that
24549              we can delete that-- which in turn means that Unicode::UCD
24550              cannot expect that: support it, but don't expect.
24551              Ditto Unicode::Collate.
24552              
24553              Note that Unicode::Normalize Makefile.PL and
24554              Normalize.xs have been modified from the CPAN 0.10
24555              versions: the first one to be simpler (no pm) and
24556              clean up the generated unf*.h files, the second one
24557              to quench compiler grumblings.  Must notify Sadahiro
24558              about these changes.
24559      Branch: perl
24560            + ext/Unicode/Normalize/Changes
24561            + ext/Unicode/Normalize/Makefile.PL
24562            + ext/Unicode/Normalize/Normalize.pm
24563            + ext/Unicode/Normalize/Normalize.pod
24564            + ext/Unicode/Normalize/Normalize.xs
24565            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24566            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24567            + ext/Unicode/Normalize/t/test.t
24568            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
24569            - lib/Lingua/KO/Hangul/Util/README
24570            - lib/Lingua/KO/Hangul/Util/t/test.t
24571            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
24572            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
24573            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
24574            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
24575            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
24576            ! win32/makefile.mk
24577 ____________________________________________________________________________
24578 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
24579         Log: Test miscounting.
24580      Branch: perl
24581            ! ext/POSIX/t/posix.t
24582 ____________________________________________________________________________
24583 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
24584         Log: Quote the variables in failures messages more nicely.
24585      Branch: perl
24586            ! t/test.pl
24587 ____________________________________________________________________________
24588 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
24589         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
24590              From: Michael G Schwern <schwern@pobox.com>
24591              Date: Thu, 8 Nov 2001 17:24:49 -0500
24592              Message-ID: <20011108172449.A5587@blackrider>
24593              
24594              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
24595              From: "Craig A. Berry" <craigberry@mac.com>
24596              Date: Thu, 8 Nov 2001 16:35:00 -0600
24597              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
24598      Branch: perl
24599            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
24600 ____________________________________________________________________________
24601 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
24602         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
24603              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24604              Date: Thu, 8 Nov 2001 22:52:50 -0000
24605              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
24606      Branch: perl
24607            ! ext/DB_File/t/db-recno.t
24608 ____________________________________________________________________________
24609 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
24610         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
24611              (Probably not an EBCDIC issue the way one would think
24612              since no chr() et alia are used in UCD.pm.)
24613      Branch: perl
24614            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24615 ____________________________________________________________________________
24616 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
24617         Log: Whether overwriting the $self->{...} values (see #12902)
24618              is a good policy or not is debatable, but let's at least
24619              be consistent.
24620      Branch: perl
24621            ! lib/ExtUtils/MM_Unix.pm
24622 ____________________________________________________________________________
24623 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
24624         Log: The MakeMaker argument () quoting patch that sneaked
24625              in at #12883 didn't handle make macros like this $(...).
24626              Leaning toothpicks, we've got them.
24627      Branch: perl
24628            ! lib/ExtUtils/MM_Unix.pm
24629 ____________________________________________________________________________
24630 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
24631         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
24632              From: Michael G Schwern <schwern@pobox.com>
24633              Date: Wed, 7 Nov 2001 02:02:29 -0500
24634              Message-ID: <20011107020229.K2858@blackrider>
24635      Branch: perl
24636            ! t/io/argv.t t/test.pl vms/test.com
24637 ____________________________________________________________________________
24638 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
24639         Log: Subject: [PATCH 20011106.084] -s on #! line 
24640              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24641              Date: Wed, 7 Nov 2001 22:23:39 +0100
24642              Message-ID: <20011107222339.E729@rafael>
24643      Branch: perl
24644            ! embed.h embed.pl perl.c proto.h toke.c
24645 ____________________________________________________________________________
24646 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
24647         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
24648              From: Michael G Schwern <schwern@pobox.com>
24649              Date: Wed, 7 Nov 2001 16:52:49 -0500
24650              Message-ID: <20011107165249.I7346@blackrider>
24651      Branch: perl
24652            ! pod/perlhack.pod
24653 ____________________________________________________________________________
24654 [ 12898] By: ams                                   on 2001/11/08  13:02:19
24655         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
24656              From: Mark-Jason Dominus <mjd@plover.com>
24657              Date: Thu, 08 Nov 2001 08:59:02 -0500
24658              Message-Id: <20011108135902.2275.qmail@plover.com>
24659      Branch: perl
24660            ! INSTALL README README.amiga README.os2 README.vms
24661            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
24662            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
24663 ____________________________________________________________________________
24664 [ 12897] By: ams                                   on 2001/11/08  12:49:28
24665         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
24666              From: mjd@plover.com
24667              Date: 8 Nov 2001 13:33:18 -0000
24668              Message-Id: <20011108133318.1786.qmail@plover.com>
24669      Branch: perl
24670            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
24671            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
24672            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
24673            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
24674            ! pod/perlport.pod pod/perlvar.pod
24675 ____________________________________________________________________________
24676 [ 12896] By: ams                                   on 2001/11/08  11:22:12
24677         Log: open(FH, $file) should strip leading and trailing whitespace.
24678      Branch: perl
24679            ! doio.c
24680 ____________________________________________________________________________
24681 [ 12895] By: ams                                   on 2001/11/08  10:17:14
24682         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
24683              From: "Craig A. Berry" <craigberry@mac.com>
24684              Date: Wed, 07 Nov 2001 13:41:50 -0600
24685              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
24686      Branch: perl
24687            ! t/op/glob.t
24688 ____________________________________________________________________________
24689 [ 12894] By: ams                                   on 2001/11/08  08:32:20
24690         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
24691              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
24692              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
24693              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
24694      Branch: perl
24695            ! makedepend.SH
24696 ____________________________________________________________________________
24697 [ 12893] By: ams                                   on 2001/11/08  08:26:31
24698         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
24699              From: mjd@plover.com
24700              Date: 8 Nov 2001 08:08:07 -0000
24701              Message-Id: <20011108080807.30147.qmail@plover.com>
24702              
24703              Subject: bleadperl perl.pod
24704              From: mjd@plover.com
24705              Date: 8 Nov 2001 08:10:47 -0000
24706              Message-Id: <20011108081047.30178.qmail@plover.com>
24707              
24708              Subject: more bleadperl perl.pod
24709              From: mjd@plover.com
24710              Date: 8 Nov 2001 08:16:28 -0000
24711              Message-Id: <20011108081628.30229.qmail@plover.com>
24712      Branch: perl
24713            ! pod/perl.pod pod/perldebug.pod
24714 ____________________________________________________________________________
24715 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
24716         Log: Tweak for Cray-friendliness from Nicholas Clark.
24717      Branch: perl
24718            ! sv.c
24719 ____________________________________________________________________________
24720 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
24721         Log: VMS patch redo from Charles Lane.
24722      Branch: perl
24723            ! vms/gen_shrfls.pl
24724 ____________________________________________________________________________
24725 [ 12890] By: ams                                   on 2001/11/07  15:16:10
24726         Log: Subject: [ID 20011107.088] two perl pod nits
24727              From: lvirden@cas.org
24728              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
24729              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
24730      Branch: perl
24731            ! pod/perl.pod pod/perlfaq3.pod
24732 ____________________________________________________________________________
24733 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
24734         Log: Update Changes.
24735      Branch: perl
24736            ! Changes patchlevel.h
24737 ____________________________________________________________________________
24738 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
24739         Log: The (emulated) "no utf8" must be in a BEGIN block
24740              to be effective.
24741      Branch: perl
24742            ! lib/CGI/t/html.t
24743 ____________________________________________________________________________
24744 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
24745         Log: "v-strings" is the right term.
24746      Branch: perl
24747            ! pod/perltodo.pod
24748 ____________________________________________________________________________
24749 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
24750         Log: Add vstrings-as-objects need to perltodo.
24751      Branch: perl
24752            ! pod/perltodo.pod
24753 ____________________________________________________________________________
24754 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
24755         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
24756              From: Nicholas Clark <nick@ccl4.org>
24757              Date: Wed, 7 Nov 2001 14:36:32 +0000
24758              Message-ID: <20011107143631.I24980@plum.flirble.org>
24759      Branch: perl
24760            ! t/op/pack.t
24761 ____________________________________________________________________________
24762 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
24763         Log: The Embed test requires a major rewrite for VMS
24764              (plus it reveals a couple of annoying glitches
24765              in buffering), so skip the test for now; from
24766              Charles Lane.
24767      Branch: perl
24768            ! lib/ExtUtils/Embed.t
24769 ____________________________________________________________________________
24770 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
24771         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
24772              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24773              Date: Wed, 7 Nov 2001 09:23:28 EST
24774              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
24775              
24776              (Also i seems that an unrelated experimental patch
24777              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
24778      Branch: perl
24779            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
24780 ____________________________________________________________________________
24781 [ 12882] By: ams                                   on 2001/11/07  05:14:04
24782         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
24783              From: Mark-Jason Dominus <mjd@plover.com>
24784              Date: Wed, 07 Nov 2001 00:43:46 -0500
24785              Message-Id: <20011107054346.14428.qmail@plover.com>
24786      Branch: perl
24787            ! gv.c op.c toke.c
24788 ____________________________________________________________________________
24789 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
24790         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
24791              From: Michael G Schwern <schwern@pobox.com>             
24792              Date: Tue, 6 Nov 2001 22:04:39 -0500
24793              Message-ID: <20011106220439.D2858@blackrider>              
24794      Branch: perl
24795            ! lib/perl5db.pl
24796 ____________________________________________________________________________
24797 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
24798         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
24799              stress))
24800              From: Jonathan Stowe <gellyfish@gellyfish.com>
24801              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
24802              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
24803              
24804              (except for one hunk where indentation differs)
24805      Branch: perl
24806            ! lib/Term/Cap.t
24807 ____________________________________________________________________________
24808 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
24809         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
24810              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24811              Date: Tue, 6 Nov 2001 21:45:01 +0100
24812              Message-ID: <20011106214501.A704@rafael>
24813      Branch: perl
24814            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
24815            ! lib/File/Spec/Win32.pm
24816 ____________________________________________________________________________
24817 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
24818         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
24819              From: Michael G Schwern <schwern@pobox.com>              
24820              Date: Tue, 6 Nov 2001 20:58:45 -0500
24821              Message-ID: <20011106205845.G29411@blackrider>
24822      Branch: perl
24823            ! t/test.pl
24824 ____________________________________________________________________________
24825 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
24826         Log: Subject: making do_sprintf public       
24827              From: Doug MacEachern <dougm@covalent.net>    
24828              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
24829              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
24830      Branch: perl
24831            ! embed.h embed.pl global.sym
24832 ____________________________________________________________________________
24833 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
24834         Log: Update to CGI.pm 2.78.
24835              
24836              TODO: the test suite needs to be merged so that
24837              when in core, the core version is tested, and when
24838              using the CPAN version, testing the CPAN version.
24839              (the changes need to be sent to Lincoln, too...)
24840      Branch: perl
24841            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
24842            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
24843            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
24844            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
24845            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
24846            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
24847 ____________________________________________________________________________
24848 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
24849         Log: Integrate with perlio; (strictly) readonly hashes via XS.
24850      Branch: perl
24851           +> t/lib/access.t
24852           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
24853 ____________________________________________________________________________
24854 [ 12874] By: nick                                  on 2001/11/06  21:05:16
24855         Log: Keep It Simple and Stupid version of readonly hash support.
24856              - Test for SvREAONLY(hv) at a few spots in hv.c
24857              - add the error message to perldiag.pod
24858              - (dubious) add access::readonly() to univeral.c
24859              - add test using above
24860              - fixup ext/B/t/stash.t to account for access:: existing
24861      Branch: perlio
24862            + t/lib/access.t
24863            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
24864 ____________________________________________________________________________
24865 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
24866         Log: Fix incorrect warnings about broken globbing;
24867              from Andy Dougherty.
24868      Branch: perl
24869            ! hints/linux.sh
24870 ____________________________________________________________________________
24871 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
24872         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
24873              toggle-on from the encoding pragma.
24874      Branch: perl
24875            ! regcomp.c regexec.c
24876 ____________________________________________________________________________
24877 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
24878         Log: Retract #12824, doesn't help and is ignored
24879              by Configure anyway.
24880      Branch: perl
24881            ! hints/beos.sh
24882 ____________________________________________________________________________
24883 [ 12870] By: ams                                   on 2001/11/06  10:40:37
24884         Log: Subject: Cosmetic change
24885              From: H.Merijn Brand <h.m.brand@hccnet.nl>
24886              Date: Tue, 06 Nov 2001 12:30:52 +0100
24887              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
24888      Branch: perl
24889            ! README.hpux
24890 ____________________________________________________________________________
24891 [ 12869] By: nick                                  on 2001/11/06  08:26:40
24892         Log: Integrate mainline
24893      Branch: perlio
24894           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
24895           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
24896 ____________________________________________________________________________
24897 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
24898         Log: The parentheses are protected enough.
24899      Branch: perl
24900            ! hints/os390.sh
24901 ____________________________________________________________________________
24902 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
24903         Log: ccflags, not ldflags.
24904      Branch: perl
24905            ! hints/os390.sh
24906 ____________________________________________________________________________
24907 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
24908         Log: ... and the proto to go with #12865.
24909      Branch: perl
24910            ! proto.h
24911 ____________________________________________________________________________
24912 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
24913         Log: Oops.  Luckily nothing was using this symbol yet.
24914      Branch: perl
24915            ! global.sym
24916 ____________________________________________________________________________
24917 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
24918         Log: Implement the encoding pragma for regex literals.
24919      Branch: perl
24920            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
24921 ____________________________________________________________________________
24922 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
24923         Log: More UTF8 EXACT fixing.
24924      Branch: perl
24925            ! regexec.c
24926 ____________________________________________________________________________
24927 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
24928         Log: More re debugging.
24929      Branch: perl
24930            ! regexec.c
24931 ____________________________________________________________________________
24932 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
24933         Log: EXACT correction attempt.  Continued in #12863.
24934      Branch: perl
24935            ! regexec.c
24936 ____________________________________________________________________________
24937 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
24938         Log: Unterminated L<.
24939      Branch: perl
24940            ! ext/DB_File/DB_File.pm
24941 ____________________________________________________________________________
24942 [ 12859] By: nick                                  on 2001/11/05  19:15:17
24943         Log: Integrate mainline
24944      Branch: perlio
24945           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
24946           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
24947           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
24948           +> lib/Math/BigInt/t/sub_mbi.t
24949            - lib/Math/BigInt/t/Math/Subclass.pm
24950            - lib/Math/BigInt/t/subclass.t
24951           !> (integrate 30 files)
24952 ____________________________________________________________________________
24953 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
24954         Log: Regex debugging fixes from Hugo.
24955      Branch: perl
24956            ! regcomp.c regexec.c
24957 ____________________________________________________________________________
24958 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
24959         Log: IRIX: at some point the cc -version has started
24960              to output to stderr, not stdout any more.
24961      Branch: perl
24962            ! hints/irix_6.sh
24963 ____________________________________________________________________________
24964 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
24965         Log: Update Changes.
24966      Branch: perl
24967            ! Changes patchlevel.h
24968 ____________________________________________________________________________
24969 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
24970         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
24971      Branch: perl
24972            ! lib/File/Spec/Unix.pm
24973 ____________________________________________________________________________
24974 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
24975         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
24976              From: rgarciasuarez@free.fr
24977              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
24978              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
24979      Branch: perl
24980            ! lib/File/Spec/Unix.pm
24981 ____________________________________________________________________________
24982 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
24983         Log: Use config.arch in OS/390 where the combination of
24984              IEEE floats and ldflags is tricky.
24985      Branch: perl
24986            ! hints/os390.sh
24987 ____________________________________________________________________________
24988 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
24989         Log: Metaconfig unit change for #12851.
24990      Branch: metaconfig
24991            ! U/modified/Config_sh.U
24992 ____________________________________________________________________________
24993 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
24994         Log: Support a config.arch file, similar to config.over,
24995              but loaded just before it.
24996      Branch: perl
24997            ! Configure INSTALL
24998 ____________________________________________________________________________
24999 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
25000         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
25001              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25002              Date: Mon, 5 Nov 2001 14:26:24 +0100
25003              Message-ID: <20011105142624.C31977@rafael>
25004      Branch: perl
25005            ! lib/Symbol.pm lib/Symbol.t
25006 ____________________________________________________________________________
25007 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
25008         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
25009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25010              Date: Sun, 4 Nov 2001 22:28:57 +0100
25011              Message-ID: <20011104222857.C696@rafael>
25012      Branch: perl
25013            ! pod/perldebug.pod pod/perlpodspec.pod
25014 ____________________________________________________________________________
25015 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
25016         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
25017      Branch: perl
25018            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
25019 ____________________________________________________________________________
25020 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
25021         Log: Math::Big* test tweaks to work better with core:
25022              but the coast still not clear.
25023      Branch: perl
25024            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
25025            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25026 ____________________________________________________________________________
25027 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
25028         Log: Protect against high load: measure how much wall
25029              clock time went by while sleeping.  Avoids some
25030              false negatives, while may introduce some false
25031              positives.  Life is hard.
25032      Branch: perl
25033            ! ext/Time/HiRes/HiRes.t
25034 ____________________________________________________________________________
25035 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
25036         Log: More forgotten from #12843.
25037      Branch: perl
25038            ! lib/Math/BigInt/t/bigfltpm.inc
25039 ____________________________________________________________________________
25040 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
25041         Log: Forgot from #12843.
25042      Branch: perl
25043            + lib/Math/BigInt/t/bigintpm.inc
25044            ! MANIFEST
25045 ____________________________________________________________________________
25046 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
25047         Log: Upgrade to Math::BigInt 1.45; from Tels.
25048              NOTE: some of the tests are failing but that's because
25049              the core integration is not yet done.
25050      Branch: perl
25051            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25052            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25053            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25054            - lib/Math/BigInt/t/Math/Subclass.pm
25055            - lib/Math/BigInt/t/subclass.t
25056            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
25057            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
25058            ! lib/Math/BigInt/t/mbimbf.t
25059 ____________________________________________________________________________
25060 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
25061         Log: VMS: adds capability to control more configuration stuff with
25062              -D and -U switches; parsing config.sh to extract previous config
25063              info in VMS-form, and a rewrite of the "prompt/response" routine;
25064              from Charles Lane.
25065      Branch: perl
25066            ! configure.com
25067 ____________________________________________________________________________
25068 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
25069         Log: Subject: Typo correction in perldebguts.pod
25070              From: mjd@plover.com
25071              Date: 4 Nov 2001 16:20:05 -0000
25072              Message-ID: <20011104162005.16699.qmail@plover.com>
25073      Branch: perl
25074            ! pod/perldebguts.pod
25075 ____________________________________________________________________________
25076 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
25077         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
25078              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25079              Date: Sun, 4 Nov 2001 11:47:30 +0100
25080              Message-ID: <20011104114730.A715@rafael>
25081              
25082              Remove -T from the test, wrong place for that.
25083      Branch: perl
25084            ! lib/File/Temp/t/mktemp.t
25085 ____________________________________________________________________________
25086 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
25087         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
25088              From: Nicholas Clark <nick@ccl4.org>
25089              Date: Sun, 4 Nov 2001 10:41:24 +0000
25090              Message-ID: <20011104104123.U20123@plum.flirble.org>
25091      Branch: perl
25092            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
25093 ____________________________________________________________________________
25094 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
25095         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
25096              From: Michael G Schwern <schwern@pobox.com>
25097              Date: Sat, 3 Nov 2001 15:41:47 -0500
25098              Message-ID: <20011103154147.C600@blackrider>
25099      Branch: perl
25100            ! lib/Term/Cap.t
25101 ____________________________________________________________________________
25102 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
25103         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
25104              From: "Craig A. Berry" <craigberry@mac.com>     
25105              Date: Sat, 03 Nov 2001 16:02:28 -0600
25106              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
25107      Branch: perl
25108            ! ext/Time/HiRes/HiRes.t
25109 ____________________________________________________________________________
25110 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
25111         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
25112              From: "chromatic" <chromatic@rmci.net>
25113              Date: Sat, 03 Nov 2001 12:28:17 -0700
25114              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
25115      Branch: perl
25116            ! lib/Term/Cap.t
25117 ____________________________________________________________________________
25118 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
25119         Log: Don't bother doing POSIX charclass parsing if it
25120              possibly cannot be so.  Prepares way for charclass
25121              syntax like [[abc]||[def]] (or just [[abc][def]])
25122              for union, [[\w]&&[$a]] for intersection,
25123              and [[a-z]&&[^def]] for subtraction.
25124              
25125              Currently /[[a]/ (or /[a[]/) parses as a character
25126              class containing two characters, "[" and "a",
25127              this may have to be broken for the syntax described
25128              above, otherwise we would have to scan the whole pattern
25129              to find out whether the square brackets match pairwise.
25130              Luckily, the special case of "[" doesn't seem to be
25131              documented (as opposed to "]" and "-"), so we may have
25132              better story for breaking it...  One can always use \[
25133              if one wants a literal "[", so there.
25134      Branch: perl
25135            ! regcomp.c
25136 ____________________________________________________________________________
25137 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
25138         Log: Comment correction.
25139      Branch: perl
25140            ! regcomp.c
25141 ____________________________________________________________________________
25142 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
25143         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
25144              The latter is a RedHatism.
25145      Branch: perl
25146            ! lib/ExtUtils/MakeMaker.pm
25147 ____________________________________________________________________________
25148 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
25149         Log: Integrate perlio.
25150      Branch: perl
25151           !> perlio.c
25152 ____________________________________________________________________________
25153 [ 12831] By: nick                                  on 2001/11/03  11:42:15
25154         Log: Integrate mainline
25155      Branch: perlio
25156           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
25157           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
25158           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
25159           !> sv.c t/test.pl
25160 ____________________________________________________________________________
25161 [ 12830] By: nick                                  on 2001/11/03  10:27:34
25162         Log: Fix clone_leak problem.
25163              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
25164              as vestige of calling PerlLIO_dup().
25165      Branch: perlio
25166            ! perlio.c
25167 ____________________________________________________________________________
25168 [ 12829] By: nick                                  on 2001/11/03  09:40:46
25169         Log: Tweaks attempting to locate Doug's clone_leak leak.
25170              - add some PerlIO_debug()
25171              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
25172              - Even if it closing stdout etc. do a fflush()
25173      Branch: perlio
25174            ! perlio.c
25175 ____________________________________________________________________________
25176 [ 12828] By: nick                                  on 2001/11/03  08:34:31
25177         Log: Integrate mainline
25178      Branch: perlio
25179           !> (integrate 54 files)
25180 ____________________________________________________________________________
25181 [ 12827] By: ams                                   on 2001/11/03  03:45:19
25182         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
25183              remove this later). Based on a patch from Robert Spier in
25184              <15330.61459.14452.795263@rls.cx>.
25185      Branch: perl
25186            ! sv.c
25187 ____________________________________________________________________________
25188 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
25189         Log: microperl sync.
25190      Branch: perl
25191            ! doio.c perl.c perl.h perlio.c regexec.c
25192 ____________________________________________________________________________
25193 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
25194         Log: Definitions for the Unicode Newline Guidelines.
25195      Branch: perl
25196            ! perl.h
25197 ____________________________________________________________________________
25198 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
25199         Log: (retracted by #12871)
25200              
25201              There is no csh of any kind in default BeOS.
25202              For the purposes of miniperl globbing, bash
25203              will do.
25204      Branch: perl
25205            ! hints/beos.sh
25206 ____________________________________________________________________________
25207 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
25208         Log: Integrate change #12820 from macperl to maint and blead;
25209              
25210              Fix up (dynaloading) to work properly with multiplicity
25211      Branch: maint-5.6/perl
25212           !> ext/DynaLoader/dl_mac.xs
25213      Branch: perl
25214           !> ext/DynaLoader/dl_mac.xs
25215 ____________________________________________________________________________
25216 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
25217         Log: Several fixes for various exit problems and clearing out
25218              task queue, as well as another (incomplete) go at
25219              fixing error message handling
25220      Branch: maint-5.6/macperl
25221            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
25222 ____________________________________________________________________________
25223 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
25224         Log: Add source files for bleadperl builds
25225      Branch: maint-5.6/macperl
25226            ! macos/Makefile.mk
25227 ____________________________________________________________________________
25228 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
25229         Log: Fix up to work properly with multiplicity
25230      Branch: maint-5.6/macperl
25231            ! ext/DynaLoader/dl_mac.xs
25232 ____________________________________________________________________________
25233 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
25234         Log: Integrate with maintperl.
25235      Branch: maint-5.6/macperl
25236           +> t/op/system.t t/op/system_tests
25237           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
25238           !> pod/perltodo.pod util.c win32/win32.c
25239 ____________________________________________________________________________
25240 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
25241         Log: Locate _PATH_LOG if it's a socket even if not #defined
25242              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
25243              via Nick Clark.
25244      Branch: perl
25245            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
25246 ____________________________________________________________________________
25247 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
25248         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
25249              From: Michael G Schwern <schwern@pobox.com>
25250              Date: Fri, 2 Nov 2001 15:36:41 -0500
25251              Message-ID: <20011102153641.E23234@blackrider>
25252      Branch: perl
25253            ! t/test.pl
25254 ____________________________________________________________________________
25255 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
25256         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
25257              From: merlyn@stonehenge.com (Randal L. Schwartz)
25258              Date: 02 Nov 2001 09:33:34 -0800
25259              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
25260              
25261              (two of the changes)
25262              
25263              Better coexistence with extensions.
25264      Branch: perl
25265            ! ext/Errno/Errno_pm.PL hints/darwin.sh
25266 ____________________________________________________________________________
25267 [ 12815] By: ams                                   on 2001/11/02  16:47:43
25268         Log: Subject: Re: [PATCH] the the double double word word fix fix
25269              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
25270              Date: Fri, 02 Nov 2001 19:43:07 +0100
25271              Message-Id: <3BE2E93B.627C198E@alcatel.at>
25272      Branch: perl
25273            ! pod/perldebug.pod
25274 ____________________________________________________________________________
25275 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
25276         Log: Update Changes.
25277      Branch: perl
25278            ! Changes patchlevel.h
25279 ____________________________________________________________________________
25280 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
25281         Log: More encoding testing.
25282      Branch: perl
25283            ! lib/encoding.pm lib/encoding.t
25284 ____________________________________________________________________________
25285 [ 12812] By: ams                                   on 2001/11/02  15:07:11
25286         Log: Slight modification of #12811.
25287      Branch: perl
25288            ! op.c
25289 ____________________________________________________________________________
25290 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
25291         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
25292              From: Radu Greab <radu@netsoft.ro>
25293              Date: Fri, 2 Nov 2001 15:28:58 +0200
25294              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
25295      Branch: perl
25296            ! op.c t/op/stat.t
25297 ____________________________________________________________________________
25298 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
25299         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
25300              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25301              Date: Thu, 1 Nov 2001 22:35:50 +0100
25302              Message-ID: <20011101223550.A10849@rafael>
25303      Branch: perl
25304            ! lib/ExtUtils/Embed.t
25305 ____________________________________________________________________________
25306 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
25307         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
25308              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25309              Date: 2 Nov 2001 14:48:51 -0000
25310              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
25311      Branch: perl
25312            ! lib/File/Find.pm
25313 ____________________________________________________________________________
25314 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
25315         Log: Add documentation.
25316      Branch: perl
25317            ! embed.pl pod/perlapi.pod utf8.c
25318 ____________________________________________________________________________
25319 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
25320         Log: Unicode: add ToFold mapping.  Not used yet; but basically
25321              a more useful mapping for caseless aka case-ignoring than
25322              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
25323              algorithm for creating the foldings uses equivalence classes,
25324              see http://www.unicode.org/unicode/reports/tr21/
25325              Hopefully this feature will be used in //i.
25326              (The folding tables were introduced by #12689.)
25327      Branch: perl
25328            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
25329            ! utf8.c
25330 ____________________________________________________________________________
25331 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
25332         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
25333              From: "Craig A. Berry" <craigberry@mac.com>
25334              Date: Fri, 02 Nov 2001 00:03:52 -0600
25335              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
25336      Branch: perl
25337            ! lib/AutoSplit.t
25338 ____________________________________________________________________________
25339 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
25340         Log: Subject: Trivial doc patch
25341              From: andreas.koenig@anima.de (Andreas J. Koenig)
25342              Date: 02 Nov 2001 06:11:35 +0100
25343              Message-ID: <m37kt94v08.fsf@anima.de>
25344      Branch: perl
25345            ! pod/perlport.pod
25346 ____________________________________________________________________________
25347 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
25348         Log: Make encoding and charnames pragmas coexist.
25349      Branch: perl
25350            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
25351 ____________________________________________________________________________
25352 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
25353         Log: The basic character classes seem to go untested with Unicode.
25354      Branch: perl
25355            ! t/op/pat.t
25356 ____________________________________________________________________________
25357 [ 12802] By: ams                                   on 2001/11/02  00:39:36
25358         Log: Subject: [PATCH] the the double double word word fix fix
25359              From: Richard Soderberg <rs@oregonnet.com>
25360              Date: Thu, 1 Nov 2001 13:12:03 -0800
25361              Message-Id: <200111012112.NAA23288@oregonnet.com>
25362              
25363              Subject: Re: [PATCH] the the double double word word fix fix
25364              From: Mark-Jason Dominus <mjd@plover.com>
25365              Date: Thu, 01 Nov 2001 16:43:40 -0500
25366              Message-Id: <20011101214340.2044.qmail@plover.com>
25367              
25368              Subject: Re: [PATCH] the the double double word word fix fix
25369              From: Mark-Jason Dominus <mjd@plover.com>
25370              Date: Thu, 01 Nov 2001 16:51:39 -0500
25371              Message-Id: <20011101215139.2196.qmail@plover.com>
25372      Branch: perl
25373            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
25374            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
25375            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
25376            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
25377            ! pod/perltodo.pod pod/perlxstut.pod
25378 ____________________________________________________________________________
25379 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
25380         Log: Comment tweaks.
25381      Branch: perl
25382            ! toke.c
25383 ____________________________________________________________________________
25384 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
25385         Log: FAQ sync.
25386      Branch: perl
25387            ! pod/perlfaq9.pod
25388 ____________________________________________________________________________
25389 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
25390         Log: If an encoding is set by -M/-m, it must be in
25391              effect only for the actual script, not any other
25392              required/-M/-m'ed module, otherwise we enter a nasty
25393              recursion in regexec.c while trying to init the simple
25394              UTF-8 charclasses like PL_utf8_alnum.
25395      Branch: perl
25396            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
25397 ____________________________________________________________________________
25398 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
25399         Log: A bit more descriptive name.
25400      Branch: perl
25401            ! mg.c
25402 ____________________________________________________________________________
25403 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
25404         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
25405              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25406              Date: Wed, 31 Oct 2001 13:47:04 EST
25407              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
25408      Branch: perl
25409            ! ext/Time/HiRes/HiRes.t
25410 ____________________________________________________________________________
25411 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
25412         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
25413              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25414              Date: Wed, 31 Oct 2001 13:43:29 EST
25415              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
25416      Branch: perl
25417            ! mg.c
25418 ____________________________________________________________________________
25419 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
25420         Log: Subject: [PATCH] Various test cleanups
25421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25422              Date: Tue, 30 Oct 2001 21:56:26 +0100
25423              Message-ID: <20011030215626.A28503@rafael>
25424      Branch: perl
25425            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25426            ! ext/DB_File/t/db-recno.t ext/Encode.t
25427 ____________________________________________________________________________
25428 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
25429         Log: Update Changes.
25430      Branch: perl
25431            ! Changes patchlevel.h
25432 ____________________________________________________________________________
25433 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
25434         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
25435              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
25436              Date: Wed, 31 Oct 2001 17:16:39 +0100
25437              Message-ID: <20011031171639.A32511@rafael>
25438      Branch: perl
25439            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
25440 ____________________________________________________________________________
25441 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
25442         Log: Skip message nit.
25443      Branch: perl
25444            ! t/io/fs.t
25445 ____________________________________________________________________________
25446 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
25447         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
25448              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25449              Date: 31 Oct 2001 14:49:37 -0000
25450              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
25451      Branch: perl
25452            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
25453 ____________________________________________________________________________
25454 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
25455         Log: Extend the effect of the encoding pragma to chr() and ord().
25456              
25457              TODO: regex literals, reentrancy problems with the utf8
25458              and charnames pragmas.
25459      Branch: perl
25460            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
25461 ____________________________________________________________________________
25462 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
25463         Log: Doc tweaks.
25464      Branch: perl
25465            ! lib/encoding.pm
25466 ____________________________________________________________________________
25467 [ 12788] By: nick                                  on 2001/10/31  08:59:56
25468         Log: Integrate mainline
25469      Branch: perlio
25470           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
25471           !> (integrate 49 files)
25472 ____________________________________________________________________________
25473 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
25474         Log: Forgot new proto.
25475      Branch: perl
25476            ! proto.h
25477 ____________________________________________________________________________
25478 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
25479         Log: Clarification: use encoding cannot be used to
25480              change the default encoding of "your whole script";
25481              only the default encoding of the *data*.  Also, it
25482              seems that "use encoding" does not mix with "use utf8"
25483              (a coredumping recursion ensues).  Should not be a huge
25484              problem since "use utf8" is pretty marginal nowadays.
25485      Branch: perl
25486            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
25487 ____________________________________________________________________________
25488 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
25489         Log: More documentation for the encode pragma.
25490      Branch: perl
25491            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
25492            ! pod/perlapi.pod pod/perlunicode.pod sv.c
25493 ____________________________________________________________________________
25494 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
25495         Log: Thinko in #12783.
25496      Branch: perl
25497            ! sv.c
25498 ____________________________________________________________________________
25499 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
25500         Log: Make sv_recode_to_utf8() a real API: the encoding
25501              is a parameter, instead of a global.  Document the
25502              PERL_ENCODING.
25503      Branch: perl
25504            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
25505            ! toke.c
25506 ____________________________________________________________________________
25507 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
25508         Log: Enable -Mencoding=foobar also for string literals.
25509      Branch: perl
25510            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
25511            ! pod/perlapi.pod proto.h sv.c toke.c
25512 ____________________________________________________________________________
25513 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
25514         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
25515              From: Andy Dougherty <doughera@lafayette.edu>
25516              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
25517              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
25518      Branch: perl
25519            ! ext/POSIX/hints/svr4.pl
25520 ____________________________________________________________________________
25521 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
25522         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
25523              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25524              Date: Mon, 29 Oct 2001 23:11:58 -0000
25525              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
25526              
25527              Add compat.h.
25528      Branch: perl
25529            ! lib/h2xs.t utils/h2xs.PL
25530 ____________________________________________________________________________
25531 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
25532         Log: Subject: PerlIOBuf_dup
25533              From: Nicholas Clark <nick@ccl4.org>              
25534              Date: Mon, 29 Oct 2001 21:52:35 +0000             
25535              Message-ID: <20011029215235.K41204@plum.flirble.org>
25536              
25537              Add prototype.
25538      Branch: perl
25539            ! perliol.h
25540 ____________________________________________________________________________
25541 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
25542         Log: Subject: [PATCH] Make malloc.c errors more useful
25543              From: Richard Soderberg <rs@oregonnet.com>
25544              Date: Mon, 29 Oct 2001 22:28:02 -0800
25545              Message-Id: <200110300628.WAA11025@oregonnet.com>
25546      Branch: perl
25547            ! malloc.c
25548 ____________________________________________________________________________
25549 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
25550         Log: Retract #12776 - the bug 19990906.001 is still valid.
25551      Branch: perl
25552            ! t/run/kill_perl.t
25553 ____________________________________________________________________________
25554 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
25555         Log: (Retracted by #12777)
25556              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
25557              From: Michael G Schwern <schwern@pobox.com> 
25558              Date: Mon, 29 Oct 2001 23:01:08 -0500
25559              Message-ID: <20011029230108.G18053@blackrider>
25560      Branch: perl
25561            ! t/run/kill_perl.t
25562 ____________________________________________________________________________
25563 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
25564         Log: Comment nits.
25565      Branch: perl
25566            ! lib/encoding.t
25567 ____________________________________________________________________________
25568 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
25569         Log: integrate change#12772 from mainline
25570              
25571              Subject: [PATCH] Mommy, what's a pointer cast?
25572      Branch: maint-5.6/perl
25573            ! perl.h
25574 ____________________________________________________________________________
25575 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
25576         Log: Subject: [PATCH] Mommy, what's a pointer cast?
25577              From: Richard Soderberg <rs@oregonnet.com>
25578              Date: Mon, 29 Oct 2001 17:01:10 -0800
25579              Message-Id: <200110300101.RAA31561@oregonnet.com>
25580              
25581              (threads* parts)
25582      Branch: perl
25583            ! ext/threads/shared/shared.xs ext/threads/threads.xs
25584 ____________________________________________________________________________
25585 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
25586         Log: Subject: [PATCH] Mommy, what's a pointer cast?
25587              From: Richard Soderberg <rs@oregonnet.com>
25588              Date: Mon, 29 Oct 2001 17:01:10 -0800
25589              Message-Id: <200110300101.RAA31561@oregonnet.com>
25590              
25591              (the perl.h part)
25592      Branch: perl
25593            ! perl.h
25594 ____________________________________________________________________________
25595 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
25596         Log: Subject: [PATCH] OpenBSD likes signal.h 
25597              From: Richard Soderberg <rs@oregonnet.com>
25598              Date: Mon, 29 Oct 2001 17:00:31 -0800
25599              Message-Id: <200110300100.RAA31533@oregonnet.com>
25600      Branch: perl
25601            ! unixish.h
25602 ____________________________________________________________________________
25603 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
25604         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
25605              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25606              Date: Mon, 29 Oct 2001 23:04:23 -0000
25607              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
25608      Branch: perl
25609            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25610            ! ext/DB_File/t/db-recno.t
25611 ____________________________________________________________________________
25612 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
25613         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
25614              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
25615              Date: Mon, 29 Oct 2001 12:34:07 -0600
25616              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
25617      Branch: perl
25618            ! ext/Time/HiRes/HiRes.t
25619 ____________________________________________________________________________
25620 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
25621         Log: Update Changes.
25622      Branch: perl
25623            ! Changes patchlevel.h
25624 ____________________________________________________________________________
25625 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
25626         Log: AIX needs an explicit symbol export list.
25627      Branch: perl
25628            ! lib/ExtUtils/Embed.t
25629 ____________________________________________________________________________
25630 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
25631         Log: The test (and the module) would require some
25632              quality hacking time to work on EBCDIC.  Based on
25633              the test results nothing seems to be majorly broken,
25634              the module just seems to have strange assumptions:
25635              got: ''\226\225\205'
25636              expected: ''one'
25637              The \226\225\205 being, of course, 'one', in EBCDIC.
25638      Branch: perl
25639            ! lib/Dumpvalue.t
25640 ____________________________________________________________________________
25641 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
25642         Log: Mark the test known to be failing in EBCDIC.
25643      Branch: perl
25644            ! t/op/tr.t
25645 ____________________________________________________________________________
25646 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
25647         Log: None of the libnet modules are going to work in
25648              EBCDIC without the Convert::EBCDIC.
25649      Branch: perl
25650            ! t/lib/1_compile.t
25651 ____________________________________________________________________________
25652 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
25653         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
25654      Branch: perl
25655            ! t/op/pack.t
25656 ____________________________________________________________________________
25657 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
25658         Log: UTF-EBCDIC ain't UTF-8.
25659      Branch: perl
25660            ! t/op/pack.t
25661 ____________________________________________________________________________
25662 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
25663         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
25664      Branch: perl
25665            ! t/lib/1_compile.t
25666 ____________________________________________________________________________
25667 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
25668         Log: Let's not assume ASCII.
25669      Branch: perl
25670            ! t/op/lc.t
25671 ____________________________________________________________________________
25672 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
25673         Log: Call the new perlio symbols differently.
25674      Branch: perl
25675            ! makedef.pl
25676 ____________________________________________________________________________
25677 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
25678         Log: Don't expect ASCII ordering.
25679      Branch: perl
25680            ! lib/ExtUtils/Manifest.t
25681 ____________________________________________________________________________
25682 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
25683         Log: Forgot from #12756.
25684      Branch: perl
25685            ! perlio.h
25686 ____________________________________________________________________________
25687 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
25688         Log: BeOS tweaks:
25689              - fseeko and ftello can be found by Configure but
25690              we do not seem to have prototypes for them so
25691              let's make up some
25692              - BeOS didn't use to have real sockets (sockets as
25693              filedescriptors) but the BONE package is supposed
25694              to fix this.  I do not know how to detect BONEness,
25695              see hints/beos.sh for a spot that needs to fixed.
25696              - BeOS has O_TEXT != O_BINARY but has no setmode()
25697      Branch: perl
25698            ! hints/beos.sh perlio.c
25699 ____________________________________________________________________________
25700 [ 12755] By: sky                                   on 2001/10/29  12:56:12
25701         Log: Ugly fix to not die when a thread creator is holding locks.
25702      Branch: perl
25703            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
25704            ! ext/threads/threads.xs
25705 ____________________________________________________________________________
25706 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
25707         Log: Integrate change #12752 from maintperl;
25708              
25709              croak(Nullch) wasn't printing the contents of ERRSV if there was
25710              no outer eval (bug in change#6125)
25711      Branch: perl
25712           !> util.c
25713 ____________________________________________________________________________
25714 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
25715         Log: Subject: [PATCH h2xs] Use of static data in XS modules
25716              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
25717              Date: Sun, 28 Oct 2001 21:19:07 -0000
25718              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
25719              
25720              with nits from Sarathy.
25721      Branch: perl
25722            ! utils/h2xs.PL
25723 ____________________________________________________________________________
25724 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
25725         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
25726              no outer eval (bug in change#6125)
25727      Branch: maint-5.6/perl
25728            ! util.c
25729 ____________________________________________________________________________
25730 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
25731         Log: More todo for the encoding pragma.
25732      Branch: perl
25733            ! lib/encoding.pm
25734 ____________________________________________________________________________
25735 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
25736         Log: Add the encoding pragma to control the "upgrade"
25737              from the native eight bit data to Unicode.
25738              
25739              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
25740      Branch: perl
25741            + lib/encoding.pm lib/encoding.t
25742            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
25743            ! pod/perlunicode.pod pod/perlvar.pod sv.c
25744 ____________________________________________________________________________
25745 [ 12749] By: sky                                   on 2001/10/28  21:02:33
25746         Log: Update documentation.
25747      Branch: perl
25748            ! ext/threads/shared/shared.pm
25749 ____________________________________________________________________________
25750 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
25751         Log: Integrate change #12747 from maintperl;
25752              
25753              finishing touches to system() fixes on windows:
25754              * detect cmd shell correctly even if it had full path in it
25755              * more quoting needed for single-arg system if the argument
25756              really had multiple quoted arguments within it
25757              * be smarter about not calling the shell when the executable
25758              has spaces, but otherwise does not need shell involvement
25759              * add a testsuite (windows-specific currently)
25760      Branch: perl
25761           +> t/op/system.t t/op/system_tests
25762            ! MANIFEST pod/perltodo.pod
25763           !> win32/win32.c
25764 ____________________________________________________________________________
25765 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
25766         Log: finishing touches to system() fixes on windows:
25767              * detect cmd shell correctly even if it had full path in it
25768              * more quoting needed for single-arg system if the argument
25769              really had multiple quoted arguments within it
25770              * be smarter about not calling the shell when the executable
25771              has spaces, but otherwise does not need shell involvement
25772              * add a testsuite (windows-specific currently)
25773      Branch: maint-5.6/perl
25774            + t/op/system.t t/op/system_tests
25775            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
25776 ____________________________________________________________________________
25777 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
25778         Log: Integrate perlio.
25779      Branch: perl
25780           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
25781 ____________________________________________________________________________
25782 [ 12745] By: nick                                  on 2001/10/28  16:08:14
25783         Log: Mingw32 fixup for Embed.t
25784      Branch: perlio
25785            ! lib/ExtUtils/Embed.t
25786 ____________________________________________________________________________
25787 [ 12744] By: nick                                  on 2001/10/28  15:54:14
25788         Log: GCC vs MS 64-bit constant syntax
25789      Branch: perlio
25790            ! ext/Time/HiRes/HiRes.xs
25791 ____________________________________________________________________________
25792 [ 12743] By: nick                                  on 2001/10/28  15:42:55
25793         Log: Integrate mainline
25794      Branch: perlio
25795           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
25796 ____________________________________________________________________________
25797 [ 12742] By: sky                                   on 2001/10/28  14:47:10
25798         Log: Manpage updates.
25799      Branch: perl
25800            ! ext/threads/threads.pm
25801 ____________________________________________________________________________
25802 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
25803         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
25804      Branch: perl
25805            ! lib/ExtUtils/Embed.t
25806 ____________________________________________________________________________
25807 [ 12740] By: nick                                  on 2001/10/28  14:14:24
25808         Log: Integrate mainline
25809      Branch: perlio
25810           !> lib/ExtUtils/Embed.t win32/win32.c
25811 ____________________________________________________________________________
25812 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
25813         Log: Need to be ./executed.
25814      Branch: perl
25815            ! lib/ExtUtils/Embed.t
25816 ____________________________________________________________________________
25817 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
25818         Log: Integrate perlio.
25819      Branch: perl
25820           !> perlio.c win32/win32.h
25821 ____________________________________________________________________________
25822 [ 12737] By: nick                                  on 2001/10/28  13:53:45
25823         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
25824              by gcc -xc++.
25825      Branch: perlio
25826            ! win32/win32.h
25827 ____________________________________________________________________________
25828 [ 12736] By: nick                                  on 2001/10/28  13:50:50
25829         Log: Have :stdio layer update an honour the fd refcnt table.
25830              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
25831      Branch: perlio
25832            ! perlio.c
25833 ____________________________________________________________________________
25834 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
25835         Log: Integrate changes #12724 and #12725 from maintperl;
25836              multiarg system now works.
25837      Branch: perl
25838           !> win32/win32.c
25839 ____________________________________________________________________________
25840 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
25841         Log: Integrate perlio.
25842      Branch: perl
25843           +> lib/ExtUtils/Embed.t
25844           !> MANIFEST perlio.c
25845 ____________________________________________________________________________
25846 [ 12733] By: nick                                  on 2001/10/28  13:07:16
25847         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
25848              least for PERLIO=perlio unthreaded case
25849      Branch: perlio
25850            ! perlio.c
25851 ____________________________________________________________________________
25852 [ 12732] By: nick                                  on 2001/10/28  11:10:24
25853         Log: Typo in exe name
25854      Branch: perlio
25855            ! lib/ExtUtils/Embed.t
25856 ____________________________________________________________________________
25857 [ 12731] By: nick                                  on 2001/10/28  11:09:59
25858         Log: Integrate Mainline
25859      Branch: perlio
25860           !> Changes configure.com ext/DB_File/DB_File.pm
25861           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
25862           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
25863           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
25864           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
25865           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
25866           !> t/TEST t/op/regexp.t win32/buildext.pl
25867 ____________________________________________________________________________
25868 [ 12730] By: nick                                  on 2001/10/28  11:05:35
25869         Log: Fixup Embed.t for Win32/VC++
25870      Branch: perlio
25871            ! lib/ExtUtils/Embed.t
25872 ____________________________________________________________________________
25873 [ 12729] By: nick                                  on 2001/10/28  09:36:20
25874         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
25875              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
25876              ExtUtils::Embed.
25877      Branch: perlio
25878            + lib/ExtUtils/Embed.t
25879            ! MANIFEST
25880 ____________________________________________________________________________
25881 [ 12728] By: sky                                   on 2001/10/28  08:12:53
25882         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
25883              line manually!
25884      Branch: perl
25885            ! lib/ExtUtils/xsubpp
25886 ____________________________________________________________________________
25887 [ 12727] By: sky                                   on 2001/10/28  08:02:09
25888         Log: And here we use the prototypes.
25889      Branch: perl
25890            ! ext/threads/shared/shared.xs
25891 ____________________________________________________________________________
25892 [ 12726] By: sky                                   on 2001/10/28  08:00:48
25893         Log: Support [] style prototypes.
25894      Branch: perl
25895            ! lib/ExtUtils/xsubpp
25896 ____________________________________________________________________________
25897 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
25898         Log: yet another multi-arg system() fix on windows: batch files as the
25899              first argument (i.e. directly executed by CreateProcess()) need
25900              extra quoting to escape shell-shock
25901      Branch: maint-5.6/perl
25902            ! win32/win32.c
25903 ____________________________________________________________________________
25904 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
25905         Log: another multi-arg system() fix on windows: passing empty arguments
25906              now works
25907      Branch: maint-5.6/perl
25908            ! win32/win32.c
25909 ____________________________________________________________________________
25910 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
25911         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
25912              No final #else #error because we do not seem to
25913              be using #error?
25914      Branch: perl
25915            ! op.h
25916 ____________________________________________________________________________
25917 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
25918         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
25919              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
25920              Date: Sat, 27 Oct 2001 23:28:44 EST 
25921              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
25922      Branch: perl
25923            ! ext/Time/HiRes/HiRes.xs
25924 ____________________________________________________________________________
25925 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
25926         Log: Regen perlapi, perltoc.
25927      Branch: perl
25928            ! pod/perlapi.pod pod/perltoc.pod
25929 ____________________________________________________________________________
25930 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
25931         Log: Subject: [PATCH] sv.h documentation
25932              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
25933              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
25934              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
25935      Branch: perl
25936            ! sv.h
25937 ____________________________________________________________________________
25938 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
25939         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
25940              system("nmake -nologo", "clean") and there is no executable
25941              called "nmake -nologo"; this used to "work" pre-change#12559 due
25942              to bugs in multiarg system() that have since been fixed
25943      Branch: perl
25944            ! win32/buildext.pl
25945 ____________________________________________________________________________
25946 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
25947         Log: Update Changes.
25948      Branch: perl
25949            ! Changes patchlevel.h
25950 ____________________________________________________________________________
25951 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
25952         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
25953              From: Richard.Foley@t-online.de (Richard Foley)            
25954              Date: Sun, 28 Oct 2001 00:48:32 +0200
25955              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
25956      Branch: perl
25957            ! pod/perlhack.pod
25958 ____________________________________________________________________________
25959 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
25960         Log: Must store pointers with the right width.
25961      Branch: perl
25962            ! op.h
25963 ____________________________________________________________________________
25964 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
25965         Log: Integrate change #12711 from perlio;
25966              
25967              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
25968              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
25969      Branch: perl
25970           !> perlio.c
25971 ____________________________________________________________________________
25972 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
25973         Log: Subject: [PATCH] make minitest
25974              From: Nicholas Clark <nick@ccl4.org>
25975              Date: Sat, 27 Oct 2001 22:56:16 +0100
25976              Message-ID: <20011027225616.L20275@plum.flirble.org>
25977      Branch: perl
25978            ! t/TEST
25979 ____________________________________________________________________________
25980 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
25981         Log: Patch #12661 missed this.
25982      Branch: perl
25983            ! ext/DB_File/DB_File.pm
25984 ____________________________________________________________________________
25985 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
25986         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
25987              From: "Craig A. Berry" <craigberry@mac.com>
25988              Date: Sat, 27 Oct 2001 16:07:47 -0500
25989              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
25990      Branch: perl
25991            ! configure.com perlio.c
25992 ____________________________________________________________________________
25993 [ 12711] By: nick                                  on 2001/10/27  19:49:25
25994         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
25995              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
25996      Branch: perlio
25997            ! perlio.c
25998 ____________________________________________________________________________
25999 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
26000         Log: Let's not replace reason if there's one already supplied.
26001      Branch: perl
26002            ! t/op/regexp.t
26003 ____________________________________________________________________________
26004 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
26005         Log: is not good.
26006      Branch: perl
26007            ! t/op/regexp.t
26008 ____________________________________________________________________________
26009 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
26010         Log: ldlibpth can exist but be unset.
26011      Branch: perl
26012            ! t/TEST
26013 ____________________________________________________________________________
26014 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
26015         Log: Unicode: property alias naming cleanup.
26016      Branch: perl
26017            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
26018 ____________________________________________________________________________
26019 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
26020         Log: FAQ sync.
26021      Branch: perl
26022            ! pod/perlfaq4.pod
26023 ____________________________________________________________________________
26024 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
26025         Log: Integrate change #12703 from maintperl;
26026              
26027              typemap stuff intervenes before declaration, move it to PREINIT
26028              section
26029              
26030              (an empty integrate, but now the files are in sync
26031              between the branches)
26032      Branch: perl
26033           !> ext/ODBM_File/ODBM_File.xs
26034 ____________________________________________________________________________
26035 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
26036         Log: More PerlIO symbols.
26037      Branch: perl
26038            ! makedef.pl
26039 ____________________________________________________________________________
26040 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
26041         Log: typemap stuff intervenes before declaration, move it to PREINIT
26042              section
26043      Branch: maint-5.6/perl
26044            ! ext/ODBM_File/ODBM_File.xs
26045 ____________________________________________________________________________
26046 [ 12702] By: nick                                  on 2001/10/27  14:09:35
26047         Log: Integrate mainline
26048      Branch: perlio
26049           +> ext/threads/shared/t/av_simple.t
26050           +> ext/threads/shared/t/hv_refs.t
26051           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
26052           !> (integrate 109 files)
26053 ____________________________________________________________________________
26054 [ 12700] By: ams                                   on 2001/10/26  21:22:23
26055         Log: Subject: [PATCH] tweak divide
26056              From: Nicholas Clark <nick@ccl4.org>
26057              Date: Fri, 26 Oct 2001 22:52:17 +0100
26058              Message-Id: <20011026225217.B20275@plum.flirble.org>
26059      Branch: perl
26060            ! pp.c
26061 ____________________________________________________________________________
26062 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
26063         Log: Integrate a buncha things from maintperl.
26064      Branch: maint-5.6/macperl
26065           !> (integrate 32 files)
26066 ____________________________________________________________________________
26067 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
26068         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
26069              From: Andy Dougherty <doughera@lafayette.edu>
26070              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
26071              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
26072      Branch: perl
26073            ! hints/svr4.sh
26074 ____________________________________________________________________________
26075 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
26076         Log: When you're root, many things become writable.
26077      Branch: perl
26078            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
26079 ____________________________________________________________________________
26080 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
26081         Log: Update Changes.
26082      Branch: perl
26083            ! Changes patchlevel.h
26084 ____________________________________________________________________________
26085 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
26086         Log: Term/Cap.t attempts to access the floppy drive for no good reason
26087              on dosish systems
26088      Branch: perl
26089            ! lib/Term/Cap.t
26090 ____________________________________________________________________________
26091 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
26092         Log: fix misleading comment on known inadequacy in B::Terse, and skip
26093              it correctly
26094      Branch: perl
26095            ! ext/B/t/terse.t
26096 ____________________________________________________________________________
26097 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
26098         Log: fix spurious AutoSplit.t failure under windows
26099      Branch: perl
26100            ! lib/AutoSplit.t
26101 ____________________________________________________________________________
26102 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
26103         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
26104      Branch: perl
26105            ! ext/Time/HiRes/HiRes.t
26106 ____________________________________________________________________________
26107 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
26108         Log: More logical to use %04"UVXf" than %"UVuf" since
26109              the Unicode standard prefers hex.
26110      Branch: perl
26111            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
26112            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
26113            ! lib/unicore/mktables utf8.c
26114 ____________________________________________________________________________
26115 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
26116         Log: change#12065 seems to have broken Encode build on windows; fix
26117      Branch: perl
26118            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
26119 ____________________________________________________________________________
26120 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
26121         Log: Unicode: add the case folding table.
26122      Branch: perl
26123            + lib/unicore/To/Fold.pl
26124            ! MANIFEST lib/unicore/mktables
26125 ____________________________________________________________________________
26126 [ 12688] By: sky                                   on 2001/10/26  13:51:29
26127         Log: Get the new functions right, do not export lock since we use builtin lock.
26128              TODO: fix xsubpp to support the new prototypes
26129      Branch: perl
26130            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26131 ____________________________________________________________________________
26132 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
26133         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
26134              as suggested by Sarathy.
26135      Branch: perl
26136            ! mg.c
26137 ____________________________________________________________________________
26138 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
26139         Log: avoid compiler warning
26140      Branch: perl
26141            ! win32/win32.c
26142 ____________________________________________________________________________
26143 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
26144         Log: WinCE update from Rainer Keuchel.
26145      Branch: perl
26146            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
26147            ! wince/wince.c
26148 ____________________________________________________________________________
26149 [ 12684] By: sky                                   on 2001/10/26  13:34:33
26150         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
26151      Branch: perl
26152            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26153 ____________________________________________________________________________
26154 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
26155         Log: More fixes that were made to the core and not in the libnet src
26156      Branch: perl
26157            ! lib/Net/Domain.pm
26158 ____________________________________________________________________________
26159 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
26160         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
26161              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
26162              Date: Fri, 26 Oct 2001 13:55:21 +0200
26163              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
26164              
26165              (plus make the db-recno.t#59 accept both \n and \r\n)
26166      Branch: perl
26167            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26168            ! ext/DB_File/t/db-recno.t
26169 ____________________________________________________________________________
26170 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
26171         Log: Fix tests to be able to run in the core and the CPAN dist
26172      Branch: perl
26173            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26174            ! lib/Net/t/require.t lib/Net/t/smtp.t
26175 ____________________________________________________________________________
26176 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
26177         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
26178              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26179              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
26180              Date: Fri, 26 Oct 2001 08:34:46 EDT
26181      Branch: perl
26182            ! ext/Time/HiRes/HiRes.t
26183 ____________________________________________________________________________
26184 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
26185         Log: Sync libnet modules with what will be libnet-1.08
26186      Branch: perl
26187            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
26188            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
26189            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
26190            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
26191 ____________________________________________________________________________
26192 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
26193         Log: Integrate maintperl changes #12268 and #12669;
26194              
26195              final touches to the audit for statics and thread-unsafe code
26196              * make DB_File, ODBM_File thread-safe 
26197              * remove unnecessary/dangerous statics and protect others
26198              from not getting accidentally enabled under threaded perls
26199              
26200              windows support functions get_childdir() et al aren't exported
26201              correctly under vanilla build
26202              
26203              Testing under win32 appreciated since changes there had
26204              to be manually merged and I cannot test how badly did I do.
26205      Branch: perl
26206           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
26207           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
26208           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
26209           !> win32/vmem.h win32/win32.c win32/win32iop.h
26210 ____________________________________________________________________________
26211 [ 12677] By: sky                                   on 2001/10/26  12:37:17
26212         Log: More Config::threads to threads::threads changes
26213      Branch: perl
26214            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
26215 ____________________________________________________________________________
26216 [ 12676] By: sky                                   on 2001/10/26  12:31:46
26217         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
26218      Branch: perl
26219            ! ext/threads/threads.pm ext/threads/threads.xs
26220 ____________________________________________________________________________
26221 [ 12675] By: sky                                   on 2001/10/26  12:06:30
26222         Log: Allocing a TLS in runtime is not too hot.
26223      Branch: perl
26224            ! ext/threads/threads.xs
26225 ____________________________________________________________________________
26226 [ 12674] By: sky                                   on 2001/10/26  11:59:09
26227         Log: Don't display debug data.
26228      Branch: perl
26229            ! ext/threads/threads.pm
26230 ____________________________________________________________________________
26231 [ 12673] By: sky                                   on 2001/10/26  11:35:47
26232         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
26233              complete bar support for blessed objects.
26234              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
26235      Branch: perl
26236            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
26237 ____________________________________________________________________________
26238 [ 12672] By: sky                                   on 2001/10/26  11:15:28
26239         Log: Fix case where shared reference does not exist in current thread.
26240      Branch: perl
26241            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
26242 ____________________________________________________________________________
26243 [ 12671] By: sky                                   on 2001/10/26  08:48:52
26244         Log: Support for references in shared arrays.
26245      Branch: perl
26246            ! ext/threads/shared/shared.xs
26247 ____________________________________________________________________________
26248 [ 12670] By: sky                                   on 2001/10/26  08:30:11
26249         Log: Add tests for references in hashes.
26250      Branch: perl
26251            + ext/threads/shared/t/hv_refs.t
26252            ! MANIFEST
26253 ____________________________________________________________________________
26254 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
26255         Log: windows support functions get_childdir() et al aren't exported
26256              correctly under vanilla build
26257      Branch: maint-5.6/perl
26258            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
26259 ____________________________________________________________________________
26260 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
26261         Log: final touches to the audit for statics and thread-unsafe code
26262              * make DB_File, ODBM_File thread-safe 
26263              * remove unnecessary/dangerous statics and protect others
26264              from not getting accidentally enabled under threaded perls
26265      Branch: maint-5.6/perl
26266            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
26267            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
26268            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
26269            ! win32/win32.c
26270 ____________________________________________________________________________
26271 [ 12667] By: ams                                   on 2001/10/26  03:48:36
26272         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
26273              From: "Richard Soderberg" <rs@crystalflame.net>
26274              Date: Thu, 25 Oct 2001 23:42:50 -0400
26275              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
26276      Branch: perl
26277            ! sharedsv.c
26278 ____________________________________________________________________________
26279 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
26280         Log: Integrate change #12664 from maintperl;
26281              
26282              the newest GCCs don't seem to like C<"string1"##STRING2>
26283              so keep it as C<"string1" STRING2> (latter appears to
26284              work everywhere)
26285      Branch: perl
26286           !> ext/DynaLoader/dlutils.c
26287 ____________________________________________________________________________
26288 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
26289         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
26290              From: Chris Nandor <pudge@pobox.com>
26291              Date: Thu, 25 Oct 2001 22:15:03 -0400
26292              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
26293      Branch: perl
26294            ! perl.h
26295 ____________________________________________________________________________
26296 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
26297         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
26298              C<"string1" STRING2> (latter appears to work everywhere)
26299      Branch: maint-5.6/perl
26300            ! ext/DynaLoader/dlutils.c
26301 ____________________________________________________________________________
26302 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
26303         Log: AUTHORS update.
26304      Branch: perl
26305            ! AUTHORS
26306 ____________________________________________________________________________
26307 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
26308         Log: Integrate change #12660 from maintperl;
26309              
26310              make the dMY_CXT stuff available under all of
26311              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
26312      Branch: perl
26313           !> perl.h
26314 ____________________________________________________________________________
26315 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
26316         Log: Subject: [PATCH] DB_File-1.79
26317              From: "Paul Marquess" <paul.marquess@openwave.com>
26318              Date: Fri, 26 Oct 2001 00:03:54 +0100
26319              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
26320      Branch: perl
26321            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
26322            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
26323 ____________________________________________________________________________
26324 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
26325         Log: make the dMY_CXT stuff available under all of
26326              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
26327      Branch: maint-5.6/perl
26328            ! perl.h
26329 ____________________________________________________________________________
26330 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
26331         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
26332              From: Michael G Schwern <schwern@pobox.com>
26333              Date: Thu, 25 Oct 2001 18:28:12 -0400
26334              Message-ID: <20011025182812.M4811@blackrider>
26335      Branch: perl
26336            ! t/run/kill_perl.t
26337 ____________________________________________________________________________
26338 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
26339         Log: STRLEN != int.
26340      Branch: perl
26341            ! regcomp.c regexec.c
26342 ____________________________________________________________________________
26343 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
26344         Log: Subject: [PATCH] remove small IVop redundancy
26345              From: Nicholas Clark <nick@ccl4.org>
26346              Date: Thu, 25 Oct 2001 22:48:28 +0100
26347              Message-ID: <20011025224827.M66471@plum.flirble.org>
26348      Branch: perl
26349            ! pp.c pp_hot.c
26350 ____________________________________________________________________________
26351 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
26352         Log: Metaconfig unit change for #12655.
26353      Branch: metaconfig/U/perl
26354            ! Extensions.U
26355 ____________________________________________________________________________
26356 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
26357         Log: Subject: Re: Not OK @12650
26358              From: Andy Dougherty <doughera@lafayette.edu>
26359              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
26360              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
26361      Branch: perl
26362            ! Configure
26363 ____________________________________________________________________________
26364 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
26365         Log: Integrate changes #12652 and #12653 from maintperl;
26366              
26367              more tweaks to change#12626
26368              * move the boilerplate code over to perl.h and make DynaLoader
26369              use it
26370              * make re, Opcode, File::Glob and B threadsafe
26371              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
26372              C<no re;> anywhere)
26373              
26374              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
26375              
26376              File::Glob required a bit more work in bleadperl
26377              because of ExtUtils::Constant (see the Makefile.PL change)
26378      Branch: perl
26379            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
26380           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26381           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
26382 ____________________________________________________________________________
26383 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
26384         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
26385      Branch: maint-5.6/perl
26386            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26387            ! ext/Opcode/Opcode.xs ext/re/re.xs
26388 ____________________________________________________________________________
26389 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
26390         Log: more tweaks to change#12626
26391              * move the boilerplate code over to perl.h and make DynaLoader
26392              use it
26393              * make re, Opcode, File::Glob and B threadsafe
26394              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
26395              C<no re;> anywhere)
26396      Branch: maint-5.6/perl
26397            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
26398            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
26399 ____________________________________________________________________________
26400 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
26401         Log: Metaconfig unit change for #12650.
26402      Branch: metaconfig/U/perl
26403            ! Extensions.U
26404 ____________________________________________________________________________
26405 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
26406         Log: Subject: Re: ithreads doesn't like usedl=n
26407              From: Andy Dougherty <doughera@lafayette.edu>
26408              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
26409              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
26410              
26411              Special-case threads::shared.
26412      Branch: perl
26413            ! Configure
26414 ____________________________________________________________________________
26415 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
26416         Log: Getting fancier...
26417      Branch: perl
26418            ! t/TEST
26419 ____________________________________________________________________________
26420 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
26421         Log: csh - what a pain.
26422      Branch: perl
26423            ! t/TEST
26424 ____________________________________________________________________________
26425 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
26426         Log: Update Changes.
26427      Branch: perl
26428            ! Changes patchlevel.h
26429 ____________________________________________________________________________
26430 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
26431         Log: Allow resetting the locale system for the duration
26432              of the build (Mac OS X default setting LANG=En_US
26433              ist kaputt)
26434      Branch: perl
26435            ! Makefile.SH
26436 ____________________________________________________________________________
26437 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
26438         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
26439      Branch: perl
26440            ! ext/Digest/MD5/t/files.t
26441 ____________________________________________________________________________
26442 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
26443         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
26444              From: Andy Dougherty <doughera@lafayette.edu>
26445              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
26446              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
26447      Branch: perl
26448            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
26449            ! ext/threads/shared/Makefile.PL
26450 ____________________________________________________________________________
26451 [ 12643] By: sky                                   on 2001/10/25  12:28:26
26452         Log: Add support for reference members of hashes.
26453      Branch: perl
26454            ! ext/threads/shared/shared.xs
26455 ____________________________________________________________________________
26456 [ 12642] By: ams                                   on 2001/10/25  12:21:13
26457         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
26458              From: "Norton Allen" <nort@qnx.com>
26459              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
26460              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
26461      Branch: perl
26462            ! ext/Digest/MD5/MD5.xs
26463 ____________________________________________________________________________
26464 [ 12641] By: sky                                   on 2001/10/25  10:27:39
26465         Log: Tests shared hashes.
26466      Branch: perl
26467            + ext/threads/shared/t/hv_simple.t
26468            ! MANIFEST
26469 ____________________________________________________________________________
26470 [ 12640] By: sky                                   on 2001/10/25  10:18:23
26471         Log: Fix threadcounts for arrays and hashes.
26472      Branch: perl
26473            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26474 ____________________________________________________________________________
26475 [ 12639] By: sky                                   on 2001/10/25  10:17:26
26476         Log: Note to self, doing *src_ary++ in a macro that evaluates
26477              the value more than once is a good way to dump core.
26478      Branch: perl
26479            ! sharedsv.c
26480 ____________________________________________________________________________
26481 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
26482         Log: Integrate change #12636 from maintperl; more dl fixups.
26483      Branch: perl
26484           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
26485           !> ext/DynaLoader/dl_vms.xs
26486 ____________________________________________________________________________
26487 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
26488         Log: Like dl_hpux, like dl_dld.
26489      Branch: perl
26490            ! ext/DynaLoader/dl_dld.xs
26491 ____________________________________________________________________________
26492 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
26493         Log: followups to change#12635
26494      Branch: maint-5.6/perl
26495            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
26496            ! ext/DynaLoader/dl_vms.xs
26497 ____________________________________________________________________________
26498 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
26499         Log: add part of change#12634 to the two files that need it; dl_aix.xs
26500              in maint-5.6 doesn't have the branch that had the problem in
26501              mainline
26502      Branch: maint-5.6/perl
26503            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
26504 ____________________________________________________________________________
26505 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
26506         Log: Fixes for #12627.
26507      Branch: perl
26508            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
26509 ____________________________________________________________________________
26510 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
26511         Log: Since pv_uni_display and sv_uni_display are now used
26512              in the re extension, their symbols have to be exported.
26513      Branch: perl
26514            ! embed.pl global.sym
26515 ____________________________________________________________________________
26516 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
26517         Log: Subject:  Re: [PATCH Perl@12567] debug /list
26518              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26519              Date: Tue, 23 Oct 2001 21:40:33 EDT
26520              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
26521      Branch: perl
26522            ! configure.com
26523 ____________________________________________________________________________
26524 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
26525         Log: This takes care of some of the re 'debug' cases but
26526              not all cases since the information whether the pattern
26527              or the target are utf8 seems to be either lost or not
26528              spread widely enough, sigh.
26529      Branch: perl
26530            ! regcomp.c
26531 ____________________________________________________________________________
26532 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
26533         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
26534              From: John Peacock <jpeacock@rowman.com>
26535              Date: Wed, 24 Oct 2001 16:53:29 -0400
26536              Message-ID: <3BD72A49.1508D152@rowman.com>
26537      Branch: perl
26538            ! configure.com
26539 ____________________________________________________________________________
26540 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
26541         Log: Upgrade NetWare and WinCE as in #12626.
26542      Branch: perl
26543            ! NetWare/dl_netware.xs wince/dl_win32.xs
26544 ____________________________________________________________________________
26545 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
26546         Log: Tru64 compiler nit.
26547      Branch: perl
26548            ! ext/threads/shared/shared.xs
26549 ____________________________________________________________________________
26550 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
26551         Log: Integrate change #12626 from maintperl;
26552              make DynaLoader threadsafe by moving all statics into
26553              interpreter-local space
26554              
26555              TODO: Netware, OS/2, WinCE
26556      Branch: perl
26557           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
26558           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
26559           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
26560           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
26561           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
26562           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
26563           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
26564 ____________________________________________________________________________
26565 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
26566         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
26567              space
26568      Branch: maint-5.6/perl
26569            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
26570            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
26571            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
26572            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
26573            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
26574            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
26575            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
26576 ____________________________________________________________________________
26577 [ 12625] By: sky                                   on 2001/10/24  20:05:26
26578         Log: Change #12623 inflicted an infinite hang. Fixed.
26579      Branch: perl
26580            ! ext/threads/shared/shared.xs
26581 ____________________________________________________________________________
26582 [ 12624] By: sky                                   on 2001/10/24  19:06:55
26583         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
26584      Branch: perl
26585            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26586 ____________________________________________________________________________
26587 [ 12623] By: sky                                   on 2001/10/24  18:06:34
26588         Log: We need to do sharedsv_find in the original perl context.
26589      Branch: perl
26590            ! ext/threads/shared/shared.xs
26591 ____________________________________________________________________________
26592 [ 12622] By: sky                                   on 2001/10/24  17:26:51
26593         Log: Add support for basic support for AVs, references not supported yet.
26594              Add test for AVs.
26595              Add more tests to sv_refs
26596              Fix documentation issues.  
26597      Branch: perl
26598            + ext/threads/shared/t/av_simple.t
26599            ! MANIFEST ext/threads/shared/shared.pm
26600            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
26601 ____________________________________________________________________________
26602 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
26603         Log: Dump Unicode better for re 'debug'.  The regprop()
26604              is unfinished since have to figure out how to detect
26605              Unicodeness in there.
26606      Branch: perl
26607            ! regcomp.c regexec.c
26608 ____________________________________________________________________________
26609 [ 12620] By: sky                                   on 2001/10/24  13:18:07
26610         Log: Add support for finding shared arrays and hashes.
26611      Branch: perl
26612            ! sharedsv.c
26613 ____________________________________________________________________________
26614 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
26615         Log: Rewrite sv_uni_display() as pv_uni_display() as
26616              reimplement sv_uni_display() using that.
26617      Branch: perl
26618            ! dump.c embed.h embed.pl proto.h
26619 ____________________________________________________________________________
26620 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
26621         Log: Integrate change #12615 from maintperl;
26622              on Windows, IO::File::new_tmpfile() fails after being called
26623              32767 times because MSVCRT thinks stdio's TMP_MAX is a
26624              process-wide limit
26625      Branch: perl
26626           !> win32/win32.c
26627 ____________________________________________________________________________
26628 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
26629         Log: Don't try to print ints as IVs.
26630      Branch: perl
26631            ! ext/Time/HiRes/HiRes.xs
26632 ____________________________________________________________________________
26633 [ 12616] By: sky                                   on 2001/10/24  11:06:35
26634         Log: We only need to fetch the SV from the backend if the index
26635              is not the same as mg_private.     In theory this could be
26636              a problem if there are an exact multiple of U16 changes
26637              of a shared variable between two access in a given thread,
26638              we choose to avoid theory for now.
26639      Branch: perl
26640            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
26641 ____________________________________________________________________________
26642 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
26643         Log: on Windows, IO::File::new_tmpfile() fails after being called
26644              32767 times because MSVCRT thinks stdio's TMP_MAX is a
26645              process-wide limit
26646      Branch: maint-5.6/perl
26647            ! win32/win32.c
26648 ____________________________________________________________________________
26649 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
26650         Log: Negation and Unicode: sort of solves 20010303.010,
26651              except not quite like reported in the Subject
26652              (Perl_warner is still utf8-ignorant).
26653      Branch: perl
26654            ! pp.c t/lib/warnings/sv
26655 ____________________________________________________________________________
26656 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
26657         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
26658      Branch: perl
26659            ! sv.c t/lib/warnings/sv
26660 ____________________________________________________________________________
26661 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
26662         Log: sv_uni_display(): do not add the "...", let the caller
26663              do it if wanted, and be prepared for more display options.
26664      Branch: perl
26665            ! dump.c embed.h embed.pl proto.h
26666 ____________________________________________________________________________
26667 [ 12611] By: nick                                  on 2001/10/23  20:28:07
26668         Log: Integrate mainline
26669      Branch: perlio
26670           !> Changes configure.com cygwin/cygwin.c
26671           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
26672           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
26673           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
26674           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
26675           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
26676           !> utils/h2xs.PL utils/perldoc.PL
26677 ____________________________________________________________________________
26678 [ 12610] By: sky                                   on 2001/10/23  19:39:24
26679         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
26680              don't call themselves READONLY but still die with modification
26681              attempt. We only call bless for ext and umagic.
26682      Branch: perl
26683            ! sv.c
26684 ____________________________________________________________________________
26685 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
26686         Log: Croak() on negative time; doc tweaks.
26687      Branch: perl
26688            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
26689            ! ext/Time/HiRes/HiRes.xs
26690 ____________________________________________________________________________
26691 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
26692         Log: FAQ sync.
26693      Branch: perl
26694            ! pod/perlfaq4.pod pod/perlfaq7.pod
26695 ____________________________________________________________________________
26696 [ 12607] By: sky                                   on 2001/10/23  18:27:27
26697         Log: Call setmagic on the referent we are blessing.
26698      Branch: perl
26699            ! sv.c
26700 ____________________________________________________________________________
26701 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
26702         Log: Small test nits.
26703      Branch: perl
26704            ! t/op/lc.t
26705 ____________________________________________________________________________
26706 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
26707         Log: Update Changes.
26708      Branch: perl
26709            ! Changes patchlevel.h
26710 ____________________________________________________________________________
26711 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
26712         Log: Make the PerlIO_init() prototypes consistent.
26713      Branch: perl
26714            ! perlio.c
26715 ____________________________________________________________________________
26716 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
26717         Log: Upping the test count is a good idea.
26718      Branch: perl
26719            ! t/op/lc.t
26720 ____________________________________________________________________________
26721 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
26722         Log: Document the final sigma spot.
26723      Branch: perl
26724            ! pp.c
26725 ____________________________________________________________________________
26726 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
26727         Log: Fix multicharacter titlecase (ucfirst).
26728      Branch: perl
26729            ! pod/perlunicode.pod pp.c t/op/lc.t
26730 ____________________________________________________________________________
26731 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
26732         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
26733              From: Mikhail Zabaluev <mhz@alt-linux.org>
26734              Date: Tue, 23 Oct 2001 10:40:37 +0400
26735              Message-ID: <20011023104037.A12761@localhost.localdomain>
26736              
26737              (#12406 replaced with this)
26738      Branch: perl
26739            ! utils/perldoc.PL
26740 ____________________________________________________________________________
26741 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
26742         Log: MacOS Classic updates from Pudge.
26743      Branch: perl
26744            ! lib/File/Spec.t lib/File/Spec/Mac.pm
26745 ____________________________________________________________________________
26746 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
26747         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
26748              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
26749              Date: Sun, 14 Oct 2001 23:14:46 +0200
26750              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
26751              
26752              except for the 2->4 changes.
26753      Branch: perl
26754            ! lib/AutoSplit.t
26755 ____________________________________________________________________________
26756 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
26757         Log: integrate macperl contents into maint-5.6
26758      Branch: maint-5.6/perl
26759            ! mg.c
26760           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
26761           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
26762           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
26763           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26764           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
26765           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
26766           !> t/lib/filefind.t t/lib/filespec.t
26767 ____________________________________________________________________________
26768 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
26769         Log: At some point the #6234 has been lost from the mainline
26770              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
26771      Branch: perl
26772            ! lib/File/Spec/Win32.pm
26773 ____________________________________________________________________________
26774 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
26775         Log: Cygwin seems to round up (or closest, but not down)
26776              for time(), so half of the time (bad pun intended)
26777              Time::HiRes::time() is less than time(), half of
26778              the time it's more.  So let's try harder in the loop.
26779      Branch: perl
26780            ! ext/Time/HiRes/HiRes.t
26781 ____________________________________________________________________________
26782 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
26783         Log: MacOS Classic timeofday(), from Chris Nandor. 
26784      Branch: perl
26785            ! ext/Time/HiRes/HiRes.xs
26786 ____________________________________________________________________________
26787 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
26788         Log: Integrate changes #12580 and #12581 from macperl;
26789              
26790              Fix path construction.
26791              
26792              (Copyright) Nit.
26793      Branch: perl
26794           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
26795 ____________________________________________________________________________
26796 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
26797         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
26798              doesn't seem to help (the error being output to console, maybe?)
26799      Branch: perl
26800            ! lib/Net/Domain.pm
26801 ____________________________________________________________________________
26802 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
26803         Log: Taint the getcwd() result also in Cygwin.
26804              (TODO: which other platforms need the same thing?)
26805      Branch: perl
26806            ! cygwin/cygwin.c
26807 ____________________________________________________________________________
26808 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
26809         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
26810      Branch: perl
26811            ! t/op/taint.t
26812 ____________________________________________________________________________
26813 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
26814         Log: getpwuid() fragility continues.
26815      Branch: perl
26816            ! utils/h2xs.PL
26817 ____________________________________________________________________________
26818 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
26819         Log: getpwuid() might succeed but that's no guarantee
26820              that the $home will be defined.
26821      Branch: perl
26822            ! ext/File/Glob/t/basic.t
26823 ____________________________________________________________________________
26824 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
26825         Log: It's safer to to expand the variable, too... (see #12571)
26826      Branch: perl
26827            ! t/TEST
26828 ____________________________________________________________________________
26829 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
26830         Log: Integrate with maintperl.
26831      Branch: maint-5.6/macperl
26832           !> win32/bin/pl2bat.pl win32/win32.c
26833 ____________________________________________________________________________
26834 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
26835         Log: Oops, forgot to include Win32 ... just as well, since it
26836              seems in bleadperl, change #7764 was not included
26837              (adding C:\temp).  Re-added.  Rip it back out if it
26838              doesn't belong.  :-)
26839      Branch: maint-5.6/macperl
26840            ! lib/File/Spec/Win32.pm
26841 ____________________________________________________________________________
26842 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
26843         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
26844              From: "Craig A. Berry" <craigberry@mac.com>
26845              Date: Mon, 22 Oct 2001 15:25:19 -0500
26846              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
26847      Branch: perl
26848            ! configure.com
26849 ____________________________________________________________________________
26850 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
26851         Log: Add in lots of File::Spec changes, from Thomas Wegner,
26852              and sync with changes from bleadperl.
26853      Branch: maint-5.6/macperl
26854            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
26855            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26856            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26857            ! lib/File/Spec/Win32.pm t/lib/filespec.t
26858 ____________________________________________________________________________
26859 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
26860         Log: Sync with latest File::Find and tests from bleadperl.
26861      Branch: maint-5.6/macperl
26862            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
26863 ____________________________________________________________________________
26864 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
26865         Log: Nit.
26866      Branch: maint-5.6/macperl
26867            ! perl.c
26868 ____________________________________________________________________________
26869 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
26870         Log: Fix path construction.
26871      Branch: maint-5.6/macperl
26872            ! ext/DynaLoader/DynaLoader_pm.PL
26873 ____________________________________________________________________________
26874 [ 12579] By: nick                                  on 2001/10/22  19:08:35
26875         Log: Integrate mainline (for Arthurs thread.xs fix)
26876      Branch: perlio
26877           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
26878 ____________________________________________________________________________
26879 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
26880         Log: Fix up exported symbols, move relevant docs
26881              over from macperl.pod.
26882      Branch: maint-5.6/macperl
26883            ! macos/ext/MacPerl/MacPerl.pm
26884 ____________________________________________________________________________
26885 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
26886         Log: Make ADDRESS called optionally as a method.
26887      Branch: maint-5.6/macperl
26888            ! macos/lib/Mac/Glue.pm
26889 ____________________________________________________________________________
26890 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
26891         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
26892              Apple event.
26893      Branch: maint-5.6/macperl
26894            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
26895            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
26896            ! macos/macperl/MPTerminology.aete
26897 ____________________________________________________________________________
26898 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
26899         Log: Clean up some build utilities. Change Entab to Duplicate;
26900              fix docs and error reporting; improve macify() of paths;
26901              remove requirement for Exporter.pm presence.
26902      Branch: maint-5.6/macperl
26903            ! macos/InstallBLIB macos/MacPerlTests.cmd
26904            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
26905 ____________________________________________________________________________
26906 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
26907         Log: Sync Time::HiRes with bleadperl
26908      Branch: maint-5.6/macperl
26909            ! macos/bundled_ext/Time/HiRes/HiRes.pm
26910            ! macos/bundled_ext/Time/HiRes/HiRes.t
26911            ! macos/bundled_ext/Time/HiRes/HiRes.xs
26912 ____________________________________________________________________________
26913 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
26914         Log: Fix up Changes
26915      Branch: maint-5.6/macperl
26916            ! macos/Changes
26917 ____________________________________________________________________________
26918 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
26919         Log: A user might belong to only a single group
26920              (the group equal to the group id).
26921      Branch: perl
26922            ! t/op/groups.t
26923 ____________________________________________________________________________
26924 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
26925         Log: Prepending (instead of replacing with) the pwd is safer. 
26926      Branch: perl
26927            ! t/TEST
26928 ____________________________________________________________________________
26929 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
26930         Log: Be more robust if no hostname or domainname
26931              (especially the latter)
26932      Branch: perl
26933            ! lib/Net/Domain.pm
26934 ____________________________________________________________________________
26935 [ 12569] By: sky                                   on 2001/10/22  17:41:07
26936         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
26937      Branch: perl
26938            ! ext/threads/threads.xs
26939 ____________________________________________________________________________
26940 [ 12568] By: nick                                  on 2001/10/22  16:31:24
26941         Log: Integrate mainline
26942      Branch: perlio
26943           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
26944           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
26945           +> ext/threads/shared/t/sv_refs.t
26946           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
26947            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
26948            - lib/unicore/To/SpecUpper.pl
26949           !> (integrate 42 files)
26950 ____________________________________________________________________________
26951 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
26952         Log: Update Changes.
26953      Branch: perl
26954            ! Changes patchlevel.h
26955 ____________________________________________________________________________
26956 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
26957         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
26958              From: Michael G Schwern <schwern@pobox.com>
26959              Date: Mon, 22 Oct 2001 03:48:38 -0400
26960              Message-ID: <20011022034838.B1676@blackrider>
26961      Branch: perl
26962            ! pod/perlvar.pod
26963 ____________________________________________________________________________
26964 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
26965         Log: Pod nits, as suggested by Stas Bekman.
26966      Branch: perl
26967            ! ext/threads/shared/shared.pm ext/threads/threads.pm
26968 ____________________________________________________________________________
26969 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
26970         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
26971              From: "Paul Marquess" <paul.marquess@openwave.com> 
26972              Date: Sun, 21 Oct 2001 21:11:15 +0100
26973              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
26974      Branch: perl
26975            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
26976            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
26977            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
26978            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
26979            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
26980            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
26981            ! ext/SDBM_File/sdbm.t
26982 ____________________________________________________________________________
26983 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
26984         Log: Integrate change #12559 from maintperl;
26985              various fixes for system() and backticks under windows
26986      Branch: perl
26987           !> win32/win32.c
26988 ____________________________________________________________________________
26989 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
26990         Log: Integrate change #12560 from maintperl;
26991              make pl2bat use %0 rather than "%0" (the latter fails to work
26992              in a lot of common cases)
26993      Branch: perl
26994           !> win32/bin/pl2bat.pl
26995 ____________________________________________________________________________
26996 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
26997         Log: Integrate changes #12549 and #12550 from maintperl;
26998              
26999              readline() doesn't work with our variables; it confuses them with
27000              my variables (change#4227 was incomplete)
27001      Branch: perl
27002            ! t/lib/strict/vars
27003           !> t/base/rs.t toke.c
27004 ____________________________________________________________________________
27005 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
27006         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
27007              in a lot of common cases)
27008      Branch: maint-5.6/perl
27009            ! win32/bin/pl2bat.pl
27010 ____________________________________________________________________________
27011 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
27012         Log: various fixes for system() and backticks under windows:
27013              
27014              * avoid munging whitespace that is passed within quotes
27015              * work around a cmd.exe misfeature that made multi-arg
27016              system() unreliable when there is more than one quoted
27017              argument
27018              * make multi-arg system() autoquote arguments as needed
27019              before passing them to the shell (this avoids having to
27020              second guess the shell quoting)
27021              * perl's -Dp switch can be used to trace the innards
27022      Branch: maint-5.6/perl
27023            ! win32/win32.c
27024 ____________________________________________________________________________
27025 [ 12558] By: nick                                  on 2001/10/22  08:58:42
27026         Log: Integrate ithreads buffer flush fix from perlio
27027      Branch: perl
27028           !> ext/threads/t/basic.t perl.c
27029 ____________________________________________________________________________
27030 [ 12557] By: nick                                  on 2001/10/22  08:35:09
27031         Log: All tests pass (legitimately) on ithreads
27032      Branch: perlio
27033            ! ext/threads/t/basic.t perl.c
27034 ____________________________________________________________________________
27035 [ 12556] By: nick                                  on 2001/10/22  06:51:22
27036         Log: Integrate non-ithreads fix to mainline
27037      Branch: perl
27038           !> perlio.c
27039 ____________________________________________________________________________
27040 [ 12555] By: nick                                  on 2001/10/22  06:48:33
27041         Log: Restore non-ithreads build. Interestingly binmode test passes
27042              non-ithreads - so crlf layer is not damaged and ithreads fail
27043              is a symptom ...
27044      Branch: perlio
27045            ! perlio.c
27046 ____________________________________________________________________________
27047 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
27048         Log: Integrate from perlio; restructuring.
27049      Branch: perl
27050           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
27051           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
27052           !> win32/perlhost.h
27053 ____________________________________________________________________________
27054 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
27055         Log: Integrate from maintperl
27056              (Changes 12350, 12496, 12548, 12549, 12550)
27057      Branch: maint-5.6/macperl
27058           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
27059           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
27060 ____________________________________________________________________________
27061 [ 12552] By: nick                                  on 2001/10/21  19:18:12
27062         Log: Win32 PerlIO_cleanup special cases should no longer be required.
27063      Branch: perlio
27064            ! perl.c
27065 ____________________________________________________________________________
27066 [ 12551] By: nick                                  on 2001/10/21  19:16:56
27067         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
27068      Branch: perlio
27069            ! win32/makefile.mk
27070 ____________________________________________________________________________
27071 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
27072         Log: change#12549 wasn't aware of strictures
27073      Branch: maint-5.6/perl
27074            ! t/pragma/strict-vars toke.c
27075 ____________________________________________________________________________
27076 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
27077         Log: readline() doesn't work with our variables; it confuses them with
27078              my variables (change#4227 was incomplete)
27079      Branch: maint-5.6/perl
27080            ! t/base/rs.t toke.c
27081 ____________________________________________________________________________
27082 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
27083         Log: change#12220 appears to have pulled in a mainline change that
27084              isn't applicable to maint-5.6 (some platforms don't taint
27085              cwd)
27086      Branch: maint-5.6/perl
27087            ! t/lib/filefind-taint.t
27088 ____________________________________________________________________________
27089 [ 12547] By: nick                                  on 2001/10/21  17:15:54
27090         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
27091              for them. Call explicit cleanup during destruct process.
27092              - one binmode test is failing
27093              - also ext/threads/t/basic.t fails under make test, and is noisy under
27094              harness. (Threads results are intermingled and don't match order expected.)
27095      Branch: perlio
27096            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
27097            ! perlio.h perliol.h pod/perlapi.pod sv.c
27098 ____________________________________________________________________________
27099 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
27100         Log: Implement multicharacter case mappings where a single
27101              Unicode character can be mapped into several.
27102      Branch: perl
27103            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27104            - lib/unicore/To/SpecUpper.pl
27105            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
27106            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
27107            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
27108            ! proto.h t/op/lc.t utf8.c
27109 ____________________________________________________________________________
27110 [ 12545] By: sky                                   on 2001/10/21  15:25:16
27111         Log: First support of threads::shared, support shared svs and references.
27112      Branch: perl
27113            + ext/threads/shared/Makefile.PL ext/threads/shared/README
27114            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
27115            + ext/threads/shared/t/sv_refs.t
27116            + ext/threads/shared/t/sv_simple.t
27117            ! MANIFEST sharedsv.c
27118 ____________________________________________________________________________
27119 [ 12544] By: nick                                  on 2001/10/21  14:52:35
27120         Log: PerlIO layer table as PL_perlio (per-interpreter)
27121      Branch: perlio
27122            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
27123            ! pod/perlapi.pod sv.c
27124 ____________________________________________________________________________
27125 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
27126         Log: Prettyprinting.
27127      Branch: perl
27128            ! pod/perlunicode.pod
27129 ____________________________________________________________________________
27130 [ 12542] By: ams                                   on 2001/10/21  03:50:25
27131         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
27132              From: "Sean M. Burke" <sburke@cpan.org>
27133              Date: Sat, 20 Oct 2001 17:51:09 -0600
27134              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
27135      Branch: perl
27136            + pod/perlpodspec.pod
27137            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
27138            ! pod/perltoc.pod
27139 ____________________________________________________________________________
27140 [ 12541] By: nick                                  on 2001/10/20  22:23:53
27141         Log: Fix typos in new locking on MemShared
27142              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
27143              - seems to make segfaults more deterministic - suspect they are 
27144              attempt to free() after Interp and Host have gone.
27145      Branch: perlio
27146            ! perlio.c win32/perlhost.h
27147 ____________________________________________________________________________
27148 [ 12540] By: nick                                  on 2001/10/20  21:50:46
27149         Log: Remove the MemShared re-#define (again)
27150      Branch: perlio
27151            ! perlio.c
27152 ____________________________________________________________________________
27153 [ 12539] By: nick                                  on 2001/10/20  21:49:06
27154         Log: Use locks on MemShared
27155      Branch: perlio
27156            ! win32/perlhost.h
27157 ____________________________________________________________________________
27158 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
27159         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
27160              From: "chromatic" <chromatic@rmci.net>
27161              Date: Sat, 20 Oct 2001 11:13:47 -0600
27162              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
27163      Branch: perl
27164            ! installhtml
27165 ____________________________________________________________________________
27166 [ 12537] By: nick                                  on 2001/10/20  16:44:03
27167         Log: Integrate mainline
27168      Branch: perlio
27169           !> (integrate 48 files)
27170 ____________________________________________________________________________
27171 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
27172         Log: Update Changes.
27173      Branch: perl
27174            ! Changes patchlevel.h
27175 ____________________________________________________________________________
27176 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
27177         Log: Upgrade to podlators 1.11, from Russ Allbery.
27178      Branch: perl
27179            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
27180            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
27181            ! pod/pod2man.PL pod/pod2text.PL
27182 ____________________________________________________________________________
27183 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
27184         Log: Integrate perlio change #12532:
27185              introduce and use PerlIO_intmod2str().
27186      Branch: perl
27187           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
27188 ____________________________________________________________________________
27189 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
27190         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
27191      Branch: perl
27192            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
27193 ____________________________________________________________________________
27194 [ 12532] By: nick                                  on 2001/10/20  14:25:37
27195         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
27196              Use for non-PERLIO fdupopen().
27197      Branch: perlio
27198            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
27199 ____________________________________________________________________________
27200 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
27201         Log: Integrate perlio: PerlIO win32 fixes.
27202      Branch: perl
27203           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
27204           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
27205           !> proto.h sv.h win32/win32io.c
27206 ____________________________________________________________________________
27207 [ 12530] By: nick                                  on 2001/10/20  12:53:30
27208         Log: Fixed in two places - p4 resolve
27209      Branch: perlio
27210            ! perlsdio.h
27211 ____________________________________________________________________________
27212 [ 12529] By: nick                                  on 2001/10/20  12:51:05
27213         Log: Fix for ithreads/stdio build
27214      Branch: perlio
27215            ! perlio.c perlsdio.h
27216 ____________________________________________________________________________
27217 [ 12528] By: ams                                   on 2001/10/20  12:13:25
27218         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
27219              From: Michael G Schwern <schwern@pobox.com>
27220              Date: Sat, 20 Oct 2001 01:41:21 -0400
27221              Message-Id: <20011020014121.I3681@blackrider>
27222      Branch: perl
27223            ! installman
27224 ____________________________________________________________________________
27225 [ 12527] By: ams                                   on 2001/10/20  12:09:41
27226         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
27227              From: Michael G Schwern <schwern@pobox.com>
27228              Date: Sat, 20 Oct 2001 02:04:21 -0400
27229              Message-Id: <20011020020421.A11732@blackrider>
27230      Branch: perl
27231            ! lib/Pod/Checker.pm
27232 ____________________________________________________________________________
27233 [ 12526] By: ams                                   on 2001/10/20  11:59:41
27234         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
27235              From: "chromatic" <chromatic@rmci.net>
27236              Date: Fri, 19 Oct 2001 22:46:39 -0600
27237              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
27238      Branch: perl
27239            ! lib/Net/Config.pm
27240 ____________________________________________________________________________
27241 [ 12525] By: nick                                  on 2001/10/20  11:16:18
27242         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
27243              Perl_sv_setsv_flags directly.
27244      Branch: perlio
27245            ! ext/threads/threads.xs
27246 ____________________________________________________________________________
27247 [ 12524] By: nick                                  on 2001/10/20  10:28:17
27248         Log: Add a new flag character 'm' to embed.pl set to represent
27249              "functions" which are really macros. Use it foe the troublesome
27250              sv_setsv() etc. macros in sv.h - changing latter to define
27251              sv_setsv rather than sv_setsv_macro etc.
27252      Branch: perlio
27253            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
27254            ! pod/perlapi.pod proto.h sv.h
27255 ____________________________________________________________________________
27256 [ 12523] By: nick                                  on 2001/10/20  09:17:17
27257         Log: Add comments explaining why win32.h/embed.h are included where they are
27258              in perl.h 
27259      Branch: perlio
27260            ! perl.h
27261 ____________________________________________________________________________
27262 [ 12522] By: nick                                  on 2001/10/20  08:27:44
27263         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
27264              being used yet.
27265      Branch: perlio
27266            ! win32/win32io.c
27267 ____________________________________________________________________________
27268 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
27269         Log: Wording tweaks.
27270      Branch: perl
27271            ! t/TEST
27272 ____________________________________________________________________________
27273 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
27274         Log: Subject: IO module with nonblocking socket connect patch 
27275              From: Raul Dias <raul@dias.com.br>
27276              Date: Fri, 19 Oct 2001 22:45:32 -0300
27277              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
27278      Branch: perl
27279            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
27280 ____________________________________________________________________________
27281 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
27282         Log: Test vertical whitespace combined with /x in \p{}.
27283      Branch: perl
27284            ! t/op/pat.t
27285 ____________________________________________________________________________
27286 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
27287         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
27288              From: Gisle Aas <gisle@ActiveState.com> 
27289              Date: 19 Oct 2001 16:46:02 -0700
27290              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
27291      Branch: perl
27292            ! lib/ExtUtils/MakeMaker.pm
27293 ____________________________________________________________________________
27294 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
27295         Log: No more this symbol.
27296      Branch: perl
27297            ! makedef.pl
27298 ____________________________________________________________________________
27299 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
27300         Log: Integrate change #12511; fix gross win32 build issues.
27301      Branch: perl
27302           !> makedef.pl sv.c
27303 ____________________________________________________________________________
27304 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
27305         Log: Unpack in scalar context should return the first value
27306              returned in list context, as pointed out by Ton Hospel
27307              in 2001-05-21 (this is how it works already in blead,
27308              just adding the test).
27309      Branch: perl
27310            ! t/op/pack.t
27311 ____________________________________________________________________________
27312 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
27313         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
27314              From: "Craig A. Berry" <craigberry@mac.com>
27315              Date: Fri, 19 Oct 2001 16:59:30 -0500
27316              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
27317      Branch: perl
27318            ! utils/perldoc.PL
27319 ____________________________________________________________________________
27320 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
27321         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
27322              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27323              Date: Fri, 19 Oct 2001 17:45:23 EDT
27324              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
27325      Branch: perl
27326            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
27327            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
27328            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
27329            ! vms/vmsish.h
27330 ____________________________________________________________________________
27331 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
27332         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
27333              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27334              Date: Fri, 19 Oct 2001 17:26:35 EDT
27335              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
27336      Branch: perl
27337            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
27338 ____________________________________________________________________________
27339 [ 12511] By: nick                                  on 2001/10/19  19:55:36
27340         Log: Fix gross win32 build issues
27341      Branch: perlio
27342            ! makedef.pl sv.c
27343 ____________________________________________________________________________
27344 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
27345         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
27346              From: David Dyck <dcd@tc.fluke.com>
27347              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
27348              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
27349      Branch: perl
27350            ! lib/File/Find.pm
27351 ____________________________________________________________________________
27352 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
27353         Log: Subject: Re: PerlIO and Encode
27354              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27355              Date: Tue, 16 Oct 2001 01:50:16 +0900
27356              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
27357      Branch: perl
27358            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
27359            ! ext/Encode/Encode/Tcl.t
27360 ____________________________________________________________________________
27361 [ 12508] By: ams                                   on 2001/10/19  17:59:16
27362         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
27363              (See #12499)
27364      Branch: perl
27365            ! pod/perlintro.pod
27366 ____________________________________________________________________________
27367 [ 12507] By: nick                                  on 2001/10/19  16:30:43
27368         Log: Integrate mainline
27369      Branch: perlio
27370           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
27371           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
27372           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
27373           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
27374           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
27375           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
27376           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27377           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
27378           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
27379           +> win32/config_H.win64
27380            - lib/Test/Utils.pm lib/unicore/mktables.PL
27381            - t/lib/Test/Simple/Catch/More.pm
27382           !> (integrate 84 files)
27383 ____________________________________________________________________________
27384 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
27385         Log: Retract the #10451 which seems to be the cause
27386              of the major leakage from while(){eval"sub{}"}
27387      Branch: perl
27388            ! op.c t/run/kill_perl.t
27389 ____________________________________________________________________________
27390 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
27391         Log: Regen toc.
27392      Branch: perl
27393            ! pod/perltoc.pod
27394 ____________________________________________________________________________
27395 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
27396         Log: Tiny tweaks.
27397      Branch: perl
27398            ! pod/perl.pod
27399 ____________________________________________________________________________
27400 [ 12503] By: ams                                   on 2001/10/19  13:34:24
27401         Log: Subject: Re: perlintro.pod
27402              From: Abe Timmerman <abe@ztreet.demon.nl>
27403              Date: Fri, 19 Oct 2001 14:12:40 +0200
27404              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
27405      Branch: perl
27406            ! pod/perlintro.pod
27407 ____________________________________________________________________________
27408 [ 12502] By: ams                                   on 2001/10/19  13:24:12
27409         Log: Slight reorganisation of references.
27410      Branch: perl
27411            ! pod/perl.pod
27412 ____________________________________________________________________________
27413 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
27414         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
27415              From: Kay Röpke <kroepke@dolphin-services.de>
27416              Date: Fri, 19 Oct 2001 14:04:01 +0200 
27417              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
27418      Branch: perl
27419            ! lib/ExtUtils/MakeMaker.pm
27420 ____________________________________________________________________________
27421 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
27422         Log: Unicode categories continue:
27423              implement Category=, Script=, Block=
27424              (these are based on an upcoming update of TR#18)
27425              Fix a bug where we got two In categories named "old italic",
27426              and another where shortcut for the Is categories wasn't taken.
27427      Branch: perl
27428            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
27429            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
27430            ! pod/perlunicode.pod t/op/pat.t
27431 ____________________________________________________________________________
27432 [ 12499] By: ams                                   on 2001/10/19  01:42:29
27433         Log: Subject: a small patch to perlintro.pod.
27434              From: Autrijus Tang <autrijus@autrijus.org>
27435              Date: Fri, 19 Oct 2001 01:45:51 +0800
27436              Message-Id: <20011019014551.A35625@not.autrijus.org>
27437              (Applied by hand with nits.)
27438      Branch: perl
27439            ! pod/perlintro.pod
27440 ____________________________________________________________________________
27441 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
27442         Log: Subject: [PATCH] OpenBSD hints for ithreads
27443              From: Andy Dougherty <doughera@lafayette.edu>
27444              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
27445              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
27446      Branch: perl
27447            ! hints/openbsd.sh
27448 ____________________________________________________________________________
27449 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
27450         Log: Retract #12446; the problem solved by #12474.
27451      Branch: perl
27452            ! hints/aix.sh
27453 ____________________________________________________________________________
27454 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
27455         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
27456              message and suppress line number info (from Steve Hay
27457              <Steve.Hay@uk.radan.com>)
27458      Branch: maint-5.6/perl
27459            ! lib/Carp/Heavy.pm
27460 ____________________________________________________________________________
27461 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
27462         Log: More documented In categories.
27463      Branch: perl
27464            ! pod/perlunicode.pod
27465 ____________________________________________________________________________
27466 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
27467         Log: Update Changes.
27468      Branch: perl
27469            ! Changes patchlevel.h
27470 ____________________________________________________________________________
27471 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
27472         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
27473      Branch: perl
27474            ! MANIFEST
27475 ____________________________________________________________________________
27476 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
27477         Log: Wrong skip() arguments.
27478      Branch: perl
27479            ! ext/B/t/terse.t
27480 ____________________________________________________________________________
27481 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
27482         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
27483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27484              Date: Wed, 17 Oct 2001 09:10:53 EDT 
27485              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
27486      Branch: perl
27487            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
27488            ! pod/perlapi.pod vms/vms.c
27489 ____________________________________________________________________________
27490 [ 12490] By: ams                                   on 2001/10/18  09:31:00
27491         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
27492              From: Mark-Jason Dominus <mjd@plover.com>
27493              Date: Thu, 18 Oct 2001 06:25:35 -0400
27494              Message-Id: <20011018102535.19264.qmail@plover.com>
27495      Branch: perl
27496            ! pod/perl.pod
27497 ____________________________________________________________________________
27498 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
27499         Log: Prettyprinting.
27500      Branch: perl
27501            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
27502 ____________________________________________________________________________
27503 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
27504         Log: Regen toc.
27505      Branch: perl
27506            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27507 ____________________________________________________________________________
27508 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
27509         Log: Add perlintro, from Skud.
27510      Branch: perl
27511            + pod/perlintro.pod
27512            ! MANIFEST
27513 ____________________________________________________________________________
27514 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
27515         Log: FAQ sync.
27516      Branch: perl
27517            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
27518            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
27519            ! pod/perlfaq8.pod pod/perlfaq9.pod
27520 ____________________________________________________________________________
27521 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
27522         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
27523              in speed (upto 20% speedup in certain operations) but meanwhile
27524              regexps and arithmetics got slower (5-10%) (according to
27525              perlbench average speedup is negligible, and within measuring
27526              flutter, 1%).  Therefore retracting all the changes
27527              aimed at getting -std1 to compile cleanly:  #12475, #12476,
27528              #12479, #12480, #12481, #12482, #12483, #12484.
27529      Branch: perl
27530            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
27531            ! pp_hot.c pp_sys.c toke.c
27532 ____________________________________________________________________________
27533 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
27534         Log: (retracted by #12485)
27535              Strict ANSI doesn't like the third argument of main()
27536              so enable ignoring it if using ultra picky compiler.
27537      Branch: perl
27538            ! miniperlmain.c
27539 ____________________________________________________________________________
27540 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
27541         Log: (retracted by #12485)
27542              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
27543      Branch: perl
27544            ! perl.h
27545 ____________________________________________________________________________
27546 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
27547         Log: (retracted by #12485)
27548              Add explanatory comment.
27549      Branch: perl
27550            ! mg.c
27551 ____________________________________________________________________________
27552 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
27553         Log: (retracted by #12485)
27554              More dollar$hiding.
27555      Branch: perl
27556            ! doio.c perl.h pp_sys.c
27557 ____________________________________________________________________________
27558 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
27559         Log: (retracted by #12485)
27560              KISS.
27561      Branch: perl
27562            ! mg.c
27563 ____________________________________________________________________________
27564 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
27565         Log: (retracted by #12485)
27566              Thou shalt not #ifdef inside macro invocations,
27567              noticed by Rafael Garcia-Suarez.
27568      Branch: perl
27569            ! mg.c
27570 ____________________________________________________________________________
27571 [ 12478] By: ams                                   on 2001/10/17  18:50:55
27572         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
27573              From: Anton Berezin <tobez@tobez.org>
27574              Date: Wed, 17 Oct 2001 18:25:48 +0200
27575              Message-Id: <20011017182548.A12082@heechee.tobez.org>
27576      Branch: perl
27577            ! pp_sys.c
27578 ____________________________________________________________________________
27579 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
27580         Log: (retracted by #12485)
27581              Unterminated #ifdef.
27582      Branch: perl
27583            ! mg.c
27584 ____________________________________________________________________________
27585 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
27586         Log: (retracted by #12485)
27587              Avoid dollar signs in identifiers (in non-VMS) to
27588              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
27589      Branch: perl
27590            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
27591            ! toke.c
27592 ____________________________________________________________________________
27593 [ 12474] By: ams                                   on 2001/10/17  15:14:50
27594         Log: Subject: Two AIX patches
27595              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27596              Date: Wed, 17 Oct 2001 18:04:35 +0200
27597              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
27598      Branch: perl
27599            ! hints/aix.sh makedef.pl
27600 ____________________________________________________________________________
27601 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
27602         Log: Limiting the Time::HiRes::sleep and usleep to
27603              one second is not a good policy if drop-in
27604              replacement is still a goal.
27605      Branch: perl
27606            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
27607            ! ext/Time/HiRes/HiRes.xs
27608 ____________________________________________________________________________
27609 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
27610         Log: Subject: [PATCH] Test::Simple 0.32
27611              From: Michael G Schwern <schwern@pobox.com> 
27612              Date: Wed, 17 Oct 2001 03:42:41 -0400
27613              Message-ID: <20011017034241.A25038@blackrider>
27614      Branch: perl
27615            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
27616            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
27617            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
27618            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
27619            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
27620            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
27621            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
27622            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
27623            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
27624            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
27625            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
27626            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
27627            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
27628            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
27629            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
27630            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
27631            ! t/lib/Test/Simple/Catch.pm
27632            ! t/lib/Test/Simple/sample_tests/five_fail.plx
27633 ____________________________________________________________________________
27634 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
27635         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
27636              From: Michael G Schwern <schwern@pobox.com> 
27637              Date: Wed, 17 Oct 2001 04:04:13 -0400
27638              Message-ID: <20011017040413.C25550@blackrider>
27639      Branch: perl
27640            ! t/TEST t/harness vms/test.com
27641 ____________________________________________________________________________
27642 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
27643         Log: Regen doc with perlmodstyle added.
27644      Branch: perl
27645            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27646 ____________________________________________________________________________
27647 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
27648         Log: Pod cleanup.
27649      Branch: perl
27650            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
27651 ____________________________________________________________________________
27652 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
27653         Log: Subject: perlmodstyle as a patch
27654              From: Kirrily Robert <skud@infotrope.net>
27655              Date: Tue, 16 Oct 2001 22:47:23 -0400
27656              Message-ID: <20011016224723.A20673@infotrope.net>
27657      Branch: perl
27658            + pod/perlmodstyle.pod
27659            ! MANIFEST
27660 ____________________________________________________________________________
27661 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
27662         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
27663              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
27664              Date: Thu, 6 Sep 2001 11:09:40 +0100
27665              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
27666              
27667              Mention also the develooper p5p archive.
27668      Branch: perl
27669            ! pod/perlhack.pod
27670 ____________________________________________________________________________
27671 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
27672         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
27673              From: Kay Röpke <kroepke@dolphin-services.de>
27674              Date: Tue, 16 Oct 2001 17:23:52 +0200
27675              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
27676      Branch: perl
27677            ! lib/ExtUtils/MakeMaker.pm
27678 ____________________________________________________________________________
27679 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
27680         Log: Add the special casing mappings (from SpecCase.txt)
27681              (except for the hyper special case mappings that have
27682              the condition list); the special casing mappings are
27683              unused for now.  Small tidying up on mktables.
27684      Branch: perl
27685            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
27686            + lib/unicore/To/SpecUpper.pl
27687            ! lib/unicore/mktables
27688 ____________________________________________________________________________
27689 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
27690         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
27691              From: "David H. Adler" <dha@panix.com>       
27692              Date: Tue, 16 Oct 2001 11:59:35 -0400
27693              Message-ID: <20011016115935.A13078@panix.com>
27694              
27695              Subject: [ PATCH ] perldata patch, revised
27696              From: "David H. Adler" <dha@panix.com>     
27697              Date: Tue, 16 Oct 2001 18:26:49 -0400
27698              Message-ID: <20011016182649.C23970@panix.com>
27699      Branch: perl
27700            ! pod/perldata.pod pod/perlop.pod
27701 ____________________________________________________________________________
27702 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
27703         Log: Integrate perlio: PerlIO_dup (for all but Win32).
27704      Branch: perl
27705           !> embed.h embed.pl ext/Encode/Encode.xs
27706           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
27707           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
27708           !> win32/win32io.c
27709 ____________________________________________________________________________
27710 [ 12462] By: nick                                  on 2001/10/16  19:11:30
27711         Log: PerlIOXxxx_dups for all but Win32
27712      Branch: perlio
27713            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27714            ! ext/PerlIO/Via/Via.xs
27715 ____________________________________________________________________________
27716 [ 12461] By: nick                                  on 2001/10/16  18:28:48
27717         Log: Implement PerlIOStdio_dup (explains core dumps - dup
27718              was not setting up a FILE * to be fclosed()).
27719      Branch: perlio
27720            ! perlio.c
27721 ____________________________________________________________________________
27722 [ 12460] By: nick                                  on 2001/10/16  17:31:47
27723         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
27724              overflow.
27725      Branch: perlio
27726            ! perlio.c
27727 ____________________________________________________________________________
27728 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
27729         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
27730              From: "Craig A. Berry" <craigberry@mac.com>
27731              Date: Tue, 16 Oct 2001 13:08:38 -0500
27732              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
27733      Branch: perl
27734            ! configure.com
27735 ____________________________________________________________________________
27736 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
27737         Log: Can't expect too much accuracy from a sleep of one second.
27738              (I think this will also fail with high load.)
27739      Branch: perl
27740            ! ext/Time/HiRes/HiRes.t
27741 ____________________________________________________________________________
27742 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
27743         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
27744              From: "Werner, Randolf" <randolf.werner@sap.com>
27745              Date: Tue, 16 Oct 2001 18:33:02 +0200
27746              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
27747      Branch: perl
27748            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
27749            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
27750 ____________________________________________________________________________
27751 [ 12456] By: nick                                  on 2001/10/16  14:08:16
27752         Log: Builds under ithreads (but fails all threads tests)
27753      Branch: perlio
27754            ! hv.c perlio.c sv.c
27755 ____________________________________________________________________________
27756 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
27757         Log: I think the Perl_sortsv needs *not* be skipped?
27758      Branch: perl
27759            ! makedef.pl
27760 ____________________________________________________________________________
27761 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
27762         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
27763              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
27764              Date: Tue, 16 Oct 2001 15:32:44 +0200
27765              Message-ID: <3BCC531C.11494.3E433F@localhost>
27766      Branch: perl
27767            ! t/op/groups.t
27768 ____________________________________________________________________________
27769 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
27770         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
27771              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
27772              Date: Tue, 16 Oct 2001 15:01:04 +0200
27773              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
27774      Branch: perl
27775            ! t/io/fs.t
27776 ____________________________________________________________________________
27777 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
27778         Log: A forgotten deletion.
27779      Branch: perl
27780            - lib/unicore/mktables.PL
27781 ____________________________________________________________________________
27782 [ 12451] By: nick                                  on 2001/10/16  11:32:48
27783         Log: Skeleton of "PerlIO_dup" coded.
27784              Still-passes all tests non-threaded (well it would wouldn't it!)
27785      Branch: perlio
27786            ! embed.h embed.pl ext/Encode/Encode.xs
27787            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
27788            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
27789            ! win32/win32io.c
27790 ____________________________________________________________________________
27791 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
27792         Log: Document the problem with the swash_fetch() API that affects
27793              more complex case conversions.
27794      Branch: perl
27795            ! lib/utf8_heavy.pl utf8.c
27796 ____________________________________________________________________________
27797 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
27798         Log: Make Time::HiRes::sleep() and usleep() to return
27799              the number of seconds (a floating point value) and 
27800              microseconds (an integer) actually slept (well,
27801              modulo the time spent in measuring the time actually
27802              slept...), to be a better drop-in replacement for
27803              the builtin sleep().  Noticed by Chris Nandor.
27804              
27805              Also make usleep() to croak if fed illegal number
27806              of useconds (anything greater than 1_000_000).
27807      Branch: perl
27808            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
27809            ! ext/Time/HiRes/HiRes.xs
27810 ____________________________________________________________________________
27811 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
27812         Log: A missing SvREFCNT_dec.
27813      Branch: perl
27814            ! perl.c
27815 ____________________________________________________________________________
27816 [ 12447] By: nick                                  on 2001/10/15  20:27:53
27817         Log: Beginings of PerlIO_dup support (unstable)
27818      Branch: perlio
27819            ! perlio.c perliol.h
27820 ____________________________________________________________________________
27821 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
27822         Log: (retracted by #12497)
27823              In AIX vac 5 just can't seem to get regcomp right.
27824      Branch: perl
27825            ! hints/aix.sh
27826 ____________________________________________________________________________
27827 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
27828         Log: Bump the version number to agree with the maintperl one.
27829      Branch: perl
27830            ! lib/Tie/RefHash.pm
27831 ____________________________________________________________________________
27832 [ 12444] By: nick                                  on 2001/10/15  15:59:57
27833         Log: Integrate mainline
27834      Branch: perlio
27835           +> lib/Math/BigInt/t/Math/Subclass.pm
27836           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
27837           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
27838           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
27839           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
27840           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
27841           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
27842           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
27843           +> lib/unicore/mktables
27844            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
27845            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
27846            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
27847            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
27848            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
27849            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
27850            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
27851            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
27852            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
27853            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
27854            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
27855            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
27856            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
27857            - lib/unicore/syllables.txt
27858           !> (integrate 344 files)
27859 ____________________________________________________________________________
27860 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
27861         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
27862      Branch: perl
27863            ! ext/DB_File/DB_File.xs
27864 ____________________________________________________________________________
27865 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
27866         Log: Sync the skip() amounts with the number of tests.
27867      Branch: perl
27868            ! lib/Term/Complete.t
27869 ____________________________________________________________________________
27870 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
27871         Log: Update Changes.
27872      Branch: perl
27873            ! Changes patchlevel.h
27874 ____________________________________________________________________________
27875 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
27876         Log: MacOS Classic catdir() rewrite from Thomas Wegner
27877              (backward incompatibility, but a deliberate one,
27878              the old version simply is broken in its logic),
27879              also documentation updates, and as suggested replicated
27880              the File::Spec::Unix documentation updates also on the
27881              File::Spec documentation.
27882              
27883              TODO: there seems to be duplication of documentation
27884              between File::Spec and File::Spec::Unix.  I think
27885              the ::Unix should be left only with specific UNIXisms,
27886              and all the generic documentation should be in ::Spec.
27887      Branch: perl
27888            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
27889            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
27890            ! lib/File/Spec/Unix.pm
27891 ____________________________________________________________________________
27892 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
27893         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
27894              From: Blair Zajac <blair@orcaware.com>
27895              Date: Mon, 24 Sep 2001 11:48:58 -0700
27896              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
27897              
27898              (the skip() messages)
27899      Branch: perl
27900            ! t/op/magic.t
27901 ____________________________________________________________________________
27902 [ 12438] By: ams                                   on 2001/10/14  23:43:59
27903         Log: Subject: [PATCH] make PerlIO default on VMS
27904              From: "Craig A. Berry" <craigberry@mac.com>
27905              Date: Sun, 14 Oct 2001 15:27:18 -0500
27906              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
27907      Branch: perl
27908            ! configure.com
27909 ____________________________________________________________________________
27910 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
27911         Log: Retract #12436 (Abhijit already did this at #12426)
27912      Branch: perl
27913            ! lib/ExtUtils/MM_Unix.pm
27914 ____________________________________________________________________________
27915 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
27916         Log: (retracted by #12437)
27917              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
27918              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
27919              Date: Sat, 13 Oct 2001 20:33:55 +0200
27920              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
27921      Branch: perl
27922            ! lib/ExtUtils/MM_Unix.pm
27923 ____________________________________________________________________________
27924 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
27925         Log: Subject: h2xs grammar nit
27926              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27927              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
27928              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
27929      Branch: perl
27930            ! utils/h2xs.PL
27931 ____________________________________________________________________________
27932 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
27933         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
27934              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27935              Date: Sun, 14 Oct 2001 11:25:08 +0100
27936              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
27937      Branch: perl
27938            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
27939            ! warnings.pl
27940 ____________________________________________________________________________
27941 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
27942         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
27943              for File::Spec::Mac::catfile)
27944      Branch: perl
27945            ! lib/h2xs.t
27946 ____________________________________________________________________________
27947 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
27948         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
27949              From: Nicholas Clark <nick@ccl4.org>
27950              Date: Sat, 13 Oct 2001 00:07:31 +0100
27951              Message-ID: <20011013000731.D67535@plum.flirble.org>
27952      Branch: perl
27953            ! lib/h2xs.t utils/h2xs.PL
27954 ____________________________________________________________________________
27955 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
27956         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
27957              before DEFINE and INC), and repent by taking DEFINE and
27958              INC away from PASTHRU.
27959      Branch: perl
27960            ! lib/ExtUtils/MM_Unix.pm
27961 ____________________________________________________________________________
27962 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
27963         Log: More MANIFEST anomalies.
27964      Branch: perl
27965            ! MANIFEST
27966 ____________________________________________________________________________
27967 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
27968         Log: Not that many.
27969      Branch: perl
27970            ! MANIFEST
27971 ____________________________________________________________________________
27972 [ 12428] By: sky                                   on 2001/10/13  20:59:27
27973         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
27974              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27975              Date: Sat, 13 Oct 2001 23:15:55 +0200
27976              Message-ID: <20011013231555.A18071@rafael>
27977      Branch: perl
27978            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
27979            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
27980 ____________________________________________________________________________
27981 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
27982         Log: Rewrite mktables from scratch.
27983              - Cleaner.
27984              - Faster: 15-20 seconds as opposed to several minutes.
27985              - More dynamic: the names of the various categories
27986              such as the linebreak ones are dynamic, not static.
27987              - Is.pl: long names for the general category properties
27988              are now available.
27989              - Ranges (<... ,First>, <..., Last>) from the general
27990              categories work now.
27991              - No more mktables.PL because the mktables.PL is not
27992              and never has been run to create a mktables.
27993              - syllables.txt and Is/Syl*.pl removed: non-standard
27994              (not part of the Unicode), and the whole concept is
27995              being reworked (http://syllabary.sourceforge.net/),
27996              the old way wouldn't even work with the new Syllables.txt
27997              (it would result in 1000+ new categories)
27998      Branch: perl
27999            + lib/unicore/In/163.pl lib/unicore/In/164.pl
28000            + lib/unicore/In/165.pl lib/unicore/In/166.pl
28001            + lib/unicore/In/167.pl lib/unicore/In/168.pl
28002            + lib/unicore/In/169.pl lib/unicore/In/170.pl
28003            + lib/unicore/In/171.pl lib/unicore/Is.pl
28004            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
28005            + lib/unicore/mktables
28006            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
28007            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
28008            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
28009            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
28010            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
28011            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
28012            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
28013            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
28014            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
28015            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
28016            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
28017            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
28018            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
28019            - lib/unicore/syllables.txt
28020            ! (edit 304 files)
28021 ____________________________________________________________________________
28022 [ 12426] By: ams                                   on 2001/10/13  18:05:36
28023         Log: ExtUtils::MM_Unix should ignore comments when searching for
28024              $VERSION.
28025      Branch: perl
28026            ! lib/ExtUtils/MM_Unix.pm
28027 ____________________________________________________________________________
28028 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
28029         Log: Subject: Re: New module XML::Clean
28030              From: andreas.koenig@anima.de (Andreas J. Koenig)
28031              Date: 13 Oct 2001 10:17:09 +0200
28032              Message-ID: <m37ku0t0my.fsf@anima.de>
28033      Branch: perl
28034            ! pod/perlnewmod.pod
28035 ____________________________________________________________________________
28036 [ 12424] By: sky                                   on 2001/10/13  09:39:59
28037         Log: Set thread stack size if needed.
28038      Branch: perl
28039            ! ext/threads/threads.xs
28040 ____________________________________________________________________________
28041 [ 12423] By: sky                                   on 2001/10/13  09:36:49
28042         Log: We do want to set the attribute to joinable even on modern posix
28043              platforms.
28044      Branch: perl
28045            ! ext/threads/threads.xs
28046 ____________________________________________________________________________
28047 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
28048         Log: Subject: [PATCH ext/Data/Dumper.xs]
28049              From: Brian Ingerson <ingy@ttul.org>
28050              Date: Fri, 12 Oct 2001 19:32:35 -0700
28051              Message-ID: <20011012193235.B889@ttul.org>
28052      Branch: perl
28053            ! ext/Data/Dumper/Dumper.xs
28054 ____________________________________________________________________________
28055 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
28056         Log: Update Changes.
28057      Branch: perl
28058            ! Changes patchlevel.h
28059 ____________________________________________________________________________
28060 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
28061         Log: FAQ sync.
28062      Branch: perl
28063            ! pod/perlfaq3.pod pod/perlfaq4.pod
28064 ____________________________________________________________________________
28065 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
28066         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
28067              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
28068              Date: Fri, 12 Oct 2001 11:51:05 -0700
28069              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
28070      Branch: perl
28071            ! lib/File/Copy.pm
28072 ____________________________________________________________________________
28073 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
28074         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
28075              From: "chromatic" <chromatic@rmci.net>     
28076              Date: Thu, 11 Oct 2001 10:57:55 -0600
28077              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
28078              
28079              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
28080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28081              Date: Thu, 11 Oct 2001 22:34:21 +0200
28082              Message-ID: <20011011223421.A693@rafael>     
28083              
28084              plus undef $Term::Complete::stty as suggested by Rafael.
28085      Branch: perl
28086            ! lib/Term/Complete.pm lib/Term/Complete.t
28087 ____________________________________________________________________________
28088 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
28089         Log: UUnndduupplleexx..
28090      Branch: perl
28091            ! perl.h
28092 ____________________________________________________________________________
28093 [ 12416] By: sky                                   on 2001/10/12  20:16:19
28094         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
28095              From: Andy Dougherty <doughera@lafayette.edu>
28096              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
28097              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
28098              (Potentially only band-aid)
28099      Branch: perl
28100            ! sv.c
28101 ____________________________________________________________________________
28102 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
28103         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
28104              mishandles kill(), and therefore the sigaction test
28105              should be skipped, from Charles Lane.
28106      Branch: perl
28107            ! ext/POSIX/t/sigaction.t
28108 ____________________________________________________________________________
28109 [ 12414] By: sky                                   on 2001/10/12  18:47:49
28110         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
28111      Branch: perl
28112            ! op.h
28113 ____________________________________________________________________________
28114 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
28115         Log: Upgrade to Math::BigInt 1.44 from Tels and
28116              further fixes from John Peacock.
28117      Branch: perl
28118            + lib/Math/BigInt/t/Math/Subclass.pm
28119            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
28120            + lib/Math/BigInt/t/subclass.t
28121            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28122            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
28123            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
28124            ! lib/Math/BigInt/t/mbimbf.t
28125 ____________________________________________________________________________
28126 [ 12412] By: sky                                   on 2001/10/12  18:28:23
28127         Log: perhaps pthread_attr_t really needs to be set for the old api
28128      Branch: perl
28129            ! ext/threads/threads.xs
28130 ____________________________________________________________________________
28131 [ 12411] By: sky                                   on 2001/10/12  18:11:45
28132         Log: pthread_keycreate not pthread_key_create under the here be dragons API
28133      Branch: perl
28134            ! ext/threads/threads.h
28135 ____________________________________________________________________________
28136 [ 12410] By: sky                                   on 2001/10/12  18:07:37
28137         Log: Apperently OLD PTHREADS API is a bit retarded.
28138              This should fix another set of compile failures in HP-UX 10.20.
28139      Branch: perl
28140            ! ext/threads/threads.h ext/threads/threads.xs
28141 ____________________________________________________________________________
28142 [ 12409] By: nick                                  on 2001/10/12  15:30:01
28143         Log: Blind integrate of mainline
28144      Branch: perlio
28145           +> (branch 32 files)
28146            - lib/unicode/README
28147           !> (integrate 121 files)
28148 ____________________________________________________________________________
28149 [ 12408] By: sky                                   on 2001/10/12  14:55:08
28150         Log: Let us avoid being smart for now.
28151      Branch: perl
28152            ! ext/threads/threads.h
28153 ____________________________________________________________________________
28154 [ 12407] By: sky                                   on 2001/10/12  14:38:12
28155         Log: (void*) the argument to make sure we work with picky compilers
28156      Branch: perl
28157            ! ext/threads/threads.xs
28158 ____________________________________________________________________________
28159 [ 12406] By: ams                                   on 2001/10/12  13:26:04
28160         Log: (replaced with #12600)
28161              
28162              Subject: [PATCH 5.6.1 perldoc] use File::Temp
28163              From: Mikhail Zabaluev <mhz@alt-linux.org>
28164              Date: Fri, 12 Oct 2001 12:47:47 +0400
28165              Message-Id: <20011012124747.E13918@localhost.localdomain>
28166      Branch: perl
28167            ! utils/perldoc.PL
28168 ____________________________________________________________________________
28169 [ 12405] By: ams                                   on 2001/10/12  13:05:32
28170         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
28171              From: andreas.koenig@anima.de (Andreas J. Koenig)
28172              Date: 12 Oct 2001 11:12:07 +0200
28173              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
28174      Branch: perl
28175            ! lib/Memoize/t/speed.t
28176 ____________________________________________________________________________
28177 [ 12404] By: sky                                   on 2001/10/12  12:46:15
28178         Log: A) Support OLD_PTHREADS_API
28179              B) Change from using pthread_t to using a TLS to store the
28180              index of the thread in an hash, this is to avoid problems when
28181              in fact pthread_t was not a seralizable type.
28182              Both these changes are because of HP-UX 10.20
28183              This has not been tested on win32 but should work there.
28184              Need to add support for NetWare.
28185      Branch: perl
28186            ! ext/threads/threads.h ext/threads/threads.xs
28187 ____________________________________________________________________________
28188 [ 12403] By: ams                                   on 2001/10/12  07:34:19
28189         Log: Subject: Re: New module XML::Clean
28190              From: andreas.koenig@anima.de (Andreas J. Koenig)
28191              Date: 12 Oct 2001 10:20:35 +0200
28192              Message-Id: <m3elo9uv58.fsf@anima.de>
28193      Branch: perl
28194            ! pod/perlnewmod.pod
28195 ____________________________________________________________________________
28196 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
28197         Log: More HP model tweaks from Merijn.
28198      Branch: perl
28199            ! README.hpux
28200 ____________________________________________________________________________
28201 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
28202         Log: Update Changes.
28203      Branch: perl
28204            ! Changes patchlevel.h
28205 ____________________________________________________________________________
28206 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
28207         Log: HP-UX update from H.Merijn Brand.
28208      Branch: perl
28209            ! README.hpux
28210 ____________________________________________________________________________
28211 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
28212         Log: Subject: [PATCH] fix link rot in README.vms
28213              From: "Craig A. Berry" <craigberry@mac.com>
28214              Date: Wed, 10 Oct 2001 17:17:00 -0500
28215              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
28216      Branch: perl
28217            ! README.vms
28218 ____________________________________________________________________________
28219 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
28220         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
28221              From: "chromatic" <chromatic@rmci.net>
28222              Date: Wed, 10 Oct 2001 15:50:30 -0600
28223              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
28224      Branch: perl
28225            ! lib/Term/Complete.t
28226 ____________________________________________________________________________
28227 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
28228         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
28229              From: "chromatic" <chromatic@rmci.net>
28230              Date: Wed, 10 Oct 2001 15:45:42 -0600
28231              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
28232      Branch: perl
28233            + lib/ExtUtils/Packlist.t
28234            ! MANIFEST
28235 ____________________________________________________________________________
28236 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
28237         Log: VMS needs quotes around the -I option to keep it from
28238              being downcased, from Charles Lane.
28239      Branch: perl
28240            ! t/run/kill_perl.t
28241 ____________________________________________________________________________
28242 [ 12395] By: ams                                   on 2001/10/10  16:22:32
28243         Log: Subject: [PATCH lib/FindBin.pm]
28244              From: Stas Bekman <stas@stason.org>
28245              Date: Tue, 09 Oct 2001 23:57:10 +0800
28246              Message-Id: <3BC31E56.60805@stason.org>
28247      Branch: perl
28248            ! lib/FindBin.pm
28249 ____________________________________________________________________________
28250 [ 12394] By: ams                                   on 2001/10/10  16:09:53
28251         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
28252              From: Abhijit Menon-Sen <ams@wiw.org>
28253              Date: Wed, 10 Oct 2001 21:59:33 +0530
28254              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
28255      Branch: perl
28256            ! ext/Data/Dumper/Dumper.xs
28257 ____________________________________________________________________________
28258 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
28259         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
28260              from Charles Lane.
28261      Branch: perl
28262            ! lib/File/Spec/VMS.pm
28263 ____________________________________________________________________________
28264 [ 12392] By: ams                                   on 2001/10/10  14:49:43
28265         Log: Subject: [PATCH] two s/// bugfixes
28266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28267              Date: Wed, 10 Oct 2001 17:23:44 +0200
28268              Message-Id: <20011010172344.C22440@rafael>
28269      Branch: perl
28270            ! pp_ctl.c regexec.c t/op/subst.t
28271 ____________________________________________________________________________
28272 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
28273         Log: Fix/improve handling of the [000000] special "root"
28274              directory, by putting cwd in canonical form when doing
28275              abs2rel, and prepending a 000000 to directory "chunks"
28276              if missing from base or path.  Also adjust test to
28277              reflect the (improved) output from abs2rel.
28278              From Charles Lane.
28279      Branch: perl
28280            ! lib/File/Spec.t lib/File/Spec/VMS.pm
28281 ____________________________________________________________________________
28282 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
28283         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
28284              all of the extra VMSish attributes (such as "treat this logical
28285              as a device name") that are necessary to make programs run.
28286              A tainted %ENV does not hinder VMS.  From Charles Lane.
28287      Branch: perl
28288            ! lib/File/Find/t/taint.t
28289 ____________________________________________________________________________
28290 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
28291         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
28292              
28293              o  VMS is case-insensitive, RTL downcases filenames read
28294              by perl... so need to re-upcase filenames like MANIFEST
28295              and MANIFEST.SKIP
28296              
28297              o  Need to convert VMS-style to Unix-style filenames when comparing
28298              names in MANIFEST to names in filesystem.
28299              
28300              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
28301              since VMS won't let you (easily) delete non-empty directories.
28302              
28303              From Charles Lane.
28304      Branch: perl
28305            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
28306 ____________________________________________________________________________
28307 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
28308         Log: Unix and VMS agree on "*" as a "match any number of any chars"
28309              wildcards, but differ ("?"  vs.  "%") for their "match any single
28310              char" wildcard.  This patch changes "?"  chars to "%" before doing a
28311              VMS glob...at no loss of functionality, since "?"  isn't a valid
28312              filename char on VMS.  From Charles Lane.
28313      Branch: perl
28314            ! doio.c
28315 ____________________________________________________________________________
28316 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
28317         Log: (accidentally empty submit; new life as #12390)
28318      Branch: perl
28319            ! lib/File/Find/t/taint.t
28320 ____________________________________________________________________________
28321 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
28322         Log: Even more VMS tweakage from Charles Lane:
28323              
28324              Tweak #1:  splitdir only works on directory part of filespec,
28325              split off volume first
28326              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
28327              (it's a horrible kludge in the run-time library,
28328              improved in later versions). Check the
28329              $Config{'d_setenv'} flag before attempting to set it.
28330      Branch: perl
28331            ! t/op/chdir.t
28332 ____________________________________________________________________________
28333 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
28334         Log: VMS tweakage from Charles Lane.
28335              
28336              . command.com doubles an output line when prompting for extensions
28337              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
28338              . perl5db doesn't clean up after itself
28339      Branch: perl
28340            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
28341 ____________________________________________________________________________
28342 [ 12384] By: sky                                   on 2001/10/09  19:16:11
28343         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
28344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28345              Date: Tue, 9 Oct 2001 22:10:26 +0200
28346              Message-ID: <20011009221026.A8579@rafael>
28347      Branch: perl
28348            ! pod/perldata.pod
28349 ____________________________________________________________________________
28350 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
28351         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
28352              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28353              Date: 9 Oct 2001 15:15:06 -0000
28354              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
28355      Branch: perl
28356            ! t/op/subst.t
28357 ____________________________________________________________________________
28358 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
28359         Log: Update Changes.
28360      Branch: perl
28361            ! Changes patchlevel.h
28362 ____________________________________________________________________________
28363 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
28364         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
28365              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
28366              when a NULL is passed for the filename string pointer.
28367              From Charles Lane.
28368      Branch: perl
28369            ! vms/vms.c
28370 ____________________________________________________________________________
28371 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
28372         Log: Subject: HP systems update
28373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28374              Date: Tue, 09 Oct 2001 15:59:22 +0200
28375              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
28376      Branch: perl
28377            ! README.hpux
28378 ____________________________________________________________________________
28379 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
28380         Log: CPAN::Nox does now have a test.
28381      Branch: perl
28382            ! t/lib/1_compile.t
28383 ____________________________________________________________________________
28384 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
28385         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
28386              From: David Dyck <dcd@tc.fluke.com>
28387              Date: Mon, 1 Oct 2001 12:17:36 -0700
28388              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
28389      Branch: perl
28390            ! installperl
28391 ____________________________________________________________________________
28392 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
28393         Log: NetWare update from Ananth Kesari.
28394      Branch: perl
28395            ! NetWare/nwperlsys.h makedef.pl
28396 ____________________________________________________________________________
28397 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
28398         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
28399              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28400              Date: Tue, 9 Oct 2001 08:40:57 EDT
28401              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
28402      Branch: perl
28403            ! lib/File/Find/t/find.t
28404 ____________________________________________________________________________
28405 [ 12374] By: ams                                   on 2001/10/09  05:31:45
28406         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
28407              ExtUtils::Mkbootstrap
28408              From: "chromatic" <chromatic@rmci.net>
28409              Date: Tue, 09 Oct 2001 00:08:37 -0600
28410              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
28411      Branch: perl
28412            + lib/ExtUtils/Mkbootstrap.t
28413            ! MANIFEST
28414 ____________________________________________________________________________
28415 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
28416         Log: Enable more debugging.
28417      Branch: perl
28418            ! lib/utf8_heavy.pl
28419 ____________________________________________________________________________
28420 [ 12372] By: ams                                   on 2001/10/09  02:11:59
28421         Log: #12370 forgot to modify is_gv_magical().
28422      Branch: perl
28423            ! gv.c
28424 ____________________________________________________________________________
28425 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
28426         Log: Make the toupper/lower/title API for Unicode not right
28427              but at least less wrong: prepare for the mapping being
28428              more than just one-character-to-one-character.
28429      Branch: perl
28430            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
28431            ! regexec.c utf8.c
28432 ____________________________________________________________________________
28433 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
28434         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
28435              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28436              Date: Mon, 8 Oct 2001 22:18:23 -0400
28437              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
28438      Branch: perl
28439            ! pod/perlvar.pod t/op/taint.t
28440 ____________________________________________________________________________
28441 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
28442         Log: FAQ sync.
28443      Branch: perl
28444            ! pod/perlfaq3.pod pod/perlfaq4.pod
28445 ____________________________________________________________________________
28446 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
28447         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
28448              From: "chromatic" <chromatic@rmci.net>
28449              Date: Mon, 08 Oct 2001 14:05:32 -0600
28450              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
28451      Branch: perl
28452            ! lib/Term/Cap.t
28453 ____________________________________________________________________________
28454 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
28455         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
28456              From: Michael G Schwern <schwern@pobox.com>
28457              Date: Mon, 8 Oct 2001 17:00:14 -0400
28458              Message-ID: <20011008170014.L17083@blackrider>
28459      Branch: perl
28460            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
28461 ____________________________________________________________________________
28462 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
28463         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
28464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28465              Date: Mon, 8 Oct 2001 16:01:33 EDT
28466              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
28467      Branch: perl
28468            ! ext/Time/HiRes/HiRes.xs
28469 ____________________________________________________________________________
28470 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
28471         Log: Subject: [PATCH] Autosplit patch for VMS
28472              From: "Craig A. Berry" <craigberry@mac.com>
28473              Date: Mon, 08 Oct 2001 15:40:43 -0500
28474              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
28475      Branch: perl
28476            ! lib/AutoSplit.pm lib/AutoSplit.t
28477 ____________________________________________________________________________
28478 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
28479         Log: Don't assume that everybody is running OS X 10.1 yet;
28480              from Kay Röpke.
28481      Branch: perl
28482            ! hints/darwin.sh
28483 ____________________________________________________________________________
28484 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
28485         Log: Update Changes.
28486      Branch: perl
28487            ! Changes patchlevel.h
28488 ____________________________________________________________________________
28489 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
28490         Log: Retract #12358 for now.
28491      Branch: perl
28492            ! lib/Term/Cap.t
28493 ____________________________________________________________________________
28494 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
28495         Log: Can't figure out what this is testing.
28496              (If it is trying to catch SIGKILL, it should stop
28497              trying because that is by definition impossible.)
28498      Branch: perl
28499            ! lib/sigtrap.t
28500 ____________________________________________________________________________
28501 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
28502         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
28503              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28504              Date: Sun, 30 Sep 2001 21:15:13 +0200
28505              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
28506      Branch: perl
28507            ! lib/ExtUtils/MM_Win32.pm
28508 ____________________________________________________________________________
28509 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
28510         Log: Clarify the ldlibpth part and condense the overall text.
28511      Branch: perl
28512            ! t/TEST
28513 ____________________________________________________________________________
28514 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
28515         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
28516              From: "chromatic" <chromatic@rmci.net>
28517              Date: Sun, 07 Oct 2001 16:59:26 -0600
28518              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
28519      Branch: perl
28520            ! lib/Term/Cap.t
28521 ____________________________________________________________________________
28522 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
28523         Log: Update the list because fo #12265.
28524      Branch: perl
28525            ! t/lib/1_compile.t
28526 ____________________________________________________________________________
28527 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
28528         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
28529              From: Nicholas Clark <nick@ccl4.org>
28530              Date: Sun, 7 Oct 2001 20:53:33 +0100
28531              Message-ID: <20011007205333.S38756@plum.flirble.org>   
28532      Branch: perl
28533            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
28534            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28535            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
28536            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
28537            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
28538            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
28539            ! lib/Switch/t/switch.t lib/Term/Complete.t
28540            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
28541            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
28542            ! t/op/my_stash.t
28543 ____________________________________________________________________________
28544 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
28545         Log: Integrate patch #12350 from maintperl; typo in
28546              IO::Seekable doc.
28547      Branch: perl
28548           !> ext/IO/lib/IO/Seekable.pm
28549 ____________________________________________________________________________
28550 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
28551         Log: Detypo.
28552      Branch: perl
28553            ! hints/darwin.sh
28554 ____________________________________________________________________________
28555 [ 12353] By: sky                                   on 2001/10/07  17:16:14
28556         Log: Change 12349 didn't really get it right.
28557      Branch: perl
28558            ! lib/Unicode/README
28559 ____________________________________________________________________________
28560 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
28561         Log: If running the harness the dynamic library search path
28562              may need setting.
28563      Branch: perl
28564            ! t/TEST
28565 ____________________________________________________________________________
28566 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
28567         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
28568              in ldflags.
28569      Branch: perl
28570            ! hints/darwin.sh
28571 ____________________________________________________________________________
28572 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
28573         Log: typo in IO::Seekable doc
28574      Branch: maint-5.6/perl
28575            ! ext/IO/lib/IO/Seekable.pm
28576 ____________________________________________________________________________
28577 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
28578         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
28579              doesn't work on Mac OS X 10.1 (when unpacking the tar the
28580              latter gets renamed as lib/unicode:1, assumedly for security
28581              reasons not to overwrite stuff)
28582      Branch: perl
28583            + lib/Unicode/README
28584            - lib/unicode/README
28585            ! MANIFEST
28586 ____________________________________________________________________________
28587 [ 12348] By: ams                                   on 2001/10/07  05:33:40
28588         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
28589              From: "chromatic" <chromatic@rmci.net>
28590              Date: Sat, 06 Oct 2001 21:42:03 -0600
28591              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
28592      Branch: perl
28593            + lib/CPAN/t/Nox.t
28594            ! MANIFEST
28595 ____________________________________________________________________________
28596 [ 12347] By: ams                                   on 2001/10/07  00:48:10
28597         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
28598              From: "chromatic" <chromatic@rmci.net>
28599              Date: Sat, 06 Oct 2001 18:52:10 -0600
28600              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
28601      Branch: perl
28602            + lib/sigtrap.t
28603            ! MANIFEST
28604 ____________________________________________________________________________
28605 [ 12346] By: ams                                   on 2001/10/06  23:14:01
28606         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
28607              h2xs write?)
28608              From: Nicholas Clark <nick@ccl4.org>
28609              Date: Sat, 6 Oct 2001 21:46:43 +0100
28610              Message-Id: <20011006214643.L38756@plum.flirble.org>
28611      Branch: perl
28612            ! utils/h2xs.PL
28613 ____________________________________________________________________________
28614 [ 12345] By: ams                                   on 2001/10/06  17:39:53
28615         Log: Subject: [PATCH] Memoize tests
28616              From: Nicholas Clark <nick@ccl4.org>
28617              Date: Sat, 6 Oct 2001 18:04:21 +0100
28618              Message-Id: <20011006180421.J38756@plum.flirble.org>
28619      Branch: perl
28620            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
28621            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
28622            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
28623            ! lib/Memoize/t/expire_module_n.t
28624            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
28625            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
28626            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
28627            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
28628            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
28629            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
28630 ____________________________________________________________________________
28631 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
28632         Log: Retract the latter part of #12343.
28633      Branch: perl
28634            ! ext/IO/lib/IO/Socket/INET.pm
28635 ____________________________________________________________________________
28636 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
28637         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
28638              From: David Dyck <dcd@tc.fluke.com>
28639              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
28640              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
28641              
28642              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
28643              From: David Dyck <dcd@tc.fluke.com>
28644              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
28645              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
28646      Branch: perl
28647            ! ext/IO/lib/IO/Socket/INET.pm
28648 ____________________________________________________________________________
28649 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
28650         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
28651              From: Robin Barker <rmb1@cise.npl.co.uk>
28652              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
28653              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
28654      Branch: perl
28655            ! t/TEST
28656 ____________________________________________________________________________
28657 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
28658         Log: Don't assume that %x is good for displaying UVs.
28659      Branch: perl
28660            ! dump.c
28661 ____________________________________________________________________________
28662 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
28663         Log: Update Changes.
28664      Branch: perl
28665            ! Changes patchlevel.h
28666 ____________________________________________________________________________
28667 [ 12339] By: ams                                   on 2001/10/05  10:22:34
28668         Log: Subject: [PATCH] perlfunc/select
28669              From: Nicholas Clark <nick@ccl4.org>
28670              Date: Fri, 5 Oct 2001 11:33:58 +0100
28671              Message-Id: <20011005113358.Z38756@plum.flirble.org>
28672      Branch: perl
28673            ! pod/perlfunc.pod
28674 ____________________________________________________________________________
28675 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
28676         Log: Retract #12313 and #12249.
28677      Branch: perl
28678            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
28679            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
28680            ! pod/perlebcdic.pod
28681 ____________________________________________________________________________
28682 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
28683         Log: Subject: [PATCH] perlvms.pod update
28684              From: "Craig A. Berry" <craigberry@mac.com>
28685              Date: Thu, 04 Oct 2001 12:55:52 -0500
28686              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
28687      Branch: perl
28688            ! vms/perlvms.pod
28689 ____________________________________________________________________________
28690 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
28691         Log: Subject: PATCH: Tie::SubstrHash
28692              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28693              Date: Thu, 04 Oct 2001 12:12:41 +0100
28694              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
28695      Branch: perl
28696            ! lib/Tie/SubstrHash.pm
28697 ____________________________________________________________________________
28698 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
28699         Log: Unicode properties saga continues.
28700      Branch: perl
28701            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
28702            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
28703 ____________________________________________________________________________
28704 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
28705         Log: Yet more Unicode properties.
28706      Branch: perl
28707            + lib/unicore/In/137.pl lib/unicore/In/138.pl
28708            + lib/unicore/In/139.pl lib/unicore/In/140.pl
28709            + lib/unicore/In/141.pl lib/unicore/In/142.pl
28710            + lib/unicore/In/143.pl lib/unicore/In/144.pl
28711            + lib/unicore/In/145.pl lib/unicore/In/146.pl
28712            + lib/unicore/In/147.pl lib/unicore/In/148.pl
28713            + lib/unicore/In/149.pl lib/unicore/In/150.pl
28714            + lib/unicore/In/151.pl lib/unicore/In/152.pl
28715            + lib/unicore/In/153.pl lib/unicore/In/154.pl
28716            + lib/unicore/In/155.pl lib/unicore/In/156.pl
28717            + lib/unicore/In/157.pl lib/unicore/In/158.pl
28718            + lib/unicore/In/159.pl lib/unicore/In/160.pl
28719            + lib/unicore/In/161.pl lib/unicore/In/162.pl
28720            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
28721            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
28722            ! pod/perlunicode.pod
28723 ____________________________________________________________________________
28724 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
28725         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
28726              From: "Craig A. Berry" <craigberry@mac.com>
28727              Date: Wed, 03 Oct 2001 17:45:25 -0500
28728              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
28729              
28730              (the lib/Term/Complete.t patched differently by #12332)
28731      Branch: perl
28732            ! lib/ExtUtils/Command.t
28733 ____________________________________________________________________________
28734 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
28735         Log: Restore only if something to restore.
28736      Branch: perl
28737            ! lib/Term/Complete.t
28738 ____________________________________________________________________________
28739 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
28740         Log: Update various resources for credits,
28741              minor icons fixes, and versions.
28742      Branch: maint-5.6/macperl
28743            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
28744            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
28745            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
28746 ____________________________________________________________________________
28747 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
28748         Log: Quiet the warnings about using undef value
28749      Branch: maint-5.6/macperl
28750            ! lib/File/Temp.pm
28751 ____________________________________________________________________________
28752 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
28753         Log: Fix up Ballon Help and Help menu docs (first pass);
28754              remove balloon rez file, and autogenerate with
28755              Balloon2Rez instead.
28756      Branch: maint-5.6/macperl
28757            + macos/macperl/macscripts/Balloon2Rez
28758            - macos/macperl/MPBalloons.r
28759            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
28760 ____________________________________________________________________________
28761 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
28762         Log: Allow overriding of defaults, for change #12327.
28763      Branch: maint-5.6/macperl
28764            ! perl.h
28765 ____________________________________________________________________________
28766 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
28767         Log: Override PerlProc_exit.
28768      Branch: maint-5.6/macperl
28769            ! macos/macish.h
28770 ____________________________________________________________________________
28771 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
28772         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
28773      Branch: maint-5.6/macperl
28774            + macos/bundled_lib/blib/lib/MD5.pm
28775            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
28776            + macos/lib/Mac/AETE/Dialect.pm
28777            + macos/lib/Mac/AETE/Format/Converter.pm
28778            + macos/lib/Mac/AETE/Format/Dictionary.pm
28779            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
28780            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
28781            + macos/lib/Mac/Toolbox.pod
28782            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
28783 ____________________________________________________________________________
28784 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
28785         Log: Sync up silly CVS headers ... I should commit CVS
28786              first to avoid this ...
28787      Branch: maint-5.6/macperl
28788            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
28789            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
28790            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
28791            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
28792 ____________________________________________________________________________
28793 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
28794         Log: Fix Matthias' address, and attributions.
28795      Branch: maint-5.6/macperl
28796            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
28797            ! pod/perlport.pod
28798 ____________________________________________________________________________
28799 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
28800         Log: Fix Matthias' address, and attributions.
28801      Branch: maint-5.6/macperl
28802            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
28803            ! macos/ext/Mac/Components/Components.pm
28804            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
28805            ! macos/ext/Mac/Dialogs/Dialogs.pm
28806            ! macos/ext/Mac/Events/Events.pm
28807            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
28808            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
28809            ! macos/ext/Mac/Gestalt/Gestalt.pm
28810            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
28811            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
28812            ! macos/ext/Mac/Menus/Menus.pm
28813            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
28814            ! macos/ext/Mac/Movies/Movies.pm
28815            ! macos/ext/Mac/Navigation/Navigation.pm
28816            ! macos/ext/Mac/Notification/Notification.pm
28817            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
28818            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
28819            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
28820            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
28821            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
28822            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
28823            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
28824            ! macos/ext/Mac/StandardFile/StandardFile.pm
28825            ! macos/ext/Mac/TextEdit/TextEdit.pm
28826            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
28827            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
28828            ! macos/lib/Mac/LowMem.pm
28829 ____________________________________________________________________________
28830 [ 12322] By: sky                                   on 2001/10/03  18:41:07
28831         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
28832              From: "Craig A. Berry" <craigberry@mac.com>
28833              Date: Wed, 03 Oct 2001 14:30:55 -0500
28834              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
28835      Branch: perl
28836            ! vms/vms.c
28837 ____________________________________________________________________________
28838 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
28839         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
28840              From: "Craig A. Berry" <craigberry@mac.com>
28841              Date: Wed, 03 Oct 2001 14:30:55 -0500
28842              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
28843      Branch: perl
28844            ! vms/vms.c
28845 ____________________________________________________________________________
28846 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
28847         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
28848              only IsL&) and Inherited (negative lookahead good);
28849              add tests for Common, Inherited, and L&.
28850      Branch: perl
28851            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
28852 ____________________________________________________________________________
28853 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
28854         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
28855              (The Unicode standard uses L& quite often.)
28856      Branch: perl
28857            ! lib/utf8_heavy.pl
28858 ____________________________________________________________________________
28859 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
28860         Log: Add the 'Common' Unicode property (code points not
28861              explicitly assigned to any other script).
28862      Branch: perl
28863            + lib/unicore/In/136.pl
28864            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
28865 ____________________________________________________________________________
28866 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
28867         Log: Skip the RV printing test under threads until fixed.
28868      Branch: perl
28869            ! ext/B/t/terse.t
28870 ____________________________________________________________________________
28871 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
28872         Log: Subject: 12309 / cygwin / win2k
28873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28874              Date: Wed, 03 Oct 2001 15:25:15 +0200
28875              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
28876      Branch: perl
28877            ! makedef.pl
28878 ____________________________________________________________________________
28879 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
28880         Log: Metaconfig unit change for #12314.
28881      Branch: metaconfig
28882            ! U/modified/Head.U
28883 ____________________________________________________________________________
28884 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
28885         Log: Subject: Both cygwin and djgpp on one machine
28886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28887              Date: Wed, 03 Oct 2001 15:02:59 +0200
28888              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
28889      Branch: perl
28890            ! Configure
28891 ____________________________________________________________________________
28892 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
28893         Log: (retracted by #12338)
28894              
28895              Subject: [PATCH] Code clean up for perlboot.pod
28896              From: Casey West <casey@geeknest.com>
28897              Date: Tue, 2 Oct 2001 19:24:43 -0400
28898              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
28899              
28900              Subject: [PATCH] Code clean up for perlbot.diff
28901              From: Casey West <casey@geeknest.com>
28902              Date: Tue, 2 Oct 2001 19:25:22 -0400
28903              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
28904              
28905              Subject: [PATCH] Code clean up for perlcall.pod
28906              From: Casey West <casey@geeknest.com>
28907              Date: Tue, 2 Oct 2001 19:25:57 -0400
28908              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
28909              
28910              Subject: [PATCH] Code clean up for perldata.pod
28911              From: Casey West <casey@geeknest.com>
28912              Date: Tue, 2 Oct 2001 19:26:29 -0400
28913              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
28914              
28915              Subject: [PATCH] Code clean up for perldbmfilter.pod
28916              From: Casey West <casey@geeknest.com>
28917              Date: Tue, 2 Oct 2001 19:26:59 -0400
28918              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
28919              
28920              Subject: [PATCH] Code clean up for perlebcdic.pod
28921              From: Casey West <casey@geeknest.com>
28922              Date: Tue, 2 Oct 2001 19:27:37 -0400
28923              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
28924      Branch: perl
28925            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
28926            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
28927 ____________________________________________________________________________
28928 [ 12312] By: ams                                   on 2001/10/02  23:43:55
28929         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
28930              From: Michael G Schwern <schwern@pobox.com>
28931              Date: Tue, 2 Oct 2001 17:00:49 -0400
28932              Message-Id: <20011002170049.A9955@blackrider>
28933      Branch: perl
28934            ! lib/ExtUtils/MakeMaker.pm
28935 ____________________________________________________________________________
28936 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
28937         Log: FAQ sync.
28938      Branch: perl
28939            ! pod/perlfaq3.pod
28940 ____________________________________________________________________________
28941 [ 12310] By: nick                                  on 2001/10/02  16:09:49
28942         Log: Integrate mainline
28943      Branch: perlio
28944           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
28945           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
28946           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
28947           !> patchlevel.h t/op/pat.t
28948 ____________________________________________________________________________
28949 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
28950         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
28951              not just one single space.
28952      Branch: perl
28953            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
28954 ____________________________________________________________________________
28955 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
28956         Log: AUTHORS updates.
28957      Branch: perl
28958            ! AUTHORS
28959 ____________________________________________________________________________
28960 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
28961         Log: Update Changes.
28962      Branch: perl
28963            ! Changes patchlevel.h
28964 ____________________________________________________________________________
28965 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
28966         Log: Work around old buggy glibcs for langinfo constants,
28967              from Nicholas Clark and David Dyck.
28968      Branch: perl
28969            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
28970 ____________________________________________________________________________
28971 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
28972         Log: Eradicate Time::Piece; add an example.
28973      Branch: perl
28974            ! ext/I18N/Langinfo/Langinfo.pm
28975 ____________________________________________________________________________
28976 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
28977         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
28978              From: Robert Spier <rspier@pobox.com>
28979              Date: Mon, 1 Oct 2001 23:20:16 -0700
28980              Message-ID: <15289.23712.422087.878224@rls.cx>
28981      Branch: perl
28982            ! lib/Pod/Html.pm
28983 ____________________________________________________________________________
28984 [ 12303] By: sky                                   on 2001/10/02  10:40:57
28985         Log: Fixes obscure bug that manifests itself by.
28986              local $!=0;undef*STDOUT;#segfaults
28987              Has been around for a while. Possible other magic IO vars are
28988              possibly affected as well. Reported by Jos Boumans.
28989      Branch: perl
28990            ! mg.c
28991 ____________________________________________________________________________
28992 [ 12302] By: nick                                  on 2001/10/02  09:00:52
28993         Log: Integrate mainline
28994      Branch: perlio
28995           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
28996           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
28997           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
28998 ____________________________________________________________________________
28999 [ 12301] By: nick                                  on 2001/10/02  08:40:57
29000         Log: Integrate mainline + lib/open.t patch from Chromatic
29001      Branch: perlio
29002           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
29003            ! lib/open.t
29004           !> (integrate 29 files)
29005 ____________________________________________________________________________
29006 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
29007         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
29008              Until it has, better stop early if someone requests threads.
29009      Branch: perl
29010            ! hints/darwin.sh
29011 ____________________________________________________________________________
29012 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
29013         Log: Subject: [ID 20011001.011] redundant code in t/TEST
29014              From: David Dyck <dcd@tc.fluke.com>
29015              Date: Mon, 1 Oct 2001 12:56:24 -0700
29016              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
29017      Branch: perl
29018            ! t/TEST
29019 ____________________________________________________________________________
29020 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
29021         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
29022              From: "chromatic" <chromatic@rmci.net>
29023              Date: Mon, 01 Oct 2001 12:27:12 -0600
29024              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
29025      Branch: perl
29026            ! lib/Term/Cap.t
29027 ____________________________________________________________________________
29028 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
29029         Log: UNICOS testing patches from Nicholas Clark.
29030      Branch: perl
29031            ! t/op/arith.t t/op/pack.t
29032 ____________________________________________________________________________
29033 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
29034         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
29035              From: "chromatic" <chromatic@rmci.net>
29036              Date: Mon, 01 Oct 2001 10:21:51 -0600
29037              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
29038      Branch: perl
29039            ! lib/open.t
29040 ____________________________________________________________________________
29041 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
29042         Log: Make missing the RADIXCHAR a softer, gentler error.
29043      Branch: perl
29044            ! ext/I18N/Langinfo/Langinfo.t
29045 ____________________________________________________________________________
29046 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
29047         Log: Nuke also the LANG because of glibc.
29048      Branch: perl
29049            ! lib/open.t
29050 ____________________________________________________________________________
29051 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
29052         Log: Also the ^Is is optional.
29053      Branch: perl
29054            ! pod/perlunicode.pod t/op/pat.t
29055 ____________________________________________________________________________
29056 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
29057         Log: Be careful to pull chars from the varargs stack when
29058              formatting chars.
29059      Branch: perl
29060            ! regcomp.c
29061 ____________________________________________________________________________
29062 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
29063         Log: sortsv not in place anymore, noticed by John P. Linderman.
29064      Branch: perl
29065            ! pod/perlapi.pod pp_ctl.c
29066 ____________________________________________________________________________
29067 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
29068         Log: Make the diagnostic messages more neutral.
29069      Branch: perl
29070            ! ext/B/t/terse.t
29071 ____________________________________________________________________________
29072 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
29073         Log: Forgotten from #12288.
29074      Branch: perl
29075            ! ext/Data/Dumper/Dumper.pm
29076 ____________________________________________________________________________
29077 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
29078         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
29079              From: Brian Ingerson <ingy@ttul.org>
29080              Date: Sun, 30 Sep 2001 21:45:56 -0700
29081              Message-ID: <20010930214556.D26392@ttul.org>
29082              
29083              (remember also the #12289)
29084      Branch: perl
29085            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29086 ____________________________________________________________________________
29087 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
29088         Log: More Unicode property tests for the abbreviated
29089              general properties.
29090      Branch: perl
29091            ! t/op/pat.t
29092 ____________________________________________________________________________
29093 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
29094         Log: Further tweaks to the Unicode properties.
29095      Branch: perl
29096            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
29097 ____________________________________________________________________________
29098 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
29099         Log: Retract #12284.
29100      Branch: perl
29101            ! lib/Term/Cap.t
29102 ____________________________________________________________________________
29103 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
29104         Log: (Retracted by #12285)
29105      Branch: perl
29106            ! lib/Term/Cap.t
29107 ____________________________________________________________________________
29108 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
29109         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
29110              From: "chromatic" <chromatic@rmci.net>  
29111              Date: Sun, 30 Sep 2001 16:10:02 -0600
29112              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
29113      Branch: perl
29114            + lib/Term/Cap.t
29115            ! MANIFEST
29116 ____________________________________________________________________________
29117 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
29118         Log: Use stty -g to restore the terminal state, do not even
29119              try to run the tests if stty -g is not available.
29120      Branch: perl
29121            ! lib/Term/Complete.t
29122 ____________________________________________________________________________
29123 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
29124         Log: Cleanup utf8_heavy; allow dropping the In prefix from
29125              Unicode script/block properties.
29126      Branch: perl
29127            ! lib/utf8_heavy.pl
29128 ____________________________________________________________________________
29129 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
29130         Log: Retract the #12259 for now.
29131      Branch: perl
29132            ! embed.h embed.pl sv.h
29133 ____________________________________________________________________________
29134 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
29135         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
29136      Branch: perl
29137            + lib/Text/TabsWrap/CHANGELOG
29138            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
29139 ____________________________________________________________________________
29140 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
29141         Log: #12272 wasn't right, it introduced an extra ().
29142      Branch: perl
29143            ! lib/utf8_heavy.pl
29144 ____________________________________________________________________________
29145 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
29146         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
29147              From: Jonathan Stowe <gellyfish@gellyfish.com>
29148              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
29149              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
29150      Branch: perl
29151            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
29152 ____________________________________________________________________________
29153 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
29154         Log: Subject: Patch to put qsortsv in the public API
29155              From: Brian Ingerson <ingy@ttul.org>
29156              Date: Sat, 29 Sep 2001 17:41:13 -0700
29157              Message-ID: <20010929174113.A30223@ttul.org>
29158      Branch: perl
29159            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
29160 ____________________________________________________________________________
29161 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
29162         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
29163              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29164              Date: Sat, 29 Sep 2001 23:54:48 +0200
29165              Message-ID: <20010929235448.A5017@rafael>
29166      Branch: perl
29167            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
29168 ____________________________________________________________________________
29169 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
29170         Log: FAQ sync.
29171      Branch: perl
29172            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29173            ! pod/perlfaq9.pod
29174 ____________________________________________________________________________
29175 [ 12273] By: bailey                                on 2001/09/29  23:43:46
29176         Log: Resync with mainline
29177      Branch: vmsperl
29178           +> (branch 1207 files)
29179            - (delete 324 files)
29180           !> (integrate 866 files)
29181 ____________________________________________________________________________
29182 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
29183         Log: Nasty recursion trap if one would match Unicode.
29184      Branch: perl
29185            ! lib/utf8_heavy.pl
29186 ____________________________________________________________________________
29187 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
29188         Log: More Unicode todo.
29189      Branch: perl
29190            ! pod/perltodo.pod
29191 ____________________________________________________________________________
29192 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
29193         Log: Explain a bit the new more flexible \p\P syntax.
29194      Branch: perl
29195            ! pod/perlunicode.pod
29196 ____________________________________________________________________________
29197 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
29198         Log: More leniency to the \p and \P: now can have whitespace
29199              between the property definition and the curlies; now can
29200              invert the property by having a caret between the open
29201              curly and the property.
29202      Branch: perl
29203            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
29204 ____________________________________________________________________________
29205 [ 12268] By: nick                                  on 2001/09/29  17:39:26
29206         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
29207              one test (lib/open.t) fails
29208      Branch: perlio
29209           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
29210           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
29211           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
29212           +> lib/Tie/Scalar.t lib/open.t
29213            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
29214            - ext/B/Stash.t
29215           !> (integrate 62 files)
29216 ____________________________________________________________________________
29217 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
29218         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
29219      Branch: perl
29220            ! t/op/chdir.t
29221 ____________________________________________________________________________
29222 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
29223         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
29224              From: "Craig A. Berry" <craigberry@mac.com> 
29225              Date: Sat, 29 Sep 2001 09:35:33 -0500
29226              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
29227      Branch: perl
29228            ! t/op/chdir.t
29229 ____________________________________________________________________________
29230 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
29231         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
29232              From: "chromatic" <chromatic@rmci.net>
29233              Date: Fri, 28 Sep 2001 21:20:12 -0600
29234              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
29235      Branch: perl
29236            + lib/Tie/Scalar.t
29237            ! MANIFEST lib/Tie/Scalar.pm
29238 ____________________________________________________________________________
29239 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
29240         Log: Allow for more flexibility in the \p{In...} names, now
29241              case doesn't matter, and any space or dash can be
29242              matched by any space, dash, underbar, or empty.
29243              (may be going too far on leniency)
29244      Branch: perl
29245            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
29246            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
29247            ! t/op/pat.t
29248 ____________________________________________________________________________
29249 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
29250         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
29251              From: "chromatic" <chromatic@rmci.net>
29252              Date: Fri, 28 Sep 2001 17:39:50 -0600
29253              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
29254      Branch: perl
29255            + lib/open.t
29256            ! MANIFEST
29257 ____________________________________________________________________________
29258 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
29259         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
29260              From: "Craig A. Berry" <craigberry@mac.com>
29261              Date: Fri, 28 Sep 2001 16:24:51 -0500
29262              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
29263      Branch: perl
29264            ! ext/File/Glob/t/basic.t
29265 ____________________________________________________________________________
29266 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
29267         Log: Subject: [DOC PATCH] Carp.pm pod typo
29268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29269              Date: Fri, 28 Sep 2001 23:14:51 +0200
29270              Message-ID: <20010928231451.E16889@rafael>
29271      Branch: perl
29272            ! lib/Carp.pm
29273 ____________________________________________________________________________
29274 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
29275         Log: Subject: [PATCH] Allow an @INC hook to set %INC
29276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29277              Date: Fri, 28 Sep 2001 22:18:13 +0200
29278              Message-ID: <20010928221813.A16889@rafael>
29279      Branch: perl
29280            ! pp_ctl.c
29281 ____________________________________________________________________________
29282 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
29283         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
29284              From: Nicholas Clark <nick@ccl4.org>
29285              Date: Fri, 28 Sep 2001 23:39:33 +0100
29286              Message-ID: <20010928233933.C23673@plum.flirble.org>
29287      Branch: perl
29288            ! embed.h embed.pl sv.h
29289 ____________________________________________________________________________
29290 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
29291         Log: Update Changes.
29292      Branch: perl
29293            ! Changes patchlevel.h
29294 ____________________________________________________________________________
29295 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
29296         Log: Move the B tests to B/t.
29297      Branch: perl
29298            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
29299            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
29300            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
29301            - ext/B/Showlex.t ext/B/Stash.t
29302            ! MANIFEST
29303 ____________________________________________________________________________
29304 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
29305         Log: Forgot from #12254.
29306      Branch: perl
29307            + ext/B/B/Terse.t
29308 ____________________________________________________________________________
29309 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
29310         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
29311              From: "chromatic" <chromatic@rmci.net>
29312              Date: Thu, 27 Sep 2001 23:22:17 -0600
29313              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
29314      Branch: perl
29315            ! MANIFEST
29316 ____________________________________________________________________________
29317 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
29318         Log: Test numbering mismatch.
29319      Branch: perl
29320            ! t/op/chdir.t
29321 ____________________________________________________________________________
29322 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
29323         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
29324              From: "Craig A. Berry" <craigberry@mac.com>
29325              Date: Wed, 26 Sep 2001 17:43:14 -0500
29326              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
29327      Branch: perl
29328            ! iperlsys.h t/op/chdir.t
29329 ____________________________________________________________________________
29330 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
29331         Log: Subject: [PATCH gv.c] make __ANON__ global
29332              From: Robin Barker <rmb1@cise.npl.co.uk>
29333              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
29334              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
29335      Branch: perl
29336            ! gv.c t/op/anonsub.t t/op/runlevel.t
29337 ____________________________________________________________________________
29338 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
29339         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
29340              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29341              Date: Thu, 27 Sep 2001 22:34:32 +0200
29342              Message-ID: <20010927223432.A1485@rafael>
29343      Branch: perl
29344            ! ext/B/B/Terse.pm
29345 ____________________________________________________________________________
29346 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
29347         Log: (retracted by #12338)
29348              
29349              Subject: [PATCH] Cleanup of perldsc.pod      
29350              From: Casey West <casey@geeknest.com>
29351              Date: Thu, 27 Sep 2001 11:13:17 -0400
29352              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
29353      Branch: perl
29354            ! pod/perldsc.pod
29355 ____________________________________________________________________________
29356 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
29357         Log: Not everyone is using ithreads...
29358      Branch: perl
29359            ! ext/Devel/Peek/Peek.t
29360 ____________________________________________________________________________
29361 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
29362         Log: Document the nss_delete core dump workaround for HP-UX
29363              and Solaris, bug IDs 20010805.018 and 20010629.004.
29364      Branch: perl
29365            ! README.hpux README.solaris
29366 ____________________________________________________________________________
29367 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
29368         Log: Dump Unicode hash keys also as Unicode,
29369              not just as a byte string.
29370      Branch: perl
29371            ! dump.c ext/Devel/Peek/Peek.t
29372 ____________________________________________________________________________
29373 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
29374         Log: Integrate changes #12241 and #12242 from macperl:
29375              
29376              Remove unneeded disabling of umask() calls
29377              
29378              Note (get|set)sockopt are available.
29379      Branch: perl
29380           !> lib/File/Temp.pm pod/perlport.pod
29381 ____________________________________________________________________________
29382 [ 12244] By: sky                                   on 2001/09/27  08:53:00
29383         Log: Flush buffers on thread closedown.
29384      Branch: perl
29385            ! ext/threads/threads.xs
29386 ____________________________________________________________________________
29387 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
29388         Log: Dump SvUTF8(sv)s also as \x{...}.
29389              
29390              TODO: dump the SvUTF8() hash keys similarly. 
29391      Branch: perl
29392            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
29393 ____________________________________________________________________________
29394 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
29395         Log: Note (get|set)sockopt are available.
29396      Branch: maint-5.6/macperl
29397            ! pod/perlport.pod
29398 ____________________________________________________________________________
29399 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
29400         Log: Remove unneeded disabling of umask() calls
29401      Branch: maint-5.6/macperl
29402            ! lib/File/Temp.pm
29403 ____________________________________________________________________________
29404 [ 12240] By: sky                                   on 2001/09/26  18:44:56
29405         Log: Documention update
29406      Branch: perl
29407            ! ext/threads/threads.pm
29408 ____________________________________________________________________________
29409 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
29410         Log: Update Changes.
29411      Branch: perl
29412            ! Changes patchlevel.h
29413 ____________________________________________________________________________
29414 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
29415         Log: Check that all environment variables are tainted.
29416      Branch: perl
29417            ! t/op/taint.t
29418 ____________________________________________________________________________
29419 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
29420         Log: Manual integration error in #12235.
29421      Branch: perl
29422            ! lib/File/DosGlob.t
29423 ____________________________________________________________________________
29424 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
29425         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
29426              From: "chromatic" <chromatic@rmci.net>
29427              Date: Tue, 25 Sep 2001 23:57:07 -0600
29428              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
29429      Branch: perl
29430            ! perlio.c
29431 ____________________________________________________________________________
29432 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
29433         Log: Integrate macperl changes from Chris Nandor:
29434              12192 11817 11815 11813 11778 11775
29435              
29436              Update CPAN.pm to work with new Mac::BuildTools instead
29437              of ExtUtils::MM_MacOS "orphan" functions
29438              
29439              Fix test
29440              
29441              Make syntax check report in MPW style, fix tests
29442              to use Mac::err=unix to get normal-style error
29443              messages.
29444              
29445              More module and test ports from Thomas Wegner et al
29446              
29447              Fix open of /dev/null for Mac OS
29448              
29449              Allow for platforms to override formatting of errors
29450              on output from Matthias Neeracher (core files)
29451      Branch: perl
29452            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
29453            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
29454            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
29455           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
29456           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
29457           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
29458 ____________________________________________________________________________
29459 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
29460         Log: grrr.
29461      Branch: perl
29462            ! t/op/gv.t
29463 ____________________________________________________________________________
29464 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
29465         Log: Retract #12232.
29466      Branch: perl
29467            ! t/op/gv.t
29468 ____________________________________________________________________________
29469 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
29470         Log: (Retracted by #12233.)
29471      Branch: perl
29472            ! t/op/gv.t
29473 ____________________________________________________________________________
29474 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
29475         Log: Detypo.
29476      Branch: perl
29477            ! ext/Encode/Makefile.PL
29478 ____________________________________________________________________________
29479 [ 12230] By: sky                                   on 2001/09/26  11:36:23
29480         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
29481              We are using a "delay" here because we do not want to depend on thread synchronization issues.
29482      Branch: perl
29483            + ext/threads/t/stress_cv.t
29484            ! MANIFEST ext/threads/t/stress_string.t
29485 ____________________________________________________________________________
29486 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
29487         Log: NetWare tweak from Ananth Kesari.
29488      Branch: perl
29489            ! NetWare/t/Readme.txt
29490 ____________________________________________________________________________
29491 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
29492         Log: Trick to fool case-blind filesystems.
29493      Branch: perl
29494            ! ext/Encode/Makefile.PL
29495 ____________________________________________________________________________
29496 [ 12227] By: sky                                   on 2001/09/26  11:06:50
29497         Log: Threads can start executing in a different order than they were
29498              created.... so we cannot ok() inside the threadstarter.
29499      Branch: perl
29500            ! ext/threads/t/stress_string.t
29501 ____________________________________________________________________________
29502 [ 12226] By: sky                                   on 2001/09/26  07:41:45
29503         Log: Add in stress_string.t to stress test threads a bit more.
29504      Branch: perl
29505            + ext/threads/t/stress_string.t
29506            ! MANIFEST
29507 ____________________________________________________________________________
29508 [ 12225] By: sky                                   on 2001/09/26  07:04:21
29509         Log: Fix negative refcount introduced by #12223.
29510      Branch: perl
29511            ! ext/threads/threads.xs
29512 ____________________________________________________________________________
29513 [ 12224] By: sky                                   on 2001/09/26  06:57:58
29514         Log: Update documentation to match change #12223
29515      Branch: perl
29516            ! sharedsv.c
29517 ____________________________________________________________________________
29518 [ 12223] By: sky                                   on 2001/09/26  06:54:32
29519         Log: Use a separate interpreter for the sharedsv space. Another
29520              negative sv leak. Sigh.
29521      Branch: perl
29522            ! sharedsv.c
29523 ____________________________________________________________________________
29524 [ 12222] By: sky                                   on 2001/09/26  05:58:35
29525         Log: Do the environ assignment in perl_contruct to match perl_destruct.
29526              Now we don't need to perl_parse/perl_run. However environ is a
29527              global....
29528      Branch: perl
29529            ! perl.c
29530 ____________________________________________________________________________
29531 [ 12221] By: sky                                   on 2001/09/26  05:41:02
29532         Log: Move the creation of PL_strtab to perl_construct so we can work
29533              with HV and HEs without running perl_parse.
29534      Branch: perl
29535            ! perl.c
29536 ____________________________________________________________________________
29537 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
29538         Log: integrate macperl changes into maint-5.6
29539      Branch: maint-5.6/perl
29540           !> (integrate 26 files)
29541 ____________________________________________________________________________
29542 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
29543         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
29544              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
29545      Branch: maint-5.6/macperl
29546            ! macos/ext/Mac/Fonts/Fonts.xs
29547            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
29548 ____________________________________________________________________________
29549 [ 12218] By: ams                                   on 2001/09/25  23:31:33
29550         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
29551              From: Nicholas Clark <nick@ccl4.org>
29552              Date: Wed, 26 Sep 2001 01:20:20 +0100
29553              Message-Id: <20010926012020.B48092@plum.flirble.org>
29554      Branch: perl
29555            ! lib/AutoSplit.t
29556 ____________________________________________________________________________
29557 [ 12217] By: ams                                   on 2001/09/25  22:33:05
29558         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
29559              From: "Craig A. Berry" <craigberry@mac.com>
29560              Date: Tue, 25 Sep 2001 18:08:42 -0500
29561              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
29562      Branch: perl
29563            ! vms/vms.c
29564 ____________________________________________________________________________
29565 [ 12216] By: ams                                   on 2001/09/25  21:41:01
29566         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
29567              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
29568              From: Michael G Schwern <schwern@pobox.com>
29569              Date: Wed, 26 Sep 2001 00:38:21 -0400
29570              Message-Id: <20010926003821.A627@blackrider>
29571      Branch: perl
29572            ! lib/AutoSplit.t
29573 ____________________________________________________________________________
29574 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
29575         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
29576              From: Michael G Schwern <schwern@pobox.com>
29577              Date: Tue, 25 Sep 2001 17:43:49 -0400
29578              Message-ID: <20010925174349.B19534@blackrider>
29579      Branch: perl
29580            ! lib/Test/Simple.pm lib/Test/Utils.pm
29581 ____________________________________________________________________________
29582 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
29583         Log: Integrate changes from bleadperl.
29584      Branch: maint-5.6/macperl
29585           !> pod/perlport.pod
29586 ____________________________________________________________________________
29587 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
29588         Log: skip($mess) should result in one skip.
29589      Branch: perl
29590            ! t/test.pl
29591 ____________________________________________________________________________
29592 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
29593         Log: Integrate change #12200 from maintperl.
29594      Branch: maint-5.6/macperl
29595           !> win32/perlhost.h
29596 ____________________________________________________________________________
29597 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
29598         Log: Fix file types to "apple"
29599      Branch: maint-5.6/macperl
29600            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
29601            ! macos/ext/Mac/SAT/t/Collision.rsrc
29602 ____________________________________________________________________________
29603 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
29604         Log: Fix rsrc file as snd file; fix path in t file.
29605      Branch: maint-5.6/macperl
29606            ! macos/ext/Mac/Notification/t/Notification.rsrc
29607            ! macos/ext/Mac/Notification/t/Notification.t
29608 ____________________________________________________________________________
29609 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
29610         Log: Sync up with File::Find from bleadperl.
29611      Branch: maint-5.6/macperl
29612            ! lib/File/Find.pm t/lib/filefind-taint.t
29613 ____________________________________________________________________________
29614 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
29615         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
29616              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
29617              of hundreds)
29618      Branch: maint-5.6/macperl
29619            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
29620            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
29621            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
29622 ____________________________________________________________________________
29623 [ 12207] By: nick                                  on 2001/09/25  19:04:36
29624         Log: Integrate mainline (untested while modem is up)
29625      Branch: perlio
29626           +> lib/AutoSplit.t t/test.pl
29627            - lib/warnings/register.t
29628           !> (integrate 28 files)
29629 ____________________________________________________________________________
29630 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
29631         Log: perldiag entry for #12205.
29632      Branch: perl
29633            ! pod/perldiag.pod
29634 ____________________________________________________________________________
29635 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
29636         Log: Subject: [PATCH] warning on v-string in use/require
29637              From: John Peacock <jpeacock@rowman.com>
29638              Date: Mon, 24 Sep 2001 17:29:03 -0400
29639              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
29640      Branch: perl
29641            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
29642 ____________________________________________________________________________
29643 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
29644         Log: perltooc et al updates.
29645      Branch: perl
29646            ! plan9/mkfile pod/roffitall
29647 ____________________________________________________________________________
29648 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
29649         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
29650              From: Michael G Schwern <schwern@pobox.com>
29651              Date: Sun, 23 Sep 2001 00:07:12 -0400
29652              Message-ID: <20010923000712.A7005@blackrider>
29653      Branch: perl
29654            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
29655 ____________________________________________________________________________
29656 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
29657         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
29658              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29659              Date: Wed, 26 Sep 2001 01:25:10 +0900
29660              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
29661      Branch: perl
29662            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
29663            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
29664            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
29665 ____________________________________________________________________________
29666 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
29667         Log: Integrate change #12200 from maintperl;
29668              on windows, virtualized environment could propagate deleted variables
29669              into children if they happen to be at the very end of the table
29670      Branch: perl
29671           !> win32/perlhost.h
29672 ____________________________________________________________________________
29673 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
29674         Log: on windows, virtualized environment could propagate deleted variables
29675              into children if they happen to be at the very end of the table
29676              (thanks for succinct test case from Johan Holmberg, and fix from
29677              Doug Lankshear)
29678      Branch: maint-5.6/perl
29679            ! win32/perlhost.h
29680 ____________________________________________________________________________
29681 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
29682         Log: avoid the use of ftime() (it does a useless, potentially
29683              expensive call to GetTimeZoneInformation()); this potentially
29684              also results in three more digits of precision from
29685              Time::HiRes::time()
29686      Branch: perl
29687            ! ext/Time/HiRes/HiRes.xs
29688 ____________________________________________________________________________
29689 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
29690         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
29691              
29692              Note: io/binmode is failing, have to figure out why.
29693      Branch: perl
29694            + t/test.pl
29695            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
29696            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
29697            ! t/run/exit.t
29698 ____________________________________________________________________________
29699 [ 12197] By: ams                                   on 2001/09/25  13:48:55
29700         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
29701              From: Nicholas Clark <nick@ccl4.org>
29702              Date: Tue, 25 Sep 2001 00:37:40 +0100
29703              Message-Id: <20010925003740.S4971@plum.flirble.org>
29704              (Further changes expected.)
29705      Branch: perl
29706            + lib/AutoSplit.t
29707            ! MANIFEST
29708 ____________________________________________________________________________
29709 [ 12196] By: sky                                   on 2001/09/25  13:37:12
29710         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
29711              _ftime to try and be more robust.
29712      Branch: perl
29713            ! ext/Time/HiRes/HiRes.xs
29714 ____________________________________________________________________________
29715 [ 12194] By: ams                                   on 2001/09/25  11:40:00
29716         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
29717              From: "Craig A. Berry" <craigberry@mac.com>
29718              Date: Mon, 24 Sep 2001 17:54:20 -0500
29719              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
29720      Branch: perl
29721            ! vms/descrip_mms.template
29722 ____________________________________________________________________________
29723 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
29724         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
29725              not working, cursor not spinning (Bug #422129); external
29726              editor problems (Bug #456329); escape/cmd-. not activating
29727              "Cancel" in Save dialog box (Bug #446960); Runtimes not
29728              executing on launch (Bug #464441).
29729      Branch: maint-5.6/macperl
29730            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
29731            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
29732            ! macos/macperl/MacPerl.r
29733 ____________________________________________________________________________
29734 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
29735         Log: Update CPAN.pm to work with new Mac::BuildTools instead
29736              of ExtUtils::MM_MacOS "orphan" functions
29737      Branch: maint-5.6/macperl
29738            ! lib/CPAN.pm
29739 ____________________________________________________________________________
29740 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
29741         Log: Fix up another xsubpp problem (Matthias Neeracher)
29742      Branch: maint-5.6/macperl
29743            ! macos/xsubpp
29744 ____________________________________________________________________________
29745 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
29746         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
29747      Branch: maint-5.6/macperl
29748            ! macos/lib/ExtUtils/MM_MacOS.pm
29749 ____________________________________________________________________________
29750 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
29751         Log: Fix up Makefiles for more Mac:: modules (and prepare for
29752              static build ...?)
29753      Branch: maint-5.6/macperl
29754            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
29755            ! macos/macperl/Makefile.mk
29756 ____________________________________________________________________________
29757 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
29758         Log: Fix up tests
29759      Branch: maint-5.6/macperl
29760            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
29761 ____________________________________________________________________________
29762 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
29763         Log: Make malloc smarter, fix bugs.  (Bug #404030)
29764      Branch: maint-5.6/macperl
29765            ! macos/icemalloc.c macos/icemalloc.h
29766 ____________________________________________________________________________
29767 [ 12186] By: nick                                  on 2001/09/24  19:18:17
29768         Log: Integrate mainline
29769      Branch: perlio
29770           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
29771           +> lib/filetest.t
29772           !> (integrate 30 files)
29773 ____________________________________________________________________________
29774 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
29775         Log: Retract #12136, the warnings::register is already
29776              tested by t/lib/warnings/9enabled, as pointed out
29777              by Paul Marquess.
29778      Branch: perl
29779            - lib/warnings/register.t
29780            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
29781 ____________________________________________________________________________
29782 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
29783         Log: fix Time::HiRes implementation of gettimeofday() on windows
29784              (HiRes.t#14 now passes)
29785      Branch: perl
29786            ! ext/Time/HiRes/HiRes.xs
29787 ____________________________________________________________________________
29788 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
29789         Log: File::Spec::catfile() canonifies everything to blackslashes on
29790              windows :-(
29791      Branch: perl
29792            ! lib/ExtUtils/Manifest.t
29793 ____________________________________________________________________________
29794 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
29795         Log: test number mismatch
29796      Branch: perl
29797            ! t/op/magic.t
29798 ____________________________________________________________________________
29799 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
29800         Log: ok().
29801      Branch: perl
29802            ! t/op/pack.t
29803 ____________________________________________________________________________
29804 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
29805         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
29806              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29807      Branch: perl
29808            ! pp_pack.c t/op/pack.t
29809 ____________________________________________________________________________
29810 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
29811         Log: Update Changes.
29812      Branch: perl
29813            ! Changes patchlevel.h
29814 ____________________________________________________________________________
29815 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
29816         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
29817              From: Michael G Schwern <schwern@pobox.com>
29818              Date: Mon, 24 Sep 2001 11:12:13 -0400
29819              Message-ID: <20010924111213.G27885@blackrider>
29820      Branch: perl
29821            ! lib/ExtUtils/Manifest.pm
29822 ____________________________________________________________________________
29823 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
29824         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
29825              From: Michael G Schwern <schwern@pobox.com> 
29826              Date: Mon, 24 Sep 2001 11:02:07 -0400
29827              Message-ID: <20010924110207.E27885@blackrider>
29828      Branch: perl
29829            ! vms/test.com
29830 ____________________________________________________________________________
29831 [ 12176] By: ams                                   on 2001/09/24  14:01:59
29832         Log: Update Changes.
29833      Branch: perl
29834            ! Changes
29835 ____________________________________________________________________________
29836 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
29837         Log: Various cleanups.
29838      Branch: perl
29839            ! ext/threads/Makefile.PL ext/threads/threads.xs
29840 ____________________________________________________________________________
29841 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
29842         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
29843      Branch: maint-5.6/macperl
29844           !> (integrate 33 files)
29845 ____________________________________________________________________________
29846 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
29847         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
29848              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
29849              Date: Mon, 24 Sep 2001 20:04:58 +0900
29850              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
29851      Branch: perl
29852            ! ext/Encode/Encode/gb2312.enc
29853 ____________________________________________________________________________
29854 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
29855         Log: Clarifying comment to #12164.
29856      Branch: perl
29857            ! lib/Cwd.pm
29858 ____________________________________________________________________________
29859 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
29860         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
29861              From: Nicholas Clark <nick@ccl4.org>
29862              Date: Sun, 23 Sep 2001 23:00:56 +0100
29863              Message-ID: <20010923230055.Y4971@plum.flirble.org>
29864              
29865              (with "sample_constants" changed to "fallback")
29866      Branch: perl
29867            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
29868            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
29869            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
29870            ! lib/h2xs.t utils/h2xs.PL
29871 ____________________________________________________________________________
29872 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
29873         Log: Metaconfig unit change for #12167.
29874      Branch: metaconfig
29875            ! U/modified/Cppsym.U
29876 ____________________________________________________________________________
29877 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
29878         Log: Add a few glibc cpp symbols to probe for.
29879      Branch: perl
29880            ! Configure
29881 ____________________________________________________________________________
29882 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
29883         Log: DJGPP tweaks for Laszlo Molnar.
29884      Branch: perl
29885            ! djgpp/djgppsed.sh dosish.h
29886 ____________________________________________________________________________
29887 [ 12165] By: ams                                   on 2001/09/24  10:07:08
29888         Log: Subject: [PATCH t/op/inccode.t] More tests
29889              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29890              Date: 24 Sep 2001 10:01:44 -0000
29891              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
29892      Branch: perl
29893            ! t/op/inccode.t
29894 ____________________________________________________________________________
29895 [ 12164] By: ams                                   on 2001/09/24  09:43:29
29896         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
29897              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
29898              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
29899              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
29900      Branch: perl
29901            ! lib/Cwd.pm
29902 ____________________________________________________________________________
29903 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
29904         Log: 1_compile updates.
29905      Branch: perl
29906            ! t/lib/1_compile.t
29907 ____________________________________________________________________________
29908 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
29909         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
29910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29911              Date: Wed, 19 Sep 2001 22:47:14 +0200
29912              Message-ID: <20010919224714.A6382@rafael>
29913      Branch: perl
29914            ! pod/perlvar.pod pp_ctl.c
29915 ____________________________________________________________________________
29916 [ 12161] By: ams                                   on 2001/09/23  17:40:02
29917         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
29918              filetest Pragma
29919              From: "chromatic" <chromatic@rmci.net>
29920              Date: Sun, 23 Sep 2001 12:07:25 -0600
29921              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
29922      Branch: perl
29923            + lib/filetest.t
29924            ! MANIFEST t/lib/1_compile.t
29925 ____________________________________________________________________________
29926 [ 12160] By: ams                                   on 2001/09/23  16:32:11
29927         Log: Additional minor chdir() tweak.
29928      Branch: perl
29929            ! pod/perlfunc.pod
29930 ____________________________________________________________________________
29931 [ 12159] By: ams                                   on 2001/09/23  16:25:01
29932         Log: Subject: PATCH lib/ExtUtils/Command.t
29933              From: Abe Timmerman <abe@ztreet.demon.nl>
29934              Date: Sun, 23 Sep 2001 19:11:44 +0200
29935              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
29936      Branch: perl
29937            ! lib/ExtUtils/Command.t
29938 ____________________________________________________________________________
29939 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
29940         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
29941              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
29942              Date: Sun, 23 Sep 2001 02:02:26 +0200
29943              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
29944      Branch: perl
29945            ! makedef.pl
29946 ____________________________________________________________________________
29947 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
29948         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
29949              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
29950              Date: Sat, 22 Sep 2001 12:54:39 -0500
29951              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
29952      Branch: perl
29953            ! t/op/study.t
29954 ____________________________________________________________________________
29955 [ 12156] By: nick                                  on 2001/09/23  07:48:44
29956         Log: Integrate mainline
29957      Branch: perlio
29958            - check83.pl
29959           !> ext/Encode/Encode/2022-cn.enc
29960 ____________________________________________________________________________
29961 [ 12155] By: nick                                  on 2001/09/23  07:48:01
29962         Log: Integrate mainline
29963      Branch: perlio
29964           +> (branch 64 files)
29965            - ext/Encode/Encode/cns11643-1.enc
29966            - ext/Encode/Encode/cns11643-2.enc
29967            - ext/Encode/Encode/iso2022-cn.enc
29968            - ext/Encode/Encode/iso2022-jp.enc
29969            - ext/Encode/Encode/iso2022-jp1.enc
29970            - ext/Encode/Encode/iso2022-jp2.enc
29971            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
29972            - ext/Encode/Encode/iso8859-1.enc
29973            - ext/Encode/Encode/iso8859-1.ucm
29974            - ext/Encode/Encode/iso8859-10.enc
29975            - ext/Encode/Encode/iso8859-10.ucm
29976            - ext/Encode/Encode/iso8859-13.enc
29977            - ext/Encode/Encode/iso8859-13.ucm
29978            - ext/Encode/Encode/iso8859-14.enc
29979            - ext/Encode/Encode/iso8859-14.ucm
29980            - ext/Encode/Encode/iso8859-15.enc
29981            - ext/Encode/Encode/iso8859-15.ucm
29982            - ext/Encode/Encode/iso8859-16.enc
29983            - ext/Encode/Encode/iso8859-16.ucm
29984            - ext/Encode/Encode/iso8859-2.enc
29985            - ext/Encode/Encode/iso8859-2.ucm
29986            - ext/Encode/Encode/iso8859-3.enc
29987            - ext/Encode/Encode/iso8859-3.ucm
29988            - ext/Encode/Encode/iso8859-4.enc
29989            - ext/Encode/Encode/iso8859-4.ucm
29990            - ext/Encode/Encode/iso8859-5.enc
29991            - ext/Encode/Encode/iso8859-5.ucm
29992            - ext/Encode/Encode/iso8859-6.enc
29993            - ext/Encode/Encode/iso8859-6.ucm
29994            - ext/Encode/Encode/iso8859-7.enc
29995            - ext/Encode/Encode/iso8859-7.ucm
29996            - ext/Encode/Encode/iso8859-8.enc
29997            - ext/Encode/Encode/iso8859-8.ucm
29998            - ext/Encode/Encode/iso8859-9.enc
29999            - ext/Encode/Encode/iso8859-9.ucm
30000            - ext/Encode/Encode/isoir-197.enc
30001            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
30002            - t/lib/sample-tests/header_at_end
30003            - t/lib/sample-tests/header_at_end_fail
30004           !> (integrate 174 files)
30005 ____________________________________________________________________________
30006 [ 12154] By: ams                                   on 2001/09/23  07:11:46
30007         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
30008              by Blair Zajac.
30009      Branch: perl
30010            ! pod/perlfunc.pod
30011 ____________________________________________________________________________
30012 [ 12153] By: ams                                   on 2001/09/23  06:56:32
30013         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
30014              Forgotten deprecation of *glob{FILEHANDLE}?
30015              From: "chromatic" <chromatic@rmci.net>
30016              Date: Sat, 22 Sep 2001 21:27:56 -0600
30017              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
30018      Branch: perl
30019            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
30020 ____________________________________________________________________________
30021 [ 12152] By: ams                                   on 2001/09/23  06:42:58
30022         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
30023              From: Michael G Schwern <schwern@pobox.com>
30024              Date: Sun, 23 Sep 2001 03:34:39 -0400
30025              Message-Id: <20010923033439.E7005@blackrider>
30026      Branch: perl
30027            ! lib/File/Find.pm
30028 ____________________________________________________________________________
30029 [ 12151] By: ams                                   on 2001/09/23  06:37:57
30030         Log: Subject: Re: t/op/magic.t missing tests on Win32
30031              From: Michael G Schwern <schwern@pobox.com>
30032              Date: Sat, 22 Sep 2001 20:29:09 -0400
30033              Message-Id: <20010922202909.I18223@blackrider>
30034      Branch: perl
30035            ! t/op/magic.t
30036 ____________________________________________________________________________
30037 [ 12150] By: ams                                   on 2001/09/23  06:36:26
30038         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
30039              Dumpvalue.pm
30040              From: "chromatic" <chromatic@rmci.net>
30041              Date: Sat, 22 Sep 2001 19:41:31 -0600
30042              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
30043      Branch: perl
30044            + lib/Dumpvalue.t
30045            ! MANIFEST lib/Dumpvalue.pm
30046 ____________________________________________________________________________
30047 [ 12149] By: ams                                   on 2001/09/23  06:25:35
30048         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
30049              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30050              Date: Sun, 23 Sep 2001 15:27:56 +0900
30051              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
30052      Branch: perl
30053            ! ext/Encode/Encode/2022-cn.enc
30054 ____________________________________________________________________________
30055 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
30056         Log: Manual eror in #12147.
30057      Branch: perl
30058            ! win32/win32.c
30059 ____________________________________________________________________________
30060 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
30061         Log: Integrate change #12146 from maintperl;
30062              win32_chdir() et al don't handle a NULL argument gracefully
30063      Branch: perl
30064           !> win32/perlhost.h win32/win32.c
30065 ____________________________________________________________________________
30066 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
30067         Log: win32_chdir() et al don't handle a NULL argument gracefully
30068      Branch: maint-5.6/perl
30069            ! win32/perlhost.h win32/win32.c
30070 ____________________________________________________________________________
30071 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
30072         Log: typo in change#12026
30073      Branch: maint-5.6/perl
30074            ! op.c
30075 ____________________________________________________________________________
30076 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
30077         Log: Subject: [PATCH] Re: scalar context unpack bugs
30078              From: Nicholas Clark <nick@ccl4.org>
30079              Date: Sat, 22 Sep 2001 23:07:56 +0100
30080              Message-ID: <20010922230755.O4971@plum.flirble.org>
30081      Branch: perl
30082            ! pp_pack.c t/op/pack.t
30083 ____________________________________________________________________________
30084 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
30085         Log: Try ExtUtils::Command.t everywhere, not just on Win32
30086              (as suggested by NI-S).  Also allow running it either
30087              in t/ or in the main directory.
30088      Branch: perl
30089            ! lib/ExtUtils/Command.t
30090 ____________________________________________________________________________
30091 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
30092         Log: Update the test on warnings/register.t.
30093      Branch: perl
30094            ! t/lib/1_compile.t
30095 ____________________________________________________________________________
30096 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
30097         Log: The code is now almost tidy enough to keep the IRIX cc happy.
30098      Branch: perl
30099            ! hints/irix_6.sh
30100 ____________________________________________________________________________
30101 [ 12140] By: ams                                   on 2001/09/22  17:26:32
30102         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
30103              use_ithreads
30104              From: "Craig A. Berry" <craigberry@mac.com>
30105              Date: Sat, 22 Sep 2001 13:15:32 -0500
30106              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
30107      Branch: perl
30108            ! configure.com
30109 ____________________________________________________________________________
30110 [ 12139] By: ams                                   on 2001/09/22  16:44:08
30111         Log: Do what perl_clone() does for sharedsv functions.
30112      Branch: perl
30113            ! embed.pl proto.h
30114 ____________________________________________________________________________
30115 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
30116         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
30117              (suggested by Sarathy, extensions shouldn't be dabbling with
30118              op structures, so binary backward compatibility should not be
30119              an issue.)
30120      Branch: perl
30121            ! hints/irix_6.sh op.h
30122 ____________________________________________________________________________
30123 [ 12137] By: ams                                   on 2001/09/22  16:21:05
30124         Log: More cleanups. (What's PERL_DECL_PROT?)
30125      Branch: perl
30126            ! embed.pl proto.h sharedsv.h
30127 ____________________________________________________________________________
30128 [ 12136] By: ams                                   on 2001/09/22  15:14:34
30129         Log: (Retracted by #12185)
30130              
30131              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
30132              Add Tests for warnings::register, Doc Update
30133              From: "chromatic" <chromatic@rmci.net>
30134              Date: Sat, 22 Sep 2001 09:43:20 -0600
30135              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
30136      Branch: perl
30137            + lib/warnings/register.t
30138            ! MANIFEST lib/warnings/register.pm
30139 ____________________________________________________________________________
30140 [ 12135] By: ams                                   on 2001/09/22  15:07:50
30141         Log: `@foo' should be @foo for consistency.
30142      Branch: perl
30143            ! pod/perldiag.pod
30144 ____________________________________________________________________________
30145 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
30146         Log: (Retracted by #12138)
30147              
30148              Add -woff (turn warning off) 3187:
30149              "A pointer is converted to a smaller integer."
30150              This happens when your pointers are 64-bit: then every case
30151              of converting pointers to PADOFFSETs (explicitly 32-bit)
30152              faces truncation (even explicit use of INT2PTR doesn't help).
30153              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
30154              Changing PADOFFSET from U32 to UV would help, but that
30155              would break binary backward compatibility of BASEOP and padop
30156              (assuming you have been using 64-bit pointers).
30157      Branch: perl
30158            ! hints/irix_6.sh
30159 ____________________________________________________________________________
30160 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
30161         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
30162              but the name comes from the inside the file, not from the file
30163              name, and Rumanian is the name of the language.
30164      Branch: perl
30165            + ext/Encode/Encode/macRumanian.enc
30166            - ext/Encode/Encode/macRomania.enc
30167            ! MANIFEST
30168 ____________________________________________________________________________
30169 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
30170         Log: Rename perltootc as perltooc for 8.3-friedliness.
30171      Branch: perl
30172            + pod/perltooc.pod
30173            - pod/perltootc.pod
30174            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
30175            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
30176            ! pod/perltoot.pod
30177 ____________________________________________________________________________
30178 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
30179         Log: Find more conflicts by lowercasing.
30180      Branch: perl
30181            + Porting/check83.pl
30182            - check83.pl
30183            ! MANIFEST
30184 ____________________________________________________________________________
30185 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
30186         Log: The AIX cc 5.0.0.0 is simply too buggy.
30187      Branch: perl
30188            ! hints/aix.sh
30189 ____________________________________________________________________________
30190 [ 12129] By: ams                                   on 2001/09/22  12:35:38
30191         Log: Uninteresting cleanup.
30192      Branch: perl
30193            ! form.h
30194 ____________________________________________________________________________
30195 [ 12128] By: ams                                   on 2001/09/22  12:28:48
30196         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
30197              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30198              Date: Sat, 22 Sep 2001 14:29:13 +0100
30199              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
30200      Branch: perl
30201            ! cv.h
30202 ____________________________________________________________________________
30203 [ 12127] By: ams                                   on 2001/09/22  12:04:28
30204         Log: What's a backet?
30205      Branch: perl
30206            ! dump.c
30207 ____________________________________________________________________________
30208 [ 12126] By: ams                                   on 2001/09/22  10:02:34
30209         Log: Removed duplicated tests #19 and #20.
30210      Branch: perl
30211            ! t/op/do.t
30212 ____________________________________________________________________________
30213 [ 12125] By: ams                                   on 2001/09/22  03:58:41
30214         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
30215              From: Michael Carman <mjcarman@home.com>
30216              Date: Fri, 21 Sep 2001 17:54:05 -0500
30217              Message-Id: <3BABC50D.6040202@home.com>
30218              (Applied with some changes.)
30219      Branch: perl
30220            ! pod/perlmod.pod
30221 ____________________________________________________________________________
30222 [ 12124] By: ams                                   on 2001/09/22  03:44:19
30223         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
30224              From: Michael G Schwern <schwern@pobox.com>
30225              Date: Fri, 21 Sep 2001 19:20:40 -0400
30226              Message-Id: <20010921192040.E5494@blackrider>
30227      Branch: perl
30228            ! t/op/chdir.t
30229 ____________________________________________________________________________
30230 [ 12123] By: ams                                   on 2001/09/22  03:41:08
30231         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
30232              From: Blair Zajac <blair@orcaware.com>
30233              Date: Fri, 21 Sep 2001 15:13:04 -0700
30234              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
30235      Branch: perl
30236            ! t/op/chdir.t
30237 ____________________________________________________________________________
30238 [ 12122] By: ams                                   on 2001/09/22  03:37:07
30239         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
30240              20010920.007
30241              From: Michael G Schwern <schwern@pobox.com>
30242              Date: Fri, 21 Sep 2001 17:59:03 -0400
30243              Message-Id: <20010921175903.V5494@blackrider>
30244      Branch: perl
30245            ! t/op/do.t
30246 ____________________________________________________________________________
30247 [ 12121] By: ams                                   on 2001/09/22  03:30:38
30248         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
30249              suite on WinCE)
30250              From: Michael G Schwern <schwern@pobox.com>
30251              Date: Fri, 21 Sep 2001 19:41:03 -0400
30252              Message-Id: <20010921194103.G5494@blackrider>
30253      Branch: perl
30254            ! pod/perlport.pod
30255 ____________________________________________________________________________
30256 [ 12120] By: ams                                   on 2001/09/22  03:28:06
30257         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
30258              From: Michael G Schwern <schwern@pobox.com>
30259              Date: Fri, 21 Sep 2001 17:33:35 -0400
30260              Message-Id: <20010921173335.T5494@blackrider>
30261              ($ENV{FOO}=undef hunk not applied.)
30262      Branch: perl
30263            ! t/op/magic.t
30264 ____________________________________________________________________________
30265 [ 12119] By: ams                                   on 2001/09/22  03:02:26
30266         Log: Subject: [PATCH] perldiag.pod
30267              From: Peter Scott <Peter@PSDT.com>
30268              Date: Fri, 21 Sep 2001 18:54:50 -0700
30269              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
30270              (Moved to the right place.)
30271      Branch: perl
30272            ! pod/perldiag.pod
30273 ____________________________________________________________________________
30274 [ 12118] By: ams                                   on 2001/09/21  20:05:29
30275         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
30276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30277              Date: Fri, 21 Sep 2001 22:36:54 +0200
30278              Message-Id: <20010921223654.A12742@rafael>
30279      Branch: perl
30280            ! t/op/do.t
30281 ____________________________________________________________________________
30282 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
30283         Log: Restore things as they were before
30284              the backward compatibility police notices.
30285      Branch: perl
30286            ! lib/Cwd.pm
30287 ____________________________________________________________________________
30288 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
30289         Log: More Cwd from Schwern: make also OS/2 and DOS
30290              Cwd agree with File::Spec (that is, native path
30291              syntax using \ instead of / -- backward compatibility
30292              polic warning) and stop Win32 from using bsd_realpath().
30293      Branch: perl
30294            ! lib/Cwd.pm
30295 ____________________________________________________________________________
30296 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
30297         Log: Subject: [PATCH @12110] RE: Untested libraries update
30298              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
30299              Date: Fri, 21 Sep 2001 18:21:07 +0100
30300              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
30301      Branch: perl
30302            ! lib/warnings/register.pm
30303 ____________________________________________________________________________
30304 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
30305         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
30306              From: Michael G Schwern <schwern@pobox.com>
30307              Date: Thu, 20 Sep 2001 22:54:02 -0400
30308              Message-ID: <20010920225402.A3611@blackrider>
30309      Branch: perl
30310            ! lib/Cwd.pm
30311 ____________________________________________________________________________
30312 [ 12113] By: ams                                   on 2001/09/21  17:08:24
30313         Log: Subject: [PATCH] avoid v-strings with require/use
30314              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30315              Date: Fri, 21 Sep 2001 12:34:40 -0400
30316              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
30317      Branch: perl
30318            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
30319            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
30320            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
30321            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
30322            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
30323            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
30324            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
30325            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30326            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
30327            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
30328            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
30329            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
30330            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
30331            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
30332            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
30333            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
30334            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
30335            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
30336            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
30337 ____________________________________________________________________________
30338 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
30339         Log: Update Changes.
30340      Branch: perl
30341            ! Changes patchlevel.h
30342 ____________________________________________________________________________
30343 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
30344         Log: Make AIX and Tru64 compilers happy.  
30345      Branch: perl
30346            ! ext/threads/threads.h ext/threads/threads.xs
30347 ____________________________________________________________________________
30348 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
30349         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
30350              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30351              Date: 21 Sep 2001 09:16:37 -0000
30352              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
30353      Branch: perl
30354            ! toke.c
30355 ____________________________________________________________________________
30356 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
30357         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
30358              From: Michael G Schwern <schwern@pobox.com>
30359              Date: Thu, 20 Sep 2001 21:21:34 -0400
30360              Message-ID: <20010920212134.Y28291@blackrider>
30361      Branch: perl
30362            ! pp_sys.c
30363 ____________________________________________________________________________
30364 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
30365         Log: Subject: Re: GDB Debugging Macros from mod_perl
30366              From: rspier@pobox.com (Robert Spier)
30367              Date: Thu, 20 Sep 2001 22:45:03 -0700
30368              Message-ID: <15274.54239.413929.49430@rls.cx>
30369      Branch: perl
30370            ! pod/perltodo.pod
30371 ____________________________________________________________________________
30372 [ 12105] By: sky                                   on 2001/09/21  10:33:34
30373         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
30374              timezone! GetSystemTime should be available on all Win32 
30375              platforms we support. Perhaps Time::HiRes should be extended to
30376              support WinCE and Novell?
30377      Branch: perl
30378            ! ext/Time/HiRes/HiRes.xs
30379 ____________________________________________________________________________
30380 [ 12104] By: sky                                   on 2001/09/21  08:12:39
30381         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
30382      Branch: perl
30383            ! ext/threads/threads.h ext/threads/threads.xs
30384 ____________________________________________________________________________
30385 [ 12103] By: sky                                   on 2001/09/21  07:57:41
30386         Log: Rename the *thread* functions to Perl_* to avoid clashes.
30387              Notably on AIX but could become a problem on other platforms.
30388      Branch: perl
30389            ! ext/threads/threads.h ext/threads/threads.xs
30390 ____________________________________________________________________________
30391 [ 12102] By: sky                                   on 2001/09/21  07:35:30
30392         Log: Add the shared sv space to the global vars.
30393              Fix problems compiling on win32.
30394      Branch: perl
30395            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
30396            ! sharedsv.c sharedsv.h
30397 ____________________________________________________________________________
30398 [ 12101] By: ams                                   on 2001/09/21  00:19:55
30399         Log: Subject: [PATCH] win32/Makefile warning fix
30400              From: Blair Zajac <blair@orcaware.com>
30401              Date: Thu, 20 Sep 2001 18:15:43 -0700
30402              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
30403      Branch: perl
30404            ! win32/Makefile
30405 ____________________________________________________________________________
30406 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
30407         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
30408              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30409              Date: Thu, 20 Sep 2001 18:36:22 +0200
30410              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
30411      Branch: perl
30412            ! lib/ExtUtils/Command.t
30413 ____________________________________________________________________________
30414 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
30415         Log: Cant spl wirth a dam.
30416      Branch: perl
30417            ! intrpvar.h
30418 ____________________________________________________________________________
30419 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
30420         Log: Don't use C++ comments.
30421      Branch: perl
30422            ! ext/threads/threads.xs
30423 ____________________________________________________________________________
30424 [ 12097] By: ams                                   on 2001/09/20  21:42:07
30425         Log: Change #12044 didn't.
30426      Branch: perl
30427            ! lib/constant.pm
30428 ____________________________________________________________________________
30429 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
30430         Log: Metaconfig unit changes for #12095.
30431      Branch: metaconfig
30432            ! U/modified/Myinit.U U/modified/libs.U
30433 ____________________________________________________________________________
30434 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
30435         Log: Remove iconv references since we are not using it
30436              and not going to; regen perltoc, perlmodlib.
30437              (Some references still linger in perltoc, have to figure
30438              out where they are coming from.)
30439      Branch: perl
30440            ! Configure NetWare/config.wc NetWare/config_H.wc
30441            ! Porting/Glossary Porting/config.sh Porting/config_H
30442            ! config_h.SH configure.com epoc/config.sh perl.h
30443            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
30444            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30445            ! vos/config.ga.h win32/config.bc win32/config.gc
30446            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30447            ! win32/config_H.vc wince/config.ce wince/config.h
30448            ! wince/config_H.ce
30449 ____________________________________________________________________________
30450 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
30451         Log: Subject: [PATCH docs] Re: ARGV and read
30452              From: Dave Mitchell <davem@fdgroup.co.uk>
30453              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
30454              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
30455      Branch: perl
30456            ! pod/perltodo.pod pod/perlvar.pod
30457 ____________________________________________________________________________
30458 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
30459         Log: Fresh copies from the cvs.perl.org perlfaq repository.
30460      Branch: perl
30461            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30462            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30463            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30464            ! pod/perlfaq9.pod
30465 ____________________________________________________________________________
30466 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
30467         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
30468              From: Nicholas Clark <nick@ccl4.org>
30469              Date: Thu, 20 Sep 2001 14:27:08 +0100
30470              Message-ID: <20010920142708.X4971@plum.flirble.org>
30471      Branch: perl
30472            ! pp_pack.c t/op/pack.t
30473 ____________________________________________________________________________
30474 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
30475         Log: The sharedsv_space* are variables, not code.  Duh.
30476      Branch: perl
30477            ! intrpvar.h makedef.pl
30478 ____________________________________________________________________________
30479 [ 12090] By: ams                                   on 2001/09/20  11:26:06
30480         Log: Subject: [patch lib/lib_pm.PL]
30481              From: Stas Bekman <stas@stason.org>
30482              Date: Thu, 20 Sep 2001 18:48:53 +0800
30483              Message-Id: <3BA9C995.6010302@stason.org>
30484              (Applied by hand.)
30485      Branch: perl
30486            ! lib/lib_pm.PL
30487 ____________________________________________________________________________
30488 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
30489         Log: Only 21 tests, skipping or not.
30490      Branch: perl
30491            ! lib/ExtUtils/Command.t
30492 ____________________________________________________________________________
30493 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
30494         Log: New exported symbols.
30495      Branch: perl
30496            ! makedef.pl
30497 ____________________________________________________________________________
30498 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
30499         Log: Update Changes.
30500      Branch: perl
30501            ! Changes patchlevel.h
30502 ____________________________________________________________________________
30503 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
30504         Log: Correct numbering of the tests is useful.
30505      Branch: perl
30506            ! ext/threads/t/basic.t
30507 ____________________________________________________________________________
30508 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
30509         Log: More tests now too.
30510      Branch: perl
30511            ! lib/ExtUtils/Command.t
30512 ____________________________________________________________________________
30513 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
30514         Log: More tests now.
30515      Branch: perl
30516            ! ext/threads/t/basic.t
30517 ____________________________________________________________________________
30518 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
30519         Log: The test assumed 7-bit ASCII.  Now it "just"
30520              assumes 8-bit whatever.
30521      Branch: perl
30522            ! t/op/crypt.t
30523 ____________________________________________________________________________
30524 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
30525         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
30526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30527              Date: Wed, 19 Sep 2001 11:45:28 +0200
30528              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
30529              
30530              Lvalue casts are not portable.
30531      Branch: perl
30532            ! ext/threads/threads.xs
30533 ____________________________________________________________________________
30534 [ 12081] By: sky                                   on 2001/09/19  10:17:52
30535         Log: Make the basic test contain only realy basic API tests
30536              Seems to be a problem with detach.
30537      Branch: perl
30538            ! ext/threads/t/basic.t
30539 ____________________________________________________________________________
30540 [ 12080] By: ams                                   on 2001/09/19  01:23:55
30541         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
30542              From: Michael G Schwern <schwern@pobox.com>
30543              Date: Tue, 18 Sep 2001 19:53:48 -0400
30544              Message-Id: <20010918195348.M585@blackrider>
30545              
30546              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
30547              From: Michael G Schwern <schwern@pobox.com>
30548              Date: Tue, 18 Sep 2001 22:07:13 -0400
30549              Message-Id: <20010918220713.B19616@blackrider>
30550      Branch: perl
30551            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
30552            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30553            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
30554            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
30555            ! lib/Test/Tutorial.pod
30556 ____________________________________________________________________________
30557 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
30558         Log: Indent the test a bit.
30559      Branch: perl
30560            ! ext/threads/t/basic.t
30561 ____________________________________________________________________________
30562 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
30563         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
30564              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30565              Date: Tue, 18 Sep 2001 18:06:44 +0200
30566              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
30567      Branch: perl
30568            ! win32/win32.c
30569 ____________________________________________________________________________
30570 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
30571         Log: Subject: stat access time is wrong on Win95
30572              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30573              Date: Tue, 18 Sep 2001 21:59:24 +0200
30574              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
30575      Branch: perl
30576            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
30577 ____________________________________________________________________________
30578 [ 12076] By: ams                                   on 2001/09/18  22:11:25
30579         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
30580              From: Michael G Schwern <schwern@pobox.com>
30581              Date: Tue, 18 Sep 2001 18:47:14 -0400
30582              Message-Id: <20010918184714.I585@blackrider>
30583      Branch: perl
30584            ! t/op/crypt.t
30585 ____________________________________________________________________________
30586 [ 12075] By: sky                                   on 2001/09/18  19:29:37
30587         Log: two test failures
30588              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30589              Message-ID: <20010918221702.A17408@rafael>
30590              partly applied, #12074 already fixed half the patch
30591      Branch: perl
30592            ! ext/threads/t/basic.t
30593 ____________________________________________________________________________
30594 [ 12074] By: sky                                   on 2001/09/18  18:49:03
30595         Log: Fixes test case failure introduced by #12071, the warning is
30596              now correctly spelled :-)
30597      Branch: perl
30598            ! ext/IO/lib/IO/t/io_sel.t
30599 ____________________________________________________________________________
30600 [ 12073] By: sky                                   on 2001/09/18  18:46:22
30601         Log: Make the test behave properly!
30602      Branch: perl
30603            ! ext/threads/t/basic.t
30604 ____________________________________________________________________________
30605 [ 12072] By: ams                                   on 2001/09/18  18:44:59
30606         Log: OP_RCATLINE is an SVOP, not a BASEOP.
30607      Branch: perl
30608            ! opcode.h opcode.pl
30609 ____________________________________________________________________________
30610 [ 12071] By: ams                                   on 2001/09/18  18:06:27
30611         Log: Deprecate != Depreciate.
30612      Branch: perl
30613            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
30614            ! lib/Pod/ParseUtils.pm
30615 ____________________________________________________________________________
30616 [ 12070] By: ams                                   on 2001/09/18  15:14:58
30617         Log: Subject: [PATCH] Getopt::Std cleanup
30618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30619              Date: Tue, 18 Sep 2001 17:32:13 +0200
30620              Message-Id: <20010918173213.C777@rafael>
30621      Branch: perl
30622            ! lib/Getopt/Std.pm lib/Getopt/Std.t
30623 ____________________________________________________________________________
30624 [ 12069] By: sky                                   on 2001/09/18  14:56:33
30625         Log: Forgot the makefile
30626      Branch: perl
30627            + ext/threads/Makefile.PL
30628 ____________________________________________________________________________
30629 [ 12068] By: sky                                   on 2001/09/18  14:13:26
30630         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
30631              The test will fail because of Test.pm not knowing about threads. 
30632              basic needs to be manually tested
30633              compile time warnings on IV2PTR conversions need to be fixed
30634      Branch: perl
30635            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
30636            + ext/threads/threads.h ext/threads/threads.pm
30637            + ext/threads/threads.xs
30638            ! MANIFEST
30639 ____________________________________________________________________________
30640 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
30641         Log: DJGPP tweak from Laszlo Molnar.
30642      Branch: perl
30643            ! djgpp/config.over
30644 ____________________________________________________________________________
30645 [ 12066] By: sky                                   on 2001/09/18  10:24:31
30646         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
30647      Branch: perl
30648            ! sharedsv.c sharedsv.h
30649 ____________________________________________________________________________
30650 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
30651         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
30652              ditto ^cns.
30653      Branch: perl
30654            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
30655            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
30656            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
30657            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
30658            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
30659            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
30660            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
30661            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
30662            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
30663            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
30664            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
30665            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
30666            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
30667            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
30668            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
30669            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
30670            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
30671            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
30672            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
30673            + ext/Encode/Encode/ir-197.enc
30674            - ext/Encode/Encode/cns11643-1.enc
30675            - ext/Encode/Encode/cns11643-2.enc
30676            - ext/Encode/Encode/iso2022-cn.enc
30677            - ext/Encode/Encode/iso2022-jp.enc
30678            - ext/Encode/Encode/iso2022-jp1.enc
30679            - ext/Encode/Encode/iso2022-jp2.enc
30680            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
30681            - ext/Encode/Encode/iso8859-1.enc
30682            - ext/Encode/Encode/iso8859-1.ucm
30683            - ext/Encode/Encode/iso8859-10.enc
30684            - ext/Encode/Encode/iso8859-10.ucm
30685            - ext/Encode/Encode/iso8859-11.enc
30686            - ext/Encode/Encode/iso8859-11.ucm
30687            - ext/Encode/Encode/iso8859-13.enc
30688            - ext/Encode/Encode/iso8859-13.ucm
30689            - ext/Encode/Encode/iso8859-14.enc
30690            - ext/Encode/Encode/iso8859-14.ucm
30691            - ext/Encode/Encode/iso8859-15.enc
30692            - ext/Encode/Encode/iso8859-15.ucm
30693            - ext/Encode/Encode/iso8859-16.enc
30694            - ext/Encode/Encode/iso8859-16.ucm
30695            - ext/Encode/Encode/iso8859-2.enc
30696            - ext/Encode/Encode/iso8859-2.ucm
30697            - ext/Encode/Encode/iso8859-3.enc
30698            - ext/Encode/Encode/iso8859-3.ucm
30699            - ext/Encode/Encode/iso8859-4.enc
30700            - ext/Encode/Encode/iso8859-4.ucm
30701            - ext/Encode/Encode/iso8859-5.enc
30702            - ext/Encode/Encode/iso8859-5.ucm
30703            - ext/Encode/Encode/iso8859-6.enc
30704            - ext/Encode/Encode/iso8859-6.ucm
30705            - ext/Encode/Encode/iso8859-7.enc
30706            - ext/Encode/Encode/iso8859-7.ucm
30707            - ext/Encode/Encode/iso8859-8.enc
30708            - ext/Encode/Encode/iso8859-8.ucm
30709            - ext/Encode/Encode/iso8859-9.enc
30710            - ext/Encode/Encode/iso8859-9.ucm
30711            - ext/Encode/Encode/isoir-197.enc
30712            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
30713 ____________________________________________________________________________
30714 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
30715         Log: Must Uppercase.
30716      Branch: perl
30717            ! ext/Encode/Encode.pm
30718 ____________________________________________________________________________
30719 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
30720         Log: Add various encodings.
30721      Branch: perl
30722            + ext/Encode/Encode/iso8859-11.enc
30723            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
30724            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
30725            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
30726            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
30727            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
30728            + ext/Encode/Encode/viscii.ucm
30729            ! MANIFEST ext/Encode/Encode.pm
30730 ____________________________________________________________________________
30731 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
30732         Log: lib/unicode relic.
30733      Branch: perl
30734            ! ext/Encode/compile
30735 ____________________________________________________________________________
30736 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
30737         Log: Subject: [PATCH] Re: filename problems
30738              From: Michael G Schwern <schwern@pobox.com>
30739              Date: Mon, 17 Sep 2001 17:26:26 -0400
30740              Message-ID: <20010917172626.Q585@blackrider>
30741      Branch: perl
30742            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
30743            - t/lib/sample-tests/header_at_end
30744            - t/lib/sample-tests/header_at_end_fail
30745            ! MANIFEST lib/Test/Harness/t/test-harness.t
30746 ____________________________________________________________________________
30747 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
30748         Log: Explicitly explain the 1e9 seconds, not everybody
30749              is a C geek.
30750      Branch: perl
30751            ! ext/Time/HiRes/HiRes.pm
30752 ____________________________________________________________________________
30753 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
30754         Log: Explain an apparent bug reported by
30755              Richard J. Barbalace <rjbarbal@MIT.EDU>,
30756              with additional explanation from Gisle Aas.
30757      Branch: perl
30758            ! ext/Time/HiRes/HiRes.pm
30759 ____________________________________________________________________________
30760 [ 12058] By: ams                                   on 2001/09/17  19:52:01
30761         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
30762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30763              Date: Mon, 17 Sep 2001 22:48:05 +0200
30764              Message-Id: <20010917224805.C11744@rafael>
30765      Branch: perl
30766            ! t/lib/warnings/op t/lib/warnings/pp
30767 ____________________________________________________________________________
30768 [ 12057] By: ams                                   on 2001/09/17  16:51:18
30769         Log: Its a nit!
30770      Branch: perl
30771            ! sv.h
30772 ____________________________________________________________________________
30773 [ 12056] By: ams                                   on 2001/09/17  16:47:55
30774         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
30775              From: "Craig A. Berry" <craigberry@mac.com>
30776              Date: Mon, 17 Sep 2001 12:34:20 -0500
30777              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
30778      Branch: perl
30779            ! vms/vms.c
30780 ____________________________________________________________________________
30781 [ 12055] By: ams                                   on 2001/09/17  16:05:15
30782         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
30783              From: Gisle Aas <gisle@ActiveState.com>
30784              Date: 16 Apr 2001 16:20:34 -0700
30785              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
30786              (Applied by hand.)
30787      Branch: perl
30788            ! lib/CPAN.pm lib/CPAN/Nox.pm
30789 ____________________________________________________________________________
30790 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
30791         Log: Update Changes.
30792      Branch: perl
30793            ! Changes patchlevel.h
30794 ____________________________________________________________________________
30795 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
30796         Log: Adding new files to the MANIFEST is always nice.
30797      Branch: perl
30798            ! MANIFEST
30799 ____________________________________________________________________________
30800 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
30801         Log: Reindent the PerlIO files (suggested by NI-S), used
30802              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
30803              (GNU indent).  Note that wholesale re-indenting might
30804              be nice, but that would break nice formatting/alignment
30805              of assignments, equality testing, and complex boolean
30806              expressions with lots of &s and |s.
30807      Branch: perl
30808            ! perlio.c perlio.h perliol.h
30809 ____________________________________________________________________________
30810 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
30811         Log: Add a script for being 8.3-polite.
30812              The found conflicts are being worked on.
30813      Branch: perl
30814            + check83.pl
30815            ! MANIFEST Porting/pumpkin.pod
30816 ____________________________________________________________________________
30817 [ 12050] By: sky                                   on 2001/09/17  12:44:36
30818         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
30819              finding it.
30820      Branch: perl
30821            ! sv.c
30822 ____________________________________________________________________________
30823 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
30824         Log: Bump up versions because of #12041.
30825      Branch: perl
30826            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
30827            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
30828            ! lib/Time/localtime.pm
30829 ____________________________________________________________________________
30830 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
30831         Log: Bump the version number because of #12042.
30832      Branch: perl
30833            ! lib/CPAN/FirstTime.pm
30834 ____________________________________________________________________________
30835 [ 12047] By: ams                                   on 2001/09/17  11:21:40
30836         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
30837              From: Abhijit Menon-Sen <ams@wiw.org>
30838              Date: Mon, 17 Sep 2001 17:44:12 +0530
30839              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
30840      Branch: perl
30841            ! op.c
30842 ____________________________________________________________________________
30843 [ 12046] By: sky                                   on 2001/09/17  07:14:17
30844         Log: Subject: Re: t/op/ver.t using skip() improperly
30845              From: "chromatic" <chromatic@rmci.net>
30846              Date: Mon, 17 Sep 2001 00:22:29 -0600
30847              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
30848      Branch: perl
30849            ! t/op/ver.t
30850 ____________________________________________________________________________
30851 [ 12045] By: nick                                  on 2001/09/17  07:12:14
30852         Log: Integrate mainline
30853      Branch: perlio
30854           +> t/op/chdir.t
30855           !> (integrate 117 files)
30856 ____________________________________________________________________________
30857 [ 12044] By: ams                                   on 2001/09/17  05:49:53
30858         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
30859              From: Ilmari Karonen <iltzu@sci.fi>
30860              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
30861              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
30862              (And $VERSION = '1.05'.)
30863      Branch: perl
30864            ! lib/constant.pm
30865 ____________________________________________________________________________
30866 [ 12043] By: ams                                   on 2001/09/17  05:44:50
30867         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
30868              From: Michael G Schwern <schwern@pobox.com>
30869              Date: Mon, 17 Sep 2001 07:49:04 +0200
30870              Message-Id: <20010917074904.V1588@blackrider>
30871              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
30872      Branch: perl
30873            + t/op/chdir.t
30874            ! MANIFEST pp_sys.c
30875 ____________________________________________________________________________
30876 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
30877         Log: Subject: Re: CPAN.pm needs some hacking 
30878              From: "chromatic" <chromatic@rmci.net>
30879              Date: Sun, 16 Sep 2001 16:46:29 -0600
30880              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
30881      Branch: perl
30882            ! lib/CPAN/FirstTime.pm
30883 ____________________________________________________________________________
30884 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
30885         Log: Change use|require 5.005_64 to use|require 5.6.1.
30886      Branch: perl
30887            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
30888            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
30889            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
30890            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
30891            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
30892            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30893            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
30894            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
30895            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
30896            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
30897            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
30898            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
30899            ! lib/base.pm lib/fields.pm
30900 ____________________________________________________________________________
30901 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
30902         Log: Bump up version numbers.
30903              
30904              TODO 1: double check that pre-5.6.1 CPAN.pm:s
30905              don't try to download 5.8.0 because of the
30906              version numbers.  Mainly this means using _00
30907              in the core version numbers.
30908              
30909              TODO 2: the "use 5.005_64" in many modules
30910              needs to be changed to, say, "use 5.6.1".
30911      Branch: perl
30912            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
30913            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
30914            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
30915            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
30916            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
30917            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
30918            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30919            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
30920            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
30921            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
30922            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
30923 ____________________________________________________________________________
30924 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
30925         Log: Use UCHARAT() as suggested by Inaba Hiroto.
30926      Branch: perl
30927            ! regexec.c
30928 ____________________________________________________________________________
30929 [ 12038] By: ams                                   on 2001/09/16  15:16:24
30930         Log: Subject: [PATCH] Re: Core module version numbers review
30931              From: Peter Scott <Peter@PSDT.com>
30932              Date: Sun, 16 Sep 2001 09:09:58 -0700
30933              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
30934      Branch: perl
30935            ! lib/perl5db.pl
30936 ____________________________________________________________________________
30937 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
30938         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
30939              not yet fully implemented.
30940      Branch: perl
30941            ! pod/perlfunc.pod pod/perlunicode.pod
30942 ____________________________________________________________________________
30943 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
30944         Log: Subject: [patch] plug PL_beginav_save leak
30945              From: Doug MacEachern <dougm@covalent.net>
30946              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
30947              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
30948      Branch: perl
30949            ! perl.c
30950 ____________________________________________________________________________
30951 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
30952         Log: (accidentally empty checkin)
30953      Branch: perl
30954            ! sv.c
30955 ____________________________________________________________________________
30956 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
30957         Log: Subject: [patch] ithreads+PL_beginav_save
30958              From: Doug MacEachern <dougm@covalent.net>
30959              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
30960              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
30961      Branch: perl
30962            ! sv.c
30963 ____________________________________________________________________________
30964 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
30965         Log: Subject: [PATCH] h2xs.PL with C::Scan
30966              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30967              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
30968              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
30969      Branch: perl
30970            ! utils/h2xs.PL
30971 ____________________________________________________________________________
30972 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
30973         Log: Elaborate (well, make more vague, really) #12030.
30974      Branch: perl
30975            ! pod/perltodo.pod pod/perlunicode.pod
30976 ____________________________________________________________________________
30977 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
30978         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
30979              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30980              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
30981              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
30982      Branch: perl
30983            ! regexec.c
30984 ____________________________________________________________________________
30985 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
30986         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
30987              are not yet complete.
30988      Branch: perl
30989            ! pod/perltodo.pod pod/perlunicode.pod
30990 ____________________________________________________________________________
30991 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
30992         Log: Document what's still to be done on the regular expression
30993              Unicode support, based on the UTR#18.
30994      Branch: perl
30995            ! pod/perltodo.pod pod/perlunicode.pod
30996 ____________________________________________________________________________
30997 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
30998         Log: Regen headers.
30999      Branch: perl
31000            ! embedvar.h perlapi.h
31001 ____________________________________________________________________________
31002 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
31003         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
31004              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31005              Date: Sun, 09 Sep 2001 18:41:54 +0100
31006              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
31007      Branch: perl
31008            ! Porting/findvars ext/ByteLoader/bytecode.h
31009            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
31010            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
31011 ____________________________________________________________________________
31012 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
31013         Log: enable most warnings for windows build; fix the various typecasting
31014              nits that showed up (no bugfixes here)
31015      Branch: maint-5.6/perl
31016            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
31017            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
31018            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
31019            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
31020            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
31021            ! x2p/walk.c
31022 ____________________________________________________________________________
31023 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
31024         Log: Integrate change #12024 from maintperl
31025              (a local() precedence bug)
31026      Branch: perl
31027           !> lib/ExtUtils/Install.pm
31028 ____________________________________________________________________________
31029 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
31030         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
31031              change#8642
31032      Branch: maint-5.6/perl
31033            ! lib/ExtUtils/Install.pm
31034 ____________________________________________________________________________
31035 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
31036         Log: Update Changes.
31037      Branch: perl
31038            ! Changes patchlevel.h
31039 ____________________________________________________________________________
31040 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
31041         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
31042              From: "chromatic" <chromatic@rmci.net>
31043              Date: Fri, 14 Sep 2001 09:44:57 -0600 
31044              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
31045      Branch: perl
31046            ! lib/ExtUtils/Manifest.t
31047 ____________________________________________________________________________
31048 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
31049         Log: Hopefully better skipping of the Complete.t tests
31050              in case of not a tty. 
31051      Branch: perl
31052            ! lib/Term/Complete.t t/op/stat.t
31053 ____________________________________________________________________________
31054 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
31055         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
31056              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31057              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
31058              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
31059      Branch: perl
31060            ! regexec.c t/op/pat.t
31061 ____________________________________________________________________________
31062 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
31063         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
31064              From: Robin Barker <rmb1@cise.npl.co.uk>
31065              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
31066              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
31067      Branch: perl
31068            ! pod/perlport.pod
31069 ____________________________________________________________________________
31070 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
31071         Log: NetWare tweaks from Ananth Kesari.
31072      Branch: perl
31073            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
31074            ! NetWare/nwutil.h
31075 ____________________________________________________________________________
31076 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
31077         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
31078              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31079              Date: Fri, 14 Sep 2001 10:51:13 +0200
31080              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
31081      Branch: perl
31082            ! pod/perlport.pod
31083 ____________________________________________________________________________
31084 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
31085         Log: Subject: Re: [PATCH 2 pl2pm.PL]
31086              From: Joe Smith <Joe.Smith@inwap.com>
31087              Date: Fri, 14 Sep 2001 00:13:32 -0700
31088              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
31089              
31090              Eradicate qu.
31091      Branch: perl
31092            ! keywords.h keywords.pl utils/pl2pm.PL
31093 ____________________________________________________________________________
31094 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
31095         Log: Retract #12013, didn't go over too well in Tru64.
31096      Branch: perl
31097            ! embed.h embed.pl sv.h
31098 ____________________________________________________________________________
31099 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
31100         Log: Subject: [PATCH] Execute files of debugger commands
31101              From: Peter Scott <Peter@PSDT.com>
31102              Date: Thu, 13 Sep 2001 15:26:31 -0700
31103              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
31104      Branch: perl
31105            ! lib/perl5db.pl pod/perldebug.pod
31106 ____________________________________________________________________________
31107 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
31108         Log: (Retracted by #12015)
31109              Subject: [proposed PATCH] Re: perl@11920
31110              From: Nicholas Clark <nick@ccl4.org>
31111              Date: Wed, 12 Sep 2001 23:46:09 +0100
31112              Message-ID: <20010912234609.H4971@plum.flirble.org>     
31113      Branch: perl
31114            ! embed.h embed.pl sv.h
31115 ____________________________________________________________________________
31116 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
31117         Log: ucblib shouldn't be linked against in nonstop-ux,
31118              from Tom Bates.
31119      Branch: perl
31120            ! hints/nonstopux.sh
31121 ____________________________________________________________________________
31122 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
31123         Log: Do stty only if we have stty.
31124              
31125              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
31126      Branch: perl
31127            ! lib/Term/Complete.pm
31128 ____________________________________________________________________________
31129 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
31130         Log: Skip the test if not running on a tty.
31131      Branch: perl
31132            ! lib/Term/Complete.t
31133 ____________________________________________________________________________
31134 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
31135         Log: Regen headers.
31136      Branch: perl
31137            ! embed.h opcode.h pod/perlapi.pod proto.h
31138 ____________________________________________________________________________
31139 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
31140         Log: Subject: [PATCH op.c] Re: perl@12003
31141              From: Robin Barker <rmb1@cise.npl.co.uk>
31142              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
31143              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
31144      Branch: perl
31145            ! op.c
31146 ____________________________________________________________________________
31147 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
31148         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
31149              From: Robin Barker <rmb1@cise.npl.co.uk>
31150              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
31151              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
31152      Branch: perl
31153            ! sv.c
31154 ____________________________________________________________________________
31155 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
31156         Log: Upgrade to Memoize 0.66.
31157      Branch: perl
31158            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
31159            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
31160            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
31161 ____________________________________________________________________________
31162 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
31163         Log: Subject: [ID 20010912.007] substr reference core dump
31164              From: me-01@ton.iguana.be
31165              Date: 12 Sep 2001 14:11:16 -0000
31166              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
31167      Branch: perl
31168            ! mg.c
31169 ____________________________________________________________________________
31170 [ 12004] By: ams                                   on 2001/09/12  01:13:49
31171         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
31172              From: Ilmari Karonen <iltzu@sci.fi>
31173              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
31174              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
31175      Branch: perl
31176            ! pod/perlfaq4.pod
31177 ____________________________________________________________________________
31178 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
31179         Log: Update Changes.
31180      Branch: perl
31181            ! Changes patchlevel.h
31182 ____________________________________________________________________________
31183 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
31184         Log: NetWare update from Ananth Kesari.
31185      Branch: perl
31186            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
31187            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
31188 ____________________________________________________________________________
31189 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
31190         Log: Retract #11984: div() being redefined, and 1397
31191              failing on 64-bit platforms.
31192      Branch: perl
31193            ! lib/Math/BigInt/Calc.pm
31194 ____________________________________________________________________________
31195 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
31196         Log: Metaconfig unit change for #11999.
31197      Branch: metaconfig
31198            ! U/protos/d_lseekproto.U
31199 ____________________________________________________________________________
31200 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
31201         Log: The lseek fix (#11991) was no fix.
31202      Branch: perl
31203            ! Configure
31204 ____________________________________________________________________________
31205 [ 11998] By: sky                                   on 2001/09/11  07:52:06
31206         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
31207              From: Matt Sergeant <MSergeant@star.net.uk>
31208              Date: Tue, 11 Sep 2001 09:22:32 +0100
31209              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
31210      Branch: perl
31211            ! ext/Encode/Encode.pm
31212 ____________________________________________________________________________
31213 [ 11997] By: sky                                   on 2001/09/11  06:35:29
31214         Log: Sometimes dTHX is added because it is needed on non 
31215              gnuc platforms, but not needed there. This uses GCC
31216              to silence GCC specific warnings by marking pTHX as 
31217              unused.
31218      Branch: perl
31219            ! perl.h
31220 ____________________________________________________________________________
31221 [ 11996] By: nick                                  on 2001/09/11  06:25:27
31222         Log: Integrate mainline
31223      Branch: perlio
31224            - ext/POSIX/sigaction.t lib/File/Find/taint.t
31225           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
31226 ____________________________________________________________________________
31227 [ 11995] By: nick                                  on 2001/09/11  06:23:39
31228         Log: Part Integrate mainline
31229      Branch: perlio
31230           +> (branch 69 files)
31231            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
31232            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
31233            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
31234            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
31235            - lib/Switch/t/switch_case.t lib/Test/Harness.t
31236            - lib/Test/More/Changes lib/Test/More/t/More.t
31237            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31238            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31239            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
31240            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
31241            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
31242            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
31243            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
31244            - t/lib/Test/More/Catch.pm wince/perl.ico
31245           !> (integrate 197 files)
31246 ____________________________________________________________________________
31247 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
31248         Log: Subject: Re: [PATCH] Encode.pm docs fix
31249              From: Gisle Aas <gisle@ActiveState.com>
31250              Date: 10 Sep 2001 11:27:02 -0700
31251              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
31252      Branch: perl
31253            ! ext/Encode/Encode.pm
31254 ____________________________________________________________________________
31255 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
31256         Log: Fix unpack U to be the reverse of pack U
31257              (but implement unpack U0U as a backdoor to get
31258              the UTF-8 malformed warnings from un-UTF-8 data)
31259      Branch: perl
31260            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
31261 ____________________________________________________________________________
31262 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
31263         Log: Metaconfig unit change for #11991;
31264              delete an unused unit (d_strtoull.U is the one used)
31265      Branch: metaconfig
31266            ! U/protos/d_lseekproto.U
31267      Branch: metaconfig/U/perl
31268            - strtoull.U
31269 ____________________________________________________________________________
31270 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
31271         Log: Subject: [PATCH] Configure not recording lseek proto
31272              From: Blair Zajac <blair@orcaware.com>
31273              Date: Mon, 10 Sep 2001 17:52:37 -0700
31274              Message-ID: <3B9D6055.BA334A31@orcaware.com>
31275              
31276              plus regen Configure.
31277      Branch: perl
31278            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31279            ! config_h.SH uconfig.h
31280 ____________________________________________________________________________
31281 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
31282         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?)))                  
31283              From: Nicholas Clark <nick@ccl4.org>
31284              Date: Tue, 11 Sep 2001 00:00:31 +0100
31285              Message-ID: <20010911000031.G1512@plum.flirble.org>
31286      Branch: perl
31287            + t/op/qq.t
31288            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
31289 ____________________________________________________________________________
31290 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
31291         Log: Subject: [PATCH] Building on win32 w/o perlio
31292              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
31293              Date: Mon, 10 Sep 2001 23:38:46 +0200
31294              Message-ID: <3B9D4F06.14433.2C37644@localhost>
31295      Branch: perl
31296            ! perl.c win32/Makefile win32/makefile.mk
31297 ____________________________________________________________________________
31298 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
31299         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
31300              From: "chromatic" <chromatic@rmci.net>
31301              Date: Mon, 10 Sep 2001 15:14:01 -0600
31302              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
31303      Branch: perl
31304            + lib/CGI/t/push.t
31305            ! MANIFEST
31306 ____________________________________________________________________________
31307 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
31308         Log: Subject: avoiding hoardes of zombies
31309              From: Nicholas Clark <nick@ccl4.org>
31310              Date: Mon, 10 Sep 2001 22:00:40 +0100
31311              Message-ID: <20010910220040.C1512@plum.flirble.org>
31312      Branch: perl
31313            ! pod/perlipc.pod
31314 ____________________________________________________________________________
31315 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
31316         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
31317              From: John Peacock <jpeacock@rowman.com>
31318              Date: Mon, 10 Sep 2001 16:34:30 -0400
31319              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
31320      Branch: perl
31321            ! sv.c t/op/ver.t utf8.h
31322 ____________________________________________________________________________
31323 [ 11985] By: ams                                   on 2001/09/10  23:20:13
31324         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
31325      Branch: perl
31326            ! MANIFEST
31327 ____________________________________________________________________________
31328 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
31329         Log: (Retracted by #12001)
31330              Subject: Calc with USE_MUL/USE_DIV
31331              From: Tels <perl_dummy@bloodgate.com>
31332              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
31333              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
31334      Branch: perl
31335            ! lib/Math/BigInt/Calc.pm
31336 ____________________________________________________________________________
31337 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
31338         Log: Subject: [PATCH op.c] Re: perl@11978
31339              From: Robin Barker <rmb1@cise.npl.co.uk>
31340              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
31341              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
31342              
31343              Format errors.
31344      Branch: perl
31345            ! op.c
31346 ____________________________________________________________________________
31347 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
31348         Log: Switch PADOFFSET back to U32 both because of binary backward
31349              compatibility and because Arthur seems to have been fixing the
31350              problems with naughty integer-pointer casting.
31351      Branch: perl
31352            ! op.h
31353 ____________________________________________________________________________
31354 [ 11981] By: ams                                   on 2001/09/10  16:31:43
31355         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
31356              Fix Pod Typo, Add Test for ExtUtils::Command
31357              From: "chromatic" <chromatic@rmci.net>
31358              Date: Mon, 10 Sep 2001 11:20:56 -0600
31359              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
31360      Branch: perl
31361            + lib/ExtUtils/Command.t
31362            ! MANIFEST lib/ExtUtils/Command.pm
31363 ____________________________________________________________________________
31364 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
31365         Log: Subject: [PATCH] Encode.pm docs fix
31366              From: Matt Sergeant <MSergeant@star.net.uk>
31367              Date: Mon, 10 Sep 2001 15:24:01 +0100
31368              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
31369      Branch: perl
31370            ! ext/Encode/Encode.pm
31371 ____________________________________________________________________________
31372 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
31373         Log: Update Changes.
31374      Branch: perl
31375            ! Changes patchlevel.h
31376 ____________________________________________________________________________
31377 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
31378         Log: Revert #11973, the dTHX seems to be needed in there
31379              for threaded builds.
31380      Branch: perl
31381            ! perlio.c
31382 ____________________________________________________________________________
31383 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
31384         Log: Detypo.
31385      Branch: perl
31386            ! pod/perlguts.pod
31387 ____________________________________________________________________________
31388 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
31389         Log: Further Class::Struct patching from Damian.
31390              
31391              The new new semantics are:
31392              
31393              * If you pass an initializer for a nested object, it has to be:
31394              a) a reference to an object of that class, or      
31395              b) a reference to an object of a subclass of that class, or
31396              c) a reference to a hash of arguments to be passed to the
31397              class's constructor
31398              * If you pass no initializer for a nested object, the attribute
31399              is initialized to C<undef>
31400      Branch: perl
31401            ! lib/Class/Struct.pm
31402 ____________________________________________________________________________
31403 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
31404         Log: Skip the crypt test if no crypt.
31405      Branch: perl
31406            ! t/op/crypt.t
31407 ____________________________________________________________________________
31408 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
31409         Log: Warn against using bare v-strings as IP addresses
31410              (okay if using the wrappers from Socket)
31411      Branch: perl
31412            ! pod/perldata.pod pod/perlport.pod
31413 ____________________________________________________________________________
31414 [ 11973] By: sky                                   on 2001/09/10  11:57:58
31415         Log: Remove unused dTHX. Silenced another warning.
31416      Branch: perl
31417            ! perlio.c
31418 ____________________________________________________________________________
31419 [ 11972] By: sky                                   on 2001/09/10  11:54:25
31420         Log: Silence some more warnings INT2PTR.
31421      Branch: perl
31422            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
31423 ____________________________________________________________________________
31424 [ 11971] By: sky                                   on 2001/09/10  11:21:50
31425         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
31426      Branch: perl
31427            ! cop.h
31428 ____________________________________________________________________________
31429 [ 11970] By: sky                                   on 2001/09/10  11:17:25
31430         Log: Apply INT2PTR with force to silence warnings from
31431              PM_GETRE and friends. No more warnings with 64bit 
31432              IVs and 32bit pointers.    
31433      Branch: perl
31434            ! op.c op.h perl.c
31435 ____________________________________________________________________________
31436 [ 11969] By: sky                                   on 2001/09/10  10:13:02
31437         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
31438      Branch: perl
31439            ! pod/perlguts.pod
31440 ____________________________________________________________________________
31441 [ 11968] By: sky                                   on 2001/09/10  10:02:51
31442         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
31443              Rename to custop_op_name to Perl_custom_op_name to match perlapi
31444              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
31445              perl_clone.
31446      Branch: perl
31447            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
31448 ____________________________________________________________________________
31449 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
31450         Log: Using strlen() not good on embedded nul bytes.
31451      Branch: perl
31452            ! regcomp.c
31453 ____________________________________________________________________________
31454 [ 11966] By: ams                                   on 2001/09/09  21:06:13
31455         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
31456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31457              Date: Mon, 13 Aug 2001 22:51:59 +0200
31458              Message-ID: <20010813225159.C6681@rafael>
31459              (Applied with several tweaks.)
31460      Branch: perl
31461            ! embed.h embed.pl proto.h toke.c
31462 ____________________________________________________________________________
31463 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
31464         Log: The exact error message is system-dependent.
31465      Branch: perl
31466            ! lib/ExtUtils/Manifest.t
31467 ____________________________________________________________________________
31468 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
31469         Log: Add Windows and Mac Sami support to Encode
31470              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
31471      Branch: perl
31472            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
31473            ! MANIFEST
31474 ____________________________________________________________________________
31475 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
31476         Log: Use the tried method.
31477      Branch: perl
31478            ! pod/perlport.pod
31479 ____________________________________________________________________________
31480 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
31481         Log: Can't count parentheses.
31482      Branch: perl
31483            ! ext/IO/lib/IO/Socket/INET.pm
31484 ____________________________________________________________________________
31485 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
31486         Log: perlport additions: 1 while unlink, add/delete directory
31487              entries and permissions, cygwin stat funkiness (from Michael
31488              Schwern and Nicholas Clark)
31489      Branch: perl
31490            ! pod/perlport.pod
31491 ____________________________________________________________________________
31492 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
31493         Log: blib does have a detectable test.
31494      Branch: perl
31495            ! t/lib/1_compile.t
31496 ____________________________________________________________________________
31497 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
31498         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
31499              From: "chromatic" <chromatic@rmci.net>
31500              Date: Sat, 08 Sep 2001 19:33:42 -0600
31501              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
31502      Branch: perl
31503            + lib/Term/Complete.t
31504            ! MANIFEST
31505 ____________________________________________________________________________
31506 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
31507         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
31508              From: Michael G Schwern <schwern@pobox.com> 
31509              Date: Sat, 8 Sep 2001 02:40:26 -0400
31510              Message-ID: <20010908024026.A26283@blackrider>
31511      Branch: perl
31512            + lib/Test/Tutorial.pod
31513            ! MANIFEST
31514 ____________________________________________________________________________
31515 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
31516         Log: Try to look up protocol (by name) only iff it has non-numbers:
31517              nice if the server is in a chrooted environment (no /etc/protocols,
31518              server code using hardcorded protocol numbers like 6 for tcp),
31519              suggested by John Holdsworth <coldwave@bigfoot.com>.
31520              In other words, if we are given a number, why look it up again
31521              (by number)?
31522      Branch: perl
31523            ! ext/IO/lib/IO/Socket/INET.pm
31524 ____________________________________________________________________________
31525 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
31526         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
31527              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31528              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
31529              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
31530              
31531              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
31532              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31533              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
31534              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
31535              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
31536              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31537              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
31538              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
31539      Branch: perl
31540            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
31541 ____________________________________________________________________________
31542 [ 11955] By: ams                                   on 2001/09/09  02:54:21
31543         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
31544              From: "Craig A. Berry" <craigberry@mac.com>
31545              Date: Sat, 08 Sep 2001 19:02:16 -0500
31546              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
31547      Branch: perl
31548            ! lib/CGI/t/carp.t
31549 ____________________________________________________________________________
31550 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
31551         Log: Documentation tweaks; think the IP address as an opaque string.
31552      Branch: perl
31553            ! ext/Socket/Socket.pm
31554 ____________________________________________________________________________
31555 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
31556         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
31557              From: Michael G Schwern <schwern@pobox.com>
31558              Date: Sat, 8 Sep 2001 19:45:46 -0400
31559              Message-ID: <20010908194546.C9193@blackrider>
31560      Branch: perl
31561            + lib/blib.t
31562            ! MANIFEST lib/blib.pm t/lib/1_compile.t
31563 ____________________________________________________________________________
31564 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
31565         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
31566              From: "chromatic" <chromatic@rmci.net>
31567              Date: Sat, 08 Sep 2001 12:31:44 -0600
31568              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
31569      Branch: perl
31570            + lib/CGI/t/fast.t
31571            ! MANIFEST
31572 ____________________________________________________________________________
31573 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
31574         Log: The Socket tests were wrong: they were assuming too much.
31575      Branch: perl
31576            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
31577 ____________________________________________________________________________
31578 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
31579         Log: Retract the portability changes since they
31580              seem to have opened a can of worms... will
31581              go back to UNICOS/mk and do the bare minimum
31582              required to get the tests working.
31583      Branch: perl
31584            ! ext/Socket/Socket.xs
31585 ____________________________________________________________________________
31586 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
31587         Log: PADOFFSET is used to cast pointers into integers,
31588              if pointers are 64 bits and U32 32 bits,
31589              bad things may happen, or at least warnings issued.
31590      Branch: perl
31591            ! op.h
31592 ____________________________________________________________________________
31593 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
31594         Log: Still more Socket portability tweaking.
31595              Now Socket.t seems to be happy in all of
31596              Linux/x86, Tru64/alpha, Solaris/sparc,
31597              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
31598              
31599              Addendum: it seems that io_multihomed, io_sock, and hostent
31600              were broken in little-endians (linux/x86 and tru64/alpha)
31601              because of this change.  Argh.
31602      Branch: perl
31603            ! ext/Socket/Socket.xs
31604 ____________________________________________________________________________
31605 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
31606         Log: More portability kicking on inet_ntoa().
31607      Branch: perl
31608            ! ext/Socket/Socket.xs
31609 ____________________________________________________________________________
31610 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
31611         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
31612              From: Michael G Schwern <schwern@pobox.com> 
31613              Date: Fri, 7 Sep 2001 23:06:51 -0400
31614              Message-ID: <20010907230651.R606@blackrider>
31615      Branch: perl
31616            + lib/ExtUtils/Manifest.t
31617            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
31618 ____________________________________________________________________________
31619 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
31620         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
31621              From: "chromatic" <chromatic@rmci.net>
31622              Date: Fri, 07 Sep 2001 17:53:15 -0600      
31623              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
31624      Branch: perl
31625            + lib/ExtUtils/testlib.t
31626            ! MANIFEST
31627 ____________________________________________________________________________
31628 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
31629         Log: Thinko.
31630      Branch: perl
31631            ! lib/integer.t
31632 ____________________________________________________________________________
31633 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
31634         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
31635              From: "Craig A. Berry" <craigberry@mac.com>
31636              Date: Fri, 07 Sep 2001 15:30:03 -0500
31637              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
31638      Branch: perl
31639            ! lib/CGI/Carp.pm
31640 ____________________________________________________________________________
31641 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
31642         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
31643              From: Michael G Schwern <schwern@pobox.com>
31644              Date: Fri, 7 Sep 2001 15:38:13 -0400
31645              Message-ID: <20010907153813.K606@blackrider>
31646      Branch: perl
31647            ! lib/ExtUtils/MM_Unix.pm
31648 ____________________________________________________________________________
31649 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
31650         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
31651              From: Robin Barker <rmb1@cise.npl.co.uk>
31652              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
31653              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
31654      Branch: perl
31655            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
31656 ____________________________________________________________________________
31657 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
31658         Log: Clean up 1_compile.t; move tests to more consistent
31659              places (t/ subdirectories); add integer.t (much of
31660              the pragma is tested elsewhere but there is no one
31661              centralized place)
31662      Branch: perl
31663            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
31664            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
31665            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
31666            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
31667            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
31668            - lib/File/Find/find.t lib/File/Find/taint.t
31669            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
31670 ____________________________________________________________________________
31671 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
31672         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
31673              From: "chromatic" <chromatic@rmci.net>
31674              Date: Fri, 07 Sep 2001 10:17:40 -0600
31675              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
31676      Branch: perl
31677            ! lib/File/Find/taint.t
31678 ____________________________________________________________________________
31679 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
31680         Log: Update Changes.
31681      Branch: perl
31682            ! Changes patchlevel.h
31683 ____________________________________________________________________________
31684 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
31685         Log: Rename the old threading tutorial, start a new one,
31686              regen toc.
31687      Branch: perl
31688            + pod/perlothrtut.pod
31689            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
31690            ! pod/perltoc.pod
31691 ____________________________________________________________________________
31692 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
31693         Log: vars very much has a test.
31694      Branch: perl
31695            ! t/lib/1_compile.t
31696 ____________________________________________________________________________
31697 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
31698         Log: Subject: Re: wince/perl.ico marked as binary
31699              From: Nicholas Clark <nick@ccl4.org>
31700              Date: Fri, 7 Sep 2001 13:54:40 +0100
31701              Message-ID: <20010907135439.D39150@plum.flirble.org>
31702              
31703              and wince/Makefile.ce change from Rainer Keuchel.
31704      Branch: perl
31705            + wince/makeico.pl
31706            ! MANIFEST wince/Makefile.ce
31707 ____________________________________________________________________________
31708 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
31709         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
31710              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31711              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
31712              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
31713      Branch: perl
31714            ! regexec.c
31715 ____________________________________________________________________________
31716 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
31717         Log: (Replaced by #11934)
31718              Subject: Re: [PATCH regexec.c] more general .* and .*?
31719              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
31720              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
31721              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
31722      Branch: perl
31723            ! regexec.c
31724 ____________________________________________________________________________
31725 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
31726         Log: The #11931 patching misbehaved.
31727      Branch: perl
31728            ! lib/Test/Harness/t/test-harness.t
31729 ____________________________________________________________________________
31730 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
31731         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
31732              From: Michael G Schwern <schwern@pobox.com>
31733              Date: Fri, 7 Sep 2001 03:30:41 -0400
31734              Message-ID: <20010907033041.A2796@blackrider>
31735      Branch: perl
31736            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
31737            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
31738            + t/lib/sample-tests/header_at_end_fail
31739            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
31740            - lib/Test/Harness.t
31741            ! MANIFEST lib/Test/Harness.pm t/TEST
31742 ____________________________________________________________________________
31743 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
31744         Log: Subject: [PATCH] Digest::MD5 update
31745              From: Gisle Aas <gisle@ActiveState.com>
31746              Date: 06 Sep 2001 23:32:56 -0700
31747              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
31748      Branch: perl
31749            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
31750            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
31751 ____________________________________________________________________________
31752 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
31753         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
31754              From: "chromatic" <chromatic@rmci.net>
31755              Date: Thu, 06 Sep 2001 23:11:44 -0600
31756              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
31757      Branch: perl
31758            + lib/less.t
31759            ! MANIFEST t/lib/1_compile.t
31760 ____________________________________________________________________________
31761 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
31762         Log: The binary file must somehow differently stored.
31763      Branch: perl
31764            - wince/perl.ico
31765            ! MANIFEST
31766 ____________________________________________________________________________
31767 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
31768         Log: Add more modules to the list of modules that have tests,
31769              Schwern's wallet is getting more nervous.
31770              (Run t/lib/1_compile.t manually to see which modules
31771              are lacking tests, or the tests can't be run for some
31772              reason or another, such as the Net:: modules)
31773      Branch: perl
31774            ! t/lib/1_compile.t
31775 ____________________________________________________________________________
31776 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
31777         Log: Try to make Socket::inet_ntoa() more robust.
31778      Branch: perl
31779            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
31780 ____________________________________________________________________________
31781 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
31782         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
31783              From: chromatic <chromatic@rmci.net>       
31784              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
31785              Message-Id: <01090522580506.19590@firewheel>           
31786      Branch: perl
31787            ! lib/English.t
31788 ____________________________________________________________________________
31789 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
31790         Log: Subject: Re: perlvar manpage and localizing special vars
31791              From: Stas Bekman <stas@stason.org>
31792              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
31793              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
31794      Branch: perl
31795            ! pod/perlvar.pod
31796 ____________________________________________________________________________
31797 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
31798         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
31799              From: Robin Barker <rmb1@cise.npl.co.uk>
31800              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
31801              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
31802      Branch: perl
31803            ! lib/ExtUtils/MakeMaker.pm
31804 ____________________________________________________________________________
31805 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
31806         Log: Symbol missing; AIX unhappy.
31807      Branch: perl
31808            ! makedef.pl
31809 ____________________________________________________________________________
31810 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
31811         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
31812              Reported in 5.61, seems to work okay in blead.
31813      Branch: perl
31814            ! t/run/kill_perl.t
31815 ____________________________________________________________________________
31816 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
31817         Log: Update Changes.
31818      Branch: perl
31819            ! Changes patchlevel.h
31820 ____________________________________________________________________________
31821 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
31822         Log: Document the bad assumptions currently breaking
31823              the Socket.t tests 10, 11, and 13 in UNICOS.
31824      Branch: perl
31825            ! ext/Socket/Socket.xs
31826 ____________________________________________________________________________
31827 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
31828         Log: Subject: [PATCH x2p] make OPTIMIZE=...
31829              From: Robin Barker <rmb1@cise.npl.co.uk>
31830              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
31831              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
31832      Branch: perl
31833            ! x2p/Makefile.SH x2p/cflags.SH
31834 ____________________________________________________________________________
31835 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
31836         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
31837              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
31838              Date: Thu, 6 Sep 2001 11:09:40 +0100
31839              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
31840              
31841              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
31842              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31843              Date: 6 Sep 2001 10:14:38 -0000
31844              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
31845      Branch: perl
31846            ! pod/perlfaq1.pod pod/perlhack.pod
31847 ____________________________________________________________________________
31848 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
31849         Log: Subject: Extra NUL is Data::Dumper output - patch
31850              From: Tony Cook <tony@develop-help.com>
31851              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
31852              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
31853      Branch: perl
31854            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
31855 ____________________________________________________________________________
31856 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
31857         Log: Avoid redefinition warning
31858              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
31859              from
31860              perl -w -Ilib -MCwd -e ''
31861      Branch: perl
31862            ! lib/Cwd.pm
31863 ____________________________________________________________________________
31864 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
31865         Log: Update the is_tainted() example implementation.
31866      Branch: perl
31867            ! pod/perlsec.pod
31868 ____________________________________________________________________________
31869 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
31870         Log: Missing) in #11912.
31871      Branch: perl
31872            ! lib/Test/Simple/t/fail.t
31873 ____________________________________________________________________________
31874 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
31875         Log: Rewhack Test-Simple into core harness.
31876      Branch: perl
31877            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31878            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
31879            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31880            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31881            ! lib/Test/Simple/t/skipall.t
31882 ____________________________________________________________________________
31883 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
31884         Log: Workaround for the new Exporter 'feature'.
31885      Branch: perl
31886            ! lib/Test/More.pm
31887 ____________________________________________________________________________
31888 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
31889         Log: Re-introduce pure-Perl fall-back for abs_path,
31890              re-introduce #11898.
31891      Branch: perl
31892            ! lib/Cwd.pm lib/File/Find.pm
31893 ____________________________________________________________________________
31894 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
31895         Log: More tests.
31896      Branch: perl
31897            ! lib/Exporter.t
31898 ____________________________________________________________________________
31899 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
31900         Log: Retract #11898 for now because it introduces
31901              a rather nasty depencency: when B is being built,
31902              MakeMaker is used.  MakeMaker uses File::Find.
31903              File::Find uses Cwd::getcwd()...which doesn't
31904              exist yet.
31905      Branch: perl
31906            ! lib/File/Find.pm
31907 ____________________________________________________________________________
31908 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
31909         Log: New test welcome.
31910      Branch: perl
31911            + lib/Test/Simple/t/simple.t
31912 ____________________________________________________________________________
31913 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
31914         Log: Old test begone.
31915      Branch: perl
31916            - lib/Attribute/Handlers/test.pl
31917 ____________________________________________________________________________
31918 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
31919         Log: Test-Simple syncup from Schwern.
31920      Branch: perl
31921            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
31922            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
31923            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
31924            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
31925            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
31926            - lib/Test/More/Changes lib/Test/More/t/More.t
31927            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
31928            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
31929            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
31930            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
31931            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
31932            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
31933            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
31934            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
31935            ! t/lib/Test/Simple/sample_tests/death.plx
31936            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
31937            ! t/lib/Test/Simple/sample_tests/extras.plx
31938            ! t/lib/Test/Simple/sample_tests/five_fail.plx
31939            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
31940            ! t/lib/Test/Simple/sample_tests/one_fail.plx
31941            ! t/lib/Test/Simple/sample_tests/require.plx
31942            ! t/lib/Test/Simple/sample_tests/success.plx
31943            ! t/lib/Test/Simple/sample_tests/too_few.plx
31944            ! t/lib/Test/Simple/sample_tests/two_fail.plx
31945 ____________________________________________________________________________
31946 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
31947         Log: Integrate File::Find changes from bleadperl
31948      Branch: maint-5.6/macperl
31949            ! lib/File/Find.pm t/lib/filefind-taint.t
31950 ____________________________________________________________________________
31951 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
31952         Log: Integrate 11847 from maint-5.6/perl
31953      Branch: maint-5.6/macperl
31954           !> sv.c
31955 ____________________________________________________________________________
31956 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
31957         Log: In UNICOS division yada yada.
31958      Branch: perl
31959            ! t/op/override.t
31960 ____________________________________________________________________________
31961 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
31962         Log: In UNICOS division is really lossy, better use
31963              a tolerance test.
31964      Branch: perl
31965            ! ext/Time/HiRes/HiRes.t
31966 ____________________________________________________________________________
31967 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
31968         Log: In UNICOS sigaction() sets an extra flag
31969              ("the signal has been registered for all the processes in
31970              a multitasking group.")
31971      Branch: perl
31972            ! ext/POSIX/sigaction.t
31973 ____________________________________________________________________________
31974 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
31975         Log: Documentation micropatch from Damian.
31976      Branch: perl
31977            ! lib/Attribute/Handlers.pm
31978 ____________________________________________________________________________
31979 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
31980         Log: (Retracted by #11908)
31981              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
31982              From: Michael G Schwern <schwern@pobox.com>
31983              Date: Wed, 5 Sep 2001 15:58:21 -0400
31984              Message-ID: <20010905155821.I632@blackrider>
31985      Branch: perl
31986            ! lib/File/Find.pm lib/File/Find/taint.t
31987 ____________________________________________________________________________
31988 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
31989         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
31990              From: Michael G Schwern <schwern@pobox.com>
31991              Date: Wed, 5 Sep 2001 19:16:31 -0400
31992              Message-ID: <20010905191631.E11386@blackrider>
31993      Branch: perl
31994            + lib/CGI/t/carp.t
31995            ! MANIFEST
31996 ____________________________________________________________________________
31997 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
31998         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
31999              From: chromatic <chromatic@rmci.net>
32000              Date: Wed, 5 Sep 2001 18:08:07 -0600
32001              Message-Id: <01090518080700.19590@firewheel>
32002      Branch: perl
32003            ! lib/English.pm
32004 ____________________________________________________________________________
32005 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
32006         Log: Fix a typo #11889 and add a test for the same.
32007      Branch: perl
32008            ! ext/Socket/Socket.t ext/Socket/Socket.xs
32009 ____________________________________________________________________________
32010 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
32011         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
32012              From: "Craig A. Berry" <craigberry@mac.com>
32013              Date: Wed, 05 Sep 2001 17:48:54 -0500
32014              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
32015      Branch: perl
32016            ! lib/warnings.t t/run/kill_perl.t
32017 ____________________________________________________________________________
32018 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
32019         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
32020              From: Michael G Schwern <schwern@pobox.com>
32021              Date: Wed, 5 Sep 2001 17:22:25 -0400
32022              Message-ID: <20010905172225.C11386@blackrider>
32023      Branch: perl
32024            ! t/run/kill_perl.t
32025 ____________________________________________________________________________
32026 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
32027         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
32028              From: Nicholas Clark <nick@ccl4.org>
32029              Date: Wed, 5 Sep 2001 20:54:24 +0100
32030              Message-ID: <20010905205424.C25120@plum.flirble.org>
32031      Branch: perl
32032            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
32033 ____________________________________________________________________________
32034 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
32035         Log: Forgotten thing.
32036      Branch: perl
32037            ! uconfig.h
32038 ____________________________________________________________________________
32039 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
32040         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
32041              From: chromatic <chromatic@rmci.net>               
32042              Date: Wed, 5 Sep 2001 13:22:08 -0600
32043              Message-Id: <01090513220807.10587@firewheel> 
32044      Branch: perl
32045            ! lib/English.pm
32046 ____________________________________________________________________________
32047 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
32048         Log: inet_ntoa() tweaks:
32049              - don't allow addresses with > 255 characters
32050              - indent the HP-UX workaround
32051              - don't leak memory
32052      Branch: perl
32053            ! ext/Socket/Socket.xs
32054 ____________________________________________________________________________
32055 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
32056         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
32057              <xwu@theeducationcenter.com>
32058      Branch: perl
32059            ! lib/File/Find.pm
32060 ____________________________________________________________________________
32061 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
32062         Log: Typo nits.
32063      Branch: perl
32064            ! lib/File/Find.pm
32065 ____________________________________________________________________________
32066 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
32067         Log: -Wall nit.
32068      Branch: perl
32069            ! op.c
32070 ____________________________________________________________________________
32071 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
32072         Log: Update to Scalar-List-Utils 1.05
32073      Branch: perl
32074            ! ext/List/Util/ChangeLog ext/List/Util/README
32075            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
32076 ____________________________________________________________________________
32077 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
32078         Log: Update Changes.
32079      Branch: perl
32080            ! Changes patchlevel.h
32081 ____________________________________________________________________________
32082 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
32083         Log: Update to Scalar-List-Utils 1.04
32084      Branch: perl
32085            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
32086            ! ext/List/Util/lib/List/Util.pm
32087            ! ext/List/Util/lib/Scalar/Util.pm
32088 ____________________________________________________________________________
32089 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
32090         Log: Metaconfigify #11724.
32091      Branch: metaconfig
32092            ! U/threads/archname.U
32093 ____________________________________________________________________________
32094 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
32095         Log: The MacOS reference is okay, no reason to hide it.
32096      Branch: perl
32097            ! lib/Cwd.pm
32098 ____________________________________________________________________________
32099 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
32100         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
32101              From: Michael G Schwern <schwern@pobox.com>
32102              Date: Tue, 4 Sep 2001 15:30:10 -0400
32103              Message-ID: <20010904153010.H26466@blackrider> 
32104              
32105              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
32106      Branch: perl
32107            ! ext/Cwd/Makefile.PL lib/Cwd.pm
32108 ____________________________________________________________________________
32109 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
32110         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.))
32111              From: Michael G Schwern <schwern@pobox.com>
32112              Date: Tue, 4 Sep 2001 17:39:13 -0400
32113              Message-ID: <20010904173913.C626@blackrider>
32114      Branch: perl
32115            ! lib/Cwd.pm
32116 ____________________________________________________________________________
32117 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
32118         Log: Subject: Re: Perl_pp_* in public API?
32119              From: "Craig A. Berry" <craigberry@mac.com>
32120              Date: Tue, 4 Sep 2001 21:51:29 -0500
32121              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
32122      Branch: perl
32123            ! ext/List/Util/Util.xs
32124 ____________________________________________________________________________
32125 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
32126         Log: From Damian: Class::Struct was unable to define
32127              recursive classes.  After the patch an object reference
32128              (rather than a hash) is required to initialize
32129              an object attribute.  If no such initializer is given to
32130              the constructor, object attributes are now default
32131              initialized to C<undef>.
32132      Branch: perl
32133            ! lib/Class/Struct.pm lib/Class/Struct.t
32134 ____________________________________________________________________________
32135 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
32136         Log: Subject: Re: sv_catpvfn and sv_setpvfn
32137              From: Richard Soderberg <rs@oregonnet.com>
32138              Date: Tue, 4 Sep 2001 15:16:47 -0700
32139              Message-Id: <200109042216.PAA17858@oregonnet.com>
32140      Branch: perl
32141            ! pod/perlclib.pod pod/perlguts.pod
32142 ____________________________________________________________________________
32143 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
32144         Log: NetWare updates from Ananth Kesari.
32145      Branch: perl
32146            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
32147            ! NetWare/nw5thread.h
32148 ____________________________________________________________________________
32149 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
32150         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?))
32151              From: Nicholas Clark <nick@ccl4.org>
32152              Date: Tue, 4 Sep 2001 22:42:50 +0100
32153              Message-ID: <20010904224250.P25120@plum.flirble.org>
32154      Branch: perl
32155            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
32156            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
32157            ! t/op/oct.t toke.c
32158 ____________________________________________________________________________
32159 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
32160         Log: Fix Cwd::getcwd() not being tainted, as noticed
32161              by Schwern.
32162      Branch: perl
32163            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
32164            - ext/Cwd/Cwd.t
32165            ! MANIFEST ext/Cwd/Cwd.xs util.c
32166 ____________________________________________________________________________
32167 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
32168         Log: Retract #11870 and volatilize the right destruct_level.
32169              Silly thinko pointed out by Sarathy.
32170      Branch: perl
32171            ! intrpvar.h perl.c
32172 ____________________________________________________________________________
32173 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
32174         Log: At least a temporary fix for the mysterious scope core dumps
32175              in Tru64 from Graham.
32176      Branch: perl
32177            ! ext/List/Util/Util.xs
32178 ____________________________________________________________________________
32179 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
32180         Log: (Retracted by #11872)
32181      Branch: perl
32182            ! intrpvar.h
32183 ____________________________________________________________________________
32184 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
32185         Log: Quench a -Wall gripe noticed by Robin Barker.
32186      Branch: perl
32187            ! op.c
32188 ____________________________________________________________________________
32189 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
32190         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
32191              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32192              Date: Wed, 05 Sep 2001 02:01:32 +0900
32193              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
32194      Branch: perl
32195            ! lib/Unicode/UCD.pm
32196 ____________________________________________________________________________
32197 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
32198         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
32199              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32200              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
32201              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
32202      Branch: perl
32203            ! gv.c
32204 ____________________________________________________________________________
32205 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
32206         Log: Update Changes.
32207      Branch: perl
32208            ! Changes patchlevel.h
32209 ____________________________________________________________________________
32210 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
32211         Log: Add the \[$@%&*] prototype support.
32212      Branch: perl
32213            ! op.c pod/perlsub.pod t/comp/proto.t
32214 ____________________________________________________________________________
32215 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
32216         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
32217              From: Michael G Schwern <schwern@pobox.com>
32218              Date: Mon, 3 Sep 2001 18:59:01 -0400
32219              Message-ID: <20010903185901.Z9233@blackrider>
32220      Branch: perl
32221            ! lib/CGI/t/form.t
32222 ____________________________________________________________________________
32223 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
32224         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
32225              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
32226              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
32227              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
32228      Branch: perl
32229            ! gv.c
32230 ____________________________________________________________________________
32231 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
32232         Log: More srand entry tweakage based on Randal's suggestion.
32233      Branch: perl
32234            ! pod/perlfunc.pod
32235 ____________________________________________________________________________
32236 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
32237         Log: Subject: [PATCH] 'main' *is* a reserved word
32238              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32239              Date: Mon, 3 Sep 2001 22:55:41 +0200
32240              Message-ID: <20010903225541.A24097@rafael>
32241      Branch: perl
32242            ! toke.c
32243 ____________________________________________________________________________
32244 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
32245         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
32246              From: Peter Prymmer <pvhp@best.com>
32247              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
32248              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
32249      Branch: perl
32250            ! README.vms configure.com
32251 ____________________________________________________________________________
32252 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
32253         Log: Subject: Re: A slightly better default seed?   
32254              From: Michael G Schwern <schwern@pobox.com>
32255              Date: Mon, 3 Sep 2001 18:08:15 -0400 
32256              Message-ID: <20010903180815.W9233@blackrider>
32257      Branch: perl
32258            ! t/op/srand.t
32259 ____________________________________________________________________________
32260 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
32261         Log: Add sharedsv.o to microperl object files.
32262      Branch: perl
32263            ! Makefile.micro
32264 ____________________________________________________________________________
32265 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
32266         Log: AUTHORS updates and
32267              
32268              Subject: [PATCH] Just some preening :-)        
32269              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
32270              Date: Tue, 4 Sep 2001 14:16:59 +0100
32271              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
32272      Branch: perl
32273            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
32274 ____________________________________________________________________________
32275 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
32276         Log: Typo fix and slight rewording.
32277      Branch: perl
32278            ! pod/perlfunc.pod
32279 ____________________________________________________________________________
32280 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
32281         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
32282      Branch: perl
32283            ! pod/perlfaq4.pod
32284 ____________________________________________________________________________
32285 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
32286         Log: The helper file changed name.
32287      Branch: perl
32288            ! MANIFEST
32289 ____________________________________________________________________________
32290 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
32291         Log: Update to Scalar-List-Utils 1.03
32292      Branch: perl
32293            + ext/List/Util/t/shuffle.t
32294            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
32295            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
32296            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
32297            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
32298            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
32299            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
32300            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
32301            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
32302 ____________________________________________________________________________
32303 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
32304         Log: Make crypt() do something more sane for Unicode
32305              (take crypt() of the low eight bits of the characters,
32306              instead of taking crypt() of the UTF-8 of the scalar);
32307              add a test for crypt().
32308      Branch: perl
32309            + t/op/crypt.t
32310            ! MANIFEST pod/perlfunc.pod pp.c
32311 ____________________________________________________________________________
32312 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
32313         Log: Reorganize the srand entry.
32314      Branch: perl
32315            ! pod/perlfunc.pod
32316 ____________________________________________________________________________
32317 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
32318         Log: Remove the tests that assume something about
32319              calling srand() without arguments multiple times.
32320      Branch: perl
32321            ! t/op/srand.t
32322 ____________________________________________________________________________
32323 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
32324         Log: Upgrade to Math::BigInt 1.42.
32325      Branch: perl
32326            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32327            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
32328            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
32329            ! lib/Math/BigInt/t/mbimbf.t
32330 ____________________________________________________________________________
32331 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
32332         Log: integrate change#11847 from maint-5.6
32333              
32334              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
32335      Branch: perl
32336            ! sv.c
32337 ____________________________________________________________________________
32338 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
32339         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
32340      Branch: maint-5.6/perl
32341            ! sv.c
32342 ____________________________________________________________________________
32343 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
32344         Log: As far as I can tell these functions have been Unicodified.
32345      Branch: perl
32346            ! doop.c
32347 ____________________________________________________________________________
32348 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
32349         Log: Update to Storable 1.0.13.
32350      Branch: perl
32351            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
32352            ! ext/Storable/Storable.xs
32353 ____________________________________________________________________________
32354 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
32355         Log: Patch the Filter::Simple test to work with
32356              the core test suite (since the FilterTest.pm
32357              is in t/lib, not in lib).
32358      Branch: perl
32359            ! lib/Filter/Simple/t/filter.t
32360 ____________________________________________________________________________
32361 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
32362         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
32363      Branch: perl
32364            + t/lib/FilterTest.pm
32365            - t/lib/MyFilter.pm
32366 ____________________________________________________________________________
32367 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
32368         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
32369              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
32370              Text::Balanced 1.86.
32371      Branch: perl
32372            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
32373            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
32374            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
32375            + lib/Switch/t/nested.t lib/Switch/t/switch.t
32376            + lib/Text/Balanced/Changes lib/Text/Balanced/README
32377            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
32378            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
32379            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
32380            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
32381            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
32382            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
32383            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
32384            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
32385            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
32386            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
32387            ! MANIFEST lib/Attribute/Handlers.pm
32388            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
32389            ! lib/Attribute/Handlers/demo/Demo.pm
32390            ! lib/Attribute/Handlers/demo/Descriptions.pm
32391            ! lib/Attribute/Handlers/demo/MyClass.pm
32392            ! lib/Attribute/Handlers/demo/demo.pl
32393            ! lib/Attribute/Handlers/demo/demo2.pl
32394            ! lib/Attribute/Handlers/demo/demo3.pl
32395            ! lib/Attribute/Handlers/demo/demo4.pl
32396            ! lib/Attribute/Handlers/demo/demo_call.pl
32397            ! lib/Attribute/Handlers/demo/demo_chain.pl
32398            ! lib/Attribute/Handlers/demo/demo_cycle.pl
32399            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
32400            ! lib/Attribute/Handlers/demo/demo_phases.pl
32401            ! lib/Attribute/Handlers/demo/demo_range.pl
32402            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
32403            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
32404            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
32405            ! lib/Text/Balanced.pm
32406 ____________________________________________________________________________
32407 [ 11841] By: sky                                   on 2001/09/03  11:04:15
32408         Log: Forgot to add a file with Change #11840
32409      Branch: perl
32410            + t/op/srand.t
32411 ____________________________________________________________________________
32412 [ 11840] By: sky                                   on 2001/09/03  11:02:04
32413         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
32414              From: Michael G Schwern <schwern@pobox.com>
32415              Date: Mon, 3 Sep 2001 07:43:00 -0400
32416              Message-ID: <20010903074300.E9233@blackrider>
32417      Branch: perl
32418            ! MANIFEST pod/perlfunc.pod t/op/rand.t
32419 ____________________________________________________________________________
32420 [ 11839] By: sky                                   on 2001/09/03  10:47:11
32421         Log: Document the changes with regards to running of END blocks.
32422              And DESTROY on global objects are called in perl_destruct()!
32423      Branch: perl
32424            ! pod/perl572delta.pod pod/perlembed.pod
32425 ____________________________________________________________________________
32426 [ 11838] By: sky                                   on 2001/09/03  09:34:44
32427         Log: Subject: [PATCH t/op/time.t] Partial cleanup
32428              From: Michael G Schwern <schwern@pobox.com>
32429              Date: Mon, 3 Sep 2001 06:29:42 -0400
32430              Message-ID: <20010903062942.C9233@blackrider>
32431      Branch: perl
32432            ! t/op/time.t
32433 ____________________________________________________________________________
32434 [ 11837] By: sky                                   on 2001/09/03  09:30:02
32435         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
32436              From: Michael G Schwern <schwern@pobox.com>
32437              Date: Mon, 3 Sep 2001 06:24:13 -0400
32438              Message-ID: <20010903062413.B9233@blackrider>
32439      Branch: perl
32440            ! t/op/rand.t
32441 ____________________________________________________________________________
32442 [ 11836] By: sky                                   on 2001/09/03  07:56:47
32443         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
32444              From: Michael G Schwern <schwern@pobox.com>
32445              Date: Sun, 2 Sep 2001 21:38:43 -0400
32446              Message-ID: <20010902213843.L2711@blackrider>
32447      Branch: perl
32448            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
32449            ! MANIFEST
32450 ____________________________________________________________________________
32451 [ 11835] By: nick                                  on 2001/09/03  06:20:06
32452         Log: Integrate mainline
32453      Branch: perlio
32454           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
32455            - t/op/misc.t
32456           !> (integrate 187 files)
32457 ____________________________________________________________________________
32458 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
32459         Log: Update Changes.
32460      Branch: perl
32461            ! Changes patchlevel.h
32462 ____________________________________________________________________________
32463 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
32464         Log: Slight tweaks.
32465      Branch: perl
32466            ! t/run/kill_perl.t
32467 ____________________________________________________________________________
32468 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
32469         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
32470      Branch: perl
32471            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32472 ____________________________________________________________________________
32473 [ 11831] By: sky                                   on 2001/09/02  12:10:42
32474         Log: Change #11828 wasn't complete, this updates to intest path
32475      Branch: perl
32476            ! t/run/kill_perl.t
32477 ____________________________________________________________________________
32478 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
32479         Log: 's's's.
32480      Branch: perl
32481            ! Changes
32482 ____________________________________________________________________________
32483 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
32484         Log: Update Changes.
32485      Branch: perl
32486            ! Changes patchlevel.h
32487 ____________________________________________________________________________
32488 [ 11828] By: sky                                   on 2001/09/02  11:53:56
32489         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
32490              From: Michael G Schwern <schwern@pobox.com>
32491              Date: Sat, 1 Sep 2001 20:18:58 -0400
32492              Message-ID: <20010901201858.X606@blackrider>
32493              +MANIFEST Fix
32494      Branch: perl
32495            + t/run/kill_perl.t
32496            - t/op/misc.t t/run/segfault.t
32497            ! MANIFEST
32498 ____________________________________________________________________________
32499 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
32500         Log: Subject: [PATCH] lib/Time/Local.pm
32501              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32502              Date: Sun, 2 Sep 2001 06:50:01 -0500
32503              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
32504      Branch: perl
32505            ! lib/Time/Local.pm
32506 ____________________________________________________________________________
32507 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
32508         Log: Tick off Unicode collation and the normalization from
32509              the todo list.
32510      Branch: perl
32511            ! pod/perltodo.pod
32512 ____________________________________________________________________________
32513 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
32514         Log: Update to Unicode 3.1.1.
32515      Branch: perl
32516            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
32517            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
32518            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
32519            ! lib/unicore/PropList.txt lib/unicore/README.perl
32520            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
32521            ! lib/unicore/rename lib/unicore/version
32522 ____________________________________________________________________________
32523 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
32524         Log: Slight doc tweaks for the module.
32525      Branch: perl
32526            ! lib/Unicode/UCD.pm
32527 ____________________________________________________________________________
32528 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
32529         Log: Rename the variable: it *used* to be (wrongly) that the
32530              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
32531              but that is no more the case: PL_reg_match_utf8 is better.
32532      Branch: perl
32533            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
32534            ! regexec.c sv.c thrdvar.h
32535 ____________________________________________________________________________
32536 [ 11822] By: ams                                   on 2001/09/02  02:54:50
32537         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
32538              From: Ilmari Karonen <iltzu@sci.fi>
32539              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
32540              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
32541              (op/sub_lval.t updated to take new error message into account.)
32542      Branch: perl
32543            ! op.c t/op/sub_lval.t
32544 ____________________________________________________________________________
32545 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
32546         Log: remove stray CRs in files; keep all files with UNIX line-ends
32547              (Porting/makerel adds CRs to the files that need it in the
32548              distribution)
32549      Branch: perl
32550            ! NetWare/t/NWScripts.pl README.dos
32551            ! ext/Encode/Encode/cns11643-1.enc
32552            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
32553            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32554 ____________________________________________________________________________
32555 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
32556         Log: some remnants of change#11803
32557      Branch: perl
32558            ! ext/ByteLoader/byterun.h perl.h
32559 ____________________________________________________________________________
32560 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
32561         Log: Update to Unicode::Collate 0.08.
32562      Branch: perl
32563            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32564            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32565 ____________________________________________________________________________
32566 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
32567         Log: Test tweaks.
32568      Branch: perl
32569            ! t/op/pat.t
32570 ____________________________________________________________________________
32571 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
32572         Log: Fix test
32573      Branch: maint-5.6/macperl
32574            ! t/lib/b.t
32575 ____________________________________________________________________________
32576 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
32577         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
32578              warnings in Config.pm with -W; increase default and
32579              minimum RAM; bump version number.
32580      Branch: maint-5.6/macperl
32581            + macos/lib/Mac/LowMem.pm
32582            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
32583            ! macos/configpm macos/macperl/MacPerl.r
32584 ____________________________________________________________________________
32585 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
32586         Log: Make syntax check report in MPW style, fix tests
32587              to use Mac::err=unix to get normal-style error
32588              messages.
32589      Branch: maint-5.6/macperl
32590            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
32591            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
32592 ____________________________________________________________________________
32593 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
32594         Log: Make MPW-style errors optional (but the default); add
32595              MacPerl::ErrorFormat() function and Mac::err pragma
32596      Branch: maint-5.6/macperl
32597            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
32598            + macos/ext/Mac/err/err.xs
32599            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
32600            ! macos/macish.c macos/macish.h macos/macperl.sym
32601 ____________________________________________________________________________
32602 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
32603         Log: More module and test ports from Thomas Wegner et al
32604      Branch: maint-5.6/macperl
32605            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32606            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
32607            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
32608            ! t/op/magic.t
32609 ____________________________________________________________________________
32610 [ 11812] By: sky                                   on 2001/09/01  17:19:30
32611         Log: Subject: [PATCH t/op/concat.t] cleanup
32612              From: Michael G Schwern <schwern@pobox.com>
32613              Date: Sat, 1 Sep 2001 14:06:28 -0400
32614              Message-ID: <20010901140628.C606@blackrider>
32615      Branch: perl
32616            ! t/op/concat.t
32617 ____________________________________________________________________________
32618 [ 11811] By: sky                                   on 2001/09/01  12:25:29
32619         Log: Change #11805 didn't update the MANIFEST
32620      Branch: perl
32621            ! MANIFEST
32622 ____________________________________________________________________________
32623 [ 11810] By: sky                                   on 2001/09/01  11:52:44
32624         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
32625              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32626              Date: Sat, 1 Sep 2001 14:50:14 +0200
32627              Message-ID: <20010901145014.A691@rafael>
32628      Branch: perl
32629            ! t/op/inccode.t
32630 ____________________________________________________________________________
32631 [ 11809] By: sky                                   on 2001/09/01  11:49:22
32632         Log: Subject: PATCH: ExtUtils::MakeMaker
32633              From: Tony Bowden <tony@kasei.com>
32634              Date: Sat, 1 Sep 2001 10:33:53 +0100
32635              Message-ID: <20010901103353.A13863@soto.kasei.com>
32636              Manually applied
32637      Branch: perl
32638            ! lib/ExtUtils/MakeMaker.pm
32639 ____________________________________________________________________________
32640 [ 11808] By: sky                                   on 2001/09/01  11:39:13
32641         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
32642              From: mike808@users.sourceforge.net
32643              Date: Sat, 1 Sep 101 11:27:50 GMT
32644              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
32645              With little tweak
32646      Branch: perl
32647            ! lib/Term/Cap.pm
32648 ____________________________________________________________________________
32649 [ 11807] By: ams                                   on 2001/09/01  11:31:16
32650         Log: Subject: oct() and hex()
32651              From: Nicholas Clark <nick@ccl4.org>
32652              Date: Fri, 31 Aug 2001 23:14:13 +0100
32653              Message-Id: <20010831231413.J4950@plum.flirble.org>
32654      Branch: perl
32655            ! pod/perlclib.pod
32656 ____________________________________________________________________________
32657 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
32658         Log: Integrate change 11801 from maintperl
32659      Branch: maint-5.6/macperl
32660            ! perl.c
32661 ____________________________________________________________________________
32662 [ 11805] By: sky                                   on 2001/08/31  21:35:10
32663         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
32664              From: Michael G Schwern <schwern@pobox.com>
32665              Date: Fri, 31 Aug 2001 15:36:28 -0400
32666              Message-ID: <20010831153628.B598@blackrider>
32667              Check for things which used to segfault
32668      Branch: perl
32669            + t/run/segfault.t
32670 ____________________________________________________________________________
32671 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
32672         Log: integrate change#11801 from maint-5.6
32673              
32674              remove age-old UNICOS "workaround" that introduces a static, and
32675              hence an egregious race condition for threaded builds (*sigh*
32676              beats me why this kludge wasn't guarded by a UNICOS-specific
32677              #define *sigh*)
32678      Branch: perl
32679            ! perl.c
32680 ____________________________________________________________________________
32681 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
32682         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
32683              working in 5.7.x
32684      Branch: perl
32685            - objXSUB.h
32686            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
32687            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
32688            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
32689            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
32690            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
32691            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
32692            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
32693            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
32694            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
32695            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
32696            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
32697            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
32698            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
32699            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
32700            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
32701            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
32702            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
32703            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
32704            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
32705            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
32706            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
32707            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
32708 ____________________________________________________________________________
32709 [ 11802] By: ams                                   on 2001/08/31  18:11:32
32710         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
32711              From: "Philip Newton" <Philip.Newton@gmx.net>
32712              Date: Fri, 31 Aug 2001 21:12:56 +0200
32713              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
32714      Branch: perl
32715            ! pod/perldiag.pod
32716 ____________________________________________________________________________
32717 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
32718         Log: remove age-old UNICOS "workaround" that introduces a static, and
32719              hence an egregious race condition for threaded builds (*sigh*
32720              beats me why this kludge wasn't guarded by a UNICOS-specific
32721              #define *sigh*)
32722      Branch: maint-5.6/perl
32723            ! perl.c
32724 ____________________________________________________________________________
32725 [ 11800] By: sky                                   on 2001/08/31  17:30:26
32726         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
32727              Might break on platforms where bool is larger than 8 bites ???
32728      Branch: perl
32729            ! regcomp.c
32730 ____________________________________________________________________________
32731 [ 11799] By: ams                                   on 2001/08/31  12:15:44
32732         Log: Integrate 11778 into mainline.
32733      Branch: perl
32734            ! t/base/term.t
32735 ____________________________________________________________________________
32736 [ 11798] By: sky                                   on 2001/08/31  11:31:44
32737         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
32738              supposed to happen.
32739      Branch: perl
32740            ! regcomp.c
32741 ____________________________________________________________________________
32742 [ 11797] By: sky                                   on 2001/08/31  11:28:17
32743         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
32744              From: "John P. Linderman" <jpl@research.att.com>
32745              Date: Fri, 31 Aug 2001 08:20:35 -0400
32746              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
32747              Fixes test 14 which could fail randomly in rare cases.
32748      Branch: perl
32749            ! ext/Time/HiRes/HiRes.t regcomp.c
32750 ____________________________________________________________________________
32751 [ 11796] By: ams                                   on 2001/08/31  01:13:07
32752         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
32753              From: Nicholas Clark <nick@ccl4.org>
32754              Date: Thu, 30 Aug 2001 23:21:50 +0100
32755              Message-Id: <20010830232150.D4950@plum.flirble.org>
32756      Branch: perl
32757            ! ext/Sys/Syslog/Makefile.PL
32758 ____________________________________________________________________________
32759 [ 11795] By: ams                                   on 2001/08/30  23:53:23
32760         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
32761              patching example
32762              From: Michael G Schwern <schwern@pobox.com>
32763              Date: Thu, 30 Aug 2001 17:02:08 -0400
32764              Message-Id: <20010830170208.M2318@blackrider>
32765      Branch: perl
32766            ! pod/perlhack.pod
32767 ____________________________________________________________________________
32768 [ 11794] By: ams                                   on 2001/08/30  19:35:36
32769         Log: Subject: [PATCH] pp_modulo
32770              From: Nicholas Clark <nick@ccl4.org>
32771              Date: Thu, 30 Aug 2001 18:20:54 +0100
32772              Message-Id: <20010830182053.A4950@plum.flirble.org>
32773      Branch: perl
32774            ! pp.c t/op/64bitint.t
32775 ____________________________________________________________________________
32776 [ 11793] By: sky                                   on 2001/08/30  13:02:48
32777         Log: 11792 wasn't complete
32778      Branch: perl
32779            ! makedef.pl regcomp.c
32780 ____________________________________________________________________________
32781 [ 11792] By: sky                                   on 2001/08/30  12:21:11
32782         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
32783      Branch: perl
32784            ! makedef.pl
32785 ____________________________________________________________________________
32786 [ 11791] By: sky                                   on 2001/08/30  10:08:02
32787         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
32788      Branch: perl
32789            ! config_h.SH
32790 ____________________________________________________________________________
32791 [ 11790] By: sky                                   on 2001/08/30  08:22:31
32792         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
32793              on the pad. Fixes coredumps in cleanups introduced by
32794              Change 11755  
32795      Branch: perl
32796            ! op.c perl.c sv.h
32797 ____________________________________________________________________________
32798 [ 11789] By: sky                                   on 2001/08/29  19:01:47
32799         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
32800              This is a replacement implmentation that works on HPUX.
32801              This bug should probably be fixed in GCC.
32802      Branch: perl
32803            ! ext/Socket/Socket.xs
32804 ____________________________________________________________________________
32805 [ 11788] By: ams                                   on 2001/08/29  17:35:33
32806         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
32807              From: Nicholas Clark <nick@ccl4.org>
32808              Date: Wed, 29 Aug 2001 18:21:56 +0100
32809              Message-Id: <20010829182156.O4950@plum.flirble.org>
32810      Branch: perl
32811            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
32812 ____________________________________________________________________________
32813 [ 11787] By: sky                                   on 2001/08/29  10:42:54
32814         Log: Added test for pack_addr_in and unpack_addr_in
32815              Nitpik in test 10
32816      Branch: perl
32817            ! ext/Socket/Socket.t
32818 ____________________________________________________________________________
32819 [ 11786] By: sky                                   on 2001/08/29  10:28:14
32820         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
32821              Trying to catch errors on HP-UX
32822      Branch: perl
32823            ! ext/Socket/Socket.t
32824 ____________________________________________________________________________
32825 [ 11785] By: sky                                   on 2001/08/29  09:07:03
32826         Log: make sure USE_THREADS is defined so external apps work
32827      Branch: perl
32828            ! config_h.SH
32829 ____________________________________________________________________________
32830 [ 11784] By: sky                                   on 2001/08/29  08:06:12
32831         Log: Subject: Re: The hitlist of untested modules.
32832              From: Jonathan Stowe <gellyfish@gellyfish.com>
32833              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
32834              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
32835              Start of tests for Shell.pm (make Schwern poorer!)
32836      Branch: perl
32837            + lib/Shell.t
32838            ! MANIFEST
32839 ____________________________________________________________________________
32840 [ 11783] By: sky                                   on 2001/08/29  07:37:50
32841         Log: END{} can change the return value even if we die from BEGIN{}
32842      Branch: perl
32843            ! miniperlmain.c
32844 ____________________________________________________________________________
32845 [ 11782] By: ams                                   on 2001/08/29  06:32:17
32846         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
32847              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32848              Date: Wed, 29 Aug 2001 09:18:17 +0200
32849              Message-Id: <20010829091817.A4453@rafael>
32850      Branch: perl
32851            ! t/op/inccode.t
32852 ____________________________________________________________________________
32853 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
32854         Log: Delete xsubpp.patch, as full copy exists now
32855      Branch: maint-5.6/macperl
32856            - macos/xsubpp.patch
32857 ____________________________________________________________________________
32858 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
32859         Log: Add Changes file
32860      Branch: maint-5.6/macperl
32861            + macos/Changes
32862 ____________________________________________________________________________
32863 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
32864         Log: Add Mac version of xsubpp as separate file
32865      Branch: maint-5.6/macperl
32866            + macos/xsubpp
32867            ! macos/Makefile.mk
32868 ____________________________________________________________________________
32869 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
32870         Log: Fix open of /dev/null for Mac OS
32871      Branch: maint-5.6/macperl
32872            ! t/base/term.t
32873 ____________________________________________________________________________
32874 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
32875         Log: Various patches: enable more tests; skip CVS in PerlInstall;
32876              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
32877      Branch: maint-5.6/macperl
32878            ! macos/MacPerlTests.cmd macos/PerlInstall
32879            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
32880 ____________________________________________________________________________
32881 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
32882         Log: Allow for platforms to override formatting of errors
32883              on output from Matthias Neeracher (Mac files)
32884      Branch: maint-5.6/macperl
32885            ! macos/macish.c macos/macish.h
32886 ____________________________________________________________________________
32887 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
32888         Log: Allow for platforms to override formatting of errors
32889              on output from Matthias Neeracher (core files)
32890      Branch: maint-5.6/macperl
32891            ! perl.h pp_ctl.c util.c
32892 ____________________________________________________________________________
32893 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
32894         Log: Add some param checking, from reports by Kevin Reid.
32895      Branch: maint-5.6/macperl
32896            ! macos/ext/Mac/Controls/Controls.pm
32897            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
32898 ____________________________________________________________________________
32899 [ 11773] By: ams                                   on 2001/08/28  23:54:57
32900         Log: Subject: [PATCH] make coretest
32901              From: Paul Johnson <paul@pjcj.net>
32902              Date: Wed, 29 Aug 2001 00:11:38 +0200
32903              Message-Id: <20010829001138.B12169@pjcj.net>
32904              (Applied without the change to perlhack.pod. This should
32905              probably stay undocumented.)
32906      Branch: perl
32907            ! Makefile.SH t/TEST
32908 ____________________________________________________________________________
32909 [ 11772] By: sky                                   on 2001/08/28  13:01:20
32910         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
32911              From: Michael G Schwern <schwern@pobox.com>
32912              Date: Tue, 28 Aug 2001 09:57:39 -0400
32913              Message-ID: <20010828095738.E17775@blackrider>
32914      Branch: perl
32915            ! pod/perlhack.pod t/op/pack.t
32916 ____________________________________________________________________________
32917 [ 11771] By: sky                                   on 2001/08/28  11:20:13
32918         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
32919              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32920              Date: Tue, 28 Aug 2001 14:23:43 +0200
32921              Message-ID: <20010828142343.A19299@rafael>
32922      Branch: perl
32923            ! pod/perlvar.pod pp_ctl.c
32924 ____________________________________________________________________________
32925 [ 11770] By: ams                                   on 2001/08/28  10:13:21
32926         Log: Subject: [PATCH] odd typo in op.h
32927              From: Nicholas Clark <nick@ccl4.org>
32928              Date: Tue, 28 Aug 2001 12:10:26 +0100
32929              Message-Id: <20010828121026.V4950@plum.flirble.org>
32930      Branch: perl
32931            ! op.h
32932 ____________________________________________________________________________
32933 [ 11769] By: sky                                   on 2001/08/28  08:09:16
32934         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
32935              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
32936              Date: Tue, 28 Aug 2001 02:22:20 +0300
32937              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
32938      Branch: perl
32939            ! ext/B/B/Lint.pm
32940 ____________________________________________________________________________
32941 [ 11768] By: ams                                   on 2001/08/28  00:47:35
32942         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
32943              From: Michael G Schwern <schwern@pobox.com>
32944              Date: Mon, 27 Aug 2001 21:24:44 -0400
32945              Message-Id: <20010827212444.F12582@blackrider>
32946      Branch: perl
32947            ! pod/perlhack.pod t/op/pack.t
32948 ____________________________________________________________________________
32949 [ 11767] By: ams                                   on 2001/08/27  23:59:48
32950         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
32951              From: Michael G Schwern <schwern@pobox.com>
32952              Date: Mon, 27 Aug 2001 20:12:29 -0400
32953              Message-Id: <20010827201229.D12582@blackrider>
32954      Branch: perl
32955            ! pod/perlhack.pod t/op/pack.t
32956 ____________________________________________________________________________
32957 [ 11766] By: ams                                   on 2001/08/27  23:39:40
32958         Log: Update Changes.
32959      Branch: perl
32960            ! Changes
32961 ____________________________________________________________________________
32962 [ 11765] By: ams                                   on 2001/08/27  22:53:10
32963         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
32964              From: Michael G Schwern <schwern@pobox.com>
32965              Date: Mon, 27 Aug 2001 19:47:30 -0400
32966              Message-Id: <20010827194730.C12582@blackrider>
32967      Branch: perl
32968            ! t/op/inccode.t
32969 ____________________________________________________________________________
32970 [ 11764] By: ams                                   on 2001/08/27  22:46:21
32971         Log: Subject: [PATCH] new tests for the coderef-in-@INC
32972              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32973              Date: Mon, 27 Aug 2001 22:36:27 +0200
32974              Message-Id: <20010827223627.C690@rafael>
32975              
32976              Subject: Re: [PATCH] new tests for the coderef-in-@INC
32977              From: Nicholas Clark <nick@ccl4.org>
32978              Date: Tue, 28 Aug 2001 00:02:46 +0100
32979              Message-Id: <20010828000245.R4950@plum.flirble.org>
32980      Branch: perl
32981            + t/op/inccode.t
32982            ! MANIFEST
32983 ____________________________________________________________________________
32984 [ 11763] By: ams                                   on 2001/08/27  22:41:09
32985         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
32986              bleadperl on fire, Win95+4NT)
32987              From: Michael G Schwern <schwern@pobox.com>
32988              Date: Mon, 27 Aug 2001 16:54:42 -0400
32989              Message-Id: <20010827165442.F9436@blackrider>
32990      Branch: perl
32991            ! lib/warnings.t
32992 ____________________________________________________________________________
32993 [ 11762] By: sky                                   on 2001/08/27  19:19:17
32994         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
32995              avaible at compile time. This broke the compilation of 
32996              Net/Ping.pm
32997      Branch: perl
32998            ! lib/Net/Ping.pm
32999 ____________________________________________________________________________
33000 [ 11761] By: sky                                   on 2001/08/27  18:34:48
33001         Log: Removed tripple definitions of CUSTOM_OP functions.
33002      Branch: perl
33003            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
33004 ____________________________________________________________________________
33005 [ 11760] By: sky                                   on 2001/08/27  18:21:27
33006         Log: Regen headers
33007      Branch: perl
33008            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
33009            ! perlapi.h proto.h
33010 ____________________________________________________________________________
33011 [ 11759] By: ams                                   on 2001/08/27  16:31:53
33012         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
33013              From: "chromatic" <chromatic@rmci.net>
33014              Date: Mon, 27 Aug 2001 11:17:09 -0600
33015              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
33016      Branch: perl
33017            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
33018 ____________________________________________________________________________
33019 [ 11758] By: sky                                   on 2001/08/27  15:16:42
33020         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
33021              Thanks to H. Merijn Brand for the patch.
33022              Some of the comments and or guards might be removable in perl.h now.
33023      Branch: perl
33024            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
33025            ! Porting/Glossary Porting/config_H README.threads config_h.SH
33026            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
33027            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
33028            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
33029            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
33030            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
33031            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
33032            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
33033            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
33034            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
33035            ! win32/config_H.vc win32/perllib.c win32/win32.h
33036            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
33037            ! wince/config.h wince/config_H.ce wince/win32.h
33038            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
33039 ____________________________________________________________________________
33040 [ 11757] By: sky                                   on 2001/08/27  13:39:16
33041         Log: Subject: GNU ld parses arguments different
33042              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33043              Date: Mon, 27 Aug 2001 16:25:51 +0200
33044              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
33045      Branch: perl
33046            ! hints/hpux.sh
33047 ____________________________________________________________________________
33048 [ 11756] By: sky                                   on 2001/08/27  13:18:45
33049         Log: Subject: Custom Ops
33050              From: Simon Cozens <simon@netthink.co.uk>
33051              Date: Sat, 25 Aug 2001 17:45:09 +0100
33052              Message-ID: <20010825174509.A5752@netthink.co.uk>
33053              I also added a fix to Opcode.pm to quite test cases.
33054      Branch: perl
33055            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
33056            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
33057 ____________________________________________________________________________
33058 [ 11755] By: sky                                   on 2001/08/27  05:37:17
33059         Log: Plugs a memory leak on destruction of regular expressions
33060              introcued by #11274.
33061              PL_regex_padav now has an AV as it's first entry with a list
33062              of freed regex_padav slots that it will reuse on creating
33063              new PMOPs.
33064      Branch: perl
33065            ! op.c perl.c
33066 ____________________________________________________________________________
33067 [ 11754] By: ams                                   on 2001/08/26  14:38:52
33068         Log: Subject: [PATCH] t/io/binmode.t
33069              From: Nicholas Clark <nick@ccl4.org>
33070              Date: Sun, 26 Aug 2001 12:03:05 +0100
33071              Message-Id: <20010826120305.C4950@plum.flirble.org>
33072              
33073              (Also a nitpick in #11752 to t/op/universal.t)
33074      Branch: perl
33075            ! t/io/binmode.t t/op/universal.t
33076 ____________________________________________________________________________
33077 [ 11753] By: ams                                   on 2001/08/26  08:19:34
33078         Log: Subject: [PATCH] op/universal.t failing
33079              From: Nicholas Clark <nick@ccl4.org>
33080              Date: Sun, 26 Aug 2001 09:48:22 +0100
33081              Message-Id: <20010826094822.B4950@plum.flirble.org>
33082      Branch: perl
33083            ! t/op/universal.t
33084 ____________________________________________________________________________
33085 [ 11752] By: ams                                   on 2001/08/25  22:46:13
33086         Log: Subject: Re: 'can' with undefined subs
33087              From: Tony Bowden <tony@kasei.com>
33088              Date: Sat, 25 Aug 2001 14:58:17 +0100
33089              Message-Id: <20010825145817.A11788@soto.kasei.com>
33090              (Applied with minor modifications.)
33091      Branch: perl
33092            ! t/op/universal.t
33093 ____________________________________________________________________________
33094 [ 11751] By: ams                                   on 2001/08/25  18:28:43
33095         Log: Subject: Re: 'can' with undefined subs
33096              From: Tony Bowden <tony@kasei.com>
33097              Date: Sat, 25 Aug 2001 15:13:14 +0100
33098              Message-Id: <20010825151314.B11788@soto.kasei.com>
33099      Branch: perl
33100            ! lib/UNIVERSAL.pm
33101 ____________________________________________________________________________
33102 [ 11750] By: nick                                  on 2001/08/25  15:24:15
33103         Log: Integrate mainline
33104      Branch: perlio
33105           +> t/io/binmode.t
33106           !> (integrate 26 files)
33107 ____________________________________________________________________________
33108 [ 11749] By: nick                                  on 2001/08/25  14:55:41
33109         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
33110              From:  John Peacock <jpeacock@rowman.com>
33111              Date:  Wed, 22 Aug 2001 12:05:28 -0400
33112              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
33113      Branch: perl
33114            ! pod/perlhack.pod
33115 ____________________________________________________________________________
33116 [ 11748] By: nick                                  on 2001/08/25  14:53:04
33117         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
33118              From:  Michael G Schwern <schwern@pobox.com>
33119              Date:  Wed, 22 Aug 2001 19:22:45 -0400
33120              Message-Id:  <20010822192245.U619@blackrider>
33121      Branch: perl
33122            ! MANIFEST
33123 ____________________________________________________________________________
33124 [ 11747] By: nick                                  on 2001/08/25  14:52:33
33125         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
33126              From:  Nicholas Clark <nick@ccl4.org>
33127              Date:  Wed, 22 Aug 2001 23:29:06 +0100
33128              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
33129      Branch: perl
33130            + t/io/binmode.t
33131            ! perlio.c pod/perlfunc.pod
33132 ____________________________________________________________________________
33133 [ 11744] By: nick                                  on 2001/08/25  14:37:33
33134         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
33135              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33136              Date:  Fri, 24 Aug 2001 22:10:42 +0200
33137              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
33138      Branch: perl
33139            ! x2p/a2py.c x2p/walk.c
33140 ____________________________________________________________________________
33141 [ 11743] By: nick                                  on 2001/08/25  14:32:47
33142         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
33143              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33144              Date:  Fri, 24 Aug 2001 23:34:13 +0200
33145              Message-Id:  <20010824233413.A1285@rafael>
33146      Branch: perl
33147            ! pod/perlfunc.pod pod/perlvar.pod
33148 ____________________________________________________________________________
33149 [ 11742] By: ams                                   on 2001/08/25  13:16:02
33150         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
33151              From: Nicholas Clark <nick@ccl4.org>
33152              Date: Sat, 25 Aug 2001 14:50:07 +0100
33153              Message-Id: <20010825145007.L41464@plum.flirble.org>
33154      Branch: perl
33155            ! pp_ctl.c
33156 ____________________________________________________________________________
33157 [ 11741] By: nick                                  on 2001/08/24  07:08:45
33158         Log: When applying patch via Porting/apply fails, do p4 refresh
33159              to get old files back.
33160      Branch: perl
33161            ! Porting/apply
33162 ____________________________________________________________________________
33163 [ 11740] By: ams                                   on 2001/08/24  04:47:24
33164         Log: #11739 was incomplete.
33165      Branch: perl
33166            ! pod/perldiag.pod
33167 ____________________________________________________________________________
33168 [ 11739] By: ams                                   on 2001/08/24  04:09:40
33169         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
33170              From: "Philip Newton" <Philip.Newton@gmx.net>
33171              Date: Fri, 24 Aug 2001 07:08:34 +0200
33172      Branch: perl
33173            ! pod/perldiag.pod
33174 ____________________________________________________________________________
33175 [ 11738] By: ams                                   on 2001/08/24  02:19:42
33176         Log: Fixed Doug Wilson's email address.
33177      Branch: perl
33178            ! AUTHORS
33179 ____________________________________________________________________________
33180 [ 11737] By: ams                                   on 2001/08/24  00:10:13
33181         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
33182              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33183              Date: Thu, 23 Aug 2001 22:22:58 +0200
33184              Message-Id: <20010823222258.A901@rafael>
33185      Branch: perl
33186            ! pod/perldiag.pod
33187 ____________________________________________________________________________
33188 [ 11736] By: ams                                   on 2001/08/24  00:05:02
33189         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
33190              From: "Craig A. Berry" <craigberry@mac.com>
33191              Date: Thu, 23 Aug 2001 19:07:45 -0500
33192              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
33193      Branch: perl
33194            ! configure.com
33195 ____________________________________________________________________________
33196 [ 11735] By: sky                                   on 2001/08/23  13:42:07
33197         Log: Backed out 11732, it breaks lib/strict.t 
33198      Branch: perl
33199            ! op.c
33200 ____________________________________________________________________________
33201 [ 11734] By: sky                                   on 2001/08/23  11:45:59
33202         Log: Removed toy from 17133 after Matt Sargeants request.
33203      Branch: perl
33204            ! pod/perlfaq4.pod
33205 ____________________________________________________________________________
33206 [ 11733] By: sky                                   on 2001/08/23  11:36:29
33207         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
33208              From: Robin Houston <robin@kitsite.com>
33209              Date: Wed, 22 Aug 2001 23:06:16 +0100
33210              Message-ID: <20010822230616.A254@robin.kitsite.com>
33211      Branch: perl
33212            ! pod/perlfaq4.pod
33213 ____________________________________________________________________________
33214 [ 11732] By: sky                                   on 2001/08/23  10:36:02
33215         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
33216              From: Simon Cozens <simon@netthink.co.uk>
33217              Date: Thu, 23 Aug 2001 12:06:36 +0100
33218              Message-ID: <20010823120636.A9961@netthink.co.uk>
33219      Branch: perl
33220            ! op.c
33221 ____________________________________________________________________________
33222 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
33223         Log: fix broken windows build
33224      Branch: perl
33225            ! perl.h
33226 ____________________________________________________________________________
33227 [ 11730] By: ams                                   on 2001/08/22  21:35:30
33228         Log: Subject: [PATCH] io/tell.t doesn't chdir t
33229              From: Nicholas Clark <nick@ccl4.org>
33230              Date: Wed, 22 Aug 2001 23:25:58 +0100
33231              Message-Id: <20010822232557.Y82818@plum.flirble.org>
33232      Branch: perl
33233            ! t/io/tell.t
33234 ____________________________________________________________________________
33235 [ 11729] By: ams                                   on 2001/08/22  20:32:21
33236         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
33237              questions)
33238              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33239              Date: Wed, 22 Aug 2001 17:09:04 -0400
33240              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
33241              (Oops, forgot File::Spec::Unix in the previous patch.)
33242      Branch: perl
33243            ! lib/File/Spec/Unix.pm
33244 ____________________________________________________________________________
33245 [ 11728] By: ams                                   on 2001/08/22  20:25:41
33246         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
33247              questions)
33248              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33249              Date: Wed, 22 Aug 2001 17:09:04 -0400
33250              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
33251      Branch: perl
33252            ! lib/File/Spec.pm
33253 ____________________________________________________________________________
33254 [ 11727] By: ams                                   on 2001/08/22  19:43:30
33255         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
33256              From: John Peacock <jpeacock@rowman.com>
33257              Date: Wed, 22 Aug 2001 12:35:52 -0400
33258              Message-Id: <3B83DF68.5D89DC81@rowman.com>
33259              (Adds proper tests for $], notwithstanding Subject. +nitpick)
33260      Branch: perl
33261            ! t/op/ver.t
33262 ____________________________________________________________________________
33263 [ 11726] By: ams                                   on 2001/08/22  19:36:39
33264         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
33265              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
33266              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
33267              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
33268      Branch: perl
33269            ! lib/diagnostics.pm lib/diagnostics.t
33270 ____________________________________________________________________________
33271 [ 11725] By: ams                                   on 2001/08/22  19:25:01
33272         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
33273              From: Nicholas Clark <nick@ccl4.org>
33274              Date: Wed, 22 Aug 2001 20:59:05 +0100
33275              Message-Id: <20010822205905.U82818@plum.flirble.org>
33276      Branch: perl
33277            ! pp.c t/op/64bitint.t t/op/arith.t
33278 ____________________________________________________________________________
33279 [ 11724] By: ams                                   on 2001/08/22  10:02:33
33280         Log: Subject: Configure blooper
33281              From: H.Merijn Brand <h.m.brand@hccnet.nl>
33282              Date: Wed, 22 Aug 2001 12:38:35 +0200
33283              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
33284      Branch: perl
33285            ! Configure
33286 ____________________________________________________________________________
33287 [ 11723] By: ams                                   on 2001/08/21  16:17:53
33288         Log: Subject: [PATCH] installperl -help
33289              From: Nicholas Clark <nick@ccl4.org>
33290              Date: Tue, 21 Aug 2001 17:34:23 +0100
33291              Message-Id: <20010821173423.F82818@plum.flirble.org>
33292      Branch: perl
33293            ! installperl
33294 ____________________________________________________________________________
33295 [ 11722] By: ams                                   on 2001/08/20  07:46:31
33296         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
33297              From: Ilmari Karonen <iltzu@sci.fi>
33298              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
33299              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
33300      Branch: perl
33301            ! pod/perlvar.pod
33302 ____________________________________________________________________________
33303 [ 11721] By: nick                                  on 2001/08/20  06:24:31
33304         Log: Integrate mainline
33305      Branch: perlio
33306           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
33307           +> lib/Lingua/KO/Hangul/Util/Changes
33308           +> lib/Lingua/KO/Hangul/Util/README
33309           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
33310           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
33311           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
33312           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
33313           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
33314           +> lib/Unicode/Normalize/t/test.t
33315            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
33316           !> (integrate 55 files)
33317 ____________________________________________________________________________
33318 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
33319         Log: Integrate Change #11599 from maint-5.6/perl
33320      Branch: maint-5.6/macperl
33321           !> README.win32
33322 ____________________________________________________________________________
33323 [ 11719] By: ams                                   on 2001/08/18  21:21:42
33324         Log: Add Porting/apply to MANIFEST.
33325      Branch: perl
33326            ! MANIFEST
33327 ____________________________________________________________________________
33328 [ 11718] By: sky                                   on 2001/08/18  14:38:01
33329         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
33330              Better solution would be to make 5005threaded perl use
33331              the same system as ithreads do
33332      Branch: perl
33333            ! perl.h
33334 ____________________________________________________________________________
33335 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
33336         Log: New try for ID 20010407.006: detach the semantics
33337              "was the last match target UTF8" into its own variable.
33338      Branch: perl
33339            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
33340            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
33341 ____________________________________________________________________________
33342 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
33343         Log: UTF8 flag should be meaningful only when POK.
33344      Branch: perl
33345            ! dump.c
33346 ____________________________________________________________________________
33347 [ 11715] By: sky                                   on 2001/08/18  11:45:16
33348         Log: USE_THREADS and USE_ITHREADS are never true at the same time
33349      Branch: perl
33350            ! perl.h
33351 ____________________________________________________________________________
33352 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
33353         Log: Retract #11712 for now.  The real fix would probably
33354              be something like making PL_reg_sv a copy (PV + UTF8)
33355              of the matched/substituted string (note: not just a SvPOK
33356              string, for example the stringified form of a ROK would
33357              be applicable)  Beware of leaks.
33358      Branch: perl
33359            ! pp_hot.c t/op/pat.t
33360 ____________________________________________________________________________
33361 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
33362         Log: UTF8 wasn't printing for PVMGs.
33363      Branch: perl
33364            ! dump.c
33365 ____________________________________________________________________________
33366 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
33367         Log: (Retracted by #11714)
33368              
33369              Okay analysis, debatable fix.  (The fix will inc
33370              the refcount of all temporary match objects,
33371              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
33372              which will then cause griping at untie() time
33373              ("inner references remain").
33374              
33375              Fix for ID 20010407.006: PL_reg_sv got wiped out
33376              by freetemps if the match target was a temporary
33377              (like function_call() =~ /.../), which in turn meant
33378              that the $1 et al stopped working if they had UTF-8
33379              in them.  Therefore bump up the refcount of PL_reg_sv.
33380      Branch: perl
33381            ! pp_hot.c t/op/pat.t
33382 ____________________________________________________________________________
33383 [ 11711] By: ams                                   on 2001/08/17  20:32:08
33384         Log: Subject: [PATCH] doesn't compile, was perl@11710
33385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33386              Date: Fri, 17 Aug 2001 23:21:10 +0200
33387              Message-Id: <20010817232110.C7041@rafael> 
33388      Branch: perl
33389            ! sharedsv.c
33390 ____________________________________________________________________________
33391 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
33392         Log: Update Changes.
33393      Branch: perl
33394            ! Changes patchlevel.h
33395 ____________________________________________________________________________
33396 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
33397         Log: Upgrade to libnet 1.0704.
33398      Branch: perl
33399            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
33400            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
33401            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
33402            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
33403            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
33404            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
33405            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
33406 ____________________________________________________________________________
33407 [ 11708] By: sky                                   on 2001/08/17  13:34:04
33408         Log: Let perl_clone copy PL_exit_flags
33409      Branch: perl
33410            ! sv.c
33411 ____________________________________________________________________________
33412 [ 11707] By: sky                                   on 2001/08/17  12:28:41
33413         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
33414      Branch: perl
33415            ! sharedsv.c sharedsv.h
33416 ____________________________________________________________________________
33417 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
33418         Log: The metaconfig unit change for #11705.
33419      Branch: metaconfig/U/perl
33420            ! Extensions.U
33421 ____________________________________________________________________________
33422 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
33423         Log: Allow the threads extension to be found if present.
33424      Branch: perl
33425            ! Configure
33426 ____________________________________________________________________________
33427 [ 11704] By: nick                                  on 2001/08/17  11:47:54
33428         Log: Mail -> change script (pre-alpha)
33429      Branch: perl
33430            + Porting/apply
33431 ____________________________________________________________________________
33432 [ 11703] By: sky                                   on 2001/08/17  07:11:24
33433         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
33434              Thanks to Tom Hospel for pointing out my error.
33435      Branch: perl
33436            ! op.h
33437 ____________________________________________________________________________
33438 [ 11702] By: sky                                   on 2001/08/17  04:18:11
33439         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.
33440      Branch: perl
33441            ! embed.pl miniperlmain.c perl.c perl.h proto.h
33442 ____________________________________________________________________________
33443 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
33444         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
33445              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
33446      Branch: perl
33447            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33448            + lib/Lingua/KO/Hangul/Util/README
33449            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
33450            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
33451            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
33452            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
33453            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
33454            + lib/Unicode/Normalize/t/test.t
33455            ! MANIFEST
33456 ____________________________________________________________________________
33457 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
33458         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
33459              Date: Thu, 16 Aug 2001 22:46:15 -0500
33460              From: "Craig A. Berry" <craigberry@mac.com>
33461              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
33462      Branch: perl
33463            ! configure.com numeric.c
33464 ____________________________________________________________________________
33465 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
33466         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
33467              of the usual suspects (like getpwent) but not for others
33468              (like localtime and rand).  The _r versions are available
33469              for all of them, so let's use them.
33470      Branch: perl
33471            ! perl.h
33472 ____________________________________________________________________________
33473 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
33474         Log: (Accidental apply; thankfully empty.)
33475      Branch: perl
33476            ! hints/os390.sh
33477 ____________________________________________________________________________
33478 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
33479         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
33480              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33481              Date: Thu, 16 Aug 2001 16:27:49 +0100
33482              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
33483      Branch: perl
33484            ! regexec.c t/op/re_tests
33485 ____________________________________________________________________________
33486 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
33487         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
33488              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33489              Date: Thu, 16 Aug 2001 18:50:01 +0100
33490              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
33491      Branch: perl
33492            ! pp_hot.c t/op/pat.t
33493 ____________________________________________________________________________
33494 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
33495         Log: Subject: [PATCH] *time_r again
33496              From: "Arthur Bergman" <arthur@contiller.se>
33497              Date: Thu, 16 Aug 2001 16:01:54 +0200
33498              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
33499      Branch: perl
33500            ! op.h
33501 ____________________________________________________________________________
33502 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
33503         Log: system() and backtick error handling cleanup from Craig A. Berry.
33504      Branch: perl
33505            ! vms/vms.c
33506 ____________________________________________________________________________
33507 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
33508         Log: change#10334 leaks memory, copies string when it doesn't
33509              need to
33510      Branch: perl
33511            ! perl.c
33512 ____________________________________________________________________________
33513 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
33514         Log: One more twist to the sprintf + utf8 testing.
33515      Branch: perl
33516            ! t/op/misc.t
33517 ____________________________________________________________________________
33518 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
33519         Log: Fix for 20010407.008 sprintf removes utf8-ness.
33520      Branch: perl
33521            ! pp.c t/op/misc.t
33522 ____________________________________________________________________________
33523 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
33524         Log: Subject: [PATCH] *time_r fixes
33525              From: "Arthur Bergman" <arthur@contiller.se>
33526              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
33527              Date: Thu, 16 Aug 2001 14:22:27 +0200
33528      Branch: perl
33529            ! op.h
33530 ____________________________________________________________________________
33531 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
33532         Log: Upgrade to CGI.pm 2.77.
33533      Branch: perl
33534            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
33535            ! lib/CGI/t/function.t
33536 ____________________________________________________________________________
33537 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
33538         Log: Document the bytes-to-Unicode upgrading.
33539      Branch: perl
33540            ! pod/perlunicode.pod
33541 ____________________________________________________________________________
33542 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
33543         Log: Add a test for Unicode sprintf.
33544      Branch: perl
33545            ! t/op/misc.t
33546 ____________________________________________________________________________
33547 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
33548         Log: Add Unicode tests for index/rindex.
33549      Branch: perl
33550            ! t/op/index.t
33551 ____________________________________________________________________________
33552 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
33553         Log: Document a bit the art of minimizing the installation,
33554              based on the p5p discussion.
33555      Branch: perl
33556            ! INSTALL
33557 ____________________________________________________________________________
33558 [ 11684] By: nick                                  on 2001/08/15  15:03:31
33559         Log: Integrate mainline
33560      Branch: perlio
33561           +> sharedsv.c sharedsv.h
33562           !> (integrate 53 files)
33563 ____________________________________________________________________________
33564 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
33565         Log: Update Changes.
33566      Branch: perl
33567            ! Changes patchlevel.h
33568 ____________________________________________________________________________
33569 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
33570         Log: The #11673 necessitated a test tweak.
33571      Branch: perl
33572            ! t/io/utf8.t
33573 ____________________________________________________________________________
33574 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
33575         Log: Also UNICOS is in the general case unable to silently
33576              handle fp overflows.
33577      Branch: perl
33578            ! numeric.c
33579 ____________________________________________________________________________
33580 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
33581         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
33582              NV_EPSILON #defined.
33583      Branch: perl
33584            ! perl.h
33585 ____________________________________________________________________________
33586 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
33587         Log: Re-establish the fp overflow detection for VAX VMS; there
33588              is no easy way to have the IEEE fp silent overflow semantics.
33589              (in Alpha VMS we still will use IEEE fp by default-- but it
33590              is still possible to configure Perl to use G_FLOAT)
33591      Branch: perl
33592            ! numeric.c
33593 ____________________________________________________________________________
33594 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
33595         Log: Subject: [PATCH] pp_lock 
33596              From: "Arthur Bergman" <arthur@contiller.se>
33597              Date: Wed, 15 Aug 2001 11:52:16 +0200
33598              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
33599      Branch: perl
33600            ! pp.c
33601 ____________________________________________________________________________
33602 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
33603         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
33604              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33605              Date: Wed, 15 Aug 2001 11:32:11 +0100
33606              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
33607      Branch: perl
33608            ! regcomp.c t/op/re_tests
33609 ____________________________________________________________________________
33610 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
33611         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
33612              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33613              Date: Wed, 15 Aug 2001 10:33:49 +0100
33614              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
33615      Branch: perl
33616            ! regexec.c t/op/re_tests
33617 ____________________________________________________________________________
33618 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
33619         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
33620              From: Barrie Slaymaker <barries@slaysys.com>
33621              Date: Tue, 14 Aug 2001 14:32:25 -0400
33622              Message-ID: <20010814143225.A19822@jester.slaysys.com>
33623      Branch: perl
33624            ! lib/File/Spec.t lib/File/Spec/Unix.pm
33625 ____________________________________________________________________________
33626 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
33627         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
33628              From: Peter Prymmer <pvhp@forte.com>
33629              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
33630              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
33631      Branch: perl
33632            ! README.vms configure.com
33633 ____________________________________________________________________________
33634 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
33635         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
33636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33637              Date: Tue, 14 Aug 2001 21:23:27 +0200
33638              Message-ID: <20010814212327.A1919@rafael>
33639      Branch: perl
33640            ! doio.c
33641 ____________________________________________________________________________
33642 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
33643         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
33644              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33645              Date: Tue, 14 Aug 2001 22:30:11 +0200
33646              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
33647              
33648              Combination of nmake, quoting, and Perl expanded $( in here-doc.
33649      Branch: perl
33650            ! ext/SDBM_File/Makefile.PL
33651 ____________________________________________________________________________
33652 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
33653         Log: Todo updates.
33654      Branch: perl
33655            ! pod/perltodo.pod
33656 ____________________________________________________________________________
33657 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
33658         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
33659              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33660              Date: Mon, 13 Aug 2001 23:15:01 +0200
33661              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
33662      Branch: perl
33663            ! sv.c
33664 ____________________________________________________________________________
33665 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
33666         Log: Subject: [PATCH] [b-]showlex.t
33667              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33668              Date: Sun, 12 Aug 2001 22:24:51 +0200
33669              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
33670              
33671              The 4nt command shell will expand the % in command line
33672              no matter what quoting is attempted, changed the % to @.
33673      Branch: perl
33674            ! ext/B/Showlex.t
33675 ____________________________________________________________________________
33676 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
33677         Log: Subject: [PATCH] magic.t
33678              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
33679              Date: Sun, 12 Aug 2001 20:49:27 +0200
33680              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
33681      Branch: perl
33682            ! t/op/magic.t
33683 ____________________________________________________________________________
33684 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
33685         Log: Add sharedsv* to the DOSish platforms; plus add
33686              some WinCE files to the list of DOSish files.
33687      Branch: perl
33688            ! NetWare/Makefile Porting/makerel win32/Makefile
33689            ! win32/makefile.mk wince/Makefile.ce
33690 ____________________________________________________________________________
33691 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
33692         Log: More DOSish files.
33693      Branch: perl
33694            ! Porting/makerel
33695 ____________________________________________________________________________
33696 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
33697         Log: Strip CRs from the WinCE files.  Now we need to
33698              figure out in which CRs are really needed: probably
33699              Makefile.ce and the README files, at least, probably
33700              also the registry.bat.
33701      Branch: perl
33702            ! wince/Makefile.ce wince/README.compile wince/README.perlce
33703            ! wince/config.h wince/include/cectype.h wince/include/errno.h
33704            ! wince/include/sys/stat.h wince/include/sys/types.h
33705            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
33706            ! wince/perldll.def wince/registry.bat wince/wince.h
33707            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
33708 ____________________________________________________________________________
33709 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
33710         Log: Add some files to DOSish and writables.
33711      Branch: perl
33712            ! Porting/makerel
33713 ____________________________________________________________________________
33714 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
33715         Log: Compile failure message tidying.
33716      Branch: perl
33717            ! t/lib/1_compile.t
33718 ____________________________________________________________________________
33719 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
33720         Log: The new sharedsv* should be exported only if usethreads.
33721      Branch: perl
33722            ! makedef.pl
33723 ____________________________________________________________________________
33724 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
33725         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
33726              From: Peter Prymmer <pvhp@forte.com>
33727              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
33728              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
33729      Branch: perl
33730            ! README.os390
33731 ____________________________________________________________________________
33732 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
33733         Log: Update Changes.
33734      Branch: perl
33735            ! Changes patchlevel.h
33736 ____________________________________________________________________________
33737 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
33738         Log: Subject: [PATHC] sharedsv.[c|h]
33739              From: "Artur Bergman" <artur@contiller.se>
33740              Date: Mon, 13 Aug 2001 14:38:41 +0200
33741              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
33742              
33743              Subject: [PATCH] embed.pl
33744              From: Arthur Bergman <arthur@contiller.se>
33745              Date: Mon, 13 Aug 2001 14:38:14 +0200
33746              Message-ID: <B79D96D6.3088%arthur@contiller.se>
33747              
33748              Subject: [PATCH] sharedsv cleanups
33749              From: "Arthur Bergman" <arthur@contiller.se>
33750              Date: Mon, 13 Aug 2001 15:14:25 +0200
33751              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
33752              
33753              Plus few tweaks: _init needs to be Adp, the prototypes
33754              should not be revealed unless using ithreads, #endif FOO
33755              must be #endif /* FOO */, adding (parentheses) around
33756              do { } while doesn't work too well.
33757      Branch: perl
33758            + sharedsv.c sharedsv.h
33759            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
33760            ! perl.h perlapi.c pod/perlapi.pod proto.h
33761 ____________________________________________________________________________
33762 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
33763         Log: Subject: Re: END {} blocks run in perl_run
33764              From: Arthur Bergman <arthur@contiller.se>
33765              Date: Mon, 13 Aug 2001 11:11:30 +0200
33766              Message-ID: <B79D6661.3068%arthur@contiller.se>
33767      Branch: perl
33768            ! perl.c
33769 ____________________________________________________________________________
33770 [ 11657] By: nick                                  on 2001/08/13  09:03:02
33771         Log: Integrate mainline
33772      Branch: perlio
33773           +> (branch 326 files)
33774            - (delete 330 files)
33775           !> (integrate 85 files)
33776 ____________________________________________________________________________
33777 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
33778         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
33779              and the Perl will be built to do that by default (adding that
33780              will break scripts having non-UTF-8 binary data, such as Latin-1.)
33781      Branch: perl
33782            ! op.c toke.c utf8.h
33783 ____________________________________________________________________________
33784 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
33785         Log: Unnecessary downgrades.
33786      Branch: perl
33787            ! doop.c
33788 ____________________________________________________________________________
33789 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
33790         Log: Failure not true anymore (probably caused by my broken setup).
33791      Branch: perl
33792            ! t/op/pat.t
33793 ____________________________________________________________________________
33794 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
33795         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
33796              stopped working).
33797      Branch: perl
33798            ! op.h pp_ctl.c regcomp.c
33799 ____________________________________________________________________________
33800 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
33801         Log: There is no IN_UTF8.
33802      Branch: perl
33803            ! utf8.h
33804 ____________________________________________________________________________
33805 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
33806         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
33807      Branch: perl
33808            ! op.c op.h pp_ctl.c regcomp.c
33809 ____________________________________________________________________________
33810 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
33811         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
33812              and a test tweak.
33813      Branch: perl
33814            ! op.c t/pod/find.t
33815 ____________________________________________________________________________
33816 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
33817         Log: Todo updates and fixes.
33818      Branch: perl
33819            ! pod/perltodo.pod
33820 ____________________________________________________________________________
33821 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
33822         Log: Mark tests (and one module) having explicit Latin-1
33823              (and one file having explicit UTF-8) with an explicit
33824              'no utf8' (and one explicit 'use utf8').
33825              
33826              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
33827      Branch: perl
33828            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
33829            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
33830            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
33831 ____________________________________________________________________________
33832 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
33833         Log: Subject: SV: END {} blocks run in perl_run
33834              From: "Arthur Bergman" <arthur@contiller.se>
33835              Date: Sun, 12 Aug 2001 00:34:28 +0200 
33836              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
33837      Branch: perl
33838            ! miniperlmain.c perl.c
33839 ____________________________________________________________________________
33840 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
33841         Log: Typos in #11645.
33842      Branch: perl
33843            ! perl.h
33844 ____________________________________________________________________________
33845 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
33846         Log: On ithreads default to use_reentrant except on naturally
33847              threadsafe platforms.
33848      Branch: perl
33849            ! perl.h
33850 ____________________________________________________________________________
33851 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
33852         Log: (Hopefully) a fix for 20010723.004: make install needs
33853              write permission in build directory.  The problem was
33854              probably caused by overeager sprinkling of the lib/re.pm
33855              dependencies (which was done to guarantee lib/re.pm being
33856              uptodate for parallel makes: now solved by funneling that
33857              through an explicit recursive make in the preplibrary target).
33858      Branch: perl
33859            ! Makefile.SH
33860 ____________________________________________________________________________
33861 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
33862         Log: Dispell the "use utf8" superstition.
33863      Branch: perl
33864            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
33865            ! pod/perlunicode.pod
33866 ____________________________________________________________________________
33867 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
33868         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
33869              From: "Abigail" <abigail@foad.org> 
33870              Date: Sat, 11 Aug 2001 23:49:49 +0200
33871              Message-ID: <20010811214950.23255.qmail@foad.org>
33872      Branch: perl
33873            ! t/op/taint.t
33874 ____________________________________________________________________________
33875 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
33876         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
33877              From: Abhijit Menon-Sen <ams@wiw.org>
33878              Date: Sat, 11 Aug 2001 06:18:19 +0530
33879              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
33880      Branch: perl
33881            ! mg.c
33882 ____________________________________________________________________________
33883 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
33884         Log: Test for change #11639.
33885      Branch: perl
33886            ! t/op/tiehandle.t
33887 ____________________________________________________________________________
33888 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
33889         Log: Subject: Re: Can't localize *FH, then tie it
33890              From: Abhijit Menon-Sen <ams@wiw.org>
33891              Date: Sun, 12 Aug 2001 16:08:06 +0530
33892              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
33893      Branch: perl
33894            ! pp_hot.c pp_sys.c
33895 ____________________________________________________________________________
33896 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
33897         Log: Drop all the unnecessary "use utf8" clauses and some of
33898              the unnecessary "use bytes" ones.
33899              
33900              TODO: scour the documentation for unnecessary "use utf8"
33901              and prominently display it in perldelta when the time comes.
33902              ("use utf8" should be necessary ONLY if one wants the script
33903              to be in UTF-8.)  Also should be checked in some non-ASCII
33904              non-Latin-1 platform, like EBCDIC.
33905      Branch: perl
33906            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
33907            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
33908 ____________________________________________________________________________
33909 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
33910         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
33911              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
33912              in Unicode handling.
33913      Branch: perl
33914            + t/op/lc.t
33915            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
33916 ____________________________________________________________________________
33917 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
33918         Log: Thinko: we want the flags for native cc, not gcc.
33919      Branch: perl
33920            ! hints/dec_osf.sh
33921 ____________________________________________________________________________
33922 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
33923         Log: (retracted by 13077)
33924              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
33925              From: Robin Houston <robin@kitsite.com>
33926              Date: Fri, 10 Aug 2001 14:42:02 +0100
33927              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
33928      Branch: perl
33929            ! pp.c
33930 ____________________________________________________________________________
33931 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
33932         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
33933              From: Abhijit Menon-Sen <ams@wiw.org>
33934              Date: Sat, 11 Aug 2001 16:31:04 +0530
33935              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
33936      Branch: perl
33937            ! op.c
33938 ____________________________________________________________________________
33939 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
33940         Log: Get rid of indread, from Abhijit Menon-Sen.
33941      Branch: perl
33942            ! pp_sys.c
33943 ____________________________________________________________________________
33944 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
33945         Log: CRLFgngngn.
33946      Branch: perl
33947            ! win32/Makefile win32/makefile.mk
33948 ____________________________________________________________________________
33949 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
33950         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
33951      Branch: perl
33952            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
33953            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
33954            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
33955            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
33956            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
33957            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
33958            ! win32/Makefile win32/makefile.mk
33959 ____________________________________________________________________________
33960 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
33961         Log: Avoid #elif (less portable than #else #if).
33962      Branch: perl
33963            ! handy.h
33964 ____________________________________________________________________________
33965 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
33966         Log: Subject: patch for perlvar.pod
33967              From: mah@everybody.org (Mark A. Hershberger)
33968              Date: 08 Aug 2001 17:03:16 -0500
33969              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
33970      Branch: perl
33971            ! pod/perlvar.pod
33972 ____________________________________________________________________________
33973 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
33974         Log: cpp commands must start (the # must be) at the column #0.
33975      Branch: perl
33976            ! op.c
33977 ____________________________________________________________________________
33978 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
33979         Log: If using gcc -B/foo/bar makedepend would give
33980              unnecessary warnings about unused -B/foo/bar.
33981      Branch: perl
33982            ! makedepend.SH
33983 ____________________________________________________________________________
33984 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
33985         Log: Update Changes.
33986      Branch: perl
33987            ! Changes patchlevel.h
33988 ____________________________________________________________________________
33989 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
33990         Log: s/z/tz/
33991      Branch: perl
33992            ! pod/perlfaq2.pod
33993 ____________________________________________________________________________
33994 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
33995         Log: Article nit.
33996      Branch: perl
33997            ! pod/perlfaq2.pod
33998 ____________________________________________________________________________
33999 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
34000         Log: Rename lib/unicode files to lib/unicore to avoid
34001              conflicts between core lib/unicode and Unicode::
34002              files in case-ignoring filesystems.
34003      Branch: perl
34004            + (add 325 files)
34005            - (delete 324 files)
34006            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
34007 ____________________________________________________________________________
34008 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
34009         Log: Upgrade to Math::BigInt 1.41.
34010      Branch: perl
34011            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
34012 ____________________________________________________________________________
34013 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
34014         Log: Subject: [PATCH] remove PL_na from typemap
34015              From: James <james@rf.net>
34016              Date: Mon, 06 Aug 2001 20:23:15 -0700
34017              Message-ID: <3B6F5F23.A31A81B1@rf.net>
34018              
34019              (had to be manually applied)
34020      Branch: perl
34021            ! lib/ExtUtils/typemap
34022 ____________________________________________________________________________
34023 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
34024         Log: The metaconfig unit changes for #11618.
34025      Branch: metaconfig/U/perl
34026            + d_fpclassl.U i_fp.U
34027 ____________________________________________________________________________
34028 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
34029         Log: Forgot this from #11618.
34030              
34031              NOTE: wince/config_H.ce needs updating.
34032      Branch: perl
34033            ! wince/config.ce
34034 ____________________________________________________________________________
34035 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
34036         Log: Introduce more floating point classifying APIs;
34037              try to define (most importantly) Perl_is{inf,nan}(x).
34038              
34039              For this first cut, assume none such APIs exist in non-UNIXoid
34040              platforms-- this is of course too unkind: Win32 rumoredly has
34041              _fpclass() and _isnan(), and VMS/VOS very probably have some
34042              of the APIs available.     The only thing Perl uses at the moment
34043              is Perl_isnan() (has been in use for a while now).
34044              
34045              NOTE: the Win32 and NetWare config_h.?c need regenerating.
34046      Branch: perl
34047            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
34048            ! Porting/config_H config_h.SH configure.com epoc/config.sh
34049            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
34050            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34051            ! vos/config.ga.h win32/config.bc win32/config.gc
34052            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34053            ! win32/config_H.vc wince/config.ce wince/config.h
34054 ____________________________________________________________________________
34055 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
34056         Log: Integrate change #11519 from perlio:
34057              
34058              Avoid testing for (non-)existance of "encoding(xxxx)"
34059              layer is called "encoding" the (xxxx) is an argument.
34060      Branch: perl
34061           !> lib/open.pm
34062 ____________________________________________________________________________
34063 [ 11616] By: nick                                  on 2001/08/09  07:50:24
34064         Log: Integrate mainline
34065      Branch: perlio
34066           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
34067           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
34068           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
34069           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
34070            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
34071            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
34072           !> (integrate 79 files)
34073 ____________________________________________________________________________
34074 [ 11615] By: nick                                  on 2001/08/09  06:23:44
34075         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
34076              layer is called "encoding" the (xxxx) is an argument.
34077      Branch: perlio
34078            ! lib/open.pm
34079 ____________________________________________________________________________
34080 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
34081         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
34082              From: Paul Johnson <paul@pjcj.net>
34083              Date: Wed, 8 Aug 2001 23:54:17 +0200
34084              Message-ID: <20010808235417.O1006@pjcj.net>
34085      Branch: perl
34086            ! ext/B/B/Concise.pm
34087 ____________________________________________________________________________
34088 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
34089         Log: Make VMS use IEEE math by default; reorder Tru64 hints
34090              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
34091              exception semantics) is always set if using (the new) cc.
34092      Branch: perl
34093            ! configure.com hints/dec_osf.sh
34094 ____________________________________________________________________________
34095 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
34096         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
34097              From: Abhijit Menon-Sen <ams@wiw.org>
34098              Date: Tue, 7 Aug 2001 17:16:05 +0530
34099              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
34100      Branch: perl
34101            ! pp_sys.c
34102 ____________________________________________________________________________
34103 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
34104         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
34105              From: "Craig A. Berry" <craigberry@mac.com>
34106              Date: Tue, 07 Aug 2001 22:27:47 -0500
34107              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
34108      Branch: perl
34109            ! t/run/exit.t
34110 ____________________________________________________________________________
34111 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
34112         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
34113              From: "Craig A. Berry" <craigberry@mac.com>
34114              Date: Tue, 07 Aug 2001 20:01:53 -0500
34115              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
34116      Branch: perl
34117            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
34118 ____________________________________________________________________________
34119 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
34120         Log: Update the magazine information.
34121      Branch: perl
34122            ! pod/perlfaq2.pod
34123 ____________________________________________________________________________
34124 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
34125         Log: Ignore SIGFPE everywhere.
34126      Branch: perl
34127            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
34128 ____________________________________________________________________________
34129 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
34130         Log: With permission, change the licensing of the docs by
34131              TomC (and Gnat) to comply with the rest of Perl.
34132      Branch: perl
34133            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34134            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34135            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34136            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
34137            ! pod/perltootc.pod
34138 ____________________________________________________________________________
34139 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
34140         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
34141              From: Andy Dougherty <doughera@lafayette.edu>
34142              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
34143              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
34144      Branch: perl
34145            ! hints/openbsd.sh
34146 ____________________________________________________________________________
34147 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
34148         Log: Subject: [PATCH] Makefile.SH test_prep dependency
34149              From: Andy Dougherty <doughera@lafayette.edu>
34150              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
34151              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
34152      Branch: perl
34153            ! Makefile.SH
34154 ____________________________________________________________________________
34155 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
34156         Log: Don't autogenerate the headers et alia,
34157              make regen_headers explicitly.
34158      Branch: perl
34159            ! Makefile.SH
34160 ____________________________________________________________________________
34161 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
34162         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
34163              From: Gurusamy Sarathy <gsar@ActiveState.com> 
34164              Date: Tue, 07 Aug 2001 08:33:26 -0700
34165              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
34166              
34167              Unnecessary dependency.
34168      Branch: perl
34169            ! embed.pl
34170 ____________________________________________________________________________
34171 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
34172         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
34173              From: Abhijit Menon-Sen <ams@wiw.org>
34174              Date: Tue, 7 Aug 2001 09:10:54 +0530
34175              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
34176      Branch: perl
34177            ! pp_hot.c
34178 ____________________________________________________________________________
34179 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
34180         Log: Subject: [PATCH perl@11597] B && BEGIN handling
34181              From: "James A. Duncan" <jduncan@fotango.com>
34182              Date: Mon, 6 Aug 2001 17:29:11 +0100
34183              Message-ID: <20010806172911.A2071@fotango.com>
34184              
34185              (the intrpvar.h addition moved to the end for bincompat)
34186      Branch: perl
34187            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
34188 ____________________________________________________________________________
34189 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
34190         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
34191      Branch: perl
34192           !> README.win32
34193 ____________________________________________________________________________
34194 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
34195         Log: fix URLs for fcrypt.c
34196      Branch: maint-5.6/perl
34197            ! README.win32
34198 ____________________________________________________________________________
34199 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
34200         Log: Yet another way to say Infinity: HP-UX calls its "++".
34201      Branch: perl
34202            ! lib/Math/BigInt/t/bigintpm.t
34203 ____________________________________________________________________________
34204 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
34205         Log: Update Changes.
34206      Branch: perl
34207            ! Changes patchlevel.h
34208 ____________________________________________________________________________
34209 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
34210         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
34211      Branch: perl
34212            ! pod/perlfaq5.pod
34213 ____________________________________________________________________________
34214 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
34215         Log: The #11593 wasn't right.
34216      Branch: perl
34217            ! lib/Math/BigInt/t/bigintpm.t
34218 ____________________________________________________________________________
34219 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
34220         Log: Subject: [PATCH: perl@11564] introducing perlivp
34221              From: Prymmer/Kahn <pvhp@best.com>
34222              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
34223              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
34224              
34225              Subject: Re: [PATCH: perl@11564] introducing perlivp
34226              From: Prymmer/Kahn <pvhp@best.com>
34227              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
34228              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
34229      Branch: perl
34230            + utils/perlivp.PL
34231            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
34232            ! win32/Makefile win32/makefile.mk
34233 ____________________________________________________________________________
34234 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
34235         Log: libcs are confused what to call Infinity.
34236      Branch: perl
34237            ! lib/Math/BigInt/t/bigintpm.t
34238 ____________________________________________________________________________
34239 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
34240         Log: Avoid SIGFPE in Tru64.
34241      Branch: perl
34242            ! numeric.c
34243 ____________________________________________________________________________
34244 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
34245         Log: Upgrade to Math::BigInt 1.40.
34246              
34247              NOTE: this patch necessitates doing something about
34248              infinity handling since the new bigintpm.t tests use
34249              infinity, which causes SIGFPEs at least in Tru64.
34250      Branch: perl
34251            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34252            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
34253            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
34254            ! lib/Math/BigInt/t/mbimbf.t
34255 ____________________________________________________________________________
34256 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
34257         Log: remove hardcoded cmd shell in testsuite
34258      Branch: perl
34259            ! t/op/glob.t t/op/magic.t t/op/stat.t
34260 ____________________________________________________________________________
34261 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
34262         Log: 4-arg select() was busted on windows because change#8178 didn't
34263              make it into mainline
34264      Branch: perl
34265            ! perl.h win32/include/sys/socket.h
34266 ____________________________________________________________________________
34267 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
34268         Log: Rename the Getopt::Long tests to be as they are
34269              in the Getopt::Long official distribution.
34270      Branch: perl
34271            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
34272            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
34273            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
34274            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
34275            ! MANIFEST
34276 ____________________________________________________________________________
34277 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
34278         Log: Upgrade to Getopt::Long 2.26.
34279      Branch: perl
34280            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
34281            ! MANIFEST lib/Getopt/Long.pm
34282 ____________________________________________________________________________
34283 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
34284         Log: Retract #10874 (the hack should be unnecessary by now)
34285      Branch: perl
34286            ! lib/Test/Harness.pm
34287 ____________________________________________________________________________
34288 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
34289         Log: avoid temp file littering in tests
34290      Branch: perl
34291            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
34292 ____________________________________________________________________________
34293 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
34294         Log: Subject: warning in sv.c: double format, NV arg
34295              From: "Philip Newton" <Philip.Newton@gmx.net>
34296              Date: Sun, 5 Aug 2001 19:41:07 +0200
34297              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
34298      Branch: perl
34299            ! sv.c
34300 ____________________________________________________________________________
34301 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
34302         Log: fix POSIX.t#13 for windos
34303      Branch: perl
34304            ! ext/POSIX/POSIX.t
34305 ____________________________________________________________________________
34306 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
34307         Log: Add a test for PerlIO::Via.
34308      Branch: perl
34309            + ext/PerlIO/t/via.t
34310            ! MANIFEST ext/PerlIO/Via/Via.pm
34311 ____________________________________________________________________________
34312 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
34313         Log: flock() and link() are not available on Windows 9x
34314      Branch: perl
34315            ! win32/config_sh.PL
34316 ____________________________________________________________________________
34317 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
34318         Log: Some Tru64 C compilers have C++ components that confuse
34319              the ccversion parsing.
34320      Branch: perl
34321            ! hints/dec_osf.sh
34322 ____________________________________________________________________________
34323 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
34324         Log: (Reintroduce #11125)
34325              
34326              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
34327              From: Alan Burlison <Alan.Burlison@sun.com> 
34328              Date: Tue, 03 Jul 2001 15:20:13 +0100   
34329              Message-ID: <3B41D49D.A923D4F9@sun.com> 
34330      Branch: perl
34331            ! lib/ExtUtils/MM_Unix.pm
34332 ____________________________________________________________________________
34333 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
34334         Log: Little pointer juggling for HP-UX cc to avoid
34335              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
34336              followed by
34337              "error 1549: Modifiable lvalue required for assignment operator."
34338      Branch: perl
34339            ! hv.c
34340 ____________________________________________________________________________
34341 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
34342         Log: Continuation of #11575: SANY_SEEN completely deprecated,
34343              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
34344              plus a fix for the bug.
34345      Branch: perl
34346            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
34347 ____________________________________________________________________________
34348 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
34349         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
34350              From: Doug MacEachern <dougm@covalent.net>
34351              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
34352              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
34353      Branch: perl
34354            ! sv.c
34355 ____________________________________________________________________________
34356 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
34357         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
34358              the new CANY is the \C.  The problem reported and the
34359              test case supplied in
34360              
34361              Subject: UTF-8 bugs in string length & single line regex matches
34362              From: "Daniel P. Berrange" <dan@berrange.com>
34363              Date: Fri, 3 Aug 2001 11:39:33 +0100
34364              Message-ID: <20010803113932.A19318@berrange.com>
34365      Branch: perl
34366            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
34367            ! t/op/pat.t
34368 ____________________________________________________________________________
34369 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
34370         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
34371              From: Doug MacEachern <dougm@covalent.net>
34372              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
34373              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
34374      Branch: perl
34375            ! perl.c regexec.c
34376 ____________________________________________________________________________
34377 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
34378         Log: The #11572 didn't up the test count.
34379      Branch: perl
34380            ! t/op/length.t
34381 ____________________________________________________________________________
34382 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
34383         Log: Subject: UTF-8 bugs in string length & single line regex matches
34384              From: "Daniel P. Berrange" <dan@berrange.com>
34385              Date: Fri, 3 Aug 2001 11:39:33 +0100         
34386              Message-ID: <20010803113932.A19318@berrange.com>
34387              
34388              (the mg_length() fix)
34389      Branch: perl
34390            ! mg.c t/op/length.t
34391 ____________________________________________________________________________
34392 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
34393         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34394              From: Abhijit Menon-Sen <ams@wiw.org>
34395              Date: Sat, 4 Aug 2001 16:56:35 +0530
34396              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
34397      Branch: perl
34398            ! hv.c
34399 ____________________________________________________________________________
34400 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
34401         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34402              From: Abhijit Menon-Sen <ams@wiw.org>
34403              Date: Sat, 4 Aug 2001 16:16:03 +0530
34404              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
34405      Branch: perl
34406            ! hv.c
34407 ____________________________________________________________________________
34408 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
34409         Log: Subject: Re: [patch] refcount re ops
34410              From: Abhijit Menon-Sen <ams@wiw.org>
34411              Date: Sat, 4 Aug 2001 08:54:55 +0530
34412              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
34413      Branch: perl
34414            ! sv.c
34415 ____________________________________________________________________________
34416 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
34417         Log: Subject: [patch] refcount re ops
34418              From: Doug MacEachern <dougm@covalent.net>
34419              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
34420              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
34421      Branch: perl
34422            ! regcomp.c sv.c
34423 ____________________________________________________________________________
34424 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
34425         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
34426              From: Doug MacEachern <dougm@covalent.net>
34427              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
34428              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
34429      Branch: perl
34430            ! perl.c regexec.c
34431 ____________________________________________________________________________
34432 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
34433         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
34434              From: "Craig A. Berry" <craigberry@mac.com> 
34435              Date: Fri, 03 Aug 2001 16:16:16 -0500
34436              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
34437      Branch: perl
34438            ! t/op/misc.t
34439 ____________________________________________________________________________
34440 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
34441         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
34442              From: John Kristian <jmk2001@engineer.com>
34443              Date: Fri, 03 Aug 2001 00:59:08 -0700
34444              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
34445      Branch: perl
34446            ! win32/win32.c
34447 ____________________________________________________________________________
34448 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
34449         Log: Update Changes.
34450      Branch: perl
34451            ! Changes patchlevel.h
34452 ____________________________________________________________________________
34453 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
34454         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
34455              From: "Craig A. Berry" <craigberry@mac.com>
34456              Date: Thu, 02 Aug 2001 23:15:24 -0500
34457              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
34458      Branch: perl
34459            ! ext/B/Stash.t
34460 ____________________________________________________________________________
34461 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
34462         Log: Subject: [patch] plug PL_cshname leak
34463              From: Doug MacEachern <dougm@covalent.net>
34464              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
34465              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
34466      Branch: perl
34467            ! sv.c
34468 ____________________________________________________________________________
34469 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
34470         Log: Subject: [patch] plug PL_sh_path leak
34471              From: Doug MacEachern <dougm@covalent.net>
34472              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
34473              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
34474      Branch: perl
34475            ! sv.c
34476 ____________________________________________________________________________
34477 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
34478         Log: Subject: [patch] plug PL_regex_padav leaks
34479              From: Doug MacEachern <dougm@covalent.net>
34480              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
34481              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
34482      Branch: perl
34483            ! op.c op.h perl.c
34484 ____________________________________________________________________________
34485 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
34486         Log: Subject: [patch] plug PL_origargv leak
34487              From: Doug MacEachern <dougm@covalent.net>
34488              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
34489              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
34490      Branch: perl
34491            ! perl.c
34492 ____________________________________________________________________________
34493 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
34494         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
34495              From: Abhijit Menon-Sen <ams@wiw.org>
34496              Date: Fri, 3 Aug 2001 06:38:11 +0530
34497              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
34498      Branch: perl
34499            ! hv.c
34500 ____________________________________________________________________________
34501 [ 11557] By: nick                                  on 2001/08/03  08:17:38
34502         Log: Integrate mainline
34503      Branch: perlio
34504           +> (branch 47 files)
34505            - lib/Switch/test.pl
34506           !> (integrate 49 files)
34507 ____________________________________________________________________________
34508 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
34509         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
34510              From: "Craig A. Berry" <craigberry@mac.com>
34511              Date: Thu, 02 Aug 2001 12:56:19 -0500
34512              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
34513      Branch: perl
34514            ! ext/B/Showlex.t
34515 ____________________________________________________________________________
34516 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
34517         Log: Be more careful about non-existent files.
34518      Branch: perl
34519            ! lib/File/Copy.pm
34520 ____________________________________________________________________________
34521 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
34522         Log: Subject: [PATCH resend] deparse empty formats
34523              From: Robin Houston <robin@kitsite.com> 
34524              Date: Thu, 2 Aug 2001 14:32:36 +0100
34525              Message-ID: <20010802143236.A894@robin.kitsite.com>
34526      Branch: perl
34527            ! ext/B/B/Deparse.pm
34528 ____________________________________________________________________________
34529 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
34530         Log: Subject: [patch] ithreads + refto fix improvement
34531              From: Doug MacEachern <dougm@covalent.net>
34532              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
34533              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
34534      Branch: perl
34535            ! pp.c
34536 ____________________________________________________________________________
34537 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
34538         Log: Readability nit from Abhijit.
34539      Branch: perl
34540            ! op.c
34541 ____________________________________________________________________________
34542 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
34543         Log: setproctitle() API version nit from Anton Berezin.
34544      Branch: perl
34545            ! mg.c
34546 ____________________________________________________________________________
34547 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
34548         Log: Add PerlCE to the docs.
34549      Branch: perl
34550            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34551            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34552 ____________________________________________________________________________
34553 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
34554         Log: Integrate the PerlCE (WinCE Perl) port;
34555              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
34556      Branch: perl
34557            + README.ce wince/FindExt.pm wince/Makefile.ce
34558            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
34559            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
34560            + wince/bin/search.pl wince/config.ce wince/config.h
34561            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
34562            + wince/dl_win32.xs wince/include/arpa/inet.h
34563            + wince/include/cectype.h wince/include/errno.h
34564            + wince/include/netdb.h wince/include/sys/socket.h
34565            + wince/include/sys/stat.h wince/include/sys/types.h
34566            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
34567            + wince/perl.rc wince/perldll.def wince/perllib.c
34568            + wince/perlmain.c wince/registry.bat wince/runperl.c
34569            + wince/splittree.pl wince/win32.h wince/win32iop.h
34570            + wince/win32thread.c wince/win32thread.h wince/wince.c
34571            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
34572            + wince/xdistclean.ksh wince/xmakediffs.ksh
34573            ! MANIFEST perl.c perl.h perlio.c
34574 ____________________________________________________________________________
34575 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
34576         Log: setproctitle() made simpler.  (This assumes the string is
34577              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
34578              should be used.  Note len, not len + 1.)  BSD-fu from Anton
34579              Berezin.
34580      Branch: perl
34581            ! mg.c
34582 ____________________________________________________________________________
34583 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
34584         Log: Subject: [PATCH] -Wall cleanup: op.c
34585              From: Richard Soderberg <rs@oregonnet.com>
34586              Date: Thu, 2 Aug 2001 00:17:09 -0700
34587              Message-Id: <200108020717.AAA26895@oregonnet.com>
34588              
34589              Subject: [PATCH] -Wall cleanup: sv.c
34590              From: Richard Soderberg <rs@oregonnet.com>
34591              Date: Thu, 2 Aug 2001 00:49:21 -0700
34592              Message-Id: <200108020749.AAA27492@oregonnet.com>
34593      Branch: perl
34594            ! op.c sv.c
34595 ____________________________________________________________________________
34596 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
34597         Log: Update Changes.
34598      Branch: perl
34599            ! Changes patchlevel.h
34600 ____________________________________________________________________________
34601 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
34602         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
34603              From: Doug MacEachern <dougm@covalent.net>
34604              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
34605              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
34606      Branch: perl
34607            ! op.c
34608 ____________________________________________________________________________
34609 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
34610         Log: The #11541 didn't work under threads.
34611      Branch: perl
34612            ! op.c
34613 ____________________________________________________________________________
34614 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
34615         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
34616              From: Hugo <hv@crypt.compulink.co.uk>
34617              Date: Fri, 22 Jun 2001 01:19:08 +0100 
34618              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
34619              
34620              (Skip tests if accept() failed)
34621      Branch: perl
34622            ! ext/IO/lib/IO/t/io_unix.t
34623 ____________________________________________________________________________
34624 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
34625         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
34626              From: "Stian Seeberg" <sseeberg@nimsoft.no>
34627              Date: Mon, 30 Jul 2001 12:28:07 +0200
34628              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
34629      Branch: perl
34630            ! perl.h
34631 ____________________________________________________________________________
34632 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
34633         Log: Subject: Pluggable optimizer
34634              From: Simon Cozens <simon@netthink.co.uk>
34635              Date: Wed, 1 Aug 2001 13:57:02 -0700
34636              Message-ID: <20010801135702.I10442@netthink.co.uk>
34637      Branch: perl
34638            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
34639 ____________________________________________________________________________
34640 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
34641         Log: Subject: [ID 20010801.039] perlre.pod message typo
34642              From: Autrijus Tang <autrijus@geb.elixus.org>
34643              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
34644              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
34645      Branch: perl
34646            ! pod/perlre.pod
34647 ____________________________________________________________________________
34648 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
34649         Log: Test for change #11536.
34650      Branch: perl
34651            ! t/op/tiehandle.t
34652 ____________________________________________________________________________
34653 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
34654         Log: More test fixups for #11537.
34655      Branch: perl
34656            ! t/lib/warnings/4lint t/lib/warnings/9enabled
34657 ____________________________________________________________________________
34658 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
34659         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
34660              From: Doug MacEachern <dougm@covalent.net>
34661              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
34662              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
34663      Branch: perl
34664            ! op.c t/TestInit.pm
34665 ____________________________________________________________________________
34666 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
34667         Log: Subject: [patch] ithreads + refto bug
34668              From: Doug MacEachern <dougm@covalent.net>
34669              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
34670              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
34671              
34672              (Test in change #11539)
34673      Branch: perl
34674            ! pp.c
34675 ____________________________________________________________________________
34676 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
34677         Log: Subject: [PATCH: perl@11523] fixups for t/harness
34678              From: Prymmer/Kahn <pvhp@best.com>
34679              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
34680              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
34681      Branch: perl
34682            ! t/harness
34683 ____________________________________________________________________________
34684 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
34685         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
34686              From: Prymmer/Kahn <pvhp@best.com>
34687              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
34688              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
34689      Branch: perl
34690            ! win32/Makefile win32/makefile.mk
34691 ____________________________________________________________________________
34692 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
34693         Log: Need to know the number of tests.
34694      Branch: perl
34695            ! t/run/exit.t
34696 ____________________________________________________________________________
34697 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
34698         Log: Subject: Re: new exit tests on VMS
34699              From: "Craig A. Berry" <craigberry@mac.com>
34700              Date: Tue, 31 Jul 2001 12:19:29 -0500
34701              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
34702      Branch: perl
34703            ! t/run/exit.t
34704 ____________________________________________________________________________
34705 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
34706         Log: Retract #11530 (the dTHX is needed under threads)
34707      Branch: perl
34708            ! perlio.c
34709 ____________________________________________________________________________
34710 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
34711         Log: (Retracted by #11531)
34712      Branch: perl
34713            ! perlio.c
34714 ____________________________________________________________________________
34715 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
34716         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
34717              From: Richard Soderberg <rs@crystalflame.net>
34718              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
34719              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
34720      Branch: perl
34721            ! unixish.h
34722 ____________________________________________________________________________
34723 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
34724         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
34725              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34726              Date: Tue, 31 Jul 2001 05:39:09 -0400
34727              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
34728              
34729              (with a note about the case of UV being equal to long long)
34730      Branch: perl
34731            ! utils/h2xs.PL
34732 ____________________________________________________________________________
34733 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
34734         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
34735              From: "Craig A. Berry" <craigberry@mac.com>
34736              Date: Tue, 31 Jul 2001 14:57:43 -0500
34737              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
34738      Branch: perl
34739            ! t/io/fs.t
34740 ____________________________________________________________________________
34741 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
34742         Log: Fix for
34743              
34744              Subject: [ID 20010116.001] File::Copy truncates orig file 
34745              From: arbor@al37al08.telecel.pt
34746              Date: Tue, 16 Jan 2001 11:43:02 GMT
34747              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
34748              
34749              (copy($foo, $foo) would truncate $foo)
34750      Branch: perl
34751            ! lib/File/Copy.pm lib/File/Copy.t
34752 ____________________________________________________________________________
34753 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
34754         Log: Metaconfig unit change for #11524.
34755      Branch: metaconfig/U/perl
34756            ! Extras.U
34757 ____________________________________________________________________________
34758 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
34759         Log: Multiple modules didn't work; plus typo fixes.
34760      Branch: perl
34761            ! Configure
34762 ____________________________________________________________________________
34763 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
34764         Log: Update Changes.
34765      Branch: perl
34766            ! Changes patchlevel.h
34767 ____________________________________________________________________________
34768 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
34769         Log: Regen perlapi.
34770      Branch: perl
34771            ! pod/perlapi.pod
34772 ____________________________________________________________________________
34773 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
34774         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
34775              From: Dave Mitchell <davem@fdgroup.co.uk>
34776              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
34777              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
34778      Branch: perl
34779            ! sv.c
34780 ____________________________________________________________________________
34781 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
34782         Log: Regen toc.
34783      Branch: perl
34784            ! pod/perltoc.pod
34785 ____________________________________________________________________________
34786 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
34787         Log: Regen Porting stuff.
34788      Branch: perl
34789            ! Porting/Glossary Porting/config.sh Porting/config_H
34790 ____________________________________________________________________________
34791 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
34792         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
34793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34794              Date: Tue, 31 Jul 2001 05:34:38 -0400
34795              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
34796      Branch: perl
34797            ! utils/h2xs.PL
34798 ____________________________________________________________________________
34799 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
34800         Log: Metaconfig unit change for #11516. 
34801      Branch: metaconfig/U/perl
34802            ! gccvers.U
34803 ____________________________________________________________________________
34804 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
34805         Log: Add -Wall in cflags, not in Configure.
34806              (This way -Wall affects only the core and the core XS,
34807              not user modules' XS.  Concern from Paul Marquess,
34808              implementation idea from Andy Dougherty.)
34809      Branch: perl
34810            ! Configure cflags.SH
34811 ____________________________________________________________________________
34812 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
34813         Log: Metaconfig unit changes for #11514.
34814      Branch: metaconfig
34815            + U/modified/sysman.U
34816            ! U/installdirs/man1dir.U
34817 ____________________________________________________________________________
34818 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
34819         Log: Subject: Configure's detection of system manual
34820              From: Sean Dague <sean@dague.net> 
34821              Date: Sun, 13 May 2001 15:53:15 -0400
34822              Message-ID: <20010513155315.A15833@underhill.dague.net>
34823      Branch: perl
34824            ! Configure
34825 ____________________________________________________________________________
34826 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
34827         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
34828              From: Autrijus Tang <autrijus@autrijus.org> 
34829              Date: Thu, 21 Jun 2001 23:56:48 +0800
34830              Message-Id: <20010621235648.A57340@not.autrijus.org>
34831      Branch: perl
34832            ! pod/perlobj.pod
34833 ____________________________________________________________________________
34834 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
34835         Log: Subject: Typo in DB_File.pm
34836              From: "Philip Newton" <Philip.Newton@gmx.net>
34837              Date: Tue, 31 Jul 2001 06:19:35 +0200
34838              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
34839      Branch: perl
34840            ! ext/DB_File/DB_File.pm
34841 ____________________________________________________________________________
34842 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
34843         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
34844              From: "Stephen P. Potter" <spp@spotter.yi.org>
34845              Date: Wed, 30 May 2001 13:59:34 -0400
34846              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
34847      Branch: perl
34848            ! pod/perlre.pod
34849 ____________________________________________________________________________
34850 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
34851         Log: eval "format foo=" would loop indefinitely; reported in
34852              
34853              Subject: A load of old rubbish
34854              From: Mike Guy <mjtg@cam.ac.uk>
34855              Date: Mon, 14 May 2001 16:12:22 +0100
34856              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
34857              
34858              (The core dumps reported in there already fixed.)
34859      Branch: perl
34860            ! toke.c
34861 ____________________________________________________________________________
34862 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
34863         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
34864      Branch: perl
34865            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
34866            + lib/Switch/t/switch_case.t
34867            - lib/Switch/test.pl
34868            ! MANIFEST lib/Switch.pm
34869 ____________________________________________________________________________
34870 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
34871         Log: Subject: [PATCH @11505] DB_File-1.78
34872              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34873              Date: Mon, 30 Jul 2001 22:54:37 +0100
34874              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
34875      Branch: perl
34876            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
34877            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
34878 ____________________________________________________________________________
34879 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
34880         Log: Explain in more detail why -pipe and -fno-common are good.
34881      Branch: perl
34882            ! hints/darwin.sh
34883 ____________________________________________________________________________
34884 [ 11506] By: nick                                  on 2001/07/30  14:32:23
34885         Log: Integrate mainline
34886      Branch: perlio
34887           !> INSTALL Makefile.SH doio.c hints/darwin.sh
34888 ____________________________________________________________________________
34889 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
34890         Log: Perl hasn't been putting man pages into $prefix/lib for
34891              a long time now; pointed out by Andy Dougherty. 
34892      Branch: perl
34893            ! hints/darwin.sh
34894 ____________________________________________________________________________
34895 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
34896         Log: Document the extras Configure option.
34897      Branch: perl
34898            ! INSTALL
34899 ____________________________________________________________________________
34900 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
34901         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
34902              everywhere.
34903      Branch: perl
34904           !> doio.c
34905 ____________________________________________________________________________
34906 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
34907         Log: Doubly guard against invoking CPAN if no extras defined,
34908              pointed out by H. Merijn Brand.
34909      Branch: perl
34910            ! Makefile.SH
34911 ____________________________________________________________________________
34912 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
34913         Log: Fix O_RDONLY check to check for O_RDONLY.
34914      Branch: maint-5.6/macperl
34915            ! doio.c
34916 ____________________________________________________________________________
34917 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
34918         Log: Integrate miscellaneous changes from maint-5.6/perl.
34919      Branch: maint-5.6/macperl
34920           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
34921 ____________________________________________________________________________
34922 [ 11499] By: nick                                  on 2001/07/30  06:52:42
34923         Log: Integrate mainline
34924      Branch: perlio
34925           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
34926           +> win32/sync_ext.pl
34927            - win32/sncfnmcs.pl
34928           !> (integrate 71 files)
34929 ____________________________________________________________________________
34930 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
34931         Log: Update Changes.
34932      Branch: perl
34933            ! Changes patchlevel.h
34934 ____________________________________________________________________________
34935 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
34936         Log: Now Configure -Dextras=Foo::Bar and "make install" will
34937              fetch and install Foo::Bar.
34938      Branch: perl
34939            ! Makefile.SH
34940 ____________________________________________________________________________
34941 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
34942         Log: Metaconfig unit change for #11495.
34943      Branch: metaconfig/U/perl
34944            ! Extras.U
34945 ____________________________________________________________________________
34946 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
34947         Log: extras.make, extras.test, and extras.install make targets.
34948      Branch: perl
34949            ! Configure Makefile.SH
34950 ____________________________________________________________________________
34951 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
34952         Log: Metaconfig unit change for #11493.
34953      Branch: metaconfig/U/perl
34954            ! Extras.U
34955 ____________________________________________________________________________
34956 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
34957         Log: Better to have the list of extras in $extras than 'define'.
34958      Branch: perl
34959            ! Configure
34960 ____________________________________________________________________________
34961 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
34962         Log: The metaconfig unit change for #11490.
34963      Branch: metaconfig/U/perl
34964            + Extras.U
34965 ____________________________________________________________________________
34966 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
34967         Log: Missed from #11490 (the required dependency).
34968      Branch: perl
34969            ! Makefile.SH
34970 ____________________________________________________________________________
34971 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
34972         Log: Add the support of asking for extra modules or bundles of modules
34973              to be fetched from the CPAN and installed as a part of the Perl
34974              build process.  None of this installation is yet really done;
34975              only the list is asked, and saved away in extras.lst for
34976              the build and installation process to worry about later.
34977      Branch: perl
34978            ! Configure
34979 ____________________________________________________________________________
34980 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
34981         Log: Beginnings of better Inf and NaN support.
34982              At least toke.c and sv.c still need quite a bit of work.
34983      Branch: perl
34984            ! numeric.c perl.h
34985 ____________________________________________________________________________
34986 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
34987         Log: Top-level Makefile didn't honour OPTIMIZE.
34988      Branch: perl
34989            ! Makefile.SH
34990 ____________________________________________________________________________
34991 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
34992         Log: Update Changes.
34993      Branch: perl
34994            ! Changes patchlevel.h
34995 ____________________________________________________________________________
34996 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
34997         Log: Use Search::Dict 1.02 interface for charinfo().
34998      Branch: perl
34999            ! lib/UnicodeCD.pm
35000 ____________________________________________________________________________
35001 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
35002         Log: Now also allow transforming the read lines before comparing them.
35003              (This will help UnicodeCD.) 
35004      Branch: perl
35005            ! lib/Search/Dict.pm
35006 ____________________________________________________________________________
35007 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
35008         Log: Remove tiehandle code.
35009      Branch: perl
35010            ! lib/UnicodeCD.pm
35011 ____________________________________________________________________________
35012 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
35013         Log: Allow specifying a comparison function for Search::Dict::look().
35014      Branch: perl
35015            ! lib/Search/Dict.pm
35016 ____________________________________________________________________________
35017 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
35018         Log: Small UnicodeCD tweaks.
35019      Branch: perl
35020            ! lib/UnicodeCD.pm lib/UnicodeCD.t
35021 ____________________________________________________________________________
35022 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
35023         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
35024              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35025              Date: Tue, 24 Jul 2001 01:51:32 +0900
35026              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
35027      Branch: perl
35028            ! lib/UnicodeCD.pm lib/UnicodeCD.t
35029 ____________________________________________________________________________
35030 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
35031         Log: Subject: [PATCH] installperl
35032              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
35033              Date: Fri, 27 Jul 2001 19:05:04 -0700
35034              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
35035      Branch: perl
35036            ! installperl
35037 ____________________________________________________________________________
35038 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
35039         Log: Subject: [PATCH] Set proper compatibility versions in core
35040              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
35041              Date: Fri, 27 Jul 2001 20:01:49 -0700
35042              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
35043      Branch: perl
35044            ! Makefile.SH
35045 ____________________________________________________________________________
35046 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
35047         Log: Metaconfig unit change for #11477.
35048      Branch: metaconfig/U/perl
35049            ! dlsrc.U
35050 ____________________________________________________________________________
35051 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
35052         Log: Subject: [PATCH] Darwin: -fpic not so good
35053              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
35054              Date: Fri, 27 Jul 2001 18:57:38 -0700
35055              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
35056      Branch: perl
35057            ! Configure
35058 ____________________________________________________________________________
35059 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
35060         Log: Subject: [PATCH] Clean up Darwin hints
35061              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
35062              Date: Fri, 27 Jul 2001 19:13:15 -0700
35063              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
35064      Branch: perl
35065            ! hints/darwin.sh
35066 ____________________________________________________________________________
35067 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
35068         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
35069              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35070              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
35071              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
35072      Branch: perl
35073            ! pod/perlfunc.pod pp.c t/op/split.t
35074 ____________________________________________________________________________
35075 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
35076         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
35077              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35078              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
35079              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
35080      Branch: perl
35081            ! pod/perlvar.pod
35082 ____________________________________________________________________________
35083 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
35084         Log: Subject: [PATCH] fixes to constant.pm documentation
35085              From: Ilmari Karonen <iltzu@sci.fi>
35086              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
35087              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
35088      Branch: perl
35089            ! lib/constant.pm
35090 ____________________________________________________________________________
35091 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
35092         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
35093              From: "Philip Newton" <Philip.Newton@gmx.net>
35094              Date: Fri, 27 Jul 2001 07:51:10 +0200
35095              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
35096      Branch: perl
35097            ! pod/perlport.pod
35098 ____________________________________________________________________________
35099 [ 11471] By: nick                                  on 2001/07/26  06:23:32
35100         Log: Subject:  [PATCH] Doc fix for perlguts / threading
35101              From:  Arthur Bergman <arthur@contiller.se>
35102              Date:  Wed, 25 Jul 2001 11:28:23 +0200
35103              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
35104      Branch: perl
35105            ! pod/perlguts.pod
35106 ____________________________________________________________________________
35107 [ 11470] By: nick                                  on 2001/07/26  06:21:06
35108         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
35109              From:  Philip Newton <Philip.Newton@gmx.net>
35110              Date:  Wed, 25 Jul 2001 08:19:47 +0200
35111              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
35112      Branch: perl
35113            ! INSTALL
35114 ____________________________________________________________________________
35115 [ 11469] By: nick                                  on 2001/07/26  06:20:25
35116         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
35117              From:  Philip Newton <Philip.Newton@gmx.net>
35118              Date:  Wed, 25 Jul 2001 08:12:48 +0200
35119              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
35120      Branch: perl
35121            ! INSTALL
35122 ____________________________________________________________________________
35123 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
35124         Log: More +x.
35125      Branch: perl
35126            ! Porting/makerel
35127 ____________________________________________________________________________
35128 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
35129         Log: Update Changes.
35130      Branch: perl
35131            ! Changes patchlevel.h
35132 ____________________________________________________________________________
35133 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
35134         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
35135              From: "Philip Newton" <Philip.Newton@gmx.net>
35136              Date: Tue, 24 Jul 2001 06:45:55 +0200
35137              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
35138      Branch: perl
35139            ! os2/perlrexx.c
35140 ____________________________________________________________________________
35141 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
35142         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
35143              From: Peter Prymmer <pvhp@forte.com>
35144              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
35145              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
35146      Branch: perl
35147            ! pod/perlport.pod t/io/fs.t vms/test.com
35148 ____________________________________________________________________________
35149 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
35150         Log: Workaround on Cwd bootstrap problem.
35151      Branch: perl
35152            ! lib/ExtUtils/MakeMaker.pm
35153 ____________________________________________________________________________
35154 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
35155         Log: When in Rome, quote like the Romans do.
35156      Branch: perl
35157            ! cflags.SH
35158 ____________________________________________________________________________
35159 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
35160         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
35161              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35162              Date: Mon, 23 Jul 2001 19:29:49 -0400
35163              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
35164      Branch: perl
35165            + os2/perlrexx.c
35166            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
35167            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
35168            ! t/op/write.t
35169 ____________________________________________________________________________
35170 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
35171         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
35172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35173              Date: Mon, 23 Jul 2001 18:43:42 -0400
35174              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
35175      Branch: perl
35176            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
35177 ____________________________________________________________________________
35178 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
35179         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
35180              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35181              Date: Mon, 23 Jul 2001 18:33:16 -0400
35182              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
35183      Branch: perl
35184            ! lib/ExtUtils/MakeMaker.pm
35185 ____________________________________________________________________________
35186 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
35187         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
35188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35189              Date: Mon, 23 Jul 2001 18:20:35 -0400
35190              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
35191      Branch: perl
35192            ! Makefile.SH cflags.SH
35193 ____________________________________________________________________________
35194 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
35195         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
35196              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
35197              Date: Mon, 23 Jul 2001 11:32:17 -0500
35198              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
35199      Branch: perl
35200            ! lib/ExtUtils/MakeMaker.pm
35201 ____________________________________________________________________________
35202 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
35203         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
35204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35205              Date: Mon, 23 Jul 2001 18:13:20 -0400
35206              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
35207      Branch: perl
35208            ! lib/perl5db.pl
35209 ____________________________________________________________________________
35210 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
35211         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
35212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35213              Date: Mon, 23 Jul 2001 18:07:40 -0400
35214              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
35215      Branch: perl
35216            ! op.c
35217 ____________________________________________________________________________
35218 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
35219         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
35220              From: "Craig A. Berry" <craigberry@mac.com>
35221              Date: Mon, 23 Jul 2001 15:35:06 -0500
35222              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
35223      Branch: perl
35224            ! util.c
35225 ____________________________________________________________________________
35226 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
35227         Log: Subject: [PATCH perlfaq9.pod typo]
35228              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
35229              Date: Mon, 23 Jul 2001 07:49:05 -0700
35230              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
35231      Branch: perl
35232            ! pod/perlfaq9.pod
35233 ____________________________________________________________________________
35234 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
35235         Log: Subject: win32\sncfnmcs.pl corrections
35236              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35237              Date: Mon, 23 Jul 2001 12:56:54 +0200
35238              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
35239              
35240              Rename the script a little bit more sensibly.
35241      Branch: perl
35242            + win32/sync_ext.pl
35243            - win32/sncfnmcs.pl
35244            ! MANIFEST README.win32
35245 ____________________________________________________________________________
35246 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
35247         Log: Test tweak.
35248      Branch: perl
35249            ! ext/B/Deparse.t
35250 ____________________________________________________________________________
35251 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
35252         Log: Metaconfig unit tweak for #11450.
35253      Branch: metaconfig/U/perl
35254            ! Mksymlinks.U
35255 ____________________________________________________________________________
35256 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
35257         Log: Too volatile failsafe check.
35258      Branch: perl
35259            ! Configure
35260 ____________________________________________________________________________
35261 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
35262         Log: Further doc tweaks.
35263      Branch: perl
35264            ! lib/UnicodeCD.pm
35265 ____________________________________________________________________________
35266 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
35267         Log: Doc tweaks.
35268      Branch: perl
35269            ! lib/UnicodeCD.pm
35270 ____________________________________________________________________________
35271 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
35272         Log: Doc tweakery from Abhijit.
35273      Branch: perl
35274            ! Porting/repository.pod
35275 ____________________________________________________________________________
35276 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
35277         Log: An accidental empty line.
35278      Branch: perl
35279            ! MANIFEST
35280 ____________________________________________________________________________
35281 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
35282         Log: Missing MANIFESTations.
35283      Branch: perl
35284            ! MANIFEST
35285 ____________________________________________________________________________
35286 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
35287         Log: Update Changes.
35288      Branch: perl
35289            ! Changes patchlevel.h
35290 ____________________________________________________________________________
35291 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
35292         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
35293              From: Mike Guy <mjtg@cam.ac.uk>
35294              Date: Fri, 20 Jul 2001 16:12:49 +0100
35295              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
35296      Branch: perl
35297            ! Porting/pumpkin.pod
35298 ____________________________________________________________________________
35299 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
35300         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
35301              From: Peter Prymmer <pvhp@forte.com>
35302              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
35303              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
35304      Branch: perl
35305            ! pod/perlhack.pod
35306 ____________________________________________________________________________
35307 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
35308         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
35309              From: Michael G Schwern <schwern@pobox.com>
35310              Date: Fri, 20 Jul 2001 20:22:35 -0400
35311              Message-ID: <20010720202235.O4498@blackrider>
35312      Branch: perl
35313            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
35314            ! lib/Test/t/todo.t
35315 ____________________________________________________________________________
35316 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
35317         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
35318              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35319              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
35320              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
35321      Branch: perl
35322            ! ext/POSIX/POSIX.pod
35323 ____________________________________________________________________________
35324 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
35325         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
35326              From: Mark-Jason Dominus <mjd@plover.com>
35327              Date: Fri, 20 Jul 2001 23:16:54 -0400
35328              Message-ID: <20010721031654.21877.qmail@plover.com>
35329      Branch: perl
35330            ! ext/POSIX/POSIX.pod
35331 ____________________________________________________________________________
35332 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
35333         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
35334              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35335              Date: Sun, 22 Jul 2001 14:56:09 +0200
35336              Message-ID: <20010722145609.A766@rafael>
35337      Branch: perl
35338            ! ext/B/O.pm
35339 ____________________________________________________________________________
35340 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
35341         Log: Subject: regexec.c #define cleanup
35342              From: Mark-Jason Dominus <mjd@plover.com>
35343              Date: Sat, 21 Jul 2001 18:33:25 -0400
35344              Message-ID: <20010721223325.3069.qmail@plover.com>
35345      Branch: perl
35346            ! regexec.c
35347 ____________________________________________________________________________
35348 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
35349         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
35350              From: Prymmer/Kahn <pvhp@best.com>
35351              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
35352              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
35353      Branch: perl
35354            ! t/io/fs.t
35355 ____________________________________________________________________________
35356 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
35357         Log: Typo in #11432.
35358      Branch: perl
35359            ! ext/POSIX/POSIX.t
35360 ____________________________________________________________________________
35361 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
35362         Log: Integrate (manually) change #11424 from macperl.
35363      Branch: perl
35364            ! ext/Filter/t/call.t
35365 ____________________________________________________________________________
35366 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
35367         Log: Integrate change #11408 from macperl.
35368      Branch: perl
35369           !> README.macos pod/perlport.pod
35370 ____________________________________________________________________________
35371 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
35372         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
35373      Branch: perl
35374           +> macos/MacPerlTests.cmd macos/xsubpp.patch
35375            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35376            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
35377            ! ext/POSIX/POSIX.t
35378 ____________________________________________________________________________
35379 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
35380         Log: pod/*.t tests not picked up by t/TEST either
35381      Branch: maint-5.6/perl
35382            ! t/TEST
35383 ____________________________________________________________________________
35384 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
35385         Log: better tweak for change#11429 (windows has both / and \ separated
35386              paths in @INC at that point)
35387      Branch: maint-5.6/perl
35388            ! t/pod/testp2pt.pl
35389 ____________________________________________________________________________
35390 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
35391         Log: MacOS pod test tweak needs \Escape
35392      Branch: maint-5.6/perl
35393            ! t/pod/testp2pt.pl
35394 ____________________________________________________________________________
35395 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
35396         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
35397              resulting duplicate output, but t/harness isn't)
35398      Branch: maint-5.6/perl
35399            ! t/run/runenv.t
35400 ____________________________________________________________________________
35401 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
35402         Log: t/harness wasn't picking up all the tests
35403      Branch: maint-5.6/perl
35404            ! t/harness
35405 ____________________________________________________________________________
35406 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
35407         Log: update MANIFEST for new file
35408      Branch: maint-5.6/perl
35409            ! MANIFEST
35410 ____________________________________________________________________________
35411 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
35412         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
35413              the exception of the macperl/macos/... tree
35414      Branch: maint-5.6/perl
35415           +> t/lib/filefind-taint.t
35416           !> (integrate 72 files)
35417 ____________________________________________________________________________
35418 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
35419         Log: Fix test.
35420      Branch: maint-5.6/macperl
35421            ! macos/bundled_ext/Filter/t/call.t
35422 ____________________________________________________________________________
35423 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
35424         Log: Make perl fork()-safe (in a slightly limited way) even on
35425              platforms that don't have pthread_atfork() (extension of
35426              the fix in change#11151).
35427              
35428              Note that this will not help extensions that call fork()
35429              directly in C, or that link to libraries that call fork()
35430              directly.  Such cases must be fixed to either call
35431              PerlProc_fork(), or call atfork_lock() in parent before the
35432              calling the function that forks and call atfork_unlock()
35433              in both parent and child immediately after the fork().
35434              (There are no worries if C code calls exec() in the child
35435              immediately after a fork().  Only cases where the child
35436              calls perl's API functions (including New()) after the
35437              fork() are problematic.)
35438              
35439              This change also eliminates the use of vfork() from perl,
35440              since all such uses were violating the severe restrictions
35441              on modifying the state of the process between the vfork()
35442              and the exec().
35443              
35444              This is a modified version of patches suggested by Abhijit
35445              Menon-Sen and Richard Soderberg.
35446      Branch: perl
35447            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
35448            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
35449 ____________________________________________________________________________
35450 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
35451         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
35452              Switch, and Text::Balanced.
35453      Branch: maint-5.6/macperl
35454            + macos/bundled_ext/Filter/Util/Call/Call.pm
35455            + macos/bundled_ext/Filter/Util/Call/Call.xs
35456            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
35457            + macos/bundled_ext/Filter/t/MyFilter.pm
35458            + macos/bundled_ext/Filter/t/call.t
35459            + macos/bundled_ext/Filter/t/filter-util.pl
35460            + macos/bundled_lib/blib/lib/Class/ISA.pm
35461            + macos/bundled_lib/blib/lib/Digest.pm
35462            + macos/bundled_lib/blib/lib/Filter/Simple.pm
35463            + macos/bundled_lib/blib/lib/Switch.pm
35464            + macos/bundled_lib/blib/lib/Text/Balanced.pm
35465            + macos/bundled_lib/blib/lib/Text/Balanced.pod
35466            + macos/bundled_lib/t/Class/ISA/test.pl
35467            + macos/bundled_lib/t/Digest/Digest.t
35468            + macos/bundled_lib/t/Filter/Simple/test.pl
35469            + macos/bundled_lib/t/Switch/test.pl
35470            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
35471            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
35472            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
35473            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
35474            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
35475            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
35476            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
35477            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
35478 ____________________________________________________________________________
35479 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
35480         Log: Add Filter::Util::Call to config/make files; edit utils
35481              to recognize the module (it was descended too far down).
35482              Bump version to 5.6.1a4.
35483      Branch: maint-5.6/macperl
35484            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
35485            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
35486            ! macos/macperl/Makefile.mk macos/xsubpp.patch
35487 ____________________________________________________________________________
35488 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
35489         Log: Make DB_File the default for MLDBM on MacOS.
35490      Branch: maint-5.6/macperl
35491            ! macos/bundled_lib/blib/lib/MLDBM.pm
35492 ____________________________________________________________________________
35493 [ 11419] By: nick                                  on 2001/07/20  14:51:03
35494         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
35495              From:  Simon Cozens <simon@netthink.co.uk>
35496              Date:  Fri, 20 Jul 2001 11:42:35 -0400
35497              Message-Id:  <20010720114235.A5235@netthink.co.uk>
35498      Branch: perl
35499            ! lib/UnicodeCD.pm
35500 ____________________________________________________________________________
35501 [ 11418] By: nick                                  on 2001/07/20  14:48:12
35502         Log: Subject:  [PATCH regcomp.h] adds a comment
35503              From:  Abhijit Menon-Sen <ams@wiw.org>
35504              Date:  Fri, 20 Jul 2001 21:05:37 +0530
35505              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
35506      Branch: perl
35507            ! regcomp.h
35508 ____________________________________________________________________________
35509 [ 11417] By: nick                                  on 2001/07/20  14:16:38
35510         Log: Subject:  [PATCH 5.7.2] INSTALL updates
35511              From:  Andy Dougherty <doughera@lafayette.edu>
35512              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
35513              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
35514      Branch: perl
35515            ! INSTALL
35516 ____________________________________________________________________________
35517 [ 11416] By: nick                                  on 2001/07/20  06:44:44
35518         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
35519              From:  Russ Allbery <rra@stanford.edu>
35520              Date:  19 Jul 2001 15:52:37 -0700
35521              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
35522      Branch: perl
35523            ! lib/Pod/Man.pm
35524 ____________________________________________________________________________
35525 [ 11415] By: nick                                  on 2001/07/20  06:35:11
35526         Log: Subject:  [PATCH] defer op_seq allocation
35527              From:  Abhijit Menon-Sen <ams@wiw.org>
35528              Date:  Thu, 19 Jul 2001 22:12:24 +0530
35529              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
35530      Branch: perl
35531            ! op.c
35532 ____________________________________________________________________________
35533 [ 11414] By: nick                                  on 2001/07/20  06:23:36
35534         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
35535              From:  Abhijit Menon-Sen <ams@wiw.org>
35536              Date:  Fri, 20 Jul 2001 01:18:50 +0530
35537              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
35538              (Private e-mail)
35539      Branch: perl
35540            ! ext/Time/HiRes/HiRes.xs
35541 ____________________________________________________________________________
35542 [ 11413] By: nick                                  on 2001/07/20  06:18:53
35543         Log: Integrate mainline
35544      Branch: perlio
35545           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
35546            - t/base/commonsense.t
35547           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
35548           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
35549           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
35550           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
35551           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
35552           !> win32/win32.c
35553 ____________________________________________________________________________
35554 [ 11412] By: nick                                  on 2001/07/19  06:44:27
35555         Log: Integrate win32/perlhost.h from maintenance branch.
35556              (Rest of $ENV{PATH} / system() fix.)
35557      Branch: perl
35558           !> win32/perlhost.h
35559 ____________________________________________________________________________
35560 [ 11411] By: nick                                  on 2001/07/19  06:41:34
35561         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
35562              From:  Philip Newton <Philip.Newton@gmx.net>
35563              Date:  Wed, 18 Jul 2001 21:43:57 +0200
35564              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
35565      Branch: perl
35566            ! pod/perlhack.pod
35567 ____________________________________________________________________________
35568 [ 11410] By: nick                                  on 2001/07/19  06:39:35
35569         Log: Subject:  Security hole in taint checking in open()
35570              From:  deekoo@tentacle.net
35571              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
35572              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
35573      Branch: perl
35574            ! doio.c
35575 ____________________________________________________________________________
35576 [ 11409] By: nick                                  on 2001/07/19  06:28:08
35577         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
35578              From:  Abhijit Menon-Sen <ams@wiw.org>
35579              Date:  Thu, 19 Jul 2001 04:30:43 +0530
35580              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
35581      Branch: perl
35582            ! ext/Time/HiRes/HiRes.xs
35583 ____________________________________________________________________________
35584 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
35585         Log: Update docs with latest implementation information and new URLs.
35586      Branch: maint-5.6/macperl
35587            ! README.macos pod/perlport.pod
35588 ____________________________________________________________________________
35589 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
35590         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
35591              Fix BuildRules to accept optimization variables.
35592      Branch: maint-5.6/macperl
35593            + macos/bundled_ext/Digest/MD5/Makefile.mk
35594            ! macos/BuildRules.mk macos/Makefile.mk
35595            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
35596            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
35597 ____________________________________________________________________________
35598 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
35599         Log: Integrate changes 11399,11401
35600      Branch: maint-5.6/macperl
35601           !> win32/perlhost.h win32/win32.c
35602 ____________________________________________________________________________
35603 [ 11405] By: nick                                  on 2001/07/18  06:50:33
35604         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
35605              from perl5.6*
35606      Branch: perl
35607           !> win32/perlhost.h win32/win32.c
35608 ____________________________________________________________________________
35609 [ 11404] By: nick                                  on 2001/07/18  06:43:59
35610         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
35611              From:  hv@crypt0.demon.co.uk
35612              Date:  Wed, 18 Jul 2001 05:58:46 +0100
35613              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
35614      Branch: perl
35615            ! ext/POSIX/POSIX.t
35616 ____________________________________________________________________________
35617 [ 11403] By: nick                                  on 2001/07/18  06:38:57
35618         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
35619              From:  hv@crypt0.demon.co.uk
35620              Date:  Wed, 18 Jul 2001 05:21:54 +0100
35621              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
35622      Branch: perl
35623            ! numeric.c t/op/arith.t
35624 ____________________________________________________________________________
35625 [ 11402] By: nick                                  on 2001/07/18  06:19:17
35626         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
35627              From:  mjd@plover.com
35628              Date:  17 Jul 2001 17:59:20 -0000
35629              Message-Id:  <20010717175920.8177.qmail@plover.com>
35630      Branch: perl
35631            ! pod/perlre.pod
35632 ____________________________________________________________________________
35633 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
35634         Log: thinko in change#11400 (duh)
35635      Branch: maint-5.6/perl
35636            ! win32/perlhost.h
35637 ____________________________________________________________________________
35638 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
35639         Log: change#11399 revealed another unrelated bug; this is just a temporary
35640              bandaid
35641      Branch: maint-5.6/perl
35642            ! win32/perlhost.h
35643 ____________________________________________________________________________
35644 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
35645         Log: fix bugs in handling of the virtualized environment under windows;
35646              there were bugs in propagating any changes to %ENV down to the real
35647              environment when such changes happened in the toplevel process
35648              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
35649              problem identification, and for a part of the fix)
35650      Branch: maint-5.6/perl
35651            ! win32/perlhost.h win32/win32.c
35652 ____________________________________________________________________________
35653 [ 11398] By: nick                                  on 2001/07/17  08:26:35
35654         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
35655              From: Peter Prymmer <pvhp@forte.com>
35656              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
35657              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
35658              
35659              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
35660              should not depend on existance of Config.pm
35661      Branch: perl
35662           +> t/lib/commonsense.t
35663            - t/base/commonsense.t
35664            ! MANIFEST t/README
35665 ____________________________________________________________________________
35666 [ 11397] By: nick                                  on 2001/07/17  08:09:58
35667         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
35668              From:  Michael G Schwern <schwern@pobox.com>
35669              Date:  Mon, 16 Jul 2001 18:20:31 -0400
35670              Message-Id:  <20010716182031.A1128@blackrider>
35671      Branch: perl
35672            ! pod/perlhack.pod
35673 ____________________________________________________________________________
35674 [ 11396] By: nick                                  on 2001/07/17  08:04:11
35675         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
35676              From:  Gwyn Judd <b.judd@xtra.co.nz>
35677              Date:  Tue, 17 Jul 2001 20:55:58 +1200
35678              Message-Id:  <20010717205558.A3107@thislove>
35679      Branch: perl
35680            ! pod/perlfunc.pod
35681 ____________________________________________________________________________
35682 [ 11395] By: nick                                  on 2001/07/17  08:02:22
35683         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
35684              From:  Peter Prymmer <pvhp@forte.com>
35685              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
35686              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
35687      Branch: perl
35688            ! t/op/sprintf.t
35689 ____________________________________________________________________________
35690 [ 11394] By: nick                                  on 2001/07/17  07:57:06
35691         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
35692              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
35693              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
35694              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
35695      Branch: perl
35696            ! gv.c
35697 ____________________________________________________________________________
35698 [ 11392] By: nick                                  on 2001/07/17  07:50:12
35699         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
35700              From:  Coral <coral@moonlight.crystalflame.net>
35701              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
35702              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
35703      Branch: perl
35704            ! pp_sys.c thread.h
35705 ____________________________________________________________________________
35706 [ 11391] By: nick                                  on 2001/07/17  07:34:28
35707         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
35708              From:  Jonathan Stowe <gellyfish@gellyfish.com>
35709              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
35710              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
35711      Branch: perl
35712            ! utils/h2xs.PL
35713 ____________________________________________________________________________
35714 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
35715         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
35716              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
35717              and Mac::Apps::Launch, which don't work, and Time::HiRes and
35718              Time::Piece, which don't yet work.
35719      Branch: maint-5.6/macperl
35720            + (add 154 files)
35721 ____________________________________________________________________________
35722 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
35723         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
35724              Also add hack to get around missing setenv for PERL5DB.
35725      Branch: maint-5.6/macperl
35726            ! macos/macish.c macos/macish.h
35727 ____________________________________________________________________________
35728 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
35729         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
35730      Branch: maint-5.6/macperl
35731            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
35732            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
35733 ____________________________________________________________________________
35734 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
35735         Log: Fix up some configuration and make options, add extra
35736              extensions.
35737      Branch: maint-5.6/macperl
35738            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
35739            ! macos/macperl/Makefile.mk
35740 ____________________________________________________________________________
35741 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
35742         Log: From Change 11374 in maintperl.
35743      Branch: maint-5.6/macperl
35744           !> utils/h2ph.PL
35745 ____________________________________________________________________________
35746 [ 11385] By: nick                                  on 2001/07/16  14:12:58
35747         Log: Back out change to h2xs till it passes its test.
35748      Branch: perl
35749            ! utils/h2xs.PL
35750 ____________________________________________________________________________
35751 [ 11384] By: nick                                  on 2001/07/16  14:00:10
35752         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
35753              From:  Jonathan Stowe <gellyfish@gellyfish.com>
35754              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
35755              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
35756      Branch: perl
35757            ! utils/h2xs.PL
35758 ____________________________________________________________________________
35759 [ 11383] By: nick                                  on 2001/07/16  13:53:12
35760         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
35761              From:  Robin Houston <robin@kitsite.com>
35762              Date:  Sun, 15 Jul 2001 18:22:31 +0100
35763              Message-Id:  <20010715182230.A11174@robin>
35764      Branch: perl
35765            ! hints/darwin.sh
35766 ____________________________________________________________________________
35767 [ 11382] By: nick                                  on 2001/07/16  13:52:49
35768         Log: Subject:  [PATCH perl@11372] re_dup
35769              From:  Radu Greab <radu@netsoft.ro>
35770              Date:  Sun, 15 Jul 2001 04:50:06 +0300
35771              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
35772      Branch: perl
35773            ! sv.c
35774 ____________________________________________________________________________
35775 [ 11379] By: nick                                  on 2001/07/16  13:35:39
35776         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
35777              From:  Robin Houston <robin@kitsite.com>
35778              Date:  Sat, 14 Jul 2001 14:28:50 +0100
35779              Message-Id:  <20010714142850.A10205@robin>
35780      Branch: perl
35781            ! ext/B/B/Deparse.pm
35782 ____________________________________________________________________________
35783 [ 11378] By: nick                                  on 2001/07/16  13:30:36
35784         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
35785              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
35786              Date:  Sat, 14 Jul 2001 22:17:42 +0900
35787              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
35788      Branch: perl
35789            + ext/Encode/Encode/euc-jp-0212.enc
35790            ! ext/Encode/Encode/Tcl.pm
35791 ____________________________________________________________________________
35792 [ 11377] By: nick                                  on 2001/07/16  13:17:28
35793         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
35794              From:  Andy Dougherty <doughera@lafayette.edu>
35795              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
35796              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
35797      Branch: perl
35798            ! hints/darwin.sh hints/rhapsody.sh
35799 ____________________________________________________________________________
35800 [ 11376] By: nick                                  on 2001/07/16  09:05:00
35801         Log: Integrate mainline
35802      Branch: perlio
35803           +> ext/Encode/Encode/7bit-greek.enc
35804           +> ext/Encode/Encode/7bit-latin1.enc
35805           +> ext/Encode/Encode/cns11643-1.enc
35806           +> ext/Encode/Encode/cns11643-2.enc
35807           +> ext/Encode/Encode/iso2022-cn.enc
35808           +> ext/Encode/Encode/iso2022-jp1.enc
35809           +> ext/Encode/Encode/iso2022-jp2.enc
35810           !> Changes Configure MANIFEST Makefile.SH
35811           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
35812           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
35813           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
35814           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
35815           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
35816 ____________________________________________________________________________
35817 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
35818         Log: integrate change#11374 from maint-5.6
35819              
35820              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
35821      Branch: perl
35822           !> utils/h2ph.PL
35823 ____________________________________________________________________________
35824 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
35825         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
35826      Branch: maint-5.6/perl
35827            ! utils/h2ph.PL
35828 ____________________________________________________________________________
35829 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
35830         Log: Update Changes.
35831      Branch: perl
35832            ! Changes patchlevel.h
35833 ____________________________________________________________________________
35834 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
35835         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
35836              From: Jonathan Stowe <gellyfish@gellyfish.com>
35837              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
35838              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
35839      Branch: perl
35840            ! utils/h2xs.PL
35841 ____________________________________________________________________________
35842 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
35843         Log: Subject: patch to add DEL to [:cntrl:]
35844              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
35845              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
35846              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
35847      Branch: perl
35848            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
35849 ____________________________________________________________________________
35850 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
35851         Log: Metaconfig unit change for #11369; plus a dependency nit.
35852      Branch: metaconfig
35853            ! U/compline/nblock_io.U
35854      Branch: metaconfig/U/perl
35855            ! Extensions.U
35856 ____________________________________________________________________________
35857 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
35858         Log: #include <stdlib.h> so that exit() is prototyped,
35859              noticed by Hugo.
35860      Branch: perl
35861            ! Configure
35862 ____________________________________________________________________________
35863 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
35864         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
35865              From: Peter Prymmer <pvhp@forte.com>
35866              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
35867              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
35868      Branch: perl
35869            ! t/op/sprintf.t
35870 ____________________________________________________________________________
35871 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
35872         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
35873              From: Peter Prymmer <pvhp@forte.com>
35874              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
35875              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
35876      Branch: perl
35877            ! ext/Encode/Encode/Tcl.t
35878 ____________________________________________________________________________
35879 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
35880         Log: Add information about gcc 3.0 basic block profiling.
35881      Branch: perl
35882            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
35883 ____________________________________________________________________________
35884 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
35885         Log: Subject: Error in lib/PerlIO/Via.pm ?
35886              From: Mark-Jason Dominus <mjd@plover.com>
35887              Date: Fri, 13 Jul 2001 15:55:41 -0400
35888              Message-ID: <20010713195541.26751.qmail@plover.com>
35889      Branch: perl
35890            ! ext/PerlIO/Via/Via.pm
35891 ____________________________________________________________________________
35892 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
35893         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
35894              section from the Compiler section.
35895      Branch: perl
35896            ! myconfig.SH
35897 ____________________________________________________________________________
35898 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
35899         Log: Handle glibc style of constant definitions using enum
35900              with intervening #defines; from Brendan O'Dea.
35901      Branch: perl
35902            ! utils/h2ph.PL
35903 ____________________________________________________________________________
35904 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
35905         Log: Add LC_MESSAGES to the locale_h export tag (it already is
35906              in the Makefile.PL and thusly eligible for an XS constant)
35907              (see also maintperl #10543)
35908      Branch: perl
35909            ! ext/POSIX/POSIX.pm
35910 ____________________________________________________________________________
35911 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
35912         Log: Subject: Re: [patch] re_dup
35913              From: Abhijit Menon-Sen <ams@wiw.org>
35914              Date: Fri, 13 Jul 2001 21:41:09 +0530
35915              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
35916      Branch: perl
35917            ! sv.c
35918 ____________________________________________________________________________
35919 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
35920         Log: Subject: [patch] re_dup
35921              From: Doug MacEachern <dougm@covalent.net>
35922              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
35923              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
35924      Branch: perl
35925            ! sv.c
35926 ____________________________________________________________________________
35927 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
35928         Log: Update Changes.
35929      Branch: perl
35930            ! Changes patchlevel.h
35931 ____________________________________________________________________________
35932 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
35933         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
35934              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
35935              Date: Sat, 14 Jul 2001 00:06:30 +0900
35936              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
35937      Branch: perl
35938            + ext/Encode/Encode/7bit-greek.enc
35939            + ext/Encode/Encode/7bit-latin1.enc
35940            + ext/Encode/Encode/cns11643-1.enc
35941            + ext/Encode/Encode/cns11643-2.enc
35942            + ext/Encode/Encode/iso2022-cn.enc
35943            + ext/Encode/Encode/iso2022-jp1.enc
35944            + ext/Encode/Encode/iso2022-jp2.enc
35945            ! MANIFEST ext/Encode/Encode/Tcl.pm
35946            ! ext/Encode/Encode/iso2022-kr.enc
35947 ____________________________________________________________________________
35948 [ 11357] By: nick                                  on 2001/07/13  14:24:06
35949         Log: Blind integrate mainline (as of 5.7.2?)
35950      Branch: perlio
35951           !> AUTHORS Changes Porting/config.sh Porting/config_H
35952           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
35953           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
35954           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35955           !> win32/makefile.mk
35956 ____________________________________________________________________________
35957 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
35958         Log: Snip away the devel patchlevel.
35959      Branch: perl
35960            ! patchlevel.h
35961 ____________________________________________________________________________
35962 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
35963         Log: Bump the version to 5.7.2.
35964      Branch: perl
35965            ! Porting/config.sh Porting/config_H patchlevel.h
35966            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
35967            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35968            ! win32/makefile.mk
35969 ____________________________________________________________________________
35970 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
35971         Log: Update Changes.
35972      Branch: perl
35973            ! Changes
35974 ____________________________________________________________________________
35975 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
35976         Log: Reword.
35977      Branch: perl
35978            ! AUTHORS
35979 ____________________________________________________________________________
35980 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
35981         Log: AUTHORS update.
35982      Branch: perl
35983            ! AUTHORS
35984 ____________________________________________________________________________
35985 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
35986         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
35987              unless ithreads.
35988      Branch: perl
35989            ! makedef.pl
35990 ____________________________________________________________________________
35991 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
35992         Log: Integrate perlio.
35993      Branch: perl
35994           !> win32/distclean.bat
35995 ____________________________________________________________________________
35996 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
35997         Log: Test the encoding transform only iff we have PerlIO,
35998              noticed by H. Merijn Brand.
35999      Branch: perl
36000            ! ext/PerlIO/t/encoding.t
36001 ____________________________________________________________________________
36002 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
36003         Log: README.netware tweaks from Ananth Kesari.
36004      Branch: perl
36005            ! README.netware
36006 ____________________________________________________________________________
36007 [ 11346] By: nick                                  on 2001/07/13  09:18:51
36008         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
36009              to avoid /unicode vs /Unicode issues.
36010      Branch: perlio
36011            ! win32/distclean.bat
36012 ____________________________________________________________________________
36013 [ 11345] By: nick                                  on 2001/07/13  06:24:18
36014         Log: Integrate mainline
36015      Branch: perlio
36016           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
36017            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
36018           !> (integrate 63 files)
36019 ____________________________________________________________________________
36020 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
36021         Log: Add d_bincompat5005 information to perl -V.
36022      Branch: perl
36023            ! myconfig.SH
36024 ____________________________________________________________________________
36025 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
36026         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
36027              From: Abhijit Menon-Sen <ams@wiw.org>
36028              Date: Fri, 13 Jul 2001 07:12:36 +0530
36029              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
36030      Branch: perl
36031            ! sv.c
36032 ____________________________________________________________________________
36033 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
36034         Log: Remove unicode::distinct, as per Inaba Hiroto.
36035      Branch: perl
36036            - lib/unicode/distinct.pm
36037            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
36038            ! t/lib/1_compile.t
36039 ____________________________________________________________________________
36040 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
36041         Log: Paging for Dr Octothorpe.
36042      Branch: perl
36043            ! pod/perlfaq4.pod
36044 ____________________________________________________________________________
36045 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
36046         Log: cut-n-paste error noticed by mjd.
36047      Branch: perl
36048            ! pod/perlfaq4.pod
36049 ____________________________________________________________________________
36050 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
36051         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
36052              From: Peter Prymmer <pvhp@forte.com>
36053              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
36054              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
36055      Branch: perl
36056            ! pod/perlfaq4.pod
36057 ____________________________________________________________________________
36058 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
36059         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
36060              From: Randall Gellens <randy@qualcomm.com>
36061              Date: Thu, 12 Jul 2001 16:56:23 -0700
36062              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
36063      Branch: perl
36064            ! Porting/repository.pod
36065 ____________________________________________________________________________
36066 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
36067         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
36068      Branch: perl
36069            ! thread.h
36070 ____________________________________________________________________________
36071 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
36072         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
36073              From: coral <coral@moonlight.crystalflame.net>
36074              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
36075              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
36076      Branch: perl
36077            ! thread.h
36078 ____________________________________________________________________________
36079 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
36080         Log: Metaconfig unit change for #11134.
36081      Branch: metaconfig
36082            + U/threads/d_pthread_atfork.U
36083 ____________________________________________________________________________
36084 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
36085         Log: Add HAS_PTHREAD_ATFORK.
36086      Branch: perl
36087            ! Configure NetWare/config.wc NetWare/config_H.wc
36088            ! Porting/Glossary Porting/config.sh Porting/config_H
36089            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36090            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
36091            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36092            ! win32/config.gc win32/config.vc win32/config_H.bc
36093            ! win32/config_H.gc win32/config_H.vc
36094 ____________________________________________________________________________
36095 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
36096         Log: Subject: [PATCH] File::Copy fails on tied handles
36097              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
36098              Date: Thu, 12 Jul 2001 15:18:51 -0700
36099              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
36100      Branch: perl
36101            ! lib/File/Copy.pm
36102 ____________________________________________________________________________
36103 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
36104         Log: Subject: [PATCH] Langinfo.t
36105              From: Nicholas Clark <nick@ccl4.org>
36106              Date: Thu, 12 Jul 2001 23:55:38 +0100
36107              Message-ID: <20010712235538.M5827@plum.flirble.org>
36108      Branch: perl
36109            ! ext/I18N/Langinfo/Langinfo.t
36110 ____________________________________________________________________________
36111 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
36112         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
36113              From: Peter Prymmer <pvhp@forte.com>
36114              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
36115              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
36116      Branch: perl
36117            ! pod/perl572delta.pod
36118 ____________________________________________________________________________
36119 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
36120         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
36121              From: Abhijit Menon-Sen <ams@wiw.org>
36122              Date: Fri, 13 Jul 2001 05:21:16 +0530
36123              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
36124      Branch: perl
36125            ! sv.c
36126 ____________________________________________________________________________
36127 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
36128         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
36129              From: Abhijit Menon-Sen <ams@wiw.org>
36130              Date: Fri, 13 Jul 2001 03:04:25 +0530
36131              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
36132      Branch: perl
36133            ! av.c
36134 ____________________________________________________________________________
36135 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
36136         Log: s/^M$//g
36137      Branch: perl
36138            ! win32/Makefile win32/makefile.mk
36139 ____________________________________________________________________________
36140 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
36141         Log: Update Changes.
36142      Branch: perl
36143            ! Changes patchlevel.h
36144 ____________________________________________________________________________
36145 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
36146         Log: Typo spotted by Philip Newton.
36147      Branch: perl
36148            ! pod/perl572delta.pod
36149 ____________________________________________________________________________
36150 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
36151         Log: Subject: [PATCH] fixes perl_clone of perl_clone
36152              From: Artur Bergman <artur@contiller.se>
36153              Date: Thu, 12 Jul 2001 20:57:09 +0200
36154              Message-ID: <B773BFA4.236B%artur@contiller.se>
36155      Branch: perl
36156            ! sv.c
36157 ____________________________________________________________________________
36158 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
36159         Log: Add README.uts from Hal Morris.
36160      Branch: perl
36161            + README.uts
36162            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
36163            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
36164 ____________________________________________________________________________
36165 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
36166         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
36167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36168              Date: Thu, 12 Jul 2001 20:32:37 +0200
36169              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
36170      Branch: perl
36171            ! hints/aix.sh
36172 ____________________________________________________________________________
36173 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
36174         Log: Subject: Patch: document reg_data.what member
36175              From: Mark-Jason Dominus <mjd@plover.com>
36176              Message-ID: <20010712182532.14821.qmail@plover.com>
36177              Date: Thu, 12 Jul 2001 14:25:32 -0400
36178      Branch: perl
36179            ! regcomp.c regcomp.h
36180 ____________________________________________________________________________
36181 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
36182         Log: Subject: [PATCH] Perl_re_dup()
36183              From: Abhijit Menon-Sen <ams@wiw.org>
36184              Date: Thu, 12 Jul 2001 23:54:32 +0530
36185              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
36186      Branch: perl
36187            ! embed.h embed.pl perlapi.c proto.h sv.c
36188 ____________________________________________________________________________
36189 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
36190         Log: Regen Configure, modlib, toc.
36191      Branch: perl
36192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36193            ! pod/perlmodlib.pod pod/perltoc.pod
36194 ____________________________________________________________________________
36195 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
36196         Log: The problem seems to be in PerlIO::Layer::->find() not
36197              accepting the ":encoding(blurflur)" arguments.
36198      Branch: perl
36199            ! lib/PerlIO.pm lib/open.pm
36200 ____________________________________________________________________________
36201 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
36202         Log: AIX doc update.
36203      Branch: perl
36204            ! README.aix pod/perl572delta.pod
36205 ____________________________________________________________________________
36206 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
36207         Log: Subject: AIX README update
36208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36209              Date: Thu, 12 Jul 2001 19:28:30 +0200
36210              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
36211      Branch: perl
36212            ! README.aix
36213 ____________________________________________________________________________
36214 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
36215         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
36216              From: Norton Allen <allen@huarp.harvard.edu>
36217              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
36218              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
36219      Branch: perl
36220            ! ext/IO/lib/IO/t/io_unix.t
36221 ____________________________________________________________________________
36222 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
36223         Log: Subject: [PATCH README.qnx hints/qnx.sh]
36224              From: Norton Allen <allen@huarp.harvard.edu>
36225              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
36226              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
36227      Branch: perl
36228            ! README.qnx hints/qnx.sh
36229 ____________________________________________________________________________
36230 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
36231         Log: Subject: [patch] faster PM_GETRE
36232              From: Doug MacEachern <dougm@covalent.net>
36233              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
36234              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
36235      Branch: perl
36236            ! op.h
36237 ____________________________________________________________________________
36238 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
36239         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
36240              From: Doug MacEachern <dougm@covalent.net>
36241              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
36242              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
36243      Branch: perl
36244            ! op.c
36245 ____________________________________________________________________________
36246 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
36247         Log: Tell where the nice Estonian database is.
36248      Branch: perl
36249            ! lib/open.pm
36250 ____________________________________________________________________________
36251 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
36252         Log: Retract #11309 since #11310 is a better fix.
36253      Branch: perl
36254            ! t/lib/1_compile.t
36255 ____________________________________________________________________________
36256 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
36257         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
36258              change#11300 needs to return the status of failed win32_spawnvp())
36259              
36260              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
36261              splitting correctly; remove unused variables; 'require' at run time
36262              rather than 'use' at compile time for I18N::Langinfo, since it
36263              isn't everyware
36264      Branch: perl
36265            ! lib/open.pm win32/win32.c
36266 ____________________________________________________________________________
36267 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
36268         Log: Temporary workaround.
36269      Branch: perl
36270            ! t/lib/1_compile.t
36271 ____________________________________________________________________________
36272 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
36273         Log: UCD typo in #11306 and add also more known-to-be-tested
36274              modules to the skip list.
36275      Branch: perl
36276            ! t/lib/1_compile.t
36277 ____________________________________________________________________________
36278 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
36279         Log: Rename Unicode::UCD to UnicodeCD to avoid
36280              messups with case-insensitive filesystems.
36281      Branch: perl
36282            + lib/UnicodeCD.pm lib/UnicodeCD.t
36283            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
36284            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
36285 ____________________________________________________________________________
36286 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
36287         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
36288              From: daniel@biz.bitpusher.com
36289              Date: Wed, 11 Jul 2001 23:25:47 -0700
36290              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
36291      Branch: perl
36292            ! lib/Tie/Array.pm t/op/splice.t
36293 ____________________________________________________________________________
36294 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
36295         Log: Subject: [PATCH] More accurate line numbers in messages
36296              From: Paul Johnson <paul@pjcj.net>
36297              Date: Thu, 12 Jul 2001 04:14:11 +0200
36298              Message-ID: <20010712041411.A3467@pjcj.net>
36299              
36300              (With prototyping and multiplicity tweaks.)
36301      Branch: perl
36302            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
36303 ____________________________________________________________________________
36304 [ 11304] By: nick                                  on 2001/07/12  12:53:40
36305         Log: Integrate mainline
36306      Branch: perlio
36307           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
36308           !> regexec.c thread.h
36309 ____________________________________________________________________________
36310 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
36311         Log: Cut-and-pasto in #11298.
36312      Branch: perl
36313            ! ext/ByteLoader/bytecode.h
36314 ____________________________________________________________________________
36315 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
36316         Log: Update the AIX known problems section.
36317      Branch: perl
36318            ! pod/perl572delta.pod
36319 ____________________________________________________________________________
36320 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
36321         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
36322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36323              Date: Thu, 12 Jul 2001 12:16:16 +0200
36324              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
36325      Branch: perl
36326            ! hints/aix.sh
36327 ____________________________________________________________________________
36328 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
36329         Log: Integrate perlio.
36330      Branch: perl
36331           !> makedef.pl win32/win32.c
36332 ____________________________________________________________________________
36333 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
36334         Log: Subject: [PATCH] fix for PMOP threadness failures
36335              From: Artur Bergman <artur@contiller.se>
36336              Date: Thu, 12 Jul 2001 09:48:06 +0200
36337              Message-ID: <B77322D6.22DD%artur@contiller.se>
36338      Branch: perl
36339            ! regexec.c
36340 ____________________________________________________________________________
36341 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
36342         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
36343              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
36344              Date: Thu, 12 Jul 2001 09:09:48 +0200
36345              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
36346              
36347              More parentheses to keep bcc happy.
36348      Branch: perl
36349            ! ext/ByteLoader/bytecode.h
36350 ____________________________________________________________________________
36351 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
36352         Log: Subject: Re: [patch] pthread_atfork bandaid
36353              From: Doug MacEachern <dougm@covalent.net>
36354              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
36355              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
36356      Branch: perl
36357            ! thread.h
36358 ____________________________________________________________________________
36359 [ 11296] By: nick                                  on 2001/07/12  11:55:48
36360         Log: Exclude reentrant_buffer from .def file
36361      Branch: perlio
36362            ! makedef.pl
36363 ____________________________________________________________________________
36364 [ 11295] By: nick                                  on 2001/07/12  11:11:44
36365         Log: Honour void-ness of my_exit()
36366      Branch: perlio
36367            ! win32/win32.c
36368 ____________________________________________________________________________
36369 [ 11294] By: nick                                  on 2001/07/12  07:51:04
36370         Log: Integrate mainline
36371      Branch: perlio
36372           +> uts/sprintf_wrap.c
36373           !> (integrate 35 files)
36374 ____________________________________________________________________________
36375 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
36376         Log: Retract #11289.
36377      Branch: perl
36378            ! embed.h embed.pl perl.c proto.h thread.h
36379 ____________________________________________________________________________
36380 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
36381         Log: Now the :locale pseudolayer *almost* works...
36382      Branch: perl
36383            ! lib/open.pm
36384 ____________________________________________________________________________
36385 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
36386         Log: Locale encoding tweaks.
36387      Branch: perl
36388            ! lib/open.pm
36389 ____________________________________________________________________________
36390 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
36391         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
36392              From: Mark-Jason Dominus <mjd@plover.com>
36393              Date: Thu, 12 Jul 2001 00:59:31 -0400
36394              Message-ID: <20010712045931.8543.qmail@plover.com>
36395              
36396              Remove the chmod/umask leading zero warning.
36397      Branch: perl
36398            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
36399            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
36400 ____________________________________________________________________________
36401 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
36402         Log: (Retracted by #11289.)
36403      Branch: perl
36404            ! embed.h embed.pl perl.c proto.h thread.h
36405 ____________________________________________________________________________
36406 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
36407         Log: Needed by #11283.
36408      Branch: perl
36409            ! intrpvar.h
36410 ____________________________________________________________________________
36411 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
36412         Log: Metaconfig unit change for #11286.
36413      Branch: metaconfig/U/perl
36414            ! patchlevel.U
36415 ____________________________________________________________________________
36416 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
36417         Log: Subject: Re: [PATCH Configure] perl -V broken
36418              From: Andy Dougherty <doughera@lafayette.edu>
36419              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
36420              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
36421      Branch: perl
36422            ! Configure myconfig.SH
36423 ____________________________________________________________________________
36424 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
36425         Log: Retract #11166 (and #11237).
36426      Branch: perl
36427            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
36428            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
36429            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
36430 ____________________________________________________________________________
36431 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
36432         Log: UTS tweaks for Hal Morris.
36433      Branch: perl
36434            + uts/sprintf_wrap.c
36435            ! MANIFEST hints/uts.sh perl.h
36436 ____________________________________________________________________________
36437 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
36438         Log: Subject: [PATCH] Use reentrant API glibc
36439              From: Artur Bergman <artur@contiller.se>
36440              Date: Thu, 12 Jul 2001 00:58:21 +0200
36441              Message-ID: <B772A6AD.2288%artur@contiller.se>
36442      Branch: perl
36443            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
36444            ! sv.c
36445 ____________________________________________________________________________
36446 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
36447         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
36448              From: barries <barries@slaysys.com>
36449              Date: Wed, 11 Jul 2001 15:11:46 -0400
36450              Message-ID: <20010711151146.G24560@jester.slaysys.com>
36451      Branch: perl
36452            ! pp_sys.c t/lib/warnings/doio win32/win32.c
36453 ____________________________________________________________________________
36454 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
36455         Log: Subject: [patch] pthread_atfork bandaid
36456              From: Doug MacEachern <dougm@covalent.net>
36457              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
36458              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
36459      Branch: perl
36460            ! miniperlmain.c perl.c
36461 ____________________________________________________________________________
36462 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
36463         Log: Subject: [patch] perl_clone leaks
36464              From: Doug MacEachern <dougm@covalent.net>
36465              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
36466              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
36467      Branch: perl
36468            ! sv.c
36469 ____________________________________________________________________________
36470 [ 11279] By: nick                                  on 2001/07/11  15:49:38
36471         Log: Integrate mainline
36472      Branch: perlio
36473           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
36474           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
36475           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
36476           +> lib/Term/ANSIColor/README
36477           !> (integrate 54 files)
36478 ____________________________________________________________________________
36479 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
36480         Log: Update Changes.
36481      Branch: perl
36482            ! Changes patchlevel.h
36483 ____________________________________________________________________________
36484 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
36485         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
36486              From: Peter Prymmer <pvhp@forte.com>
36487              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
36488              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
36489              
36490              Backport of embed.pl to 5.003.
36491      Branch: perl
36492            ! embed.pl
36493 ____________________________________________________________________________
36494 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
36495         Log: Subject: Re: POSIX test #14 on UTS 
36496              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36497              Date: Wed, 11 Jul 2001 03:02:14 +0100
36498              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
36499      Branch: perl
36500            ! ext/POSIX/POSIX.t
36501 ____________________________________________________________________________
36502 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
36503         Log: Make the I32 an IV to preserve structure alignment and size.
36504      Branch: perl
36505            ! op.h
36506 ____________________________________________________________________________
36507 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
36508         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
36509              From: "Artur Bergman" <artur@contiller.se>
36510              Date: Wed, 11 Jul 2001 14:23:37 +0200
36511              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
36512              
36513              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
36514      Branch: perl
36515            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
36516            ! pod/perlapi.pod sv.c
36517 ____________________________________________________________________________
36518 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
36519         Log: Tweak until Pod::Parser gets updated.
36520      Branch: perl
36521            ! t/pod/special_seqs.xr
36522 ____________________________________________________________________________
36523 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
36524         Log: File::Spec usage tweak.
36525      Branch: perl
36526            ! lib/ExtUtils.t
36527 ____________________________________________________________________________
36528 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
36529         Log: Integrate #11263 from macperl; macos and macosx updates.
36530      Branch: perl
36531           !> pod/perlport.pod
36532 ____________________________________________________________________________
36533 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
36534         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
36535              From: Peter Prymmer <pvhp@forte.com>
36536              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
36537              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
36538      Branch: perl
36539            + ext/Time/HiRes/hints/dynixptx.pl
36540            ! MANIFEST hints/dynixptx.sh
36541 ____________________________________________________________________________
36542 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
36543         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
36544              From: Nicholas Clark <nick@ccl4.org>
36545              Date: Tue, 10 Jul 2001 23:17:43 +0100
36546              Message-ID: <20010710231742.B59620@plum.flirble.org>
36547      Branch: perl
36548            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
36549 ____________________________________________________________________________
36550 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
36551         Log: Subject: [DOC PATCH] Pluggable runops
36552              From: Paul Johnson <paul@pjcj.net>
36553              Date: Tue, 10 Jul 2001 21:53:28 +0200
36554              Message-ID: <20010710215328.B26577@pjcj.net>
36555      Branch: perl
36556            ! pod/perlguts.pod
36557 ____________________________________________________________________________
36558 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
36559         Log: Subject: [PATCH] Authors
36560              From: Artur Bergman <artur@contiller.se>
36561              Date: Tue, 10 Jul 2001 20:39:12 +0200
36562              Message-ID: <B771186F.21CD%artur@contiller.se>
36563      Branch: perl
36564            ! AUTHORS
36565 ____________________________________________________________________________
36566 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
36567         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
36568              From: Doug MacEachern <dougm@covalent.net>
36569              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
36570              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
36571      Branch: perl
36572            ! pp_ctl.c
36573 ____________________________________________________________________________
36574 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
36575         Log: Subject: doc patch; times() in scalar context
36576              From: mjd@plover.com
36577              Date: 10 Jul 2001 18:01:17 -0000
36578              Message-ID: <20010710180117.12477.qmail@plover.com>
36579      Branch: perl
36580            ! pod/perlfunc.pod
36581 ____________________________________________________________________________
36582 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
36583         Log: Subject: [PATCH] Small fix to pp_gmtime
36584              From: Artur Bergman <artur@contiller.se>
36585              Date: Tue, 10 Jul 2001 19:54:52 +0200
36586              Message-ID: <B7710E0B.21C5%artur@contiller.se>
36587      Branch: perl
36588            ! pp_sys.c
36589 ____________________________________________________________________________
36590 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
36591         Log: Integrate changes from mainline perl, add notes about
36592              Mac OS X and Mac OS.
36593      Branch: maint-5.6/macperl
36594            ! pod/perlport.pod
36595 ____________________________________________________________________________
36596 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
36597         Log: A proof of the dangers of package; ?
36598      Branch: perl
36599            ! t/lib/warnings/op
36600 ____________________________________________________________________________
36601 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
36602         Log: Regen toc and modlib.
36603      Branch: perl
36604            ! pod/perlmodlib.pod pod/perltoc.pod
36605 ____________________________________________________________________________
36606 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
36607         Log: Add compexcl(), casefold(), and casespec() interfaces;
36608              and make all interfaces to return hash references instead
36609              of hashes. 
36610      Branch: perl
36611            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36612 ____________________________________________________________________________
36613 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
36614         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
36615              From: "Philip Newton" <Philip.Newton@gmx.net>
36616              Date: Tue, 10 Jul 2001 09:55:59 +0200
36617              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
36618              
36619              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
36620              From: "Philip Newton" <Philip.Newton@gmx.net>
36621              Date: Tue, 10 Jul 2001 09:56:37 +0200
36622              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
36623      Branch: perl
36624            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36625            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
36626 ____________________________________________________________________________
36627 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
36628         Log: Subject: [patch] undef &xsub for 1,2
36629              From: Doug MacEachern <dougm@covalent.net>
36630              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
36631              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
36632              
36633              (This version of the patch with a comment from Gisle.)
36634      Branch: perl
36635            ! op.c
36636 ____________________________________________________________________________
36637 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
36638         Log: Mention package; deprecation and the Win32 problems.
36639      Branch: perl
36640            ! pod/perl572delta.pod
36641 ____________________________________________________________________________
36642 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
36643         Log: Subject: [PATCH] deprecate package with no arguments
36644              From: Robin Houston <robin@kitsite.com>
36645              Date: Tue, 10 Jul 2001 13:33:40 +0100
36646              Message-ID: <20010710133340.A13452@robin.kitsite.com>
36647      Branch: perl
36648            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
36649 ____________________________________________________________________________
36650 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
36651         Log: Upgrade to podlators 1.10.
36652      Branch: perl
36653            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
36654            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
36655            ! pod/pod2man.PL pod/pod2text.PL
36656 ____________________________________________________________________________
36657 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
36658         Log: Upgrade to Term::ANSIColor 1.04.
36659      Branch: perl
36660            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
36661            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
36662 ____________________________________________________________________________
36663 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
36664         Log: Integrate perlio (the right fix for the ":layer(args)")
36665      Branch: perl
36666           !> perlio.c
36667 ____________________________________________________________________________
36668 [ 11252] By: nick                                  on 2001/07/10  06:58:14
36669         Log: Fix open(...,"...:layer(xxx)",...)
36670              - use memEQ not strEQ as there is '(' not '\0'
36671      Branch: perlio
36672            ! perlio.c
36673 ____________________________________________________________________________
36674 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
36675         Log: Telling the number of tests helps.
36676      Branch: perl
36677            ! ext/PerlIO/t/encoding.t
36678 ____________________________________________________________________________
36679 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
36680         Log: Require I18N::Langinfo, not use.
36681      Branch: perl
36682            ! lib/open.pm
36683 ____________________________________________________________________________
36684 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
36685         Log: Add a test for for PerlIO ":encoding(...)" layer.
36686      Branch: perl
36687            + ext/PerlIO/t/encoding.t
36688            ! MANIFEST ext/Encode/Encode.pm
36689 ____________________________________________________________________________
36690 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
36691         Log: PerlIO ":encoding(foobar)" temporary fix.
36692              Not really correct, I think, since the change means
36693              that prefixes match.
36694      Branch: perl
36695            ! perlio.c
36696 ____________________________________________________________________________
36697 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
36698         Log: Update to Math::BigInt 1.36.  The biggest news is
36699              the separation of the backend; now the pure Perl
36700              implementation is in Math::BigInt::Calc, but one
36701              can plugin, say, Math::BigInt::BitVect, and get
36702              considerable speedup.
36703      Branch: perl
36704            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
36705            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
36706            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
36707            ! lib/Math/BigInt/t/mbimbf.t
36708 ____________________________________________________________________________
36709 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
36710         Log: Subject: Re: compatibility question
36711              From: Peter Prymmer <pvhp@forte.com>
36712              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
36713              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
36714      Branch: perl
36715            ! lib/ExtUtils/MM_VMS.pm
36716 ____________________________________________________________________________
36717 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
36718         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
36719              From: Norton Allen <allen@huarp.harvard.edu>
36720              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
36721              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
36722      Branch: perl
36723            ! ext/File/Glob/t/basic.t
36724 ____________________________________________________________________________
36725 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
36726         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
36727              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36728              Date: Tue, 10 Jul 2001 00:29:55 +0900
36729              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
36730      Branch: perl
36731            + ext/Encode/Encode/HZ.enc
36732            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
36733            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
36734            ! ext/Encode/Encode/iso2022-jp.enc
36735            ! ext/Encode/Encode/iso2022-kr.enc
36736 ____________________________________________________________________________
36737 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
36738         Log: Add in all them there macos/ files.
36739      Branch: maint-5.6/macperl
36740            + (add 577 files)
36741 ____________________________________________________________________________
36742 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
36743         Log: Add the new modules to the list of having those own tests.
36744      Branch: perl
36745            ! t/lib/1_compile.t
36746 ____________________________________________________________________________
36747 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
36748         Log: Add INOUT to control both ways at the same time.
36749      Branch: perl
36750            ! lib/open.pm
36751 ____________________________________________________________________________
36752 [ 11240] By: nick                                  on 2001/07/09  16:33:50
36753         Log: Integrate mainline
36754      Branch: perlio
36755           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
36756           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
36757           !> (integrate 41 files)
36758 ____________________________________________________________________________
36759 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
36760         Log: More encoding mapping magic.
36761      Branch: perl
36762            ! lib/open.pm
36763 ____________________________________________________________________________
36764 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
36765         Log: Update Changes.
36766      Branch: perl
36767            ! Changes patchlevel.h
36768 ____________________________________________________________________________
36769 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
36770         Log: (Retracted by #11285).
36771              
36772              Subject: [PATCH] OPpCONST_OCTAL fixes
36773              From: Abhijit Menon-Sen <ams@wiw.org>
36774              Date: Mon, 9 Jul 2001 07:38:45 +0530
36775              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
36776      Branch: perl
36777            ! op.c
36778 ____________________________________________________________________________
36779 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
36780         Log: Add a pseudolayer ":locale" to the open pragma which
36781              will get the encoding from the locale.  Yet undocumented
36782              because I can't get the PerlIO :encoding(foobar) to work.
36783      Branch: perl
36784            ! ext/Encode/Encode.pm lib/open.pm
36785 ____________________________________________________________________________
36786 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
36787         Log: Add more encoding mappings.
36788      Branch: perl
36789            ! ext/Encode/Encode.pm
36790 ____________________________________________________________________________
36791 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
36792         Log: Document that using :encoding layer requires using Encode.
36793      Branch: perl
36794            ! ext/Encode/Encode.pm lib/PerlIO.pm
36795 ____________________________________________________________________________
36796 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
36797         Log: Netware tweak from Ananth Kesari.
36798      Branch: perl
36799            ! NetWare/netware.h
36800 ____________________________________________________________________________
36801 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
36802         Log: t/harness doesn't know about run/*.t
36803      Branch: perl
36804            ! t/harness
36805 ____________________________________________________________________________
36806 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
36807         Log: run/exit.t busted on windows
36808      Branch: perl
36809            ! t/run/exit.t
36810 ____________________________________________________________________________
36811 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
36812         Log: fix a couple of UCD.t tests that fail due to bad case
36813      Branch: perl
36814            ! lib/Unicode/UCD.t
36815 ____________________________________________________________________________
36816 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
36817         Log: test skip logic was broken
36818      Branch: perl
36819            ! ext/I18N/Langinfo/Langinfo.t
36820 ____________________________________________________________________________
36821 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
36822         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
36823              failure of ExtUtils.t#27 when built in debug mode)
36824      Branch: perl
36825            ! lib/ExtUtils/MM_Win32.pm
36826 ____________________________________________________________________________
36827 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
36828         Log: I18N::Langinfo is not available on windows
36829      Branch: perl
36830            ! win32/FindExt.pm
36831 ____________________________________________________________________________
36832 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
36833         Log: save a dTHX
36834      Branch: perl
36835            ! ext/POSIX/POSIX.xs
36836 ____________________________________________________________________________
36837 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
36838         Log: Update Changes.
36839      Branch: perl
36840            ! Changes patchlevel.h
36841 ____________________________________________________________________________
36842 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
36843         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
36844              as pointed out by Sarathy.
36845      Branch: perl
36846            ! ext/I18N/Langinfo/Langinfo.xs
36847 ____________________________________________________________________________
36848 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
36849         Log: Retract #11212.
36850      Branch: perl
36851            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
36852 ____________________________________________________________________________
36853 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
36854         Log: Bump up the VERSION of Cwd.xs.
36855      Branch: perl
36856            ! ext/Cwd/Makefile.PL
36857 ____________________________________________________________________________
36858 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
36859         Log: Retract #11220, the problem wasn't the missing leading zero.
36860              Here's the problem:
36861              $ ./perl -we 'chmod(oct("755"), ".")'
36862              Non-octal literal mode (493) specified at -e line 1.
36863              (Did you mean 0493 instead?)
36864      Branch: perl
36865            ! lib/ExtUtils/MM_Unix.pm
36866 ____________________________________________________________________________
36867 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
36868         Log: (Retracted by #11221)
36869              Change the PERM_RW and PERM_RWX to 0644 and 0755
36870              (add the leading zero).
36871      Branch: perl
36872            ! lib/ExtUtils/MM_Unix.pm
36873 ____________________________________________________________________________
36874 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
36875         Log: Integrate changes #11193, 11205, 11209 from macperl.
36876              
36877              Fix up AutoLoader to fudge for Mac paths in import().
36878              
36879              Allow symbols in try_symbol() to begin with "_".
36880              
36881              Small portability fix for Mac OS.
36882      Branch: perl
36883           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
36884 ____________________________________________________________________________
36885 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
36886         Log: Metaconfig unit change for #11217.
36887      Branch: metaconfig/U/perl
36888            ! Extensions.U
36889 ____________________________________________________________________________
36890 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
36891         Log: Detypo, problem noticed by Gerrit P. Haase.
36892      Branch: perl
36893            ! Configure config_h.SH
36894 ____________________________________________________________________________
36895 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
36896         Log: Cwd cleanups.
36897      Branch: perl
36898            ! ext/Cwd/Cwd.xs
36899 ____________________________________________________________________________
36900 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
36901         Log: Slight tweaks on #11213.
36902      Branch: perl
36903            ! toke.c
36904 ____________________________________________________________________________
36905 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
36906         Log: A missing dTHX noticed by Gerrit P. Haase.
36907      Branch: perl
36908            ! ext/POSIX/POSIX.xs
36909 ____________________________________________________________________________
36910 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
36911         Log: Subject: [PATCH toke.c] Simplify yytoke()
36912              From: Simon Cozens <simon@netthink.co.uk>
36913              Date: Sun, 8 Jul 2001 13:24:34 +0100
36914              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
36915              
36916              Split out pending_ident().
36917      Branch: perl
36918            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
36919 ____________________________________________________________________________
36920 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
36921         Log: (Retracted by #11223.)
36922              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
36923              Date: Wed, 05 Nov 1997 17:22:34 -0600
36924              From: Graham Barr <gbarr@ti.com>
36925              Message-Id: <3460FFBA.6DA51F46@ti.com>
36926      Branch: perl
36927            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
36928 ____________________________________________________________________________
36929 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
36930         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
36931      Branch: perl
36932            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
36933            ! pod/perllocale.pod
36934 ____________________________________________________________________________
36935 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
36936         Log: Really do the test under the C locale.
36937      Branch: perl
36938            ! ext/I18N/Langinfo/Langinfo.t
36939 ____________________________________________________________________________
36940 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
36941         Log: Small portability fix for Mac OS.
36942      Branch: maint-5.6/macperl
36943            ! lib/Cwd.pm
36944 ____________________________________________________________________________
36945 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
36946         Log: Metaconfig unit change for #11207.
36947      Branch: metaconfig/U/perl
36948            ! Extensions.U
36949 ____________________________________________________________________________
36950 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
36951         Log: Add I18N::Langinfo, which is basically a wrapper around
36952              nl_langinfo(), which is an additional way to query locale
36953              specific information.
36954      Branch: perl
36955            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
36956            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
36957            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
36958 ____________________________________________________________________________
36959 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
36960         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
36961              used in File::Find tests; replace with if.t.
36962      Branch: maint-5.6/macperl
36963            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
36964            ! t/pragma/warn/op
36965 ____________________________________________________________________________
36966 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
36967         Log: Allow symbols in try_symbol() to begin with "_".
36968      Branch: maint-5.6/macperl
36969            ! makedef.pl
36970 ____________________________________________________________________________
36971 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
36972         Log: Sync up the File::Find changes from the rewrite by
36973              Thomas Wegner, et al.
36974      Branch: maint-5.6/macperl
36975            + t/lib/filefind-taint.t
36976            ! lib/File/Find.pm t/lib/filefind.t
36977 ____________________________________________________________________________
36978 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
36979         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
36980              From: Thomas Wegner <wegner_thomas@yahoo.com>
36981              Date: Thu, 5 Jul 2001 20:31:25 +0200
36982              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
36983      Branch: maint-5.6/macperl
36984            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
36985 ____________________________________________________________________________
36986 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
36987         Log: Some more test portability fixes.
36988      Branch: maint-5.6/macperl
36989            ! t/lib/filecopy.t t/pragma/warn/pp_sys
36990 ____________________________________________________________________________
36991 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
36992         Log: The #11200 removed wrong (non-existent) target.  Duh.
36993      Branch: perl
36994            ! Makefile.SH
36995 ____________________________________________________________________________
36996 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
36997         Log: Zap the lib/re.pm before creating it.
36998      Branch: perl
36999            ! Makefile.SH
37000 ____________________________________________________________________________
37001 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
37002         Log: Another test.  Please ignore.
37003      Branch: maint-5.6/macperl
37004            ! README.macos
37005 ____________________________________________________________________________
37006 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
37007         Log: Portability fixes for a lot of tests, especially IO-related
37008              tests, and warnings, and the harness script.
37009      Branch: maint-5.6/macperl
37010            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
37011            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
37012            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
37013            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
37014            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
37015            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
37016            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
37017            ! t/pragma/warnings.t
37018 ____________________________________________________________________________
37019 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
37020         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
37021              From: Nicholas Clark <nick@ccl4.org>
37022              Date: Sat, 7 Jul 2001 21:00:17 +0100
37023              Message-ID: <20010707210017.H59620@plum.flirble.org>
37024      Branch: perl
37025            ! lib/h2xs.t
37026 ____________________________________________________________________________
37027 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
37028         Log: The UNICOS/mk SysV IPC problem has been fixed.
37029      Branch: perl
37030            ! pod/perl572delta.pod
37031 ____________________________________________________________________________
37032 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
37033         Log: Slight update tweaks on perlunicode.pod.
37034      Branch: perl
37035            ! pod/perlunicode.pod
37036 ____________________________________________________________________________
37037 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
37038         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
37039              From: Mark-Jason Dominus <mjd@plover.com>
37040              Date: Sat, 07 Jul 2001 13:04:04 -0400
37041              Message-ID: <20010707170404.32694.qmail@plover.com>
37042      Branch: perl
37043            ! ext/DB_File/DB_File.pm
37044 ____________________________________________________________________________
37045 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
37046         Log: Fix up AutoLoader to fudge for Mac paths in import().
37047      Branch: maint-5.6/macperl
37048            ! lib/AutoLoader.pm
37049 ____________________________________________________________________________
37050 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
37051         Log: Try to force the lib/re.pm to be there before entering
37052              the extensions builds, should help for parallel makes.
37053      Branch: perl
37054            ! Makefile.SH
37055 ____________________________________________________________________________
37056 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
37057         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
37058              From: Norton Allen <allen@huarp.harvard.edu>
37059              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
37060              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
37061      Branch: perl
37062            ! ext/POSIX/POSIX.xs
37063 ____________________________________________________________________________
37064 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
37065         Log: Subject: [PATCH] Re: op/arith.t
37066              From: Nicholas Clark <nick@ccl4.org>
37067              Date: Sat, 7 Jul 2001 13:04:54 +0100
37068              Message-ID: <20010707130454.D59620@plum.flirble.org>
37069      Branch: perl
37070            ! numeric.c toke.c
37071 ____________________________________________________________________________
37072 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
37073         Log: Subject: [PATCH] h2xs
37074              From: Nicholas Clark <nick@ccl4.org>
37075              Date: Fri, 6 Jul 2001 23:25:14 +0100
37076              Message-ID: <20010706232514.X59620@plum.flirble.org>
37077      Branch: perl
37078            ! utils/h2xs.PL
37079 ____________________________________________________________________________
37080 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
37081         Log: Subject: Re: bleedperl perl_alloc..free leakage
37082              From: Radu Greab <radu@netsoft.ro>
37083              Date: Fri, 6 Jul 2001 19:48:54 +0300
37084              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
37085              
37086              Leak-be-gone.
37087      Branch: perl
37088            ! op.c
37089 ____________________________________________________________________________
37090 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
37091         Log: Test again.  Please ignore.
37092      Branch: maint-5.6/macperl
37093            ! README.macos
37094 ____________________________________________________________________________
37095 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
37096         Log: Test.  Please ignore.
37097      Branch: maint-5.6/macperl
37098            ! README.macos
37099 ____________________________________________________________________________
37100 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
37101         Log: Include changes already sent in separately as patches,
37102              before branch was created.
37103      Branch: maint-5.6/macperl
37104            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
37105            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
37106            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
37107            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
37108            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
37109            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
37110            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
37111            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
37112            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
37113            ! t/pragma/strict.t
37114 ____________________________________________________________________________
37115 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
37116         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
37117              From: Norton Allen <allen@huarp.harvard.edu>
37118              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
37119              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
37120      Branch: perl
37121            ! utf8.h
37122 ____________________________________________________________________________
37123 [ 11183] By: nick                                  on 2001/07/06  16:27:40
37124         Log: Integrate mainline
37125      Branch: perlio
37126           +> (branch 42 files)
37127            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
37128            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
37129            - win32/bin/mdelete.bat
37130           !> (integrate 215 files)
37131 ____________________________________________________________________________
37132 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
37133         Log: The #11166 needed also these updated.
37134      Branch: perl
37135            ! lib/warnings.pm warnings.h
37136 ____________________________________________________________________________
37137 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
37138         Log: Update Changes.
37139      Branch: perl
37140            ! Changes patchlevel.h
37141 ____________________________________________________________________________
37142 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
37143         Log: Regen toc.
37144      Branch: perl
37145            ! pod/perltoc.pod
37146 ____________________________________________________________________________
37147 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
37148         Log: Nit from Abhijit.
37149      Branch: perl
37150            ! lib/CPAN.pm
37151 ____________________________________________________________________________
37152 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
37153         Log: Retract #11172.
37154      Branch: perl
37155            ! t/op/method.t
37156 ____________________________________________________________________________
37157 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
37158         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
37159              From: Norton Allen <allen@huarp.harvard.edu>
37160              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
37161              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
37162      Branch: perl
37163            ! lib/Cwd.pm
37164 ____________________________________________________________________________
37165 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
37166         Log: (Accidentally empty check-in.)
37167      Branch: perl
37168            ! utf8.h
37169 ____________________________________________________________________________
37170 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
37171         Log: Retract #11165 since Sarathy pointed out it'll not
37172              work properly under threads, the problem should be
37173              solved using "the savestack, either via SSNEW() or
37174              using a newSVpv()+SAVEFREESV() combo."
37175      Branch: perl
37176            ! ext/POSIX/POSIX.xs
37177 ____________________________________________________________________________
37178 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
37179         Log: Retract #11125 since NI-S pointed out it'll not work in
37180              cases where the extension has their own handcrafted INC
37181              et alia.
37182      Branch: perl
37183            ! lib/ExtUtils/MM_Unix.pm
37184 ____________________________________________________________________________
37185 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
37186         Log: Subject: RE: [PATCH] -I and MakeMaker again
37187              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
37188              Date: Fri, 6 Jul 2001 09:18:29 +0200
37189              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
37190      Branch: perl
37191            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
37192            ! lib/ExtUtils/MM_Win32.pm
37193 ____________________________________________________________________________
37194 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
37195         Log: (Retracted by #11178)
37196              Subject: [PATCH t/op/method.t] SUPER:: strangeness
37197              From: Piers Cawley <pdcawley@iterative-software.com>
37198              Date: 06 Jul 2001 10:49:01 +0100
37199              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
37200      Branch: perl
37201            ! t/op/method.t
37202 ____________________________________________________________________________
37203 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
37204         Log: VOS README update from Paul Green.
37205      Branch: perl
37206            ! README.vos
37207 ____________________________________________________________________________
37208 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
37209         Log: Subject: [PATCH README.qnx hints/qnx.sh]
37210              From: Norton Allen <allen@huarp.harvard.edu>
37211              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
37212              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
37213      Branch: perl
37214            ! README.qnx hints/qnx.sh
37215 ____________________________________________________________________________
37216 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
37217         Log: Subject: [PATCH] Doc patch for Tie::Hash
37218              From: Artur Bergman <artur@contiller.se>
37219              Date: Thu, 05 Jul 2001 22:51:18 +0200
37220              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
37221      Branch: perl
37222            ! lib/Tie/Hash.pm
37223 ____________________________________________________________________________
37224 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
37225         Log: Subject: [PATCH] perlfaq4.pod
37226              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
37227              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
37228              Date: Thu, 5 Jul 2001 18:44:10 +0100 
37229      Branch: perl
37230            ! pod/perlfaq4.pod
37231 ____________________________________________________________________________
37232 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
37233         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
37234              From: Robin Houston <robin@kitsite.com>
37235              Date: Thu, 5 Jul 2001 18:33:21 +0100
37236              Message-ID: <20010705183321.A27345@robin.kitsite.com>
37237      Branch: perl
37238            ! ext/B/B/Deparse.pm
37239 ____________________________________________________________________________
37240 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
37241         Log: (Retracted by #11285.)
37242              
37243              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
37244              From: Abhijit Menon-Sen <ams@wiw.org>
37245              Date: Fri, 6 Jul 2001 01:26:32 +0530
37246              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
37247      Branch: perl
37248            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
37249            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
37250            ! warnings.pl
37251 ____________________________________________________________________________
37252 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
37253         Log: (Retracted by #11175)
37254              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
37255              From: Norton Allen <allen@huarp.harvard.edu>
37256              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
37257              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
37258      Branch: perl
37259            ! ext/POSIX/POSIX.xs
37260 ____________________________________________________________________________
37261 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
37262         Log: Unterminated C< (noticed by Richard Hatch), and few other
37263              small Unicode doc tweaks.
37264      Branch: perl
37265            ! pod/perlretut.pod
37266 ____________________________________________________________________________
37267 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
37268         Log: More flexible argument understanding; add charblocks() and
37269              charscripts(); make charblock() and charscript() two-way;
37270              add charinrange(); separate the $Unicode::UCD::VERSION and
37271              the version of the Unicode by adding UnicodeVersion().
37272      Branch: perl
37273            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
37274 ____________________________________________________________________________
37275 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
37276         Log: Update Unicode::UCD on \p{In...}.
37277      Branch: perl
37278            ! lib/Unicode/UCD.pm
37279 ____________________________________________________________________________
37280 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
37281         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
37282              From: Norton Allen <allen@huarp.harvard.edu>
37283              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
37284              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
37285      Branch: perl
37286            ! lib/ExtUtils/MM_Unix.pm
37287 ____________________________________________________________________________
37288 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
37289         Log: POSIX-BC tweaks from Thomas Dorner.
37290      Branch: perl
37291            ! hints/posix-bc.sh perlio.h
37292 ____________________________________________________________________________
37293 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
37294         Log: Module updates for the delta.
37295      Branch: perl
37296            ! pod/perl572delta.pod
37297 ____________________________________________________________________________
37298 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
37299         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
37300              From: Norton Allen <allen@huarp.harvard.edu>
37301              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
37302              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
37303      Branch: perl
37304            ! ext/IO/lib/IO/t/io_sock.t
37305 ____________________________________________________________________________
37306 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
37307         Log: Subject: [PATCH perldiag.pod] Quick fixes
37308              From: Simon Cozens <simon@netthink.co.uk>
37309              Date: Wed, 4 Jul 2001 20:22:12 +0100
37310              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
37311      Branch: perl
37312            ! pod/perldiag.pod
37313 ____________________________________________________________________________
37314 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
37315         Log: (retracted by #13533)
37316              
37317              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
37318              From: Radu Greab <radu@netsoft.ro>
37319              Date: Wed, 4 Jul 2001 22:13:31 +0300
37320              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
37321      Branch: perl
37322            ! op.c sv.c t/op/pos.t
37323 ____________________________________________________________________________
37324 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
37325         Log: Subject: [PATCH] -I and MakeMaker again
37326              From: Michael G Schwern <schwern@pobox.com>
37327              Date: Wed, 4 Jul 2001 15:03:07 -0400
37328              Message-ID: <20010704150307.I20340@blackrider>
37329              
37330              (and retract #11145)
37331      Branch: perl
37332            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
37333            ! lib/ExtUtils/MakeMaker.pm
37334 ____________________________________________________________________________
37335 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
37336         Log: Subject: Re: PERFORCE change 11142 for review
37337              From: "Philip Newton" <Philip.Newton@gmx.net>
37338              Date: Wed, 4 Jul 2001 20:46:26 +0200
37339              Message-Id: <200107041841.VAA25380@taas.iki.fi>
37340      Branch: perl
37341            ! lib/ExtUtils/MakeMaker.pm
37342 ____________________________________________________________________________
37343 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
37344         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
37345              From: Jonathan Stowe <gellyfish@gellyfish.com>
37346              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
37347              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
37348      Branch: perl
37349            ! utils/pl2pm.PL
37350 ____________________________________________________________________________
37351 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
37352         Log: fix the binary compatibility issue when building with/without
37353              usemymalloc by exporting Perl_malloc() et al as simple wrappers
37354              around the system functions (this allows most extensions built
37355              using one mode to coexist with perls built in the other mode)
37356              
37357              XXX the Perl_mfree() wrapper might need to do return(free()) on
37358              platforms where Free_t isn't "void"
37359      Branch: perl
37360            ! embed.h embed.pl makedef.pl proto.h util.c
37361 ____________________________________________________________________________
37362 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
37363         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
37364              since it doesn't ensure threads other than the one calling fork()
37365              aren't holding any locks; the fix is to use pthread_atfork() to
37366              hold global locks
37367              
37368              building perl with -Dusemymalloc exacerbates the problem since
37369              Perl_malloc() holds a mutex, and perl's exec() calls New()
37370              
37371              XXX the code in win32thread.h may be needed on platforms that have
37372              no pthread_atfork()
37373      Branch: perl
37374            ! perl.c thread.h win32/win32thread.h
37375 ____________________________________________________________________________
37376 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
37377         Log: Integrate #11009 from maintperl.
37378      Branch: maint-5.6/macperl
37379           !> lib/ExtUtils/Manifest.pm
37380 ____________________________________________________________________________
37381 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
37382         Log: Flexing my Perforce muscles.
37383      Branch: maint-5.6/macperl
37384            ! README.macos
37385 ____________________________________________________________________________
37386 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
37387         Log: Update Changes.
37388      Branch: perl
37389            ! Changes patchlevel.h
37390 ____________________________________________________________________________
37391 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
37392         Log: Metaconfig unit change for #11146.
37393      Branch: metaconfig/U/perl
37394            ! d_fcntl_can_lock.U
37395 ____________________________________________________________________________
37396 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
37397         Log: Somehow the #ifdefs of the added code (in #11093) made
37398              HP-UX to fail the fcntl locking test, without the ifdefs
37399              the test seems to be working again.  Reason unknown:
37400              HP-UX cc doesn't complain either way.
37401      Branch: perl
37402            ! Configure
37403 ____________________________________________________________________________
37404 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
37405         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
37406      Branch: perl
37407            ! lib/ExtUtils/MM_Unix.pm
37408 ____________________________________________________________________________
37409 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
37410         Log: gcc -Wall nit.
37411      Branch: perl
37412            ! pp_hot.c
37413 ____________________________________________________________________________
37414 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
37415         Log: When removing tests updating the test count is a good idea, too.
37416      Branch: perl
37417            ! lib/Net/t/require.t
37418 ____________________________________________________________________________
37419 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
37420         Log: Document #11134 and add the new symbols to the list of
37421              of MakeMaker known ones.
37422      Branch: perl
37423            ! lib/ExtUtils/MakeMaker.pm
37424 ____________________________________________________________________________
37425 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
37426         Log: Microperl update.
37427      Branch: perl
37428            ! uconfig.h
37429 ____________________________________________________________________________
37430 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
37431         Log: Update the libnet tests as per #11138.
37432      Branch: perl
37433            - lib/Net/t/ph.t
37434            ! MANIFEST lib/Net/t/require.t
37435 ____________________________________________________________________________
37436 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
37437         Log: Regen toc and modlib.
37438      Branch: perl
37439            ! pod/perlmodlib.pod pod/perltoc.pod
37440 ____________________________________________________________________________
37441 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
37442         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
37443              Graham's request.
37444      Branch: perl
37445            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
37446            ! MANIFEST
37447 ____________________________________________________________________________
37448 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
37449         Log: Add the OS/390 harness results to the delta.
37450      Branch: perl
37451            ! pod/perl572delta.pod
37452 ____________________________________________________________________________
37453 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
37454         Log: Avoid the two study tests in OS/390 until the bug has been solved.
37455      Branch: perl
37456            ! t/op/study.t
37457 ____________________________________________________________________________
37458 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
37459         Log: DOS/DJGPP tweaks from Laszlo Molnar.
37460      Branch: perl
37461            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
37462 ____________________________________________________________________________
37463 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
37464         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
37465              From: Michael G Schwern <schwern@pobox.com>
37466              Date: Wed, 4 Jul 2001 00:01:16 -0400
37467              Message-ID: <20010704000116.C591@blackrider>
37468      Branch: perl
37469            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
37470 ____________________________________________________________________________
37471 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
37472         Log: The #11132 missed singleton characters (not part
37473              of a unilo..unihi range) in Unicode scripts.
37474      Branch: perl
37475            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
37476            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
37477            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
37478            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
37479            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
37480            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
37481            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
37482            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
37483            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
37484            ! lib/unicode/mktables.PL t/op/pat.t
37485 ____________________________________________________________________________
37486 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
37487         Log: Support preferentially the Unicode 'scripts' definition
37488              in the \p{In...} notation since according to Unicode the
37489              scripts concept is more natural for matching than using
37490              the somewhat artificial block names.  The block names are
37491              still available, though, and if there's a name conflict,
37492              the scripts one wins and the blocks one has to do with
37493              'Block' appended to its name.  For more information see
37494              
37495              http://www.unicode.org/unicode/reports/tr24/
37496      Branch: perl
37497            + lib/unicode/In/100.pl lib/unicode/In/101.pl
37498            + lib/unicode/In/102.pl lib/unicode/In/103.pl
37499            + lib/unicode/In/104.pl lib/unicode/In/105.pl
37500            + lib/unicode/In/106.pl lib/unicode/In/107.pl
37501            + lib/unicode/In/108.pl lib/unicode/In/109.pl
37502            + lib/unicode/In/110.pl lib/unicode/In/111.pl
37503            + lib/unicode/In/112.pl lib/unicode/In/113.pl
37504            + lib/unicode/In/114.pl lib/unicode/In/115.pl
37505            + lib/unicode/In/116.pl lib/unicode/In/117.pl
37506            + lib/unicode/In/118.pl lib/unicode/In/119.pl
37507            + lib/unicode/In/120.pl lib/unicode/In/121.pl
37508            + lib/unicode/In/122.pl lib/unicode/In/123.pl
37509            + lib/unicode/In/124.pl lib/unicode/In/125.pl
37510            + lib/unicode/In/126.pl lib/unicode/In/127.pl
37511            + lib/unicode/In/128.pl lib/unicode/In/129.pl
37512            + lib/unicode/In/130.pl lib/unicode/In/131.pl
37513            + lib/unicode/In/132.pl lib/unicode/In/133.pl
37514            + lib/unicode/In/134.pl lib/unicode/In/135.pl
37515            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
37516            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
37517            ! (edit 106 files)
37518 ____________________________________________________________________________
37519 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
37520         Log: Better document the difference between a block and a script.
37521      Branch: perl
37522            ! lib/Unicode/UCD.pm
37523 ____________________________________________________________________________
37524 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
37525         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
37526              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37527              Date: Tue, 3 Jul 2001 15:04:23 -0500
37528              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
37529      Branch: perl
37530            ! lib/CPAN.pm
37531 ____________________________________________________________________________
37532 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
37533         Log: Add tests for charscript().
37534      Branch: perl
37535            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
37536 ____________________________________________________________________________
37537 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
37538         Log: Add charscript() to get the UTR#24 script names of characters.
37539      Branch: perl
37540            ! lib/Unicode/UCD.pm
37541 ____________________________________________________________________________
37542 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
37543         Log: Todo updates.
37544      Branch: perl
37545            ! pod/perltodo.pod
37546 ____________________________________________________________________________
37547 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
37548         Log: Unicode::UCD updates.
37549      Branch: perl
37550            ! lib/Unicode/UCD.pm
37551 ____________________________________________________________________________
37552 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
37553         Log: (Retracted by #11174)
37554              Subject: MakeMaker should pass through DEFINE and INC to subdirs
37555              From: Alan Burlison <Alan.Burlison@sun.com>
37556              Date: Tue, 03 Jul 2001 15:20:13 +0100
37557              Message-ID: <3B41D49D.A923D4F9@sun.com>
37558      Branch: perl
37559            ! lib/ExtUtils/MM_Unix.pm
37560 ____________________________________________________________________________
37561 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
37562         Log: Subject: Patch needed for UTS
37563              From: hom00@utsglobal.com (Hal Morris)
37564              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
37565              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
37566              
37567              Replace #11113 with a better version.
37568      Branch: perl
37569            ! perl.h
37570 ____________________________________________________________________________
37571 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
37572         Log: Subject: Re: POINTERRIGOR
37573              From: Andy Dougherty <doughera@lafayette.edu>
37574              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
37575              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
37576      Branch: perl
37577            ! util.c
37578 ____________________________________________________________________________
37579 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
37580         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
37581              From: "Philip Newton" <pnewton@gmx.de>
37582              Date: Tue, 3 Jul 2001 17:03:34 +0200
37583              Message-ID: <3B41FAE6.29564.660E117@localhost>
37584      Branch: perl
37585            ! pp_hot.c
37586 ____________________________________________________________________________
37587 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
37588         Log: Typos.
37589      Branch: perl
37590            ! INSTALL
37591 ____________________________________________________________________________
37592 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
37593         Log: Subject: [PATCH 5.6.1] debugger fixes
37594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37595              Date: Tue, 3 Jul 2001 03:38:18 -0400
37596              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
37597              
37598              The $^S is working again.
37599      Branch: perl
37600            ! lib/perl5db.pl
37601 ____________________________________________________________________________
37602 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
37603         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
37604              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37605              Date: Tue, 3 Jul 2001 03:34:06 -0400
37606              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
37607      Branch: perl
37608            ! os2/OS2/Process/Process.pm
37609 ____________________________________________________________________________
37610 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
37611         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
37612              From: "Philip Newton" <Philip.Newton@gmx.net>
37613              Date: Tue, 3 Jul 2001 09:11:27 +0200
37614              Message-Id: <200107030706.KAA04596@taas.iki.fi>
37615      Branch: perl
37616            ! lib/FindBin.pm
37617 ____________________________________________________________________________
37618 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
37619         Log: Delta delta.
37620      Branch: perl
37621            ! pod/perl572delta.pod
37622 ____________________________________________________________________________
37623 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
37624         Log: Metaconfig unit change for 11115.
37625      Branch: metaconfig
37626            ! U/modified/libc.U
37627 ____________________________________________________________________________
37628 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
37629         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
37630              (from Richard Hatch) (this was the cause of pipes() and
37631              times() mysteriously not being found)
37632      Branch: perl
37633            ! Configure
37634 ____________________________________________________________________________
37635 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
37636         Log: Retract #10142, the real culprit found by Richard Hatch,
37637              coming soon to Configure near you.
37638      Branch: perl
37639            ! hints/aix.sh
37640 ____________________________________________________________________________
37641 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
37642         Log: (Replaced by #11124) UTS workaround from Hal Morris.
37643      Branch: perl
37644            ! perl.h
37645 ____________________________________________________________________________
37646 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
37647         Log: Subject: [PATCH] grok not grocking correctly
37648              From: Nicholas Clark <nick@ccl4.org>
37649              Date: Tue, 3 Jul 2001 00:19:08 +0100
37650              Message-ID: <20010703001908.H59620@plum.flirble.org>
37651      Branch: perl
37652            ! numeric.c
37653 ____________________________________________________________________________
37654 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
37655         Log: Subject: [PATCH Deparse.t] test just-posted patches
37656              From: Robin Houston <robin@kitsite.com>
37657              Date: Mon, 2 Jul 2001 23:46:15 +0100
37658              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
37659      Branch: perl
37660            ! ext/B/Deparse.t
37661 ____________________________________________________________________________
37662 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
37663         Log: Subject: [PATCH toke.c] autosplit into @F
37664              From: Robin Houston <robin@kitsite.com>
37665              Date: Mon, 2 Jul 2001 23:18:20 +0100
37666              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
37667      Branch: perl
37668            ! perl.c toke.c
37669 ____________________________________________________________________________
37670 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
37671         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
37672              From: Robin Houston <robin@kitsite.com>
37673              Date: Mon, 2 Jul 2001 23:00:48 +0100
37674              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
37675      Branch: perl
37676            ! ext/B/B/Deparse.pm
37677 ____________________________________________________________________________
37678 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
37679         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
37680              From: "Philip Newton" <Philip.Newton@gmx.net>
37681              Date: Mon, 2 Jul 2001 22:06:22 +0200
37682              (no Message-Id)
37683      Branch: perl
37684            ! ext/NDBM_File/hints/linux.pl
37685 ____________________________________________________________________________
37686 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
37687         Log: Subject: Re: Fixed pack problem - sort of
37688              From: Nicholas Clark <nick@ccl4.org>
37689              Date: Mon, 2 Jul 2001 20:59:20 +0100
37690              Message-ID: <20010702205919.F59620@plum.flirble.org>
37691      Branch: perl
37692            ! pp_pack.c t/op/pack.t
37693 ____________________________________________________________________________
37694 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
37695         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
37696              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37697              Date: Mon, 2 Jul 2001 15:45:41 -0400
37698              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
37699      Branch: perl
37700            ! os2/os2.c
37701 ____________________________________________________________________________
37702 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
37703         Log: (Mistaken retraction)
37704      Branch: perl
37705            ! utils/pl2pm.PL
37706 ____________________________________________________________________________
37707 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
37708         Log: Detypo in #11103.
37709      Branch: perl
37710            ! utils/pl2pm.PL
37711 ____________________________________________________________________________
37712 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
37713         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
37714              From: Jonathan Stowe <gellyfish@gellyfish.com>
37715              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
37716              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
37717      Branch: perl
37718            ! utils/pl2pm.PL
37719 ____________________________________________________________________________
37720 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
37721         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
37722              From: "Craig A. Berry" <craigberry@mac.com>
37723              Date: Mon, 02 Jul 2001 14:11:23 -0500
37724              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
37725      Branch: perl
37726            ! lib/Unicode/UCD.pm
37727 ____________________________________________________________________________
37728 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
37729         Log: Subject: [PATCH] Re: op/numconvert.t failures
37730              From: Nicholas Clark <nick@ccl4.org>
37731              Date: Mon, 2 Jul 2001 20:10:48 +0100
37732              Message-ID: <20010702201048.E59620@plum.flirble.org>
37733      Branch: perl
37734            ! t/op/numconvert.t
37735 ____________________________________________________________________________
37736 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
37737         Log: Update Changes.
37738      Branch: perl
37739            ! Changes patchlevel.h
37740 ____________________________________________________________________________
37741 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
37742         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
37743              The real fix must be more involved.  The line of code all the leaky
37744              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
37745              line of Perl_newPMOP().
37746      Branch: perl
37747            ! op.h
37748 ____________________________________________________________________________
37749 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
37750         Log: Based on
37751              
37752              Subject: Re: sizeof(struct sembuf)
37753              From: Nicholas Clark <nick@ccl4.org>
37754              Date: Sun, 1 Jul 2001 22:26:48 +0100
37755              Message-ID: <20010701222648.W59620@plum.flirble.org>
37756              
37757              but do semop() always the slow way.
37758      Branch: perl
37759            ! doio.c
37760 ____________________________________________________________________________
37761 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
37762         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
37763              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37764              Date: Tue, 03 Jul 2001 00:56:30 +0900
37765              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
37766      Branch: perl
37767            ! ext/Encode/Encode/Tcl.t
37768 ____________________________________________________________________________
37769 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
37770         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
37771              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37772              Date: Tue, 03 Jul 2001 00:55:46 +0900
37773              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
37774      Branch: perl
37775            ! ext/Encode/Encode/Tcl.pm
37776 ____________________________________________________________________________
37777 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
37778         Log: Regen api and toc.
37779      Branch: perl
37780            ! pod/perlapi.pod pod/perltoc.pod
37781 ____________________________________________________________________________
37782 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
37783         Log: Metaconfig unit change for #11093.
37784      Branch: metaconfig/U/perl
37785            ! d_fcntl_can_lock.U
37786 ____________________________________________________________________________
37787 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
37788         Log: The fcntl locking test may hang if NFS locking messed up;
37789              break out with alarm(10).
37790      Branch: perl
37791            ! Configure
37792 ____________________________________________________________________________
37793 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
37794         Log: Move the mdelete.bat from win32/bin to win32.
37795      Branch: perl
37796            ! MANIFEST
37797 ____________________________________________________________________________
37798 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
37799         Log: Typo in #11083.
37800      Branch: perl
37801            ! ext/Time/Piece/Piece.t
37802 ____________________________________________________________________________
37803 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
37804         Log: Netware tweaks from Guruprasad.
37805      Branch: perl
37806            - NetWare/perlsdio.h
37807            ! MANIFEST NetWare/Makefile NetWare/interface.c
37808            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
37809            ! perlsdio.h
37810 ____________________________________________________________________________
37811 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
37812         Log: Subject: Re: [PATH] shared -> unique;
37813              From: Abhijit Menon-Sen <ams@wiw.org>
37814              Date: Wed, 27 Jun 2001 03:51:27 +0530
37815              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
37816      Branch: perl
37817            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
37818 ____________________________________________________________________________
37819 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
37820         Log: Subject: Re: AIX / gcc-3.0
37821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37822              Date: Mon, 02 Jul 2001 15:20:21 +0200
37823              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
37824      Branch: perl
37825            ! hints/aix.sh
37826 ____________________________________________________________________________
37827 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
37828         Log: Subject: Re: Bug report: split splits on wrong pattern
37829              From: Abhijit Menon-Sen <ams@wiw.org>
37830              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
37831              Date: Mon, 2 Jul 2001 16:31:33 +0530
37832      Branch: perl
37833            ! pp_ctl.c
37834 ____________________________________________________________________________
37835 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
37836         Log: Subject: [PATCH 5.6.1] test harness
37837              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37838              Date: Mon, 2 Jul 2001 06:29:21 -0400
37839              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
37840      Branch: perl
37841            ! lib/Test/Harness.pm
37842 ____________________________________________________________________________
37843 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
37844         Log: Subject: [PATCH 5.6.1] debugger goof
37845              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37846              Date: Mon, 2 Jul 2001 06:27:22 -0400
37847              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
37848      Branch: perl
37849            ! lib/perl5db.pl
37850 ____________________________________________________________________________
37851 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
37852         Log: Subject: [PATCH 5.6.1] OS/2 cwd
37853              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37854              Date: Mon, 2 Jul 2001 06:21:17 -0400
37855              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
37856      Branch: perl
37857            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
37858 ____________________________________________________________________________
37859 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
37860         Log: Make #11082 more OS/2-specific.
37861      Branch: perl
37862            ! ext/Time/Piece/Piece.t
37863 ____________________________________________________________________________
37864 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
37865         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
37866              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37867              Date: Mon, 2 Jul 2001 06:06:34 -0400
37868              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
37869      Branch: perl
37870            ! ext/Time/Piece/Piece.t
37871 ____________________________________________________________________________
37872 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
37873         Log: Subject: [PATCH B::Deparse] version number & changes
37874              From: Robin Houston <robin@kitsite.com>  
37875              Date: Sun, 1 Jul 2001 17:17:29 +0100
37876              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
37877      Branch: perl
37878            ! ext/B/B/Deparse.pm
37879 ____________________________________________________________________________
37880 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
37881         Log: Subject: a small fix.
37882              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
37883              Date: Mon, 2 Jul 2001 12:17:53 +0200
37884              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
37885      Branch: perl
37886            ! ext/Thread/Thread.xs
37887 ____________________________________________________________________________
37888 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
37889         Log: Subject: RE: perl@10907
37890              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
37891              Date: Mon, 2 Jul 2001 12:06:16 +0200
37892              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
37893              
37894              Borland C vs PerlIO.
37895      Branch: perl
37896            ! win32/config.bc win32/config_H.bc
37897 ____________________________________________________________________________
37898 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
37899         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
37900              From: "H.M. Brand" <merijn@l1.procura.nl>
37901              Date: Mon, 02 Jul 2001 11:18:57 +0200
37902              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
37903      Branch: perl
37904            ! t/op/write.t
37905 ____________________________________________________________________________
37906 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
37907         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
37908              From: Michael G Schwern <schwern@pobox.com>
37909              Date: Mon, 2 Jul 2001 00:26:24 -0400
37910              Message-ID: <20010702002624.A18302@blackrider>
37911      Branch: perl
37912            - ext/util/mkbootstrap
37913 ____________________________________________________________________________
37914 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
37915         Log: Subject: [PATCH op.h] v minor comment tweak
37916              From: Robin Houston <robin@puffinry.freeserve.co.uk>
37917              Date: Mon, 2 Jul 2001 00:42:01 +0100
37918              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
37919      Branch: perl
37920            ! op.h
37921 ____________________________________________________________________________
37922 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
37923         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
37924      Branch: perl
37925            ! pod/perlfunc.pod
37926 ____________________________________________________________________________
37927 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
37928         Log: Subject: Re: sizeof(struct sembuf)
37929              From: Nicholas Clark <nick@ccl4.org>
37930              Date: Sun, 1 Jul 2001 19:23:16 +0100
37931              Message-ID: <20010701192316.V59620@plum.flirble.org>
37932              
37933              s/signaling/signalling/
37934      Branch: perl
37935            ! pod/perlfunc.pod
37936 ____________________________________________________________________________
37937 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
37938         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
37939              From: "Philip Newton" <Philip.Newton@gmx.net>
37940              Date: Sun, 1 Jul 2001 09:37:56 +0200
37941              Message-Id: <200107010733.KAA03920@taas.iki.fi>
37942      Branch: perl
37943            ! pod/perlvar.pod
37944 ____________________________________________________________________________
37945 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
37946         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
37947              From: "Philip Newton" <Philip.Newton@gmx.net>
37948              Date: Sun, 1 Jul 2001 09:37:56 +0200
37949              Message-Id: <200107010733.KAA03925@taas.iki.fi>
37950      Branch: perl
37951            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
37952 ____________________________________________________________________________
37953 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
37954         Log: Metaconfig unit change for #11070.
37955      Branch: metaconfig
37956            ! U/compline/randfunc.U
37957 ____________________________________________________________________________
37958 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
37959         Log: Subject: [PATCH perlsnap] its --> it's --> its
37960              From: "Philip Newton" <Philip.Newton@gmx.net>
37961              Date: Sun, 1 Jul 2001 09:37:56 +0200
37962              Message-Id: <200107010733.KAA03914@taas.iki.fi>
37963      Branch: perl
37964            ! Porting/config_H
37965 ____________________________________________________________________________
37966 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
37967         Log: Sync with Sarathy; integrate with perlio.
37968      Branch: perl
37969           !> gv.c
37970 ____________________________________________________________________________
37971 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
37972         Log: regenerate win32/config_H.?c files
37973      Branch: perl
37974            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37975 ____________________________________________________________________________
37976 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
37977         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
37978              naming discipline
37979              
37980              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
37981              because of this)
37982              
37983              fix a warning about "fd" being used without being set in Cwd.xs
37984      Branch: perl
37985            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
37986            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
37987            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
37988            ! win32/config.vc
37989 ____________________________________________________________________________
37990 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
37991         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
37992              within macro arguments") and warnings ("unary minus applied to
37993              unsigned type", among others)
37994      Branch: perl
37995            ! gv.c hv.c op.c pp.c sv.c toke.c
37996 ____________________________________________________________________________
37997 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
37998         Log: win32 fixes: more spurious CRs
37999      Branch: perl
38000            ! win32/mdelete.bat
38001 ____________________________________________________________________________
38002 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
38003         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
38004              from win32/bin (or it gets deleted by distclean); don't delete
38005              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
38006              NT (should be made Win9x specific, and added to makefile.mk)
38007      Branch: perl
38008           +> win32/mdelete.bat
38009            - win32/bin/mdelete.bat
38010            ! win32/Makefile win32/makefile.mk
38011 ____________________________________________________________________________
38012 [ 11063] By: nick                                  on 2001/07/01  18:54:09
38013         Log: Quick for for #ifdef mess
38014      Branch: perlio
38015            ! gv.c
38016 ____________________________________________________________________________
38017 [ 11062] By: nick                                  on 2001/07/01  18:47:42
38018         Log: Raw integrate - does not build #if mess in gv.c
38019      Branch: perlio
38020           !> (integrate 29 files)
38021 ____________________________________________________________________________
38022 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
38023         Log: Make 'compile' target a little less broken.
38024              Still very broken, though: -Wall warnings from
38025              the generated code, boot_Foo prototypes missing,
38026              can't autoload Fcntl::SEEK_CUR et alia, ...
38027      Branch: perl
38028            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
38029            ! utils/perlcc.PL x2p/Makefile.SH
38030 ____________________________________________________________________________
38031 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
38032         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
38033      Branch: perl
38034            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38035            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
38036 ____________________________________________________________________________
38037 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
38038         Log: Update Changes.
38039      Branch: perl
38040            ! Changes patchlevel.h
38041 ____________________________________________________________________________
38042 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
38043         Log: Still one typo, regen toc.
38044      Branch: perl
38045            ! lib/Unicode/UCD.pm pod/perltoc.pod
38046 ____________________________________________________________________________
38047 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
38048         Log: Detypos and regen toc.
38049      Branch: perl
38050            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
38051 ____________________________________________________________________________
38052 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
38053         Log: VERSION tweak.
38054      Branch: perl
38055            ! ext/List/Util/lib/List/Util.pm
38056 ____________________________________________________________________________
38057 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
38058         Log: Attempt at plugging the leak under ithreads detected by Doug.
38059      Branch: perl
38060            ! op.h
38061 ____________________________________________________________________________
38062 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
38063         Log: gcc -Wall lint after #11051.
38064      Branch: perl
38065            ! pp_sys.c
38066 ____________________________________________________________________________
38067 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
38068         Log: Integrate perlio.
38069      Branch: perl
38070           !> lib/File/Find/taint.t
38071 ____________________________________________________________________________
38072 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
38073         Log: Don't use the v-strings for module VERSIONs.
38074      Branch: perl
38075            ! lib/Unicode/UCD.pm
38076 ____________________________________________________________________________
38077 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
38078         Log: Code cleanup based on turning off the -woffs in IRIX.
38079              Not all of the gripes cleaned up (hairy code in hv.c and
38080              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
38081              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
38082              to the IRIX hints)
38083      Branch: perl
38084            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
38085            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
38086            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
38087            ! regcomp.c sv.c
38088 ____________________________________________________________________________
38089 [ 11050] By: nick                                  on 2001/06/30  20:46:46
38090         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
38091      Branch: perlio
38092            ! lib/File/Find/taint.t
38093 ____________________________________________________________________________
38094 [ 11049] By: nick                                  on 2001/06/30  18:13:33
38095         Log: Integrate mainline
38096      Branch: perlio
38097           +> NetWare/nwstdio.h NetWare/perlsdio.h
38098           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
38099           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
38100           +> lib/Unicode/UCD.t t/run/exit.t
38101           !> (integrate 60 files)
38102 ____________________________________________________________________________
38103 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
38104         Log: Delta delta.
38105      Branch: perl
38106            ! pod/perl572delta.pod
38107 ____________________________________________________________________________
38108 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
38109         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
38110              by CPAN.pm, use rather _00.
38111      Branch: perl
38112            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
38113            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
38114            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
38115            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
38116            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
38117            ! lib/ExtUtils/Embed.pm lib/Test.pm
38118 ____________________________________________________________________________
38119 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
38120         Log: Add a simple Unicode character database interface, Unicode::UCD.
38121      Branch: perl
38122            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
38123            ! MANIFEST
38124 ____________________________________________________________________________
38125 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
38126         Log: Subject: [PATCH] op/numconver.t
38127              From: Nicholas Clark <nick@ccl4.org>
38128              Date: Sat, 30 Jun 2001 15:40:10 +0100
38129              Message-ID: <20010630154010.I59620@plum.flirble.org>
38130      Branch: perl
38131            ! t/op/numconvert.t
38132 ____________________________________________________________________________
38133 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
38134         Log: The $^N is now taken (by #11038).
38135      Branch: perl
38136            ! t/base/lex.t
38137 ____________________________________________________________________________
38138 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
38139         Log: The #11040 had slipped to a wrong function...
38140      Branch: perl
38141            ! sv.c
38142 ____________________________________________________________________________
38143 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
38144         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
38145              the Configure library symbol probe mysteriously finds all
38146              symbols but those of pipe() and times().
38147      Branch: perl
38148            ! hints/aix.sh
38149 ____________________________________________________________________________
38150 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
38151         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
38152              From: Nicholas Clark <nick@ccl4.org>
38153              Date: Fri, 29 Jun 2001 23:49:07 +0100
38154              Message-ID: <20010629234907.D59620@plum.flirble.org>
38155      Branch: perl
38156            ! lib/ExtUtils.t
38157 ____________________________________________________________________________
38158 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
38159         Log: Subject: [PATCH] weakref fix 2, not yet there
38160              From: Artur Bergman <artur@contiller.se>
38161              Date: Sat, 30 Jun 2001 01:18:16 +0200
38162              Message-ID: <B762D957.1CC9%artur@contiller.se>
38163      Branch: perl
38164            ! sv.c
38165 ____________________________________________________________________________
38166 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
38167         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
38168              From: Michael G Schwern <schwern@pobox.com>
38169              Date: Fri, 29 Jun 2001 19:39:11 -0400
38170              Message-ID: <20010629193910.D25304@blackrider>
38171      Branch: perl
38172            + t/run/exit.t
38173            ! MANIFEST
38174 ____________________________________________________________________________
38175 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
38176         Log: Add support for $^N, the most-recently closed group.
38177      Branch: perl
38178            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
38179            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
38180            ! thrdvar.h
38181 ____________________________________________________________________________
38182 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
38183         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
38184              From: lvirden@cas.org
38185              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
38186              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
38187              
38188              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
38189              From: lvirden@cas.org
38190              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
38191              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
38192      Branch: perl
38193            ! README.solaris
38194 ____________________________________________________________________________
38195 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
38196         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
38197              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38198              Date: Sat, 30 Jun 2001 07:33:37 +0900
38199              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
38200              
38201              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
38202              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38203              Date: Sat, 30 Jun 2001 21:38:14 +0900
38204              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
38205      Branch: perl
38206            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
38207            + ext/Encode/Encode/7bit-kr.enc
38208            ! MANIFEST ext/Encode/Encode/Tcl.pm
38209 ____________________________________________________________________________
38210 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
38211         Log: NetWare tweaks from Guruprasad.
38212      Branch: perl
38213            + NetWare/nwstdio.h NetWare/perlsdio.h
38214            ! MANIFEST NetWare/Makefile NetWare/config.wc
38215            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
38216            ! NetWare/t/Readme.txt
38217 ____________________________________________________________________________
38218 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
38219         Log: More module $VERSION bump-ups.
38220      Branch: perl
38221            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
38222            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
38223            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
38224 ____________________________________________________________________________
38225 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
38226         Log: Doc update due to #11032.
38227      Branch: perl
38228            ! pod/perl572delta.pod
38229 ____________________________________________________________________________
38230 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
38231         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
38232              From: Peter Prymmer <pvhp@forte.com>
38233              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
38234              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
38235      Branch: perl
38236            ! ext/Time/HiRes/HiRes.xs
38237 ____________________________________________________________________________
38238 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
38239         Log: -lpthreads missing in AIX.
38240      Branch: perl
38241            ! hints/aix.sh
38242 ____________________________________________________________________________
38243 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
38244         Log: Subject: [PATCH] CLONE && weakrefs
38245              From: Artur Bergman <artur@contiller.se>
38246              Date: Fri, 29 Jun 2001 17:02:00 +0200
38247              Message-ID: <B7626508.1CA0%artur@contiller.se>
38248      Branch: perl
38249            ! sv.c
38250 ____________________________________________________________________________
38251 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
38252         Log: Subject: Re: Bug report: split splits on wrong pattern
38253              From: Radu Greab <radu@netsoft.ro>
38254              Date: Wed, 27 Jun 2001 21:50:52 +0300
38255              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
38256      Branch: perl
38257            ! pp_ctl.c t/op/split.t
38258 ____________________________________________________________________________
38259 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
38260         Log: Metaconfig unit change for #11027.
38261      Branch: metaconfig/U/perl
38262            ! d_modfl.U
38263 ____________________________________________________________________________
38264 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
38265         Log: I thought this Configure glitch for AIX was just recently fixed?
38266      Branch: perl
38267            ! Configure
38268 ____________________________________________________________________________
38269 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
38270         Log: Update Changes.
38271      Branch: perl
38272            ! Changes patchlevel.h
38273 ____________________________________________________________________________
38274 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
38275         Log: Subject: Re: perl@10967, File::Find, and Cwd
38276              From: Mike Guy <mjtg@cam.ac.uk>
38277              Date: Fri, 29 Jun 2001 14:56:49 +0100
38278              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
38279      Branch: perl
38280            ! lib/File/Find/taint.t
38281 ____________________________________________________________________________
38282 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
38283         Log: Update the sv_pvprintify() spec.
38284      Branch: perl
38285            ! pod/perltodo.pod
38286 ____________________________________________________________________________
38287 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
38288         Log: Known test failures update.
38289      Branch: perl
38290            ! pod/perl572delta.pod
38291 ____________________________________________________________________________
38292 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
38293         Log: Based on
38294              
38295              Subject: [PATCH @11016] More );) fixes
38296              From: Richard Soderberg <rs@crystalflame.net>
38297              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
38298              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
38299      Branch: perl
38300            ! ext/Thread/Thread.xs ext/Thread/typemap
38301 ____________________________________________________________________________
38302 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
38303         Log: Subject: [PATCH @11016] Fixes compile errors in four files
38304              From: Richard Soderberg <rs@crystalflame.net>
38305              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
38306              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
38307      Branch: perl
38308            ! mg.c pp.c pp_hot.c util.c
38309 ____________________________________________________________________________
38310 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
38311         Log: AIX hints tweaking continues, from Merijn Brand.
38312      Branch: perl
38313            ! hints/aix.sh
38314 ____________________________________________________________________________
38315 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
38316         Log: HP-UX needs gccversion sooner, from Merijn Brand.
38317      Branch: perl
38318            ! hints/hpux.sh
38319 ____________________________________________________________________________
38320 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
38321         Log: Subject: [PATCH 5.6.1] OS/2 docs
38322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38323              Date: Fri, 29 Jun 2001 02:34:12 -0400
38324              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
38325      Branch: perl
38326            ! README.os2 os2/Changes
38327 ____________________________________________________________________________
38328 [ 11017] By: nick                                  on 2001/06/29  10:20:30
38329         Log: Integrate mainline
38330      Branch: perlio
38331           +> (branch 37 files)
38332            - ext/ODBM_File/sdbm.t
38333           !> (integrate 211 files)
38334 ____________________________________________________________________________
38335 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
38336         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
38337              the modules found using a script written by Larry Schatzer Jr.
38338      Branch: perl
38339            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
38340            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
38341            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
38342            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
38343            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
38344            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
38345            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
38346            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
38347            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
38348            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
38349            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
38350            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
38351            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
38352            ! lib/constant.pm lib/fields.pm lib/strict.pm
38353 ____________________________________________________________________________
38354 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
38355         Log: The latest JPL from the anoncvs.
38356      Branch: perl
38357            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
38358 ____________________________________________________________________________
38359 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
38360         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
38361      Branch: perl
38362            ! t/op/pat.t
38363 ____________________________________________________________________________
38364 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
38365         Log: Worrying about insecure directories now is a bit too late.
38366      Branch: perl
38367            ! lib/File/Find/taint.t
38368 ____________________________________________________________________________
38369 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
38370         Log: Cannot DIE() in a void function,
38371              from Richard Hatch <rhatch@austin.ibm.com>.
38372      Branch: perl
38373            ! ext/IPC/SysV/SysV.xs
38374 ____________________________________________________________________________
38375 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
38376         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
38377              From: Peter Prymmer <pvhp@forte.com>
38378              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
38379              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
38380              
38381              (unfinished: time/hires tests 3, 5, 14 failing, but better
38382              than wholesale failure)
38383      Branch: perl
38384            ! ext/Time/HiRes/HiRes.xs
38385 ____________________________________________________________________________
38386 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
38387         Log: Subject: [PATCH 5.6.1] OS/2 improvements
38388              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38389              Date: Thu, 28 Jun 2001 16:03:14 -0400
38390              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
38391      Branch: perl
38392            + os2/os2_base.t
38393            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
38394            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
38395            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
38396            ! os2/os2ish.h
38397 ____________________________________________________________________________
38398 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
38399         Log: Subject: Incrementing Extutils::Manifest's $VERSION
38400              From: Michael G Schwern <schwern@pobox.com>
38401              Date: Thu, 28 Jun 2001 13:13:49 -0400
38402              Message-ID: <20010628131349.A14738@blackrider>
38403      Branch: maint-5.6/perl
38404            ! lib/ExtUtils/Manifest.pm
38405 ____________________________________________________________________________
38406 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
38407         Log: AIX tweak from Merijn Brand.
38408      Branch: perl
38409            ! hints/aix.sh
38410 ____________________________________________________________________________
38411 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
38412         Log: Create the macperl branch.
38413      Branch: maint-5.6/macperl
38414           +> (branch 1728 files)
38415 ____________________________________________________________________________
38416 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
38417         Log: Update Changes.
38418      Branch: perl
38419            ! Changes patchlevel.h
38420 ____________________________________________________________________________
38421 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
38422         Log: More Perforce lore.
38423      Branch: perl
38424            ! Porting/repository.pod
38425 ____________________________________________________________________________
38426 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
38427         Log: Metaconfig unit changes for #11003.
38428      Branch: metaconfig/U/perl
38429            + d_nl_langinfo.U i_langinfo.U
38430 ____________________________________________________________________________
38431 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
38432         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
38433              Expected not to exist in non-UNIX excepting in VMS, where
38434              according to a quick web survey they just might.
38435      Branch: perl
38436            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
38437            ! Porting/config_H config_h.SH configure.com epoc/config.sh
38438            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
38439            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38440            ! win32/config.bc win32/config.gc win32/config.vc
38441 ____________________________________________________________________________
38442 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
38443         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
38444              in AIX is one is doing a 64-bit build.
38445      Branch: perl
38446            ! hints/aix.sh
38447 ____________________________________________________________________________
38448 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
38449         Log: Metaconfig unit changes for #11000.
38450      Branch: metaconfig/U/perl
38451            ! use64bits.U uselfs.U
38452 ____________________________________________________________________________
38453 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
38454         Log: Move use64bitint and use64bitall before uselargefiles.
38455      Branch: perl
38456            ! Configure
38457 ____________________________________________________________________________
38458 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
38459         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
38460              From: Robert Spier <rspier@pobox.com>
38461              Message-ID: <15162.41164.618712.841415@rls.cx>
38462              Date: Wed, 27 Jun 2001 23:13:16 -0400
38463      Branch: perl
38464            ! doio.c
38465 ____________________________________________________________________________
38466 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
38467         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
38468              From: Peter Prymmer <pvhp@forte.com>
38469              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
38470              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
38471      Branch: perl
38472            ! numeric.c
38473 ____________________________________________________________________________
38474 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
38475         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
38476              From: Peter Prymmer <pvhp@forte.com>
38477              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
38478              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
38479      Branch: perl
38480            ! configure.com ext/Digest/MD5/Makefile.PL
38481 ____________________________________________________________________________
38482 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
38483         Log: Update Changes.
38484      Branch: perl
38485            ! Changes patchlevel.h
38486 ____________________________________________________________________________
38487 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
38488         Log: Tiny EPOC updates.
38489      Branch: perl
38490            ! epoc/config.sh
38491 ____________________________________________________________________________
38492 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
38493         Log: The Test::More and Test::Simple tests required help
38494              thanks to our schizophrenic test scheme.
38495      Branch: perl
38496            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
38497            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
38498            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38499            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
38500            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
38501 ____________________________________________________________________________
38502 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
38503         Log: Upgrade to Test::Simple 0.09.
38504      Branch: perl
38505            + lib/Test/Simple/Changes
38506            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
38507            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
38508            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
38509            ! lib/Test/Simple/t/plan_is_noplan.t
38510 ____________________________________________________________________________
38511 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
38512         Log: Upgrade to Test::More 0.07.
38513      Branch: perl
38514            + lib/Test/More/Changes
38515            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
38516            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
38517            ! lib/Test/More/t/skipall.t
38518 ____________________________________________________________________________
38519 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
38520         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
38521              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38522              Date: Wed, 27 Jun 2001 18:40:04 +0200
38523              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
38524      Branch: perl
38525            ! hints/hpux.sh
38526 ____________________________________________________________________________
38527 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
38528         Log: Subject: [PATCH README.qnx hints/qnx.sh]
38529              From: Norton Allen <allen@huarp.harvard.edu>
38530              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
38531              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
38532      Branch: perl
38533            ! README.qnx hints/qnx.sh
38534 ____________________________________________________________________________
38535 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
38536         Log: Subject: [PATCH] two little documentation nits
38537              From: Abhijit Menon-Sen <ams@wiw.org>
38538              Date: Wed, 27 Jun 2001 20:07:50 +0530
38539              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
38540      Branch: perl
38541            ! sv.c sv.h
38542 ____________________________________________________________________________
38543 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
38544         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
38545              From: Norton Allen <allen@huarp.harvard.edu>
38546              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
38547              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
38548      Branch: perl
38549            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
38550 ____________________________________________________________________________
38551 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
38552         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
38553              From: Michael G Schwern <schwern@pobox.com>
38554              Date: Wed, 27 Jun 2001 02:34:58 -0400
38555              Message-ID: <20010627023458.K23874@blackrider>
38556      Branch: perl
38557            ! vms/test.com
38558 ____________________________________________________________________________
38559 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
38560         Log: Add perl_clone_host() for Netware.
38561      Branch: perl
38562            ! NetWare/nw5.c
38563 ____________________________________________________________________________
38564 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
38565         Log: GCC 3.0 hints for HP-UX.
38566      Branch: perl
38567            ! hints/hpux.sh
38568 ____________________________________________________________________________
38569 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
38570         Log: In some Linux distributions the libndbm is broken
38571              (no null key support), therefore link with libgdbm
38572              (if available), since it has a working ndbm emulation,
38573              from Jonathan Stowe.
38574      Branch: perl
38575            + ext/NDBM_File/hints/linux.pl
38576            ! MANIFEST
38577 ____________________________________________________________________________
38578 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
38579         Log: Subject: [PATCH perl@10930] find.t hack for VMS
38580              From: "Craig A. Berry" <craigberry@mac.com>
38581              Date: Tue, 26 Jun 2001 23:40:25 -0500
38582              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
38583      Branch: perl
38584            ! lib/File/Find/find.t
38585 ____________________________________________________________________________
38586 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
38587         Log: AUTHORS updates.
38588      Branch: perl
38589            ! AUTHORS
38590 ____________________________________________________________________________
38591 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
38592         Log: Metaconfig unit change like #10980.
38593      Branch: metaconfig
38594            ! U/compline/d_stdstdio.U
38595 ____________________________________________________________________________
38596 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
38597         Log: "lose the it's", from Abhijit Menon-Sen.
38598              ("It's" not searched, pods not searched.)
38599      Branch: perl
38600            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
38601            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
38602            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
38603            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
38604            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38605            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
38606 ____________________________________________________________________________
38607 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
38608         Log: "lose the looses", from Abhijit Menon-Sen.
38609      Branch: perl
38610            ! ext/B/B/Assembler.pm gv.c
38611 ____________________________________________________________________________
38612 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
38613         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
38614      Branch: perl
38615            ! hints/os390.sh
38616 ____________________________________________________________________________
38617 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
38618         Log: DEC C 5.3 on the VAX simply doesn't seem to like
38619              compiling the MD5 extension, disable it there for now,
38620              from Peter Prymmer.
38621      Branch: perl
38622            ! configure.com
38623 ____________________________________________________________________________
38624 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
38625         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
38626              From: Jonathan Stowe <gellyfish@gellyfish.com>
38627              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
38628              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
38629      Branch: perl
38630            ! pod/perlfaq3.pod
38631 ____________________________________________________________________________
38632 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
38633         Log: Subject: [PATCH 5.6.1] perlxs misprints
38634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38635              Date: Tue, 26 Jun 2001 17:20:00 -0400
38636              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
38637      Branch: perl
38638            ! pod/perlxs.pod
38639 ____________________________________________________________________________
38640 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
38641         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
38642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38643              Date: Tue, 26 Jun 2001 17:27:07 -0400
38644              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
38645      Branch: perl
38646            ! lib/ExtUtils/MM_Unix.pm
38647 ____________________________________________________________________________
38648 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
38649         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
38650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38651              Date: Tue, 26 Jun 2001 17:23:24 -0400
38652              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
38653      Branch: perl
38654            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
38655 ____________________________________________________________________________
38656 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
38657         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
38658              by Olaf Flebbe.
38659      Branch: perl
38660            ! perl.h
38661 ____________________________________________________________________________
38662 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
38663         Log: Detypo.
38664      Branch: perl
38665            ! lib/Memoize/t/tie_sdbm.t
38666 ____________________________________________________________________________
38667 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
38668         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
38669      Branch: perl
38670            ! win32/perllib.c
38671 ____________________________________________________________________________
38672 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
38673         Log: Subject: [patch] perl_clone+CvFILE
38674              From: Doug MacEachern <dougm@covalent.net>
38675              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
38676              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
38677      Branch: perl
38678            ! sv.c
38679 ____________________________________________________________________________
38680 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
38681         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
38682              From: Mark-Jason Dominus <mjd@plover.com>
38683              Date: Tue, 26 Jun 2001 12:33:01 -0400
38684              Message-ID: <20010626163301.31298.qmail@plover.com>
38685      Branch: perl
38686            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38687 ____________________________________________________________________________
38688 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
38689         Log: Update Changes.
38690      Branch: perl
38691            ! Changes patchlevel.h
38692 ____________________________________________________________________________
38693 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
38694         Log: Also catfile() needs now to explicitly exported.
38695      Branch: perl
38696            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38697 ____________________________________________________________________________
38698 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
38699         Log: Regen toc.
38700      Branch: perl
38701            ! pod/perltoc.pod
38702 ____________________________________________________________________________
38703 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
38704         Log: Nonexistent pod command.
38705      Branch: perl
38706            ! pod/perl572delta.pod
38707 ____________________________________________________________________________
38708 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
38709         Log: Be more portable in the quest for tmpdir.
38710      Branch: perl
38711            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
38712 ____________________________________________________________________________
38713 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
38714         Log: Be more portable in finding out the home directory,
38715              and use File::Spec to do the concat.
38716              (Come to think of it, couldn't File::Spec provide
38717              for a ->homedir method?)
38718      Branch: perl
38719            ! lib/Net/Config.pm
38720 ____________________________________________________________________________
38721 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
38722         Log: Doc patch for #10959.
38723      Branch: perl
38724            ! pod/perlfunc.pod
38725 ____________________________________________________________________________
38726 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
38727         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
38728              From: "Philip Newton" <pnewton@gmx.de>
38729              Date: Tue, 26 Jun 2001 16:26:47 +0200
38730              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
38731      Branch: perl
38732            ! pod/perldata.pod
38733 ____________________________________________________________________________
38734 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
38735         Log: Subject: [PATH] shared -> unique;
38736              From: "Artur Bergman" <artur@contiller.se>
38737              Date: Tue, 26 Jun 2001 16:18:40 +0200
38738              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
38739              
38740              Because "shared" isn't: it's read-only.
38741      Branch: perl
38742            ! toke.c xsutils.c
38743 ____________________________________________________________________________
38744 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
38745         Log: Escape multiline croak messages.
38746      Branch: perl
38747            ! t/op/ver.t
38748 ____________________________________________________________________________
38749 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
38750         Log: No more pragma/*.t for minitest.
38751      Branch: perl
38752            ! Makefile.SH
38753 ____________________________________________________________________________
38754 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
38755         Log: AUTHORS updates.
38756      Branch: perl
38757            ! AUTHORS
38758 ____________________________________________________________________________
38759 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
38760         Log: delta updates.
38761      Branch: perl
38762            ! pod/perl572delta.pod
38763 ____________________________________________________________________________
38764 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
38765         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
38766              From: Artur Bergman <artur@contiller.se> 
38767              Date: Tue, 26 Jun 2001 15:32:53 +0200
38768              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
38769      Branch: perl
38770            ! makedef.pl sv.c sv.h win32/perllib.c
38771 ____________________________________________________________________________
38772 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
38773         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
38774              From: Jonathan Stowe <gellyfish@gellyfish.com>
38775              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
38776              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
38777              
38778              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
38779      Branch: perl
38780            + ext/Time/HiRes/hints/sco.pl
38781            ! MANIFEST
38782 ____________________________________________________________________________
38783 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
38784         Log: Subject: [PATCH 5.6.1] static build
38785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38786              Date: Tue, 26 Jun 2001 04:22:25 -0400
38787              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
38788      Branch: perl
38789            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
38790            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
38791 ____________________________________________________________________________
38792 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
38793         Log: DJGPP patches from Laszlo Molnar.
38794      Branch: perl
38795            ! djgpp/djgpp.c perl.c util.c
38796 ____________________________________________________________________________
38797 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
38798         Log: Netware patches from Ananth Kesari.
38799      Branch: perl
38800            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
38801            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
38802            ! NetWare/nwtinfo.h
38803 ____________________________________________________________________________
38804 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
38805         Log: Detypo.
38806      Branch: perl
38807            ! ext/Errno/Errno_pm.PL
38808 ____________________________________________________________________________
38809 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
38810         Log: There seems to be two ways of spelling the $^O in *STEP.
38811      Branch: perl
38812            ! ext/Errno/Errno_pm.PL
38813 ____________________________________________________________________________
38814 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
38815         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
38816              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
38817      Branch: perl
38818            ! ext/Errno/Errno_pm.PL
38819 ____________________________________________________________________________
38820 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
38821         Log: Known bugs update.
38822      Branch: perl
38823            ! pod/perl572delta.pod
38824 ____________________________________________________________________________
38825 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
38826         Log: The default installation of Cygwin has 500 as root's uid.
38827      Branch: perl
38828            ! lib/User/pwent.t
38829 ____________________________________________________________________________
38830 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
38831         Log: Be even more relaxed (re-allow having only one entry).
38832      Branch: perl
38833            ! t/op/grent.t t/op/pwent.t
38834 ____________________________________________________________________________
38835 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
38836         Log: Test failure updates.
38837      Branch: perl
38838            ! pod/perl572delta.pod
38839 ____________________________________________________________________________
38840 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
38841         Log: MPE/iX test tweaks from Mark Bixby.
38842      Branch: perl
38843            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
38844            ! t/io/fs.t t/op/stat.t
38845 ____________________________________________________________________________
38846 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
38847         Log: Microperl findings.
38848      Branch: perl
38849            ! perl.h pp_sys.c
38850 ____________________________________________________________________________
38851 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
38852         Log: Touch uconfig.h.
38853      Branch: perl
38854            ! uconfig.h
38855 ____________________________________________________________________________
38856 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
38857         Log: Subject: [PATCH] Proposed fix for Pod::Man
38858              From: Rob Napier <rnapier@employees.org>
38859              Date: Mon, 25 Jun 2001 15:49:24 -0400
38860              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
38861              
38862              Cater for Solaris nroff brokenness (shortchanges daisywheel
38863              printers, but hey, we also no more support PDPs.)
38864      Branch: perl
38865            ! lib/Pod/Man.pm
38866 ____________________________________________________________________________
38867 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
38868         Log: Typo in #10937.
38869      Branch: perl
38870            ! ext/POSIX/sigaction.t
38871 ____________________________________________________________________________
38872 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
38873         Log: SIGCONT not trappable in VMS.
38874      Branch: perl
38875            ! ext/POSIX/sigaction.t
38876 ____________________________________________________________________________
38877 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
38878         Log: Subject: [DRAFT] Encode-Tcl.t
38879              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38880              Date: Tue, 26 Jun 2001 03:38:08 +0900
38881              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
38882      Branch: perl
38883            + ext/Encode/Encode/Tcl.t
38884            ! MANIFEST ext/Encode/Encode/Tcl.pm
38885 ____________________________________________________________________________
38886 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
38887         Log: Because of #10932 retract also the perlfunc hunk of #10910.
38888      Branch: perl
38889            ! pod/perlfunc.pod
38890 ____________________________________________________________________________
38891 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
38892         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
38893              by Ilya Zakharevich in
38894              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
38895      Branch: perl
38896            ! XSUB.h
38897 ____________________________________________________________________________
38898 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
38899         Log: Typo in #10889.
38900      Branch: perl
38901            ! hints/uts.sh
38902 ____________________________________________________________________________
38903 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
38904         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
38905              From: Abhijit Menon-Sen <ams@wiw.org>
38906              Date: Mon, 25 Jun 2001 23:45:45 +0530
38907              Message-ID: <20010625234545.A5022@lustre.linux.in>
38908      Branch: perl
38909            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
38910 ____________________________________________________________________________
38911 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
38912         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
38913              From: Michael G Schwern <schwern@pobox.com>
38914              Date: Mon, 25 Jun 2001 14:35:51 -0400
38915              Message-ID: <20010625143551.H13819@blackrider>
38916      Branch: perl
38917            ! lib/Test.pm
38918 ____________________________________________________________________________
38919 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
38920         Log: Update Changes.
38921      Branch: perl
38922            ! Changes patchlevel.h
38923 ____________________________________________________________________________
38924 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
38925         Log: Regen toc and modlib.
38926      Branch: perl
38927            ! pod/perlmodlib.pod pod/perltoc.pod
38928 ____________________________________________________________________________
38929 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
38930         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
38931              for the benefit of C++ compilers, as suggested by Guruprasad.
38932      Branch: perl
38933            ! embed.pl proto.h
38934 ____________________________________________________________________________
38935 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
38936         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
38937              From: Jonathan Stowe <gellyfish@gellyfish.com>
38938              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
38939              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
38940      Branch: perl
38941            ! pod/perlfaq5.pod
38942 ____________________________________________________________________________
38943 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
38944         Log: Missed from #10925.
38945      Branch: perl
38946            ! gv.c
38947 ____________________________________________________________________________
38948 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
38949         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
38950              From: Robin Houston <robin@kitsite.com>
38951              Date: Sat, 19 May 2001 16:19:34 +0100
38952              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
38953      Branch: perl
38954            ! cv.h gv.h op.c
38955 ____________________________________________________________________________
38956 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
38957         Log: Netware README tweak.
38958      Branch: perl
38959            ! README.netware
38960 ____________________________________________________________________________
38961 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
38962         Log: Subject: [PATCH] Re: overload.t fails
38963              From: Abhijit Menon-Sen <ams@wiw.org>
38964              Date: Mon, 25 Jun 2001 14:52:20 +0530
38965              Message-ID: <20010625145220.A24114@lustre.linux.in>
38966      Branch: perl
38967            ! lib/overload.t
38968 ____________________________________________________________________________
38969 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
38970         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
38971              From: Mike Guy <mjtg@cam.ac.uk>
38972              Date: Mon, 25 Jun 2001 11:43:23 +0100
38973              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
38974      Branch: perl
38975            ! lib/Carp.pm
38976 ____________________________________________________________________________
38977 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
38978         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
38979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38980              Date: Sun, 24 Jun 2001 05:17:05 -0400
38981              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
38982      Branch: perl
38983            ! os2/os2ish.h
38984 ____________________________________________________________________________
38985 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
38986         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
38987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38988              Date: Mon, 25 Jun 2001 05:52:27 -0400
38989              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
38990      Branch: perl
38991            ! hints/os2.sh
38992 ____________________________________________________________________________
38993 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
38994         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
38995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38996              Date: Mon, 25 Jun 2001 05:23:35 -0400
38997              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
38998      Branch: perl
38999            ! os2/os2.c
39000 ____________________________________________________________________________
39001 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
39002         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
39003              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39004              Date: Mon, 25 Jun 2001 05:04:32 -0400
39005              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
39006      Branch: perl
39007            ! os2/OS2/REXX/DLL/DLL.pm
39008 ____________________________________________________________________________
39009 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
39010         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
39011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39012              Date: Mon, 25 Jun 2001 05:02:36 -0400
39013              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
39014      Branch: perl
39015            ! mg.c os2/dl_os2.c os2/os2.c
39016 ____________________________________________________________________________
39017 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
39018         Log: Subject: Re: [PATCH 5.6.1] misprints
39019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39020              Date: Mon, 25 Jun 2001 04:50:50 -0400
39021              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
39022      Branch: perl
39023            ! os2/os2.c pp_sys.c
39024 ____________________________________________________________________________
39025 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
39026         Log: Add Test::More and Test::Simple to the delta.
39027      Branch: perl
39028            ! pod/perl572delta.pod
39029 ____________________________________________________________________________
39030 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
39031         Log: Add Test::More, from Michael G Schwern.
39032      Branch: perl
39033            + lib/Test/More.pm lib/Test/More/t/More.t
39034            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
39035            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
39036            + t/lib/Test/More/Catch.pm
39037            ! MANIFEST
39038 ____________________________________________________________________________
39039 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
39040         Log: Add Test::Simple from Michael G Schwern.
39041      Branch: perl
39042            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
39043            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
39044            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
39045            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
39046            + t/lib/Test/Simple/Catch.pm
39047            + t/lib/Test/Simple/sample_tests/death.plx
39048            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
39049            + t/lib/Test/Simple/sample_tests/extras.plx
39050            + t/lib/Test/Simple/sample_tests/five_fail.plx
39051            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
39052            + t/lib/Test/Simple/sample_tests/one_fail.plx
39053            + t/lib/Test/Simple/sample_tests/require.plx
39054            + t/lib/Test/Simple/sample_tests/success.plx
39055            + t/lib/Test/Simple/sample_tests/too_few.plx
39056            + t/lib/Test/Simple/sample_tests/two_fail.plx
39057            ! MANIFEST
39058 ____________________________________________________________________________
39059 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
39060         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
39061              From: "Craig A. Berry" <craigberry@mac.com>
39062              Date: Sun, 24 Jun 2001 23:41:36 -0500
39063              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
39064      Branch: perl
39065            ! pp_sys.c
39066 ____________________________________________________________________________
39067 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
39068         Log: Upgrade to Attribute::Handlers 0.70.
39069      Branch: perl
39070            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
39071            ! MANIFEST lib/Attribute/Handlers.pm
39072 ____________________________________________________________________________
39073 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
39074         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
39075              From: Abhijit Menon-Sen <ams@wiw.org>
39076              Date: Sat, 23 Jun 2001 05:17:44 +0530
39077              Message-ID: <20010623051744.A18583@lustre.linux.in>
39078              
39079              (Can't think of a good place to put tests.)
39080      Branch: perl
39081            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
39082 ____________________________________________________________________________
39083 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
39084         Log: Subject: [PATCH] t/op/pat.t typo fix
39085              From: Richard Soderberg <rs@crystalflame.net>
39086              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
39087              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
39088      Branch: perl
39089            ! t/op/pat.t
39090 ____________________________________________________________________________
39091 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
39092         Log: Move the pack warnings to their own file, as pointed
39093              out by Spider.
39094      Branch: perl
39095            + t/lib/warnings/pp_pack
39096            ! MANIFEST t/lib/warnings/pp
39097 ____________________________________________________________________________
39098 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
39099         Log: Update Changes.
39100      Branch: perl
39101            ! Changes patchlevel.h
39102 ____________________________________________________________________________
39103 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
39104         Log: Partially fix a problem noticed by IRIX compiler:
39105              the initialization of parse_start was bypassed by
39106              several gotos.  Now initialized to zero, which may
39107              not be the best choice.
39108      Branch: perl
39109            ! regcomp.c
39110 ____________________________________________________________________________
39111 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
39112         Log: Relax the group and password tests back to moaning only
39113              if no matches at all are found.  (Even with a small sample
39114              I could find many sites where there are, umm, anomalies in
39115              the said databases.)       
39116      Branch: perl
39117            ! t/op/grent.t t/op/pwent.t
39118 ____________________________________________________________________________
39119 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
39120         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
39121      Branch: perl
39122            ! pp_ctl.c
39123 ____________________________________________________________________________
39124 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
39125         Log: De-cut-and-pasto in #10902.
39126      Branch: perl
39127            ! pp_ctl.c
39128 ____________________________________________________________________________
39129 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
39130         Log: The #10771 didn't take?
39131      Branch: perl
39132            ! pp_ctl.c
39133 ____________________________________________________________________________
39134 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
39135         Log: Undo the filetests part of #10900, under multiplicity
39136              weird errors take place.
39137      Branch: perl
39138            ! pp_sys.c
39139 ____________________________________________________________________________
39140 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
39141         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
39142      Branch: perl
39143            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
39144 ____________________________________________________________________________
39145 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
39146         Log: (Replaced by #10922)
39147              
39148              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
39149              From: Tony Bowden <tony@kasei.com>
39150              Date: Sun, 24 Jun 2001 17:32:40 +0100
39151              Message-ID: <20010624173240.A16293@blackstar.co.uk>
39152              
39153              Document (well, mention) shortmess() and longmess()
39154              to rob people of their fun of reinventing the wheel.
39155      Branch: perl
39156            ! lib/Carp.pm
39157 ____________________________________________________________________________
39158 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
39159         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
39160              From: Brian Jepson <bjepson@oreilly.com>
39161              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
39162              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
39163      Branch: perl
39164            ! pp_sys.c
39165 ____________________________________________________________________________
39166 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
39167         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
39168              From: Robin Barker <rmb1@cise.npl.co.uk> 
39169              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
39170              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
39171      Branch: perl
39172            ! lib/CPAN.pm
39173 ____________________________________________________________________________
39174 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
39175         Log: Memoize patch from mjd.
39176      Branch: perl
39177            ! lib/Memoize/t/tie_storable.t
39178 ____________________________________________________________________________
39179 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
39180         Log: Spec the sv_pvprintify() a bit more.
39181      Branch: perl
39182            ! pod/perltodo.pod
39183 ____________________________________________________________________________
39184 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
39185         Log: Upgrade to Memoize 0.65.
39186      Branch: perl
39187            + lib/Memoize/t/array_confusion.t
39188            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
39189            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
39190            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
39191            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
39192            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
39193            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
39194            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
39195            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
39196            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
39197            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
39198            ! lib/Memoize/t/tie_storable.t
39199 ____________________________________________________________________________
39200 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
39201         Log: Metaconfig unit change for #10892.
39202      Branch: metaconfig
39203            ! U/modified/Options.U
39204 ____________________________________________________________________________
39205 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
39206         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
39207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39208              Date: Sun, 24 Jun 2001 05:24:40 -0400
39209              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
39210      Branch: perl
39211            ! Configure hints/os2.sh
39212 ____________________________________________________________________________
39213 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
39214         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
39215              From: Mike Guy <mjtg@cam.ac.uk>
39216              Date: Sun, 24 Jun 2001 15:28:39 +0100
39217              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
39218              
39219              Fix an ancient (5.002) bug.
39220      Branch: perl
39221            ! lib/Carp/Heavy.pm
39222 ____________________________________________________________________________
39223 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
39224         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
39225              variables.
39226      Branch: perl
39227            ! pp_sys.c
39228 ____________________________________________________________________________
39229 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
39230         Log: Make UTS as per #10888.
39231      Branch: perl
39232            ! hints/uts.sh
39233 ____________________________________________________________________________
39234 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
39235         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
39236      Branch: perl
39237            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
39238            ! mpeix/mpeixish.h perl.h unixish.h
39239 ____________________________________________________________________________
39240 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
39241         Log: AUTHORS update.
39242      Branch: perl
39243            ! AUTHORS
39244 ____________________________________________________________________________
39245 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
39246         Log: Subject: Encode::Tcl for multibyte doesnot work
39247              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39248              Date: Sun, 24 Jun 2001 22:48:21 +0900
39249              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
39250      Branch: perl
39251            ! ext/Encode/Encode/Tcl.pm
39252 ____________________________________________________________________________
39253 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
39254         Log: Subject: [PATCH] Remove tautology in error messages
39255              From: Mike Guy <mjtg@cam.ac.uk>
39256              Date: Sun, 24 Jun 2001 13:31:00 +0100
39257              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
39258      Branch: perl
39259            ! pp_sys.c
39260 ____________________________________________________________________________
39261 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
39262         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
39263      Branch: perl
39264            ! hints/darwin.sh
39265 ____________________________________________________________________________
39266 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
39267         Log: Subject: Re: [PATCH 5.6.1] test suite
39268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39269              Date: Sun, 24 Jun 2001 05:47:05 -0400
39270              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
39271              
39272              Test suite fixes.
39273      Branch: perl
39274            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
39275 ____________________________________________________________________________
39276 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
39277         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
39278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39279              Date: Sun, 24 Jun 2001 05:37:19 -0400
39280              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
39281      Branch: perl
39282            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
39283 ____________________________________________________________________________
39284 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
39285         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
39286              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39287              Date: Sun, 24 Jun 2001 05:34:50 -0400
39288              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
39289              
39290              Pacify compiler warnings.
39291      Branch: perl
39292            ! pp_sys.c
39293 ____________________________________________________________________________
39294 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
39295         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
39296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39297              Date: Sun, 24 Jun 2001 05:21:18 -0400
39298              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
39299              
39300              Enable compression of executables during link time.
39301      Branch: perl
39302            ! hints/os2.sh
39303 ____________________________________________________________________________
39304 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
39305         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
39306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39307              Date: Sun, 24 Jun 2001 05:15:11 -0400
39308              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
39309              
39310              Add ordinals to the export list for Perl DLL.
39311              (Breaks intra-version DLL compatibility.)
39312      Branch: perl
39313            ! makedef.pl
39314 ____________________________________________________________________________
39315 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
39316         Log: Allow (displaying and) re-editing the Subject in perlbug.
39317              Also abstract the Subject quality control into a function.
39318      Branch: perl
39319            ! utils/perlbug.PL
39320 ____________________________________________________________________________
39321 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
39322         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
39323      Branch: perl
39324            ! utils/perlbug.PL
39325 ____________________________________________________________________________
39326 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
39327         Log: Regen toc and modlib.
39328      Branch: perl
39329            ! pod/perlmodlib.pod pod/perltoc.pod
39330 ____________________________________________________________________________
39331 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
39332         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
39333              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
39334              attribute semantics as much as possible, or 'ntsec' which uses
39335              native NTFS semantics.)  (See also #10877.)
39336      Branch: perl
39337            ! perl.c
39338 ____________________________________________________________________________
39339 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
39340         Log: (Retracted by #11586)
39341              
39342              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
39343      Branch: perl
39344            ! lib/Test/Harness.pm
39345 ____________________________________________________________________________
39346 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
39347         Log: Just zap the -uPerlio.
39348      Branch: perl
39349            ! ext/B/Stash.t
39350 ____________________________________________________________________________
39351 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
39352         Log: Do not test PerlIO if PerlIO not used.
39353      Branch: perl
39354            ! ext/PerlIO/PerlIO.t
39355 ____________________________________________________________________________
39356 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
39357         Log: Regen perlapi.
39358      Branch: perl
39359            ! pod/perlapi.pod
39360 ____________________________________________________________________________
39361 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
39362         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
39363              From: Nicholas Clark <nick@ccl4.org>
39364              Date: Sat, 23 Jun 2001 22:55:47 +0100
39365              Message-ID: <20010623225547.Z98663@plum.flirble.org>
39366      Branch: perl
39367            ! numeric.c
39368 ____________________________________________________________________________
39369 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
39370         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
39371              From: Prymmer/Kahn <pvhp@best.com>
39372              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
39373              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
39374      Branch: perl
39375            ! lib/h2xs.t
39376 ____________________________________________________________________________
39377 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
39378         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
39379              cygwin does not taint cwd, just like win32.
39380      Branch: perl
39381            ! lib/File/Find/taint.t t/op/taint.t
39382 ____________________________________________________________________________
39383 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
39384         Log: Retract #10865, the patch should be unnecessary.
39385              (But seemingly helpful in Cygwin?  Strange.)
39386      Branch: perl
39387            ! lib/Memoize/t/tie_ndbm.t
39388 ____________________________________________________________________________
39389 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
39390         Log: Misplaced test file; plus Cygwin filesystem semantics.
39391      Branch: perl
39392            + ext/SDBM_File/sdbm.t
39393            - ext/ODBM_File/sdbm.t
39394            ! MANIFEST
39395 ____________________________________________________________________________
39396 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
39397         Log: (Retracted by #10867.)
39398      Branch: perl
39399            ! lib/Memoize/t/tie_ndbm.t
39400 ____________________________________________________________________________
39401 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
39402         Log: Metaconfig unit change for #10863.
39403      Branch: metaconfig/U/perl
39404            ! Extensions.U
39405 ____________________________________________________________________________
39406 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
39407         Log: In Cygwin do not build NDBM_File and ODBM_File unless
39408              -lndbm and -ldbm are available.
39409      Branch: perl
39410            ! Configure config_h.SH
39411 ____________________________________________________________________________
39412 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
39413         Log: More Cygwin filesystem semantics.
39414      Branch: perl
39415            ! t/io/fs.t t/op/stat.t
39416 ____________________________________________________________________________
39417 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
39418         Log: More DOSish permission semantics for Cygwin.
39419      Branch: perl
39420            ! lib/AnyDBM_File.t
39421 ____________________________________________________________________________
39422 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
39423         Log: Cygwin too has different permission semantics.
39424      Branch: perl
39425            ! ext/GDBM_File/gdbm.t
39426 ____________________________________________________________________________
39427 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
39428         Log: The group (and assumedly passwd) databases can have
39429              only one entry (this is the case in cygwin).
39430      Branch: perl
39431            ! t/op/grent.t t/op/pwent.t
39432 ____________________________________________________________________________
39433 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
39434         Log: Also in Cygwin use Socket to figure out domainname
39435              (if any) (avoids trying to call external 'domainname',
39436              which doesn't at the moment exist in Cygwin)
39437      Branch: perl
39438            ! lib/Net/Domain.pm
39439 ____________________________________________________________________________
39440 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
39441         Log: Remove also the lib$Foo.def, not just $Foo.def.
39442      Branch: perl
39443            ! lib/ExtUtils/MM_Unix.pm
39444 ____________________________________________________________________________
39445 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
39446         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
39447      Branch: perl
39448            ! unixish.h
39449 ____________________________________________________________________________
39450 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
39451         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
39452              to match the whole isprint(), only the space character.
39453      Branch: perl
39454            ! handy.h pod/perlre.pod t/op/pat.t
39455 ____________________________________________________________________________
39456 [ 10854] By: nick                                  on 2001/06/23  08:09:33
39457         Log: Integrate mainline
39458      Branch: perlio
39459           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
39460           !> lib/ExtUtils.t lib/File/Find/taint.t
39461           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
39462           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
39463           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
39464 ____________________________________________________________________________
39465 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
39466         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
39467              with its floats    in os390 and s390 (UTS).
39468      Branch: perl
39469            ! lib/Math/BigInt/t/bigintpm.t
39470 ____________________________________________________________________________
39471 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
39472         Log: Add also UTS (s390) to the non-IEEE float platforms.
39473      Branch: perl
39474            ! t/op/sprintf.t
39475 ____________________________________________________________________________
39476 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
39477         Log: Subject: RFC: what are applicable standards for exponent sizes?
39478              From: Peter Prymmer <pvhp@forte.com>
39479              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
39480              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
39481      Branch: perl
39482            ! t/op/sprintf.t
39483 ____________________________________________________________________________
39484 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
39485         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
39486              From: Peter Prymmer <pvhp@forte.com>
39487              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
39488              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
39489      Branch: perl
39490            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
39491 ____________________________________________________________________________
39492 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
39493         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
39494              From: Peter Prymmer <pvhp@forte.com>
39495              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
39496              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
39497      Branch: perl
39498            ! lib/ExtUtils.t
39499 ____________________________________________________________________________
39500 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
39501         Log: Retract #10845.
39502      Branch: perl
39503            ! lib/File/Find/taint.t
39504 ____________________________________________________________________________
39505 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
39506         Log: Yet another error message.
39507      Branch: perl
39508            ! t/op/mkdir.t
39509 ____________________________________________________________________________
39510 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
39511         Log: The croak message for nonexistent socket functions may vary.
39512      Branch: perl
39513            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
39514 ____________________________________________________________________________
39515 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
39516         Log: (Retracted by #10848.)
39517      Branch: perl
39518            ! lib/File/Find/taint.t
39519 ____________________________________________________________________________
39520 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
39521         Log: Integrate perlio.
39522      Branch: perl
39523           !> lib/File/Find/taint.t t/op/write.t
39524 ____________________________________________________________________________
39525 [ 10843] By: nick                                  on 2001/06/22  21:24:51
39526         Log: Back out debug in taint.t
39527      Branch: perlio
39528            ! lib/File/Find/taint.t
39529 ____________________________________________________________________________
39530 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
39531         Log: setitimer() does not exist in Unicos, despite of what
39532              Configure thinks, from Mark P. Lutz.
39533      Branch: perl
39534            ! hints/unicos.sh
39535 ____________________________________________________________________________
39536 [ 10841] By: nick                                  on 2001/06/22  21:19:36
39537         Log: Skip cwd test on Win32 ???
39538      Branch: perlio
39539            ! lib/File/Find/taint.t
39540 ____________________________________________________________________________
39541 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
39542         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
39543              and Tru64 gcc -Wall happy.
39544      Branch: perl
39545            ! mg.c
39546 ____________________________________________________________________________
39547 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
39548         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
39549      Branch: perl
39550            ! ext/IPC/SysV/Semaphore.pm
39551 ____________________________________________________________________________
39552 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
39553         Log: Metaconfig unit change for #10837.
39554      Branch: metaconfig/U/perl
39555            ! Cross.U
39556 ____________________________________________________________________________
39557 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
39558         Log: Cleanup of the cross-compilation unit.
39559      Branch: perl
39560            ! Configure
39561 ____________________________________________________________________________
39562 [ 10836] By: nick                                  on 2001/06/22  20:45:12
39563         Log: Skip |- based op/write.t on Win32 as well as VMS
39564      Branch: perlio
39565            ! t/op/write.t
39566 ____________________________________________________________________________
39567 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
39568         Log: Integrate perlio.
39569      Branch: perl
39570           !> util.c
39571 ____________________________________________________________________________
39572 [ 10834] By: nick                                  on 2001/06/22  20:41:54
39573         Log: Integrate mainline
39574      Branch: perlio
39575           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39576           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
39577           !> vos/config.ga.h
39578 ____________________________________________________________________________
39579 [ 10833] By: nick                                  on 2001/06/22  20:22:58
39580         Log: Patcho fix.
39581      Branch: perlio
39582            ! util.c
39583 ____________________________________________________________________________
39584 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
39585         Log: Metaconfig unit changes for #10831.
39586      Branch: metaconfig
39587            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
39588 ____________________________________________________________________________
39589 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
39590         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
39591              From: Andy Dougherty <doughera@lafayette.edu>
39592              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
39593              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
39594      Branch: perl
39595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39596            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
39597 ____________________________________________________________________________
39598 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
39599         Log: MPE/iX prototype nits from Mark Bixby.
39600      Branch: perl
39601            ! pp_sys.c
39602 ____________________________________________________________________________
39603 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
39604         Log: Detypo.
39605      Branch: perl
39606            ! util.c
39607 ____________________________________________________________________________
39608 [ 10828] By: nick                                  on 2001/06/22  15:33:37
39609         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
39610      Branch: perlio
39611           +> lib/h2xs.t
39612           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
39613           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
39614           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
39615           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
39616           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39617           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
39618           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
39619           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
39620           !> vms/vmsish.h
39621 ____________________________________________________________________________
39622 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
39623         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
39624              Date: Fri, 22 Jun 2001 10:08:35 -0500
39625              From: "Craig A. Berry" <craigberry@mac.com>
39626              Message-Id: <a05101001b75908704194@[192.168.56.145]>
39627      Branch: perl
39628            ! vms/vms.c vms/vmsish.h
39629 ____________________________________________________________________________
39630 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
39631         Log: NetWare scripts tweak from Ananth Kesari.
39632      Branch: perl
39633            ! NetWare/t/NWScripts.pl
39634 ____________________________________________________________________________
39635 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
39636         Log: Update Changes.
39637      Branch: perl
39638            ! Changes patchlevel.h
39639 ____________________________________________________________________________
39640 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
39641         Log: Add .i and .s targets.
39642      Branch: perl
39643            ! Makefile.SH
39644 ____________________________________________________________________________
39645 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
39646         Log: Upgrade to Locale::Maketext 1.03.
39647      Branch: perl
39648            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
39649            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
39650 ____________________________________________________________________________
39651 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
39652         Log: Upgrade to I18N::LangTags 0.26.
39653      Branch: perl
39654            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
39655            ! lib/I18N/LangTags/test.pl
39656 ____________________________________________________________________________
39657 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
39658         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
39659              Philip Newton.
39660      Branch: perl
39661            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39662            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39663 ____________________________________________________________________________
39664 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
39665         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
39666              From: Prymmer/Kahn <pvhp@best.com>
39667              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
39668              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
39669      Branch: perl
39670            + lib/h2xs.t
39671            ! MANIFEST utils/h2xs.PL
39672 ____________________________________________________________________________
39673 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
39674         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
39675              From: Prymmer/Kahn <pvhp@best.com>
39676              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
39677              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
39678      Branch: perl
39679            ! lib/ExtUtils.t
39680 ____________________________________________________________________________
39681 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
39682         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
39683              From: Prymmer/Kahn <pvhp@best.com>
39684              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
39685              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
39686      Branch: perl
39687            ! t/pod/plainer.t
39688 ____________________________________________________________________________
39689 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
39690         Log: AUTHORS update.
39691      Branch: perl
39692            ! AUTHORS
39693 ____________________________________________________________________________
39694 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
39695         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
39696              From: "Craig A. Berry" <craigberry@mac.com>
39697              Date: Thu, 21 Jun 2001 18:20:38 -0500
39698              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
39699      Branch: perl
39700            ! ext/POSIX/POSIX.xs
39701 ____________________________________________________________________________
39702 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
39703         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
39704              From: "Craig A. Berry" <craigberry@mac.com>
39705              Date: Thu, 21 Jun 2001 09:58:52 -0500
39706              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
39707      Branch: perl
39708            ! ext/B/Deparse.t t/op/write.t
39709 ____________________________________________________________________________
39710 [ 10814] By: nick                                  on 2001/06/22  08:13:09
39711         Log: Integrate mainline.
39712      Branch: perlio
39713           !> (integrate 46 files)
39714 ____________________________________________________________________________
39715 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
39716         Log: Change the prefixes only if $prefix is unset,
39717              as originally patched by Marcel Grunauer.
39718      Branch: perl
39719            ! hints/darwin.sh hints/rhapsody.sh
39720 ____________________________________________________________________________
39721 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
39722         Log: Subject: Re: Patch for hints/darwin.sh
39723              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
39724              Date: Thu, 21 Jun 2001 11:23:46 -0700
39725              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
39726      Branch: perl
39727            ! hints/darwin.sh hints/rhapsody.sh
39728 ____________________________________________________________________________
39729 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
39730         Log: Add .PHONY targets for non-file targets,
39731              from Wilfredo Sánchez.  Should help saying
39732              "make install" on case-insensitive filesystems.
39733      Branch: perl
39734            ! Makefile.SH
39735 ____________________________________________________________________________
39736 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
39737         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
39738              From: Doug MacEachern <dougm@covalent.net>
39739              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
39740              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
39741              
39742              plus reword the getcwd() comment, plus use getcwd() buffer
39743              size minus one.
39744      Branch: perl
39745            ! util.c
39746 ____________________________________________________________________________
39747 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
39748         Log: More gprofing from Doug MacEachern.
39749      Branch: perl
39750            ! Makefile.SH
39751 ____________________________________________________________________________
39752 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
39753         Log: Metaconfig unit change for #10807.
39754      Branch: metaconfig/U/perl
39755            ! d_sfio.U
39756 ____________________________________________________________________________
39757 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
39758         Log: Tell that you are removing the unneeded -lsfio.
39759      Branch: perl
39760            ! Configure
39761 ____________________________________________________________________________
39762 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
39763         Log: More MPE/iX tweaks from Mark Bixby.
39764      Branch: perl
39765            ! perl.c t/op/magic.t
39766 ____________________________________________________________________________
39767 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
39768         Log: The fchdir() proto is supposed to live in <unistd.h>.
39769      Branch: perl
39770            ! ext/Cwd/Cwd.xs
39771 ____________________________________________________________________________
39772 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
39773         Log: This town is too small for the Cwd extension and me,
39774              it would seem...
39775      Branch: perl
39776            ! ext/Cwd/Cwd.xs
39777 ____________________________________________________________________________
39778 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
39779         Log: Metaconfig unit change for #10802.
39780      Branch: metaconfig/U/perl
39781            ! d_modfl.U
39782 ____________________________________________________________________________
39783 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
39784         Log: More d'ohs.
39785      Branch: perl
39786            ! Configure
39787 ____________________________________________________________________________
39788 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
39789         Log: Off-by-one.  I'm so classic.
39790      Branch: perl
39791            ! util.c
39792 ____________________________________________________________________________
39793 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
39794         Log: Update Changes.
39795      Branch: perl
39796            ! Changes patchlevel.h
39797 ____________________________________________________________________________
39798 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
39799         Log: Subject: Documentation patch for Net::FTP
39800              From: Marcel Grunauer <marcel@codewerk.com>
39801              Date: Wed, 20 Jun 2001 23:03:26 +0200
39802              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
39803      Branch: perl
39804            ! lib/Net/FTP.pm
39805 ____________________________________________________________________________
39806 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
39807         Log: Retract the #10417 mg.c and embed.pl parts because of
39808              strange SEGVs in 64bit x86 FreeBSD observed by
39809              Nicholas Clark.
39810      Branch: perl
39811            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
39812 ____________________________________________________________________________
39813 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
39814         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
39815      Branch: perl
39816            ! Configure NetWare/config.wc NetWare/config_H.wc
39817            ! Porting/Glossary Porting/config.sh Porting/config_H
39818            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
39819            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39820            ! vos/config.ga.h win32/config.bc win32/config.gc
39821            ! win32/config.vc win32/config_H.bc win32/config_H.gc
39822            ! win32/config_H.vc
39823 ____________________________________________________________________________
39824 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
39825         Log: Cwd tweak from Doug MacEachern.
39826      Branch: perl
39827            ! ext/Cwd/Cwd.xs
39828 ____________________________________________________________________________
39829 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
39830         Log: Protect the fchdir() and lstat() with ifdefs.
39831              fchdir() needs a Configure probe.
39832      Branch: perl
39833            ! ext/Cwd/Cwd.xs
39834 ____________________________________________________________________________
39835 [ 10794] By: nick                                  on 2001/06/21  17:11:35
39836         Log: Integrate mainline
39837      Branch: perlio
39838           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
39839           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
39840           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
39841           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
39842           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
39843           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
39844           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
39845           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
39846            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
39847            - lib/File/Glob/case.t lib/File/Glob/global.t
39848            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
39849            - lib/File/Temp/posix.t lib/File/Temp/security.t
39850            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
39851            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
39852            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
39853            - lib/Text/Wrap/wrap.t
39854           !> (integrate 41 files)
39855 ____________________________________________________________________________
39856 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
39857         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
39858              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
39859              Date: Thu, 21 Jun 2001 13:04:54 -0500
39860              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
39861      Branch: perl
39862            ! ext/Cwd/Cwd.xs
39863 ____________________________________________________________________________
39864 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
39865         Log: Subject: [PATCH pod] overlong =item
39866              From: Robin Barker <rmb1@cise.npl.co.uk>
39867              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
39868              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
39869      Branch: perl
39870            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
39871            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39872 ____________________________________________________________________________
39873 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
39874         Log: Subject: [PATCH perlio.c] format 
39875              From: Robin Barker <rmb1@cise.npl.co.uk>
39876              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
39877              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
39878      Branch: perl
39879            ! perlio.c
39880 ____________________________________________________________________________
39881 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
39882         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
39883              From: Radu Greab <radu@netsoft.ro>
39884              Date: Thu, 21 Jun 2001 19:06:02 +0300
39885              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
39886      Branch: perl
39887            ! pod/perlapi.pod sv.c
39888 ____________________________________________________________________________
39889 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
39890         Log: The metaconfig unit changes for #10788.
39891      Branch: metaconfig/U/perl
39892            ! Cross.U fflushall.U
39893 ____________________________________________________________________________
39894 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
39895         Log: Cross-configuration changes: make $from to rm the files
39896              before copying them over (this means that he rm can be
39897              removed from the fflushall test), create $targetmkdir      
39898              (not documented in install since it is supposed to internal
39899              use only), make $run to copy over the executable only if
39900              a stamp file .xok doesn't already exist (to avoid unnecessary
39901              copying of the executable)
39902      Branch: perl
39903            ! Configure Makefile.SH
39904 ____________________________________________________________________________
39905 [ 10787] By: nick                                  on 2001/06/21  14:16:18
39906         Log: Integrate mainline
39907      Branch: perlio
39908           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
39909           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
39910           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
39911            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
39912           !> (integrate 34 files)
39913 ____________________________________________________________________________
39914 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
39915         Log: Re-add the files as text.
39916      Branch: perl
39917            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
39918 ____________________________________________________________________________
39919 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
39920         Log: Delete the binary files.
39921      Branch: perl
39922            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
39923 ____________________________________________________________________________
39924 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
39925         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
39926              From: Andy Dougherty <doughera@lafayette.edu>
39927              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
39928              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
39929      Branch: perl
39930            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
39931            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
39932            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
39933            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
39934 ____________________________________________________________________________
39935 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
39936         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
39937              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
39938              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
39939              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
39940              
39941              Setting umask to something friendlier.
39942      Branch: perl
39943            ! installman installperl
39944 ____________________________________________________________________________
39945 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
39946         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
39947              Resort MANIFEST with sort -f, looks much better.
39948      Branch: perl
39949            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
39950            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
39951            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
39952            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
39953            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
39954            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
39955            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
39956            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
39957            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
39958            - lib/File/Glob/case.t lib/File/Glob/global.t
39959            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
39960            - lib/File/Temp/posix.t lib/File/Temp/security.t
39961            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
39962            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
39963            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
39964            - lib/Text/Wrap/wrap.t
39965            ! MANIFEST
39966 ____________________________________________________________________________
39967 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
39968         Log: Upgrade to I18N::LangTags 0.25.
39969      Branch: perl
39970            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
39971            ! lib/I18N/LangTags/List.pm
39972 ____________________________________________________________________________
39973 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
39974         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
39975              From: Richard Soderberg <rs@crystalflame.net>
39976              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
39977              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
39978      Branch: perl
39979            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
39980            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
39981 ____________________________________________________________________________
39982 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
39983         Log: Test obsoleted by change #10777.
39984      Branch: perl
39985            ! t/op/sub_lval.t
39986 ____________________________________________________________________________
39987 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
39988         Log: Case of confused test numbering.
39989      Branch: perl
39990            ! t/op/pat.t
39991 ____________________________________________________________________________
39992 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
39993         Log: Subject: Re: Opinion on undef lvalue
39994              From: Abhijit Menon-Sen <ams@wiw.org>
39995              Date: Sun, 17 Jun 2001 13:04:46 +0530
39996              Message-ID: <20010617130446.B27925@lustre.linux.in>
39997              
39998              Allow lvalue subs to return undef in array context.
39999      Branch: perl
40000            ! pp_hot.c
40001 ____________________________________________________________________________
40002 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
40003         Log: Just a guess that using the same hack for cygwin as
40004              for win32 might help.
40005      Branch: perl
40006            ! lib/File/Find/find.t
40007 ____________________________________________________________________________
40008 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
40009         Log: NetWare tweaks from Guruprasad.
40010      Branch: perl
40011            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
40012            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
40013            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
40014            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
40015 ____________________________________________________________________________
40016 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
40017         Log: Subject: Re: perl@10722: Bogus warnings on REs 
40018              From: Hugo <hv@crypt.compulink.co.uk>
40019              Date: Thu, 21 Jun 2001 09:51:17 +0100
40020              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
40021              
40022              Unroll to avoid a UTS compiler bug.
40023      Branch: perl
40024            ! regcomp.c
40025 ____________________________________________________________________________
40026 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
40027         Log: Subject: Re: [PATCH] Make /o work under i?threads
40028              From: Artur Bergman <artur@contiller.se>
40029              Date: Thu, 21 Jun 2001 14:38:03 +0200
40030              Message-ID: <B757B74A.184D%artur@contiller.se>
40031      Branch: perl
40032            ! t/op/pat.t
40033 ____________________________________________________________________________
40034 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
40035         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
40036              From: Artur Bergman <artur@contiller.se> 
40037              Date: Thu, 21 Jun 2001 14:27:33 +0200
40038              Message-ID: <B757B4D4.1849%artur@contiller.se>
40039              
40040              Plus extra parentheses.
40041      Branch: perl
40042            ! op.h
40043 ____________________________________________________________________________
40044 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
40045         Log: Subject: [PATCH] Make /o work under i?threads
40046              From: Richard Soderberg <rs@crystalflame.net>
40047              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
40048              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
40049      Branch: perl
40050            ! pp_ctl.c
40051 ____________________________________________________________________________
40052 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
40053         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
40054              From: Artur Bergman <artur@contiller.se>
40055              Date: Thu, 21 Jun 2001 14:04:54 +0200
40056              Message-ID: <B757AF86.1842%artur@contiller.se>
40057      Branch: perl
40058            ! op.h
40059 ____________________________________________________________________________
40060 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
40061         Log: Subject: Re: perl@10765: sv.c not OK on win32
40062              From: Artur Bergman <artur@contiller.se>
40063              Date: Thu, 21 Jun 2001 10:31:06 +0200
40064              Message-ID: <B7577D69.182C%artur@contiller.se>
40065      Branch: perl
40066            ! sv.c
40067 ____________________________________________________________________________
40068 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
40069         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
40070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40071              Date: Thu, 21 Jun 2001 06:23:56 -0400
40072              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
40073              
40074              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
40075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40076              Date: Thu, 21 Jun 2001 06:32:21 -0400
40077              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
40078      Branch: perl
40079            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
40080 ____________________________________________________________________________
40081 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
40082         Log: Subject: [PATCH] make syslog test more verbose
40083              From: Robert Spier <rspier@pobox.com>
40084              Date: Thu, 21 Jun 2001 00:54:32 -0400
40085              Message-ID: <15153.32264.295807.333073@rls.cx>
40086      Branch: perl
40087            ! ext/Sys/Syslog/syslog.t
40088 ____________________________________________________________________________
40089 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
40090         Log: Subject: op/study.t refinements
40091              From: Hugo <hv@crypt.compulink.co.uk>
40092              Date: Thu, 21 Jun 2001 00:29:07 +0100
40093              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
40094      Branch: perl
40095            ! t/op/study.t
40096 ____________________________________________________________________________
40097 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
40098         Log: Update Changes.
40099      Branch: perl
40100            ! Changes patchlevel.h
40101 ____________________________________________________________________________
40102 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
40103         Log: Subject: Re: [PATCH] djgpp updates
40104              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
40105              Date: Wed, 20 Jun 2001 10:05:15 +0200
40106              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
40107      Branch: perl
40108            ! djgpp/config.over
40109 ____________________________________________________________________________
40110 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
40111         Log: Fix for ID 20010619.002 "When building hash, hash keys that
40112              are function calls are not being called", from Abhijit.
40113      Branch: perl
40114            ! t/base/lex.t toke.c
40115 ____________________________________________________________________________
40116 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
40117         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
40118      Branch: perl
40119            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
40120            + lib/Locale/Maketext/test.pl
40121            - lib/Locale/Maketext.t
40122            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
40123            ! lib/Locale/Maketext/TPJ13.pod
40124 ____________________________________________________________________________
40125 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
40126         Log: Metaconfig unit change for #10760.
40127      Branch: metaconfig
40128            ! U/modified/Cppsym.U
40129 ____________________________________________________________________________
40130 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
40131         Log: Do not remove the ccsym* Cppsym* files since
40132              they are useful for metaconfig units coming after us.
40133              (This is the Configure nit mentioned in #10752.)
40134      Branch: perl
40135            ! Configure
40136 ____________________________________________________________________________
40137 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
40138         Log: Update to I18N::LangTags 0.24, from Sean Burke.
40139      Branch: perl
40140            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
40141            + lib/I18N/LangTags/README
40142            - lib/I18N/LangTags/List.pod
40143            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
40144 ____________________________________________________________________________
40145 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
40146         Log: Regen headers.
40147      Branch: perl
40148            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
40149            ! pod/perlapi.pod proto.h
40150 ____________________________________________________________________________
40151 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
40152         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
40153              From: Artur Bergman <artur@contiller.se>
40154              Date: Wed, 20 Jun 2001 11:31:32 +0200
40155              Message-ID: <B7563A14.17D8%artur@contiller.se>
40156      Branch: perl
40157            ! embed.pl hv.c intrpvar.h sv.c sv.h
40158 ____________________________________________________________________________
40159 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
40160         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
40161              From: Tim Sweetman <tim@aldigital.co.uk> 
40162              Date: Wed, 13 Jun 2001 14:25:17 +0100 
40163              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
40164      Branch: perl
40165            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
40166 ____________________________________________________________________________
40167 [ 10755] By: nick                                  on 2001/06/20  16:12:37
40168         Log: Integrate mainline
40169      Branch: perlio
40170           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
40171           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
40172           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
40173           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
40174           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
40175           !> t/op/study.t util.c
40176 ____________________________________________________________________________
40177 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
40178         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
40179              but not Makefile)
40180      Branch: maint-5.6/perl
40181            ! win32/Makefile
40182 ____________________________________________________________________________
40183 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
40184         Log: Security tweak on readlink().
40185      Branch: perl
40186            ! pp_sys.c
40187 ____________________________________________________________________________
40188 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
40189         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
40190      Branch: perl
40191            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
40192            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
40193            ! mpeix/relink t/op/pwent.t
40194 ____________________________________________________________________________
40195 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
40196         Log: Reinstate #10725 (with probe for alarm()).
40197      Branch: perl
40198            ! t/op/study.t
40199 ____________________________________________________________________________
40200 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
40201         Log: Replace our implementation of realpath() with OpenBSD's
40202              (src/lib/libc/stdlib/realpath.c 1.4).
40203      Branch: perl
40204            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
40205            ! pod/perldiag.pod proto.h util.c
40206 ____________________________________________________________________________
40207 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
40208         Log: Integrate perlio.
40209      Branch: perl
40210           !> perlio.c
40211 ____________________________________________________________________________
40212 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
40213         Log: No point in going into memory-saving contortions
40214              with getcwd() since there's a danger of buffer overflow.
40215              Also make the POSIX extension to use sv_getcwd().
40216              Finally, a missed proto.h fragment.
40217      Branch: perl
40218            ! ext/POSIX/POSIX.xs proto.h util.c
40219 ____________________________________________________________________________
40220 [ 10747] By: nick                                  on 2001/06/20  12:38:26
40221         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
40222      Branch: perlio
40223            ! perlio.c
40224 ____________________________________________________________________________
40225 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
40226         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
40227              From: Graham Barr <gbarr@pobox.com>
40228              Date: Wed, 20 Jun 2001 11:05:49 +0100
40229              Message-ID: <20010620110549.I19188@pobox.com>
40230              
40231              reported in        
40232              
40233              Subject: Bug in IO::Socket::INET module (repeat)
40234              From: "Harmon S. Nine" <hnine@netarx.com>
40235              Date: Tue, 19 Jun 2001 09:41:35 -0400
40236              Message-ID: <3B2F568F.8080605@netarx.com>
40237              
40238              The bug was that the IO::Socket::INET constructor
40239              did not allow a 'LocalPort' of 0.
40240      Branch: perl
40241            ! ext/IO/lib/IO/Socket/INET.pm
40242 ____________________________________________________________________________
40243 [ 10745] By: nick                                  on 2001/06/20  08:56:39
40244         Log: Integrate mainline.
40245      Branch: perlio
40246           !> (integrate 37 files)
40247 ____________________________________________________________________________
40248 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
40249         Log: After some reading I don't think we can blindly
40250              use systems' realpath().  Too many security problems,
40251              too many buggy implementations.
40252              
40253              TODO: the realpath() emulation code in util.c doesn't
40254              seem fully operational?  (readlink(), for example?)
40255      Branch: perl
40256            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
40257            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
40258            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
40259            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
40260            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
40261            ! win32/config_H.gc win32/config_H.vc
40262 ____________________________________________________________________________
40263 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
40264         Log: Metaconfig unit change for #10738.
40265      Branch: metaconfig
40266            ! U/compline/d_gconvert.U
40267 ____________________________________________________________________________
40268 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
40269         Log: Integrate change #10739 from maintperl:
40270              
40271              C<eval "/x$\r\n/x"> fails to compile correctly 
40272      Branch: perl
40273           !> t/op/pat.t toke.c
40274 ____________________________________________________________________________
40275 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
40276         Log: Retract #10725 (Hugo asked NOT to apply the patch)
40277      Branch: perl
40278            ! t/op/study.t
40279 ____________________________________________________________________________
40280 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
40281         Log: The test.third results were funnily named because of the
40282              new test scheme.
40283      Branch: perl
40284            ! t/TEST
40285 ____________________________________________________________________________
40286 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
40287         Log: C<eval "/x$\r\n/x"> fails to compile correctly
40288      Branch: maint-5.6/perl
40289            ! t/op/pat.t toke.c
40290 ____________________________________________________________________________
40291 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
40292         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
40293              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40294              Date: Tue, 19 Jun 2001 19:15:40 -0400
40295              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
40296              
40297              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
40298              because "1e+129" being expected but "1.e+129" being returned.
40299              The culprit (at least in Tru64) is the use of gcvt().
40300      Branch: perl
40301            ! Configure
40302 ____________________________________________________________________________
40303 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
40304         Log: Subject: [PATCH perl@10722] test hunting on VMS
40305              From: "Craig A. Berry" <craigberry@mac.com>
40306              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
40307              Date: Tue, 19 Jun 2001 18:59:01 -0500
40308      Branch: perl
40309            ! vms/test.com
40310 ____________________________________________________________________________
40311 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
40312         Log: Subject: [PATCH] s/typos//
40313              From: Abhijit Menon-Sen <ams@wiw.org>
40314              Date: Wed, 20 Jun 2001 02:15:02 +0530
40315              Message-ID: <20010620021502.A14541@lustre.linux.in>
40316              
40317              Without the op.h s/bearword/bareword/ hunk, see
40318              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
40319      Branch: perl
40320            ! util.c
40321 ____________________________________________________________________________
40322 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
40323         Log: Metaconfig unit change for #10732 and #10733.
40324      Branch: metaconfig/U/perl
40325            ! fflushall.U
40326 ____________________________________________________________________________
40327 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
40328         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
40329              From: "Craig A. Berry" <craigberry@mac.com>
40330              Date: Tue, 19 Jun 2001 17:19:48 -0500
40331              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
40332      Branch: perl
40333            ! configure.com vms/descrip_mms.template
40334 ____________________________________________________________________________
40335 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
40336         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
40337              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40338              Date: Tue, 19 Jun 2001 16:48:07 -0400
40339              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
40340              
40341              Further fixes to fflush(NULL) detection.
40342      Branch: perl
40343            ! Configure
40344 ____________________________________________________________________________
40345 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
40346         Log: AIX test -s hangs with non-existent files?
40347              (A genuine logic bug in Configure, but AIX also broken?)
40348      Branch: perl
40349            ! Configure
40350 ____________________________________________________________________________
40351 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
40352         Log: AUTHORS updates.
40353      Branch: perl
40354            ! AUTHORS
40355 ____________________________________________________________________________
40356 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
40357         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
40358              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40359              Date: Tue, 19 Jun 2001 15:33:25 -0400
40360              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
40361      Branch: perl
40362            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
40363            ! t/lib/warnings/pp
40364 ____________________________________________________________________________
40365 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
40366         Log: Integrate perlio.
40367      Branch: perl
40368           !> lib/File/Find/find.t win32/distclean.bat
40369 ____________________________________________________________________________
40370 [ 10728] By: nick                                  on 2001/06/19  18:24:53
40371         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
40372      Branch: perlio
40373            ! lib/File/Find/find.t win32/distclean.bat
40374 ____________________________________________________________________________
40375 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
40376         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
40377              also add information how to find out whether one has PerlIO.
40378      Branch: perl
40379            ! pod/perlfunc.pod
40380 ____________________________________________________________________________
40381 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
40382         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
40383              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
40384              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
40385              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
40386      Branch: perl
40387            ! pod/perlfunc.pod
40388 ____________________________________________________________________________
40389 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
40390         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
40391              From: Hugo <hv@crypt.compulink.co.uk>
40392              Date: Tue, 19 Jun 2001 12:37:30 +0100
40393              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
40394      Branch: perl
40395            ! t/op/study.t
40396 ____________________________________________________________________________
40397 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
40398         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
40399              From: Hugo <hv@crypt.compulink.co.uk>
40400              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
40401              Date: Tue, 19 Jun 2001 13:15:17 +0100
40402      Branch: perl
40403            ! util.c
40404 ____________________________________________________________________________
40405 [ 10723] By: nick                                  on 2001/06/19  14:46:15
40406         Log: Integrate mainline
40407      Branch: perlio
40408           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
40409           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
40410           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
40411           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
40412           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
40413           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
40414            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
40415            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
40416            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
40417            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
40418            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
40419            - ext/Thread/unsync4.t
40420           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
40421           !> djgpp/config.over djgpp/fixpmain
40422           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
40423           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
40424           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
40425 ____________________________________________________________________________
40426 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
40427         Log: Update Changes.
40428      Branch: perl
40429            ! Changes patchlevel.h
40430 ____________________________________________________________________________
40431 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
40432         Log: The existence shall be MANIFESted.
40433      Branch: perl
40434            ! MANIFEST
40435 ____________________________________________________________________________
40436 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
40437         Log: The old libnet.cfg is first searched from the current directory,
40438              only then from the module path.
40439      Branch: perl
40440            ! utils/libnetcfg.PL
40441 ____________________________________________________________________________
40442 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
40443         Log: NetWare tweaks from Guruprasad.
40444      Branch: perl
40445            ! NetWare/Makefile NetWare/config.wc
40446 ____________________________________________________________________________
40447 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
40448         Log: Subject: [PATCH] djgpp updates
40449              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
40450              Date: Tue, 19 Jun 2001 10:59:06 +0200
40451              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
40452      Branch: perl
40453            ! djgpp/config.over djgpp/fixpmain
40454 ____________________________________________________________________________
40455 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
40456         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
40457              From: Prymmer/Kahn <pvhp@best.com>
40458              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
40459              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
40460      Branch: perl
40461            ! win32/Makefile
40462 ____________________________________________________________________________
40463 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
40464         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
40465              to happen right after the inclusion of <inttypes.h>,
40466              from Edward Moy.
40467      Branch: perl
40468            ! handy.h perl.h
40469 ____________________________________________________________________________
40470 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
40471         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
40472              From: Doug MacEachern <dougm@covalent.net>
40473              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
40474              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
40475      Branch: perl
40476            ! ext/DynaLoader/DynaLoader_pm.PL
40477 ____________________________________________________________________________
40478 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
40479         Log: Revert #10656 for performance reasons but leave in the
40480              use of Hv*() macros -- in comments, so that grepping the
40481              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
40482              suggested by Sarathy, also by Abhijit.)
40483      Branch: perl
40484            ! hv.c
40485 ____________________________________________________________________________
40486 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
40487         Log: Subject: [patch] .s MakeMaker suffix
40488              From: Doug MacEachern <dougm@covalent.net>
40489              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
40490              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
40491      Branch: perl
40492            ! lib/ExtUtils/MM_Unix.pm
40493 ____________________________________________________________________________
40494 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
40495         Log: One test lost in the big shuffle restored.
40496      Branch: perl
40497            + ext/IPC/SysV/ipcsysv.t
40498            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
40499 ____________________________________________________________________________
40500 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
40501         Log: Rename the old non-standard threads tests so that
40502              they won't be invoked.
40503      Branch: perl
40504            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
40505            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
40506            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
40507            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
40508            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
40509            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
40510            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
40511            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
40512            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
40513            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
40514            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
40515            - ext/Thread/unsync4.t
40516            ! MANIFEST
40517 ____________________________________________________________________________
40518 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
40519         Log: Integrate perlio.
40520      Branch: perl
40521           !> win32/config_sh.PL
40522 ____________________________________________________________________________
40523 [ 10709] By: nick                                  on 2001/06/19  08:18:18
40524         Log: Integrate mainline
40525      Branch: perlio
40526           +> (branch 40 files)
40527            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
40528            - lib/strict/subs lib/strict/vars lib/warnings/1global
40529            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
40530            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
40531            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
40532            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
40533            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
40534            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
40535            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
40536            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
40537            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
40538            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
40539            - lib/warnings/utf8 lib/warnings/util
40540           !> (integrate 57 files)
40541 ____________________________________________________________________________
40542 [ 10708] By: nick                                  on 2001/06/19  07:57:10
40543         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
40544      Branch: perlio
40545            ! win32/config_sh.PL
40546 ____________________________________________________________________________
40547 [ 10707] By: nick                                  on 2001/06/19  07:05:07
40548         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
40549      Branch: perl
40550            ! perly.c perly.y perly_c.diff vms/perly_c.vms
40551 ____________________________________________________________________________
40552 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
40553         Log: More perl572delta tweaks.
40554      Branch: perl
40555            ! pod/perl572delta.pod
40556 ____________________________________________________________________________
40557 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
40558         Log: Update perl572delta.
40559      Branch: perl
40560            ! pod/perl572delta.pod
40561 ____________________________________________________________________________
40562 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
40563         Log: VOS updates from Paul Green.
40564      Branch: perl
40565            ! vos/Changes vos/build.cm vos/perl.bind
40566 ____________________________________________________________________________
40567 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
40568         Log: Update the vos/config.*.* files.
40569      Branch: perl
40570            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40571            ! vos/config.ga.h
40572 ____________________________________________________________________________
40573 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
40574         Log: Add a makefile for more painless adding of symbols to the
40575              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
40576              takes care of the adding)
40577      Branch: perl
40578            + vos/Makefile
40579 ____________________________________________________________________________
40580 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
40581         Log: Make libnetcfg by default display the libnet configuration,
40582              -c to change, add -i for old config, document all options,
40583              regen toc.
40584      Branch: perl
40585            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
40586 ____________________________________________________________________________
40587 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
40588         Log: gcc -Wall sweep.
40589      Branch: perl
40590            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
40591 ____________________________________________________________________________
40592 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
40593         Log: So there.
40594      Branch: perl
40595            ! universal.c
40596 ____________________________________________________________________________
40597 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
40598         Log: Document the need for sv_printify().
40599              
40600              Document that 'use utf8' has been considered.
40601              
40602              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
40603      Branch: perl
40604            ! pod/perltodo.pod universal.c
40605 ____________________________________________________________________________
40606 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
40607         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
40608              From: Nicholas Clark <nick@ccl4.org>
40609              Date: Mon, 18 Jun 2001 23:29:23 +0100
40610              Message-ID: <20010618232923.I98663@plum.flirble.org>
40611      Branch: perl
40612            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
40613            ! ext/Sys/Syslog/Makefile.PL
40614 ____________________________________________________________________________
40615 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
40616         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
40617              From: Scott.L.Miller@Compaq.com
40618              Date: Mon, 18 Jun 2001 10:12:27 -0500
40619              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
40620      Branch: perl
40621            ! lib/perl5db.pl pod/perldebug.pod
40622 ____________________________________________________________________________
40623 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
40624         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
40625              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
40626              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
40627              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
40628      Branch: perl
40629            ! lib/Carp/Heavy.pm
40630 ____________________________________________________________________________
40631 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
40632         Log: Subject: [PATCH] Documentation changes for CLONE
40633              From: Artur Bergman <artur@contiller.se>
40634              Date: Mon, 18 Jun 2001 22:06:37 +0200
40635              Message-ID: <B7542BEC.1719%artur@contiller.se>
40636      Branch: perl
40637            ! pod/perlmod.pod pod/perlsub.pod
40638 ____________________________________________________________________________
40639 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
40640         Log: Subject: Re: configure.com
40641              From: "Craig A. Berry" <craigberry@mac.com>
40642              Date: Mon, 18 Jun 2001 16:04:38 -0500
40643              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
40644      Branch: perl
40645            ! configure.com
40646 ____________________________________________________________________________
40647 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
40648         Log: Subject: PL_nullstash + perl_clone()
40649              From: Doug MacEachern <dougm@covalent.net>
40650              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
40651              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
40652      Branch: perl
40653            ! sv.c
40654 ____________________________________________________________________________
40655 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
40656         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
40657              From: davem@fdgroup.co.uk
40658              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
40659              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
40660      Branch: perl
40661            ! embed.pl pod/perlapi.pod
40662 ____________________________________________________________________________
40663 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
40664         Log: More cross-compilation defaults gleaned from -Dcc
40665              if it is CPU-OS-gcc.
40666      Branch: metaconfig
40667            ! U/modified/libc.U
40668      Branch: metaconfig/U/perl
40669            ! Cross.U
40670      Branch: perl
40671            ! Configure INSTALL
40672 ____________________________________________________________________________
40673 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
40674         Log: Update Changes.
40675      Branch: perl
40676            ! Changes patchlevel.h
40677 ____________________________________________________________________________
40678 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
40679         Log: Subject: [PATCH 5.7.1] sv.c documentation
40680              From: davem@fdgroup.co.uk
40681              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
40682              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
40683      Branch: perl
40684            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
40685            ! sv.c sv.h
40686 ____________________________________________________________________________
40687 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
40688         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
40689              From: "Jon Gunnip" <jongunnip@hotmail.com>
40690              Date: Sun, 17 Jun 2001 18:24:29 -0400
40691              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
40692      Branch: perl
40693            ! pod/perlvar.pod
40694 ____________________________________________________________________________
40695 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
40696         Log: Move the locale/strict/warnings helper files back
40697              under the t/lib; this way the amount of non-installabled
40698              stuff under lib/ stays smaller.
40699      Branch: perl
40700            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
40701            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
40702            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
40703            + t/lib/warnings/5nolint t/lib/warnings/6default
40704            + t/lib/warnings/7fatal t/lib/warnings/8signal
40705            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
40706            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
40707            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
40708            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
40709            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
40710            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
40711            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
40712            + t/lib/warnings/taint t/lib/warnings/toke
40713            + t/lib/warnings/universal t/lib/warnings/utf8
40714            + t/lib/warnings/util
40715            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
40716            - lib/strict/subs lib/strict/vars lib/warnings/1global
40717            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
40718            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
40719            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
40720            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
40721            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
40722            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
40723            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
40724            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
40725            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
40726            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
40727            - lib/warnings/utf8 lib/warnings/util
40728            ! MANIFEST installperl lib/locale.t lib/strict.t
40729 ____________________________________________________________________________
40730 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
40731         Log: Split off the pack/unpack code, from Nicholas Clark.
40732      Branch: perl
40733            + pp_pack.c
40734            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
40735            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
40736            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40737 ____________________________________________________________________________
40738 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
40739         Log: Guard the SysV IPC tests against being invoked in
40740              SysV-IPC-less places.
40741      Branch: perl
40742            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
40743 ____________________________________________________________________________
40744 [ 10683] By: nick                                  on 2001/06/18  12:24:42
40745         Log: Integrate mainline (new test scheme now ok on Linux).
40746      Branch: perlio
40747           +> lib/warnings.t
40748           !> dump.c sv.c
40749 ____________________________________________________________________________
40750 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
40751         Log: Add the locale.c and numeric.c to the microperl sources.
40752      Branch: perl
40753            ! Makefile.micro win32/Makefile
40754 ____________________________________________________________________________
40755 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
40756         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
40757              From: Abhijit Menon-Sen <ams@wiw.org>
40758              Date: Mon, 18 Jun 2001 14:23:44 +0530
40759              Message-ID: <20010618142344.A13136@lustre.linux.in>
40760      Branch: perl
40761            ! dump.c
40762 ____________________________________________________________________________
40763 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
40764         Log: Subject: Re: [PATCH] more anonymous stash cleanups
40765              From: Abhijit Menon-Sen <ams@wiw.org>
40766              Date: Mon, 18 Jun 2001 15:50:32 +0530
40767              Message-ID: <20010618155032.A13223@lustre.linux.in>
40768              
40769              Plus the comment left in as suggested by NI-S.
40770      Branch: perl
40771            ! sv.c
40772 ____________________________________________________________________________
40773 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
40774         Log: One missed file.
40775      Branch: perl
40776            + lib/warnings.t
40777 ____________________________________________________________________________
40778 [ 10678] By: nick                                  on 2001/06/18  08:05:29
40779         Log: Integrate mainline (part2 - the deletes)
40780      Branch: perlio
40781            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
40782            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
40783            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
40784            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
40785            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
40786            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
40787            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
40788            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
40789            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
40790            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
40791            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
40792 ____________________________________________________________________________
40793 [ 10677] By: nick                                  on 2001/06/18  08:04:44
40794         Log: Integrate mainline (part1)
40795      Branch: perlio
40796           +> (branch 376 files)
40797            - (delete 219 files)
40798           !> (integrate 151 files)
40799 ____________________________________________________________________________
40800 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
40801         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
40802              No doubt I made some mistakes like missed some files or
40803              misnamed some files.  The naming rules were more or less:
40804              (1) if the module is from CPAN, follows its ways, be it
40805              t/*.t or test.pl.
40806              (2) otherwise if there are multiple tests for a module
40807              put them in a t/
40808              (3) otherwise if there's only one test put it in Module.t
40809              (4) helper files go to module/ (locale, strict, warnings)
40810              (5) use longer filenames now that we can (but e.g. the
40811              compat-0.6.t and the Text::Balanced test files still
40812              were renamed to be more civil against the 8.3 people)
40813              installperl was updated appropriately not to install the
40814              *.t files or the help files from under lib.
40815              
40816              TODO: some helper files still remain under t/ that could
40817              follow their 'masters'.  UPDATE: On second thoughts, why
40818              should they.  They can continue to live under t/lib, and
40819              in fact the locale/strict/warnings helpers that were moved
40820              could be moved back.  This way the amount of non-installable
40821              stuff under lib/ stays smaller.
40822      Branch: perl
40823            + (add 253 files)
40824            - (delete 254 files)
40825            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
40826 ____________________________________________________________________________
40827 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
40828         Log: The warning no more comes from util.c, it comes from numeric.c.
40829      Branch: perl
40830            ! README.tru64
40831 ____________________________________________________________________________
40832 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
40833         Log: Subject: Re: anyone good at casting spells?
40834              From: Spider Boardman <spider@Orb.Nashua.NH.US>
40835              Date: Sun, 17 Jun 2001 21:21:04 -0400
40836              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
40837      Branch: perl
40838            ! ext/POSIX/POSIX.xs hv.h
40839 ____________________________________________________________________________
40840 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
40841         Log: Protect the (original) thread tests against testing if no 5.005
40842              threads have been configured.
40843      Branch: perl
40844            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
40845            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
40846            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
40847            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
40848            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
40849            ! ext/Thread/unsync4.t
40850 ____________________________________________________________________________
40851 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
40852         Log: Try the new test scanning scheme on Text::Abbrev.
40853      Branch: perl
40854            + lib/Text/Abbrev.t
40855            - lib/Text/Abbrev/t/abbrev.t
40856            ! MANIFEST
40857 ____________________________________________________________________________
40858 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
40859         Log: Change the scan policy of the *.t and test.pl files,
40860              now the *.t do not need to live in a t/ directory.
40861      Branch: perl
40862            ! t/TEST t/harness
40863 ____________________________________________________________________________
40864 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
40865         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
40866              From: Ilmari Karonen <iltzu@sci.fi>
40867              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
40868              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
40869      Branch: perl
40870            ! pod/perlfaq7.pod
40871 ____________________________________________________________________________
40872 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
40873         Log: Quench the warnings from Tru64; the HP-UX is still
40874              broken because it really, REALLY, doesn't like the
40875              HvARRAY() being lvalue:
40876              
40877              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
40878              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
40879      Branch: perl
40880            ! hv.c
40881 ____________________________________________________________________________
40882 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
40883         Log: Integrate change #10667 from maintperl:
40884              
40885              change#10449 broke the special-case that makes lexicals inside the
40886              eval"" within DB::DB() visible
40887      Branch: perl
40888           !> op.c
40889 ____________________________________________________________________________
40890 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
40891         Log: change#10449 broke the special-case that makes lexicals inside the
40892              eval"" within DB::DB() visible
40893      Branch: maint-5.6/perl
40894            ! op.c
40895 ____________________________________________________________________________
40896 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
40897         Log: Still spurious output; indent the code a bit.
40898              
40899              TODO1: separate the utility functions like MkDir
40900              into a helper script?
40901              
40902              TODO2: I see a lot of repetition in the filepath()
40903              and dirpath() calls.
40904      Branch: perl
40905            ! t/lib/filefind.t t/lib/findtaint.t
40906 ____________________________________________________________________________
40907 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
40908         Log: Regen modlib, toc.
40909      Branch: perl
40910            ! pod/perlmodlib.pod pod/perltoc.pod
40911 ____________________________________________________________________________
40912 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
40913         Log: Add libnetcfg to perlutil.
40914      Branch: perl
40915            ! pod/perlutil.pod
40916 ____________________________________________________________________________
40917 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
40918         Log: Initial integration of libnet-1.0703.
40919              The Configure script renamed as libnetcfg, will be
40920              installed along other utilities.
40921      Branch: perl
40922            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
40923            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
40924            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
40925            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
40926            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
40927            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
40928            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
40929            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
40930            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
40931            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
40932            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
40933            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
40934            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
40935            + utils/libnetcfg.PL
40936            ! MANIFEST utils.lst utils/Makefile
40937 ____________________________________________________________________________
40938 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
40939         Log: Less potentially test-harness-confusing output.
40940      Branch: perl
40941            ! lib/Memoize/t/expire_module_t.t
40942 ____________________________________________________________________________
40943 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
40944         Log: The final print annoys make test.
40945      Branch: perl
40946            ! t/lib/filefind.t t/lib/findtaint.t
40947 ____________________________________________________________________________
40948 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
40949         Log: Add an option for handling dangling symbolic links.
40950      Branch: perl
40951            ! lib/File/Find.pm t/lib/filefind.t
40952 ____________________________________________________________________________
40953 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
40954         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
40955              From: Thomas Wegner <wegner_thomas@yahoo.com>
40956              Date: Sun, 17 Jun 2001 14:43:11 +0200
40957              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
40958      Branch: perl
40959            + t/lib/findtaint.t
40960            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
40961 ____________________________________________________________________________
40962 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
40963         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
40964              From: Jonathan Stowe <gellyfish@gellyfish.com>
40965              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
40966              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
40967      Branch: perl
40968            ! lib/ExtUtils/MM_Unix.pm
40969 ____________________________________________________________________________
40970 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
40971         Log: Subject: [PATCH] more anonymous stash cleanups
40972              From: Abhijit Menon-Sen <ams@wiw.org>
40973              Date: Sun, 17 Jun 2001 11:44:06 +0530
40974              Message-ID: <20010617114406.A25203@lustre.linux.in>
40975      Branch: perl
40976            ! op.c
40977 ____________________________________________________________________________
40978 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
40979         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
40980              From: Abhijit Menon-Sen <ams@wiw.org>
40981              Date: Sun, 17 Jun 2001 08:02:59 +0530
40982              Message-ID: <20010617080259.A28776@lustre.linux.in>
40983              
40984              Subject: [PATCH #2/7] xhv_eiter
40985              From: Abhijit Menon-Sen <ams@wiw.org>
40986              Date: Sun, 17 Jun 2001 08:13:18 +0530
40987              Message-ID: <20010617081318.B28776@lustre.linux.in>
40988              
40989              Subject: [PATCH #3/7] xhv_fill
40990              From: Abhijit Menon-Sen <ams@wiw.org>
40991              Date: Sun, 17 Jun 2001 08:25:16 +0530
40992              Message-ID: <20010617082516.C28776@lustre.linux.in>
40993              
40994              Subject: [PATCH #4/7] xhv_keys
40995              From: Abhijit Menon-Sen <ams@wiw.org>
40996              Date: Sun, 17 Jun 2001 08:36:17 +0530
40997              Message-ID: <20010617083617.D28776@lustre.linux.in>
40998              
40999              Subject: [PATCH #5/7] xhv_max
41000              From: Abhijit Menon-Sen <ams@wiw.org>
41001              Date: Sun, 17 Jun 2001 08:39:48 +0530
41002              Message-ID: <20010617083948.E28776@lustre.linux.in>
41003              
41004              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
41005              From: Abhijit Menon-Sen <ams@wiw.org>
41006              Date: Sun, 17 Jun 2001 08:51:11 +0530
41007              Message-ID: <20010617085111.F28776@lustre.linux.in>
41008      Branch: perl
41009            ! hv.c
41010 ____________________________________________________________________________
41011 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
41012         Log: Update Changes.
41013      Branch: perl
41014            ! Changes patchlevel.h
41015 ____________________________________________________________________________
41016 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
41017         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
41018              From: Abhijit Menon-Sen <ams@wiw.org>
41019              Date: Sat, 16 Jun 2001 07:41:19 +0530
41020              Message-ID: <20010616074119.A24720@lustre.linux.in>
41021      Branch: perl
41022            ! hv.c perl.c vms/vmsish.h win32/win32.h
41023 ____________________________________________________________________________
41024 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
41025         Log: Document tests failing when threaded, since we now have more.
41026      Branch: perl
41027            ! pod/perl572delta.pod
41028 ____________________________________________________________________________
41029 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
41030         Log: -Wall cleanup.
41031      Branch: perl
41032            ! ext/Thread/Thread.xs
41033 ____________________________________________________________________________
41034 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
41035         Log: pthread_attr_setstacksize() isn't absolutely necessary
41036              to call, only iff THREAD_CREATE_NEEDS_STACK.
41037      Branch: perl
41038            ! ext/Thread/Thread.xs
41039 ____________________________________________________________________________
41040 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
41041         Log: -Wall strays.
41042      Branch: perl
41043            ! perl.c util.c
41044 ____________________________________________________________________________
41045 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
41046         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
41047              (and INT64_MIN) brokenness.
41048      Branch: perl
41049            ! hints/darwin.sh perl.h
41050 ____________________________________________________________________________
41051 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
41052         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
41053              From: Nicholas Clark <nick@ccl4.org>
41054              Date: Sun, 17 Jun 2001 00:16:05 +0100
41055              Message-ID: <20010617001605.V98663@plum.flirble.org>
41056      Branch: perl
41057            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
41058            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
41059            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41060 ____________________________________________________________________________
41061 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
41062         Log: Add perlnetware to docs; regen toc; supply skeleton
41063              docs for some Memoize submodules.
41064      Branch: perl
41065            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
41066            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
41067            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
41068            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
41069            ! win32/Makefile win32/makefile.mk
41070 ____________________________________________________________________________
41071 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
41072         Log: pod cleanup.
41073      Branch: perl
41074            ! README.netware
41075 ____________________________________________________________________________
41076 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
41077         Log: Integrate Memoize 0.64.  Few tweaks were required in
41078              the test scripts.  Note that the speed and expire*
41079              tests take several dozen seconds to run.
41080      Branch: perl
41081            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41082            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
41083            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
41084            + lib/Memoize/README lib/Memoize/SDBM_File.pm
41085            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
41086            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
41087            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
41088            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
41089            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
41090            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
41091            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
41092            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
41093            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
41094            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
41095            ! MANIFEST t/lib/1_compile.t
41096 ____________________________________________________________________________
41097 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
41098         Log: Document the cross-compilation options.
41099      Branch: perl
41100            ! Cross/README INSTALL
41101 ____________________________________________________________________________
41102 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
41103         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
41104      Branch: perl
41105            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
41106            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
41107            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
41108            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
41109            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
41110            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
41111            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
41112            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
41113            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
41114            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
41115            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
41116            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
41117            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
41118            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
41119            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
41120            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
41121            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
41122            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
41123            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
41124            + lib/ExtUtils/MM_NW5.pm
41125            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
41126            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
41127            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
41128            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
41129            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
41130            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
41131            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
41132            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
41133            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
41134            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
41135            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
41136            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
41137            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
41138            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
41139            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
41140            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
41141            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
41142            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
41143            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
41144            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
41145            ! util.h x2p/a2py.c
41146 ____________________________________________________________________________
41147 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
41148         Log: Resort MANIFEST.
41149      Branch: perl
41150            ! MANIFEST
41151 ____________________________________________________________________________
41152 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
41153         Log: Integrate perlio.
41154      Branch: perl
41155           +> win32/win32io.c
41156           !> MANIFEST perlio.c perliol.h win32/makefile.mk
41157 ____________________________________________________________________________
41158 [ 10640] By: nick                                  on 2001/06/16  18:38:31
41159         Log: Disable :win32 layer as default till I get it working
41160      Branch: perlio
41161            ! MANIFEST perlio.c
41162 ____________________________________________________________________________
41163 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
41164         Log: Try the new scheme by moving the Text::Abbrev test
41165              to a new place under lib.
41166      Branch: perl
41167            + lib/Text/Abbrev/t/abbrev.t
41168            - t/lib/abbrev.t
41169            ! MANIFEST
41170 ____________________________________________________________________________
41171 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
41172         Log: Make the code even more dynamical so that testname
41173              suffix length can change.
41174      Branch: perl
41175            ! lib/Test/Harness.pm t/TEST
41176 ____________________________________________________________________________
41177 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
41178         Log: Allow for deeper t/ and also a single test.pl.
41179      Branch: perl
41180            ! t/TEST t/harness
41181 ____________________________________________________________________________
41182 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
41183         Log: #define fix from Nicholas Clark.
41184      Branch: perl
41185            ! ext/POSIX/POSIX.xs
41186 ____________________________________________________________________________
41187 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
41188         Log: Initialization is nice.
41189      Branch: perl
41190            ! lib/Test/Harness.pm
41191 ____________________________________________________________________________
41192 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
41193         Log: Make t/TEST and t/harness to test also the t/ tests
41194              under the main lib/ and ext/ directories.  Fix Test::Harness
41195              to dynamically change the width of its "foo/bar....ok" output.
41196      Branch: perl
41197            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
41198 ____________________________________________________________________________
41199 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
41200         Log: Subject: [PATCH] Re: perl@10611 
41201              From: Nicholas Clark <nick@ccl4.org>
41202              Date: Sat, 16 Jun 2001 16:52:47 +0100
41203              Message-ID: <20010616165247.O98663@plum.flirble.org>
41204              
41205              The .xs parts, too.
41206      Branch: perl
41207            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
41208            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
41209 ____________________________________________________________________________
41210 [ 10632] By: nick                                  on 2001/06/16  16:44:35
41211         Log: Work-in-progress win32 layer semi-functional, checking 
41212              for UNIX breakage.
41213      Branch: perlio
41214            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
41215 ____________________________________________________________________________
41216 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
41217         Log: Subject: [PATCH] Re: perl@10611 
41218              From: Nicholas Clark <nick@ccl4.org>
41219              Date: Sat, 16 Jun 2001 16:52:47 +0100
41220              Message-ID: <20010616165247.O98663@plum.flirble.org>
41221      Branch: perl
41222            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
41223            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
41224            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
41225            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
41226            ! lib/ExtUtils/Constant.pm
41227 ____________________________________________________________________________
41228 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
41229         Log: Metaconfig unit change for #10629.
41230      Branch: metaconfig
41231            ! U/modified/Finish.U
41232 ____________________________________________________________________________
41233 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
41234         Log: The extraction changed directories.
41235      Branch: perl
41236            ! Configure
41237 ____________________________________________________________________________
41238 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
41239         Log: Math::BigInt 1.35 from Tels.
41240      Branch: perl
41241            + t/lib/mbimbf.t
41242            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41243            ! t/lib/bigfltpm.t t/lib/bigintpm.t
41244 ____________________________________________________________________________
41245 [ 10627] By: nick                                  on 2001/06/16  14:54:52
41246         Log: Work in progress UNIX-side edit of win32 PerLIO layer
41247      Branch: perlio
41248            + win32/win32io.c
41249            ! perlio.c win32/makefile.mk
41250 ____________________________________________________________________________
41251 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
41252         Log: Subject: [PATCH 5.6.1] os2/diff-configure
41253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41254              Date: Fri, 15 Jun 2001 01:19:36 -0400
41255              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
41256              
41257              Empty all of it because I think #10624 made even the
41258              last patch hunk unnecessary.
41259      Branch: perl
41260            ! os2/diff.configure
41261 ____________________________________________________________________________
41262 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
41263         Log: Metaconfig unit change for 10624.
41264      Branch: metaconfig
41265            ! U/modified/libc.U
41266      Branch: perl
41267            ! config_h.SH
41268 ____________________________________________________________________________
41269 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
41270         Log: Move the initialization of libnames to the beginning so
41271              that can one 'seed' it (as OS/2 does.)
41272      Branch: perl
41273            ! Configure
41274 ____________________________________________________________________________
41275 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
41276         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
41277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41278              Date: Fri, 15 Jun 2001 19:10:57 -0400
41279              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
41280      Branch: perl
41281            ! os2/OS2/REXX/DLL/DLL.pm
41282 ____________________________________________________________________________
41283 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
41284         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
41285              From: "Craig A. Berry" <craigberry@mac.com>
41286              Date: Fri, 15 Jun 2001 17:00:03 -0500
41287              Message-Id: <a05101007b750342599be@[172.16.52.1]>
41288      Branch: perl
41289            ! vms/descrip_mms.template
41290 ____________________________________________________________________________
41291 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
41292         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
41293              From: "Craig A. Berry" <craigberry@mac.com>
41294              Date: Fri, 15 Jun 2001 18:39:42 -0500
41295              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
41296      Branch: perl
41297            ! lib/File/Spec/VMS.pm t/lib/extutils.t
41298 ____________________________________________________________________________
41299 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
41300         Log: Integrate perlio.
41301      Branch: perl
41302           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
41303           !> t/io/utf8.t t/lib/io_scalar.t
41304 ____________________________________________________________________________
41305 [ 10619] By: nick                                  on 2001/06/15  21:05:19
41306         Log: Generated files
41307      Branch: perlio
41308            ! embed.h proto.h
41309 ____________________________________________________________________________
41310 [ 10618] By: nick                                  on 2001/06/15  20:27:42
41311         Log: Fix open.pm to work via XS-implemented method calls rather
41312              than *open::layers variables which caused all the HV/AV hassle.
41313      Branch: perlio
41314            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
41315            ! t/lib/io_scalar.t
41316 ____________________________________________________________________________
41317 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
41318         Log: Integrate perlio.
41319      Branch: perl
41320           !> lib/ExtUtils/Constant.pm
41321 ____________________________________________________________________________
41322 [ 10616] By: nick                                  on 2001/06/15  18:46:47
41323         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
41324      Branch: perlio
41325            ! lib/ExtUtils/Constant.pm
41326 ____________________________________________________________________________
41327 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
41328         Log: Integrate perlio.
41329      Branch: perl
41330           !> ext/Socket/Socket.xs
41331 ____________________________________________________________________________
41332 [ 10614] By: nick                                  on 2001/06/15  18:33:37
41333         Log: MULTIPLICITY fix for Socket.xs
41334      Branch: perlio
41335            ! ext/Socket/Socket.xs
41336 ____________________________________________________________________________
41337 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
41338         Log: Subject: Re: perl@10611
41339              From: Doug MacEachern <dougm@covalent.net>
41340              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
41341              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
41342      Branch: perl
41343            ! ext/Socket/Socket.xs
41344 ____________________________________________________________________________
41345 [ 10612] By: nick                                  on 2001/06/15  16:14:38
41346         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
41347      Branch: perlio
41348           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41349           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
41350           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
41351           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
41352           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
41353           !> utils/h2ph.PL
41354 ____________________________________________________________________________
41355 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
41356         Log: Update Changes.
41357      Branch: perl
41358            ! Changes patchlevel.h
41359 ____________________________________________________________________________
41360 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
41361         Log: Upping the test count.
41362      Branch: perl
41363            ! t/lib/filefind.t
41364 ____________________________________________________________________________
41365 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
41366         Log: Integrate perlio.
41367      Branch: perl
41368           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41369 ____________________________________________________________________________
41370 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
41371         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
41372              From: andreas.koenig@anima.de (Andreas J. Koenig)
41373              Date: 15 Jun 2001 13:30:39 +0200
41374              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
41375              
41376              Record the grim history.
41377      Branch: perl
41378            ! lib/File/Find.pm
41379 ____________________________________________________________________________
41380 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
41381         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
41382              From: Brian McCauley <nobull@mail.com>
41383              Date: 15 Jun 2001 07:51:26 +0100
41384              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
41385      Branch: perl
41386            ! lib/File/Find.pm t/lib/filefind.t
41387 ____________________________________________________________________________
41388 [ 10606] By: nick                                  on 2001/06/15  14:00:08
41389         Log: regen_config_h for Win32.
41390      Branch: perlio
41391            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41392 ____________________________________________________________________________
41393 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
41394         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
41395              From: Peter Prymmer <pvhp@forte.com>
41396              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
41397              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
41398      Branch: perl
41399            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
41400 ____________________________________________________________________________
41401 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
41402         Log: Some filesystems require writability for rename/unlink.
41403      Branch: perl
41404            ! opcode.pl
41405 ____________________________________________________________________________
41406 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
41407         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
41408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
41409              Date: Fri, 15 Jun 2001 12:08:53 +0200
41410              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
41411      Branch: perl
41412            ! perlio.c
41413 ____________________________________________________________________________
41414 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
41415         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
41416              From: Mike Guy <mjtg@cam.ac.uk>
41417              Date: Fri, 15 Jun 2001 14:11:49 +0100
41418              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
41419      Branch: perl
41420            ! opcode.pl
41421 ____________________________________________________________________________
41422 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
41423         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
41424              From: Nicholas Clark <nick@ccl4.org>
41425              Date: Thu, 14 Jun 2001 23:52:56 +0100
41426              Message-ID: <20010614235256.G98663@plum.flirble.org>
41427      Branch: perl
41428            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
41429            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41430 ____________________________________________________________________________
41431 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
41432         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
41433              From: Russ Allbery <rra@stanford.edu>
41434              Date: 14 Jun 2001 13:24:43 -0700
41435              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
41436      Branch: perl
41437            ! ext/GDBM_File/GDBM_File.pm
41438 ____________________________________________________________________________
41439 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
41440         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
41441              From: Nicholas Clark <nick@ccl4.org>
41442              Date: Thu, 14 Jun 2001 20:37:47 +0100
41443              Message-ID: <20010614203747.F98663@plum.flirble.org>
41444      Branch: perl
41445            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
41446            ! t/lib/gdbm.t
41447 ____________________________________________________________________________
41448 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
41449         Log: Integrate perlio.
41450      Branch: perl
41451           !> makedef.pl sv.c
41452 ____________________________________________________________________________
41453 [ 10597] By: nick                                  on 2001/06/15  11:08:13
41454         Log: Check that HVs with HvNAME() != NULL are really stashes before
41455              treating them as such. Also be more defensive on the GvCV.
41456              Win32 fork and dprof now working again. 
41457      Branch: perlio
41458            ! sv.c
41459 ____________________________________________________________________________
41460 [ 10596] By: nick                                  on 2001/06/15  10:11:20
41461         Log: Integrate mainline.
41462      Branch: perlio
41463           +> Cross/README
41464           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
41465           !> Porting/config_H config_h.SH configure.com epoc/config.sh
41466           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
41467           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41468           !> vos/config.ga.h win32/config.bc win32/config.gc
41469           !> win32/config.vc win32/config_H.bc win32/config_H.gc
41470           !> win32/config_H.vc
41471 ____________________________________________________________________________
41472 [ 10595] By: nick                                  on 2001/06/15  09:37:17
41473         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
41474              - Win32 (VC++) now builds but fails:
41475              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
41476              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
41477              write.t    - open(...,"|-") not implemented on Win32 
41478      Branch: perlio
41479            ! makedef.pl
41480 ____________________________________________________________________________
41481 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
41482         Log: Integrate perlio.
41483      Branch: perl
41484           !> perlio.c win32/makefile.mk
41485 ____________________________________________________________________________
41486 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
41487         Log: Metaconfig unit changes for #10592.
41488      Branch: metaconfig
41489            + U/modified/i_varhdr.U U/modified/startsh.U
41490            - U/a_dvisory/crosscompile.U U/target/Target.U
41491            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
41492            ! U/compline/bitpbyte.U U/compline/byteorder.U
41493            ! U/compline/ccflags.U U/compline/charsize.U
41494            ! U/compline/d_casti32.U U/compline/d_castneg.U
41495            ! U/compline/d_closedir.U U/compline/d_fd_set.U
41496            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
41497            ! U/compline/d_keepsig.U U/compline/d_open3.U
41498            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
41499            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
41500            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
41501            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
41502            ! U/compline/doublesize.U U/compline/floatsize.U
41503            ! U/compline/nblock_io.U U/compline/orderlib.U
41504            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
41505            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
41506            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
41507            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
41508            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
41509            ! U/modified/spitshell.U U/threads/archname.U
41510            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
41511            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
41512            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
41513            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
41514            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
41515      Branch: metaconfig/U/perl
41516            + Cross.U
41517            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
41518            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
41519            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
41520            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
41521            ! stdio_streams.U uselfs.U
41522 ____________________________________________________________________________
41523 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
41524         Log: The first steps towards cross-compilation.
41525              
41526              Abstract execution of compiled test executables with $run,
41527              and abstract transfer of files with $to and $from.
41528              
41529              Under cross-compilation the $run, $to, and $from will point
41530              to appropriate wrapper scripts, by default ssh and scp,
41531              but also rsh, rcp, and cp are supported.  If not
41532              cross-compiling, they will be set to '', ':', and ':',
41533              respectively.
41534              
41535              With these patches I was able to get Configure for
41536              iPAQ ARM Linux on an Intel Linux about 95% right
41537              (only a few tests failed to execute or they produced
41538              incorrect results), and I was able to compile
41539              a functional miniperl.
41540              
41541              The symbol crosscompile renamed to be usecrosscompile,
41542              the corresponding C symbol from CROSSCOMPILE to
41543              USE_CROSS_COMPILE.
41544      Branch: perl
41545            ! Configure Cross/README Makefile.SH Porting/Glossary
41546            ! Porting/config.sh Porting/config_H config_h.SH configure.com
41547            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
41548            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
41549            ! vos/config.ga.def vos/config.ga.h win32/config.bc
41550            ! win32/config.gc win32/config.vc win32/config_H.bc
41551            ! win32/config_H.gc win32/config_H.vc
41552 ____________________________________________________________________________
41553 [ 10591] By: nick                                  on 2001/06/14  20:00:12
41554         Log: Steps along the road toward Win32 building again.
41555      Branch: perlio
41556            ! perlio.c win32/makefile.mk
41557 ____________________________________________________________________________
41558 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
41559         Log: Integrate perlio.
41560      Branch: perl
41561           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41562 ____________________________________________________________________________
41563 [ 10589] By: nick                                  on 2001/06/14  13:54:07
41564         Log: Routine regen_config_h for Win32
41565      Branch: perlio
41566            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41567 ____________________________________________________________________________
41568 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
41569         Log: Integrate perlio.
41570      Branch: perl
41571           +> perlyline.pl
41572           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
41573 ____________________________________________________________________________
41574 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
41575         Log: A placeholder.
41576      Branch: perl
41577            + Cross/README
41578 ____________________________________________________________________________
41579 [ 10586] By: nick                                  on 2001/06/14  08:25:07
41580         Log: Add new step to run_byacc which:
41581              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
41582              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
41583      Branch: perlio
41584            + perlyline.pl
41585            ! MANIFEST Makefile.SH perly.c
41586 ____________________________________________________________________________
41587 [ 10585] By: nick                                  on 2001/06/14  08:22:29
41588         Log: Integrate mainline
41589      Branch: perlio
41590           +> locale.c numeric.c
41591           !> Changes cygwin/Makefile.SHs embed.h embed.pl
41592           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
41593           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
41594           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
41595           !> x2p/Makefile.SH
41596 ____________________________________________________________________________
41597 [ 10584] By: nick                                  on 2001/06/14  08:05:53
41598         Log: Hack to remove insecure directories from PATH so test will run.
41599      Branch: perlio
41600            ! t/lib/filefind.t
41601 ____________________________________________________________________________
41602 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
41603         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
41604      Branch: perl
41605            - t/lib/mbimbf.t
41606            ! MANIFEST
41607 ____________________________________________________________________________
41608 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
41609         Log: Detypo.
41610      Branch: perl
41611            ! x2p/Makefile.SH
41612 ____________________________________________________________________________
41613 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
41614         Log: de-$CONFIG continues.
41615      Branch: perl
41616            ! cygwin/Makefile.SHs x2p/Makefile.SH
41617 ____________________________________________________________________________
41618 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
41619         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
41620              From: Nicholas Clark <nick@ccl4.org>
41621              Date: Wed, 13 Jun 2001 21:20:13 +0100
41622              Message-ID: <20010613212013.D98663@plum.flirble.org>
41623      Branch: perl
41624            ! opcode.pl
41625 ____________________________________________________________________________
41626 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
41627         Log: Subject: splitting util.c
41628              From: Hugo <hv@crypt.compulink.co.uk>
41629              Date: Thu, 14 Jun 2001 00:41:08 +0100
41630              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
41631      Branch: perl
41632            + locale.c numeric.c
41633            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
41634            ! pod/perlapi.pod proto.h util.c
41635 ____________________________________________________________________________
41636 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
41637         Log: Upgrade to Math::BigInt 1.34 from Tels.
41638      Branch: perl
41639            + t/lib/mbimbf.t
41640            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
41641            ! t/lib/bigfltpm.t t/lib/bigintpm.t
41642 ____________________________________________________________________________
41643 [ 10577] By: nick                                  on 2001/06/13  19:02:48
41644         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
41645      Branch: perlio
41646           !> (integrate 125 files)
41647 ____________________________________________________________________________
41648 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
41649         Log: Update Changes.
41650      Branch: perl
41651            ! Changes patchlevel.h
41652 ____________________________________________________________________________
41653 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
41654         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
41655              From: "Craig A. Berry" <craigberry@mac.com>
41656              Date: Wed, 13 Jun 2001 13:24:28 -0500
41657              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
41658      Branch: perl
41659            ! ext/re/Makefile.PL
41660 ____________________________________________________________________________
41661 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
41662         Log: Mc.u.c. for #10573.
41663      Branch: metaconfig
41664            ! U/threads/usethreads.U
41665 ____________________________________________________________________________
41666 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
41667         Log: It would be also be good if I could type.
41668      Branch: perl
41669            ! Configure
41670 ____________________________________________________________________________
41671 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
41672         Log: Metaconfig unit change for #10571.
41673      Branch: metaconfig
41674            ! U/threads/usethreads.U
41675 ____________________________________________________________________________
41676 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
41677         Log: A non-empty default is a good thing.
41678      Branch: perl
41679            ! Configure
41680 ____________________________________________________________________________
41681 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
41682         Log: Metaconfig unit change for #10569.
41683      Branch: metaconfig
41684            ! U/threads/usethreads.U
41685 ____________________________________________________________________________
41686 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
41687         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
41688              extremely experimental, not even prompted for.
41689      Branch: perl
41690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41691            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
41692            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
41693            ! win32/config.bc win32/config.gc win32/config.vc
41694 ____________________________________________________________________________
41695 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
41696         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
41697      Branch: perl
41698            ! pod/perlfaq6.pod
41699 ____________________________________________________________________________
41700 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
41701         Log: Integrate perlio; conflicts, accept Nick's versions.
41702      Branch: perl
41703           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
41704           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
41705 ____________________________________________________________________________
41706 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
41707         Log: Subject: Re: ext/ + -Wall
41708              From: Doug MacEachern <dougm@covalent.net>
41709              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
41710              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
41711      Branch: perl
41712            ! XSUB.h lib/ExtUtils/xsubpp perl.h
41713 ____________________________________________________________________________
41714 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
41715         Log: Similar logic as DB_File.xs, using the modern macros and
41716              defines them to older ones for older Perls where PERL_VERSION
41717              is not defined, from Doug MacEachern.
41718      Branch: perl
41719            ! ext/Storable/Storable.xs
41720 ____________________________________________________________________________
41721 [ 10564] By: nick                                  on 2001/06/13  15:22:01
41722         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
41723              and using that instead (name lookups are sequential search for now).
41724      Branch: perlio
41725            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
41726            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
41727 ____________________________________________________________________________
41728 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
41729         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
41730              From: "Richard Soderberg" <rs@crystalflame.net>
41731              Date: Sat, 26 May 2001 06:44:20 -0700
41732              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
41733      Branch: perl
41734            ! sv.c t/op/glob.t
41735 ____________________________________________________________________________
41736 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
41737         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
41738              From: "Craig A. Berry" <craigberry@mac.com>
41739              Date: Tue, 12 Jun 2001 23:55:26 -0500
41740              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
41741      Branch: perl
41742            ! ext/re/Makefile.PL ext/re/re.xs
41743 ____________________________________________________________________________
41744 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
41745         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
41746              suggested by NI-S.
41747      Branch: perl
41748            ! XSUB.h malloc.c perl.h
41749 ____________________________________________________________________________
41750 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
41751         Log: Regen toc.
41752      Branch: perl
41753            ! pod/perltoc.pod
41754 ____________________________________________________________________________
41755 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
41756         Log: Subject: [patch] perl.gprof control
41757              From: Doug MacEachern <dougm@covalent.net>
41758              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
41759              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
41760      Branch: perl
41761            ! miniperlmain.c perl.h
41762 ____________________________________________________________________________
41763 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
41764         Log: Subject: Re: ext/ + -Wall
41765              From: Doug MacEachern <dougm@covalent.net>
41766              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
41767              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
41768              
41769              Document ax and break up dXSARGS.
41770      Branch: perl
41771            ! XSUB.h pod/perlapi.pod
41772 ____________________________________________________________________________
41773 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
41774         Log: More AIX tweakage from Merijn.
41775      Branch: perl
41776            ! hints/aix.sh
41777 ____________________________________________________________________________
41778 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
41779         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
41780              From: "Craig A. Berry" <craigberry@mac.com>
41781              Date: Tue, 12 Jun 2001 22:57:45 -0500
41782              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
41783      Branch: perl
41784            ! vms/descrip_mms.template
41785 ____________________________________________________________________________
41786 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
41787         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
41788              From: "Craig A. Berry" <craigberry@mac.com>
41789              Date: Tue, 12 Jun 2001 22:21:39 -0500
41790              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
41791      Branch: perl
41792            ! configure.com util.c
41793 ____________________________________________________________________________
41794 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
41795         Log: New AIX dynaloading code from Jens-Uwe Mager.
41796              Does break binary compatibility.
41797      Branch: perl
41798            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
41799 ____________________________________________________________________________
41800 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
41801         Log: VMS DEC C compiler found nits by Peter Prymmer.
41802      Branch: perl
41803            ! util.c
41804 ____________________________________________________________________________
41805 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
41806         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
41807              From: Peter Prymmer <pvhp@forte.com>
41808              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
41809              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
41810      Branch: perl
41811            ! t/lib/filecomp.t
41812 ____________________________________________________________________________
41813 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
41814         Log: I wonder how many $CONFIGs still lurk in the shadows.
41815      Branch: perl
41816            ! pod/Makefile.SH x2p/cflags.SH
41817 ____________________________________________________________________________
41818 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
41819         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
41820      Branch: perl
41821            ! pod/checkpods.PL
41822 ____________________________________________________________________________
41823 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
41824         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
41825      Branch: perl
41826            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
41827 ____________________________________________________________________________
41828 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
41829         Log: Subject: [patch] rid local_patches warnings
41830              From: Doug MacEachern <dougm@covalent.net>
41831              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
41832              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
41833      Branch: perl
41834            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
41835 ____________________________________________________________________________
41836 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
41837         Log: Subject: Re: ext/ + -Wall
41838              From: Doug MacEachern <dougm@covalent.net>
41839              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
41840              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
41841      Branch: perl
41842            ! ext/attrs/attrs.xs
41843 ____________________________________________________________________________
41844 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
41845         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
41846              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
41847              Date: Tue, 12 Jun 2001 14:36:20 -0400
41848              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
41849      Branch: perl
41850            ! pod/perlretut.pod
41851 ____________________________________________________________________________
41852 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
41853         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
41854              From: Mike Guy <mjtg@cam.ac.uk>
41855              Date: Tue, 12 Jun 2001 19:10:31 +0100
41856              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
41857              
41858              Subject: Re: [ID 20010612.001] out of memory during regex compilation
41859              From: Mike Guy <mjtg@cam.ac.uk>
41860              Date: Tue, 12 Jun 2001 19:21:01 +0100
41861              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
41862      Branch: perl
41863            ! pod/perlop.pod
41864 ____________________________________________________________________________
41865 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
41866         Log: AIX tweaks from Merijn H. Brand.
41867      Branch: perl
41868            ! hints/aix.sh
41869 ____________________________________________________________________________
41870 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
41871         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
41872              From: "Brendan O'Dea" <bod@compusol.com.au>
41873              Date: Wed, 13 Jun 2001 05:16:47 +1000
41874              Message-ID: <20010613051647.A8945@compusol.com.au>
41875      Branch: maint-5.6/perl
41876            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
41877 ____________________________________________________________________________
41878 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
41879         Log: Subject: Small bcopy cleanup
41880              From: Andy Dougherty <doughera@lafayette.edu>
41881              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
41882              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
41883      Branch: perl
41884            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
41885 ____________________________________________________________________________
41886 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
41887         Log: Subject: [PATCH] Re: ext/ + -Wall
41888              From: Nicholas Clark <nick@ccl4.org>
41889              Date: Wed, 13 Jun 2001 00:04:30 +0100
41890              Message-ID: <20010613000430.M5901@plum.flirble.org>
41891      Branch: perl
41892            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
41893 ____________________________________________________________________________
41894 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
41895         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
41896              From: Nicholas Clark <nick@ccl4.org>
41897              Date: Tue, 12 Jun 2001 23:53:07 +0100
41898              Message-ID: <20010612235307.L5901@plum.flirble.org>
41899      Branch: perl
41900            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41901 ____________________________________________________________________________
41902 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
41903         Log: MPE/iX tweaks from Mark Bixby.
41904      Branch: perl
41905            ! hints/mpeix.sh mpeix/mpeixish.h util.c
41906 ____________________________________________________________________________
41907 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
41908         Log: Update Changes.
41909      Branch: perl
41910            ! Changes patchlevel.h
41911 ____________________________________________________________________________
41912 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
41913         Log: One less -Wall whine (found under DEBUGGING).
41914      Branch: perl
41915            ! x2p/Makefile.SH x2p/a2p.c
41916 ____________________________________________________________________________
41917 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
41918         Log: s/case-independent/case-insensitive/g
41919      Branch: perl
41920            ! pod/perldebug.pod
41921 ____________________________________________________________________________
41922 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
41923         Log: As suggested in    
41924              
41925              Subject: Re: ext/ + -Wall
41926              From: Gurusamy Sarathy <gsar@ActiveState.com>
41927              Date: Mon, 11 Jun 2001 23:34:31 -0700
41928              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
41929      Branch: perl
41930            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
41931            ! perl.h
41932 ____________________________________________________________________________
41933 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
41934         Log: Subject: ext/ + -Wall
41935              From: Doug MacEachern <dougm@covalent.net>
41936              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
41937              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
41938      Branch: perl
41939            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
41940            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
41941            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
41942            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
41943            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
41944            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
41945            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
41946            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
41947            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
41948            ! lib/ExtUtils/xsubpp
41949 ____________________________________________________________________________
41950 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
41951         Log: Subject: [PATCH] anonymous stashes
41952              From: Abhijit Menon-Sen <ams@wiw.org>
41953              Date: Tue, 12 Jun 2001 12:47:04 +0530
41954              Message-ID: <20010612124704.A29029@lustre.linux.in>
41955      Branch: perl
41956            ! dump.c gv.c sv.c xsutils.c
41957 ____________________________________________________________________________
41958 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
41959         Log: One more test for $^S.
41960      Branch: perl
41961            ! t/op/magic.t
41962 ____________________________________________________________________________
41963 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
41964         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
41965              From: Abhijit Menon-Sen <ams@wiw.org>
41966              Date: Tue, 12 Jun 2001 17:35:55 +0530
41967              Message-ID: <20010612173555.A32426@lustre.linux.in>
41968      Branch: perl
41969            ! mg.c t/op/magic.t
41970 ____________________________________________________________________________
41971 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
41972         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
41973              From: Mike Guy <mjtg@cam.ac.uk>
41974              Date: Tue, 12 Jun 2001 13:14:15 +0100
41975              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
41976      Branch: perl
41977            ! pod/perlop.pod
41978 ____________________________________________________________________________
41979 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
41980         Log: AUTHORS updates.
41981      Branch: perl
41982            ! AUTHORS
41983 ____________________________________________________________________________
41984 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
41985         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
41986              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
41987              Content-Transfer-Encoding: 7bit
41988              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
41989      Branch: perl
41990            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
41991 ____________________________________________________________________________
41992 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
41993         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
41994              From: "Philip Newton" <Philip.Newton@gmx.net>
41995              Date: Mon, 11 Jun 2001 07:08:03 +0200
41996              Message-Id: <200106120802.LAA08992@taas.iki.fi>
41997      Branch: perl
41998            ! t/base/term.t
41999 ____________________________________________________________________________
42000 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
42001         Log: Cleanup the a2p.c for -Wall.
42002      Branch: perl
42003            ! x2p/Makefile.SH x2p/a2p.c
42004 ____________________________________________________________________________
42005 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
42006         Log: File::Find update for MacOS from Chris Nandor.
42007      Branch: perl
42008            ! lib/File/Find.pm t/lib/filefind.t
42009 ____________________________________________________________________________
42010 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
42011         Log: gcc -Wall nits picked out by a non-UNIX system
42012              (courtesy of Mark Bixby)
42013      Branch: perl
42014            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
42015            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
42016            ! pp_sys.c util.c
42017 ____________________________________________________________________________
42018 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
42019         Log: Metaconfig unit change for #10522.  (The d_modfl changes
42020              placate metalint.)
42021      Branch: metaconfig/U/perl
42022            ! d_modfl.U d_u32align.U
42023 ____________________________________________________________________________
42024 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
42025         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
42026              be "./try 2>&1 >/dev/null".
42027      Branch: perl
42028            ! Configure
42029 ____________________________________________________________________________
42030 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
42031         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
42032              From: "Craig A. Berry" <craigberry@mac.com>
42033              Date: Mon, 11 Jun 2001 14:00:32 -0500
42034              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
42035      Branch: perl
42036            ! configure.com
42037 ____________________________________________________________________________
42038 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
42039         Log: Move the full \p\P lists to perlunicode.
42040      Branch: perl
42041            ! pod/perlretut.pod pod/perlunicode.pod
42042 ____________________________________________________________________________
42043 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
42044         Log: VOS build tweak for 5.6.1 from Paul Green.
42045      Branch: maint-5.6/perl
42046            ! vos/build.cm
42047 ____________________________________________________________________________
42048 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
42049         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
42050              From: "Craig A. Berry" <craigberry@mac.com>
42051              Date: Fri, 8 Jun 2001 18:08:18 -0500
42052              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
42053      Branch: perl
42054            ! vms/vms.c
42055 ____________________________________________________________________________
42056 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
42057         Log: Update Changes.
42058      Branch: perl
42059            ! Changes patchlevel.h
42060 ____________________________________________________________________________
42061 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
42062         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
42063      Branch: perl
42064            ! vos/config.alpha.h vos/config.ga.h
42065 ____________________________________________________________________________
42066 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
42067         Log: VOS updates from Paul Green for @10476.
42068      Branch: perl
42069            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
42070            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42071            ! vos/config.ga.h vos/configure_perl.cm
42072 ____________________________________________________________________________
42073 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
42074         Log: Subject: [PATCH] Not many people know this ...
42075              From: Mike Guy <mjtg@cam.ac.uk>
42076              Date: Mon, 11 Jun 2001 14:55:15 +0100
42077              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
42078      Branch: perl
42079            ! pod/perldebug.pod
42080 ____________________________________________________________________________
42081 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
42082         Log: Add final commas to lists as suggested by Philip Newton.
42083      Branch: perl
42084            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42085 ____________________________________________________________________________
42086 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
42087         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
42088              Date: Sun, 10 Jun 2001 23:35:38 -0400
42089              From: Chris Nandor <pudge@pobox.com>
42090              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
42091      Branch: perl
42092            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
42093            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
42094            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
42095            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
42096            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
42097            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
42098            ! t/op/write.t t/pragma/strict.t
42099 ____________________________________________________________________________
42100 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
42101         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
42102              From: Chris Nandor <pudge@pobox.com>
42103              Date: Mon, 11 Jun 2001 08:24:28 -0400
42104              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
42105      Branch: perl
42106            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
42107            ! t/lib/io_dir.t
42108 ____________________________________________________________________________
42109 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
42110         Log: One more run_byacc (a hand-tweaked version had slipped in).
42111      Branch: perl
42112            ! perly.c vms/perly_c.vms
42113 ____________________________________________________________________________
42114 [ 10509] By: nick                                  on 2001/06/11  07:49:15
42115         Log: Integrate mainline
42116      Branch: perlio
42117           !> Makefile.SH embed.h embed.pl global.sym
42118           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
42119           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
42120           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
42121           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
42122 ____________________________________________________________________________
42123 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
42124         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
42125              From: Mike Guy <mjtg@cam.ac.uk>
42126              Reply-To: mjtg@cam.ac.uk
42127              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
42128      Branch: perl
42129            ! lib/ExtUtils/Manifest.pm
42130 ____________________________________________________________________________
42131 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
42132         Log: Subject: [PATCH] ExtUtils::Constant
42133              From: Nicholas Clark <nick@ccl4.org>
42134              Date: Sun, 10 Jun 2001 23:25:41 +0100
42135              Message-ID: <20010610232540.C76396@plum.flirble.org>
42136      Branch: perl
42137            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42138 ____________________________________________________________________________
42139 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
42140         Log: Integrate perlio.
42141      Branch: perl
42142           !> iperlsys.h
42143 ____________________________________________________________________________
42144 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
42145         Log: Move the grok_number and its lieutenant grok_numeric_radix
42146              from sv.c statics to util.c and public.
42147      Branch: perl
42148            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
42149            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
42150 ____________________________________________________________________________
42151 [ 10504] By: nick                                  on 2001/06/10  17:47:06
42152         Log: Fix (valid) -Wall warnings in perlio.c
42153      Branch: perlio
42154            ! iperlsys.h
42155 ____________________________________________________________________________
42156 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
42157         Log: Update perly_c.diff, update perly.fixer to edit away
42158              some of the -Wall noise.
42159      Branch: perl
42160            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
42161 ____________________________________________________________________________
42162 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
42163         Log: Check the version of byacc.
42164      Branch: perl
42165            ! Makefile.SH
42166 ____________________________________________________________________________
42167 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
42168         Log: Subject: [PATCH] perly.y overhaul
42169              From: Simon Cozens <simon@netthink.co.uk>
42170              Date: Sun, 10 Jun 2001 16:56:54 +0100
42171              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
42172              
42173              Plus make run_byacc.
42174      Branch: perl
42175            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
42176 ____________________________________________________________________________
42177 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
42178         Log: Integrate perlio.
42179      Branch: perl
42180           !> perlio.c perlsfio.h
42181 ____________________________________________________________________________
42182 [ 10499] By: nick                                  on 2001/06/10  15:01:08
42183         Log: Integrate mainline
42184      Branch: perlio
42185           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
42186           !> t/pragma/locale.t util.c
42187 ____________________________________________________________________________
42188 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
42189         Log: Put some meat on the perl572delta bones.  The list of
42190              selected bug fixes needs more work, as does still the
42191              whole document.
42192      Branch: perl
42193            ! pod/perl572delta.pod
42194 ____________________________________________________________________________
42195 [ 10497] By: nick                                  on 2001/06/10  12:27:51
42196         Log: Paper over a crack or two with USE_SFIO
42197      Branch: perlio
42198            ! perlio.c perlsfio.h
42199 ____________________________________________________________________________
42200 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
42201         Log: Update Changes.
42202      Branch: perl
42203            ! Changes patchlevel.h
42204 ____________________________________________________________________________
42205 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
42206         Log: Subject: Re: pragma/locale.t #107
42207              From: Hugo <hv@crypt.compulink.co.uk>
42208              Date: Sun, 10 Jun 2001 11:23:30 +0100
42209              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
42210              
42211              Encapsulate the scan of the decimal radix separator.
42212      Branch: perl
42213            ! embed.h embed.pl proto.h sv.c
42214 ____________________________________________________________________________
42215 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
42216         Log: Try to grok numbers both with the locale specific separator
42217              and with the usual "." (if different from the lss); add a test
42218              to locale.t to do also a little bit of math in addition to just
42219              equalness testing; remove extraneous logic as suggested in
42220              
42221              Subject: Re: pragma/locale.t #107
42222              From: Nicholas Clark <nick@ccl4.org>
42223              Date: Sat, 9 Jun 2001 22:37:36 +0100
42224              Message-ID: <20010609223735.Y76396@plum.flirble.org>
42225      Branch: perl
42226            ! sv.c t/pragma/locale.t
42227 ____________________________________________________________________________
42228 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
42229         Log: Metaconfig unit change for #10492.
42230      Branch: metaconfig/U/perl
42231            ! Extensions.U
42232 ____________________________________________________________________________
42233 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
42234         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
42235              From: Artur Bergman <artur@contiller.se> 
42236              Date: Sat, 09 Jun 2001 21:03:51 +0200
42237              Message-ID: <B7483FB6.1398%artur@contiller.se>
42238      Branch: perl
42239            ! Configure
42240 ____________________________________________________________________________
42241 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
42242         Log: Integrate perlio.
42243      Branch: perl
42244           !> perlsfio.h
42245 ____________________________________________________________________________
42246 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
42247         Log: Do locale specific separator if only in locale.
42248      Branch: perl
42249            ! util.c
42250 ____________________________________________________________________________
42251 [ 10489] By: nick                                  on 2001/06/09  19:13:25
42252         Log: Make XS/Typemap compile (but fail) with sfio
42253      Branch: perlio
42254            ! perlsfio.h
42255 ____________________________________________________________________________
42256 [ 10488] By: nick                                  on 2001/06/09  19:12:51
42257         Log: Re-integrate mainline
42258      Branch: perlio
42259           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
42260           !> proto.h sv.c util.c
42261 ____________________________________________________________________________
42262 [ 10487] By: nick                                  on 2001/06/09  16:26:29
42263         Log: Integrate mainline
42264      Branch: perlio
42265           !> (integrate 31 files)
42266 ____________________________________________________________________________
42267 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
42268         Log: Subject: [PATCH] New attempt to clone callack
42269              From: Artur Bergman <artur@contiller.se> 
42270              Date: Thu, 07 Jun 2001 11:52:16 +0200
42271              Message-ID: <B7451B6F.12B7%artur@contiller.se>
42272      Branch: perl
42273            ! embedvar.h intrpvar.h perlapi.h sv.c
42274 ____________________________________________________________________________
42275 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
42276         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
42277      Branch: perl
42278            ! embed.h embed.pl perl.h proto.h sv.c util.c
42279 ____________________________________________________________________________
42280 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
42281         Log: Subject: Re: pragma/locale.t #107
42282              From: Nicholas Clark <nick@ccl4.org>
42283              Date: Sat, 9 Jun 2001 16:26:10 +0100
42284              Message-ID: <20010609162609.V76396@plum.flirble.org>
42285              
42286              A missing NVification.
42287      Branch: perl
42288            ! sv.c
42289 ____________________________________________________________________________
42290 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
42291         Log: Redo the #10482, there already was a test script for formats.
42292      Branch: perl
42293            - t/io/format.t
42294            ! MANIFEST t/op/write.t
42295 ____________________________________________________________________________
42296 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
42297         Log: Twisted format testing, from Merijn.
42298      Branch: perl
42299            + t/io/format.t
42300            ! MANIFEST
42301 ____________________________________________________________________________
42302 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
42303         Log: More \p{In...} testing, combined with \N{...}.
42304      Branch: perl
42305            ! lib/utf8_heavy.pl t/op/pat.t
42306 ____________________________________________________________________________
42307 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
42308         Log: Metaconfig changes for #10479.
42309      Branch: metaconfig
42310            ! U/Glossary.patch
42311      Branch: metaconfig/U/perl
42312            ! d_modfl.U
42313 ____________________________________________________________________________
42314 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
42315         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
42316      Branch: perl
42317            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42318            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
42319            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
42320            ! win32/config.bc win32/config.gc win32/config.vc
42321 ____________________________________________________________________________
42322 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
42323         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
42324              From: "Craig A. Berry" <craigberry@mac.com>
42325              Date: Thu, 7 Jun 2001 14:27:20 -0500
42326              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
42327      Branch: perl
42328            ! vms/perlvms.pod
42329 ____________________________________________________________________________
42330 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
42331         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
42332              From: Gisle Aas <gisle@ActiveState.com>
42333              Date: 07 Jun 2001 17:04:29 -0700
42334              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
42335      Branch: perl
42336            ! ext/re/re.xs
42337 ____________________________________________________________________________
42338 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
42339         Log: Update Changes.
42340      Branch: perl
42341            ! Changes patchlevel.h
42342 ____________________________________________________________________________
42343 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
42344         Log: Regen Glossary et alia.
42345      Branch: perl
42346            ! Porting/Glossary Porting/config.sh Porting/config_H
42347 ____________________________________________________________________________
42348 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
42349         Log: Metaconfig unit changes for #10473.
42350      Branch: metaconfig/U/perl
42351            ! d_modfl.U
42352 ____________________________________________________________________________
42353 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
42354         Log: Harumph, also AIX will spill its guts (i.e. dump core)
42355              if an executable contains modfl() but it hasn't been
42356              compiled right (in the case of AIX, with cc -qlongdouble).
42357      Branch: perl
42358            ! Configure
42359 ____________________________________________________________________________
42360 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
42361         Log: integrate change#10471 from mainline
42362              
42363              in change#10451, check that CvOUTSIDE is a CV before looking in
42364              (it can apparently be SVt_NULL during global destruction)
42365      Branch: maint-5.6/perl
42366           !> op.c
42367 ____________________________________________________________________________
42368 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
42369         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
42370              (it can apparently be SVt_NULL during global destruction)
42371      Branch: perl
42372            ! op.c
42373 ____________________________________________________________________________
42374 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
42375         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
42376              From: Robin Barker <rmb1@cise.npl.co.uk>
42377              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
42378              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
42379      Branch: perl
42380            ! lib/diagnostics.pm pod/perldiag.pod
42381 ____________________________________________________________________________
42382 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
42383         Log: Subject: [PATCH perl@10439] long =item
42384              From: Robin Barker <rmb1@cise.npl.co.uk>
42385              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
42386              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
42387      Branch: perl
42388            ! README.amiga lib/Attribute/Handlers.pm
42389            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42390 ____________________________________________________________________________
42391 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
42392         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
42393              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
42394              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
42395              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
42396      Branch: perl
42397            ! pod/perlguts.pod
42398 ____________________________________________________________________________
42399 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
42400         Log: Integrate perlio.
42401      Branch: perl
42402           !> sv.c
42403 ____________________________________________________________________________
42404 [ 10466] By: nick                                  on 2001/06/07  10:25:40
42405         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
42406              whitespace tweaks.
42407              Still coredumps in pragma/overload.t - what a nice hard fail that is...
42408      Branch: perlio
42409            ! sv.c
42410 ____________________________________________________________________________
42411 [ 10465] By: nick                                  on 2001/06/07  08:41:58
42412         Log: Raw integrate of mainline for S_grok_number debug
42413              (sv.c has MULTIPLICITY issues as well as whatever else ...)
42414      Branch: perlio
42415            - plan9/perlplan9.doc plan9/perlplan9.pod
42416           !> (integrate 46 files)
42417 ____________________________________________________________________________
42418 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
42419         Log: The proper prototyping for #10463.
42420      Branch: perl
42421            ! embed.h embed.pl proto.h sv.c
42422 ____________________________________________________________________________
42423 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
42424         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
42425              From: Nicholas Clark <nick@ccl4.org>
42426              Date: Thu, 7 Jun 2001 00:29:59 +0100
42427              Message-ID: <20010607002959.Z76396@plum.flirble.org>
42428      Branch: perl
42429            ! sv.c
42430 ____________________________________________________________________________
42431 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
42432         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
42433              From: "Craig A. Berry" <craigberry@mac.com>
42434              Date: Wed, 06 Jun 2001 17:54:30 -0500
42435              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
42436      Branch: perl
42437            ! vms/perlvms.pod
42438 ____________________________________________________________________________
42439 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
42440         Log: Podify the remaining README.platform files;
42441              merge README.plan9 and plan9/perlplan9.pod;
42442              delete plan9/perlplan9.* (the perlplan.doc needs to
42443              be regenerated in Plan 9); make the =head1 and =head2
42444              in the README.platform to be a little more verbose
42445              (skipped README.os2 not to anger Ilya) so that they
42446              look better in the toc; regen toc.
42447      Branch: perl
42448            - plan9/perlplan9.doc plan9/perlplan9.pod
42449            ! MANIFEST README.aix README.amiga README.apollo README.beos
42450            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
42451            ! README.hpux README.hurd README.machten README.macos
42452            ! README.micro README.mint README.mpeix README.os390
42453            ! README.plan9 README.qnx README.solaris README.threads
42454            ! README.tru64 README.vmesa README.vms README.vos README.win32
42455            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
42456            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
42457 ____________________________________________________________________________
42458 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
42459         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
42460              From: Mike Guy <mjtg@cam.ac.uk>
42461              Reply-To: mjtg@cam.ac.uk
42462              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
42463      Branch: perl
42464            ! pod/perlguts.pod
42465 ____________________________________________________________________________
42466 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
42467         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
42468              From: Mike Guy <mjtg@cam.ac.uk>
42469              Reply-To: mjtg@cam.ac.uk
42470              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
42471      Branch: perl
42472            ! pod/perlsec.pod
42473 ____________________________________________________________________________
42474 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
42475         Log: Disable long doubles from pre-5.0 Tru64s.
42476      Branch: perl
42477            ! README.tru64 hints/dec_osf.sh
42478 ____________________________________________________________________________
42479 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
42480         Log: The #10455 exposed that modfl() is fundamentally busted
42481              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
42482              testing it.
42483      Branch: perl
42484            ! hints/dec_osf.sh
42485 ____________________________________________________________________________
42486 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
42487         Log: Metaconfig unit change for #10455.
42488      Branch: metaconfig/U/perl
42489            ! d_modfl.U
42490 ____________________________________________________________________________
42491 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
42492         Log: Configure check for geborken modfl(), inspired by
42493              
42494              Subject: Re: [20010118.017] op/int.t failure 
42495              From: Hugo <hv@crypt.compulink.co.uk>
42496              Date: Tue, 05 Jun 2001 13:43:27 +0100
42497              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
42498      Branch: perl
42499            ! Configure
42500 ____________________________________________________________________________
42501 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
42502         Log: Integrate changes #10450 and #10451 from maintperl:
42503              
42504              optimize change#10448 slightly (don't repeat search in eval""s lexical
42505              scope, since that has already been searched)
42506              
42507              change#9108 needs subtler treatment for case of closures created
42508              within eval""
42509      Branch: perl
42510           !> op.c t/op/misc.t
42511 ____________________________________________________________________________
42512 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
42513         Log: MakeMaker magic to compile (when no dynamic loading)
42514              List/Util.xsc as (ListUtil.c and) ListUtil.o since
42515              POSIX-BC (BS2000) linker has an evil limitation of
42516              being unable to include in the same executable several
42517              object files with the same name - case-insensitively -
42518              because otherwise we conflict with util.c.
42519              Strictly speaking currently required only in POSIX-BC
42520              but probably will do no harm elsewhere where static
42521              linking is required.
42522      Branch: perl
42523            ! ext/List/Util/Makefile.PL
42524 ____________________________________________________________________________
42525 [ 10452] By: nick                                  on 2001/06/06  08:59:51
42526         Log: Integrate mainline.
42527      Branch: perlio
42528           +> lib/Attribute/Handlers/demo/Demo.pm
42529           +> lib/Attribute/Handlers/demo/Descriptions.pm
42530           +> lib/Attribute/Handlers/demo/MyClass.pm
42531           +> lib/Attribute/Handlers/demo/demo.pl
42532           +> lib/Attribute/Handlers/demo/demo2.pl
42533           +> lib/Attribute/Handlers/demo/demo3.pl
42534           +> lib/Attribute/Handlers/demo/demo4.pl
42535           +> lib/Attribute/Handlers/demo/demo_call.pl
42536           +> lib/Attribute/Handlers/demo/demo_chain.pl
42537           +> lib/Attribute/Handlers/demo/demo_cycle.pl
42538           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
42539           +> lib/Attribute/Handlers/demo/demo_phases.pl
42540           +> lib/Attribute/Handlers/demo/demo_range.pl
42541           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
42542           +> uts/strtol_wrap.c
42543           !> (integrate 91 files)
42544 ____________________________________________________________________________
42545 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
42546         Log: change#9108 needs subtler treatment for case of closures created
42547              within eval""
42548      Branch: maint-5.6/perl
42549            ! op.c t/op/misc.t
42550 ____________________________________________________________________________
42551 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
42552         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
42553              scope, since that has already been searched)
42554      Branch: maint-5.6/perl
42555            ! op.c
42556 ____________________________________________________________________________
42557 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
42558         Log: Integrate change #10448 from maintperl; lexicals
42559              outside an eval"" weren't resolved correctly inside a subroutine
42560              definition inside the eval"" if they were not already referenced
42561              in the toplevel of the eval""-ed code
42562      Branch: perl
42563           !> cop.h op.c pp_ctl.c t/op/misc.t
42564 ____________________________________________________________________________
42565 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
42566         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
42567              outside an eval"" weren't resolved correctly inside a subroutine
42568              definition inside the eval"" if they were not already referenced
42569              in the toplevel of the eval""-ed code
42570      Branch: maint-5.6/perl
42571            ! cop.h op.c pp_ctl.c t/op/misc.t
42572 ____________________________________________________________________________
42573 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
42574         Log: Subject: [PATCH] perl570delta.pod
42575              From: Peter Scott <Peter@PSDT.com> 
42576              Date: Tue, 05 Jun 2001 18:51:02 -0700
42577              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
42578      Branch: perl
42579            ! pod/perl570delta.pod
42580 ____________________________________________________________________________
42581 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
42582         Log: The fudge factor is no more needed.  I hope.
42583      Branch: perl
42584            ! t/lib/posix.t
42585 ____________________________________________________________________________
42586 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
42587         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
42588              From: Hugo <hv@crypt.compulink.co.uk>
42589              Date: Tue, 05 Jun 2001 12:58:19 +0100
42590              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
42591      Branch: perl
42592            ! util.c
42593 ____________________________________________________________________________
42594 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
42595         Log: Make up prototypes only for those who have the functions
42596              but not the prototypes.
42597      Branch: perl
42598            ! perl.h
42599 ____________________________________________________________________________
42600 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
42601         Log: Subject: Re: Not OK: perl@10439 on win32 
42602              From: Prymmer/Kahn <pvhp@best.com> 
42603              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
42604              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
42605      Branch: perl
42606            ! perl.h util.c
42607 ____________________________________________________________________________
42608 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
42609         Log: The metaconfig units changes for #10441.
42610      Branch: metaconfig
42611            ! U/modified/Extract.U U/modified/Extractall.U
42612            ! U/modified/Finish.U
42613 ____________________________________________________________________________
42614 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
42615         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
42616      Branch: perl
42617            ! Configure
42618 ____________________________________________________________________________
42619 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
42620         Log: Unnecessary fuzziness undone, noted by Mike Guy.
42621      Branch: perl
42622            ! t/op/tr.t
42623 ____________________________________________________________________________
42624 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
42625         Log: Update Changes.
42626      Branch: perl
42627            ! Changes patchlevel.h
42628 ____________________________________________________________________________
42629 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
42630         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
42631              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
42632              leakage patch.
42633      Branch: perl
42634            ! t/op/misc.t
42635 ____________________________________________________________________________
42636 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
42637         Log: Test case for #10433/#10424.
42638      Branch: perl
42639            ! t/op/misc.t
42640 ____________________________________________________________________________
42641 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
42642         Log: Subject: One fix for strtoul not setting errno
42643              From: hom00@utsglobal.com (Hal Morris)
42644              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
42645              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
42646      Branch: perl
42647            + uts/strtol_wrap.c
42648            ! MANIFEST hints/uts.sh
42649 ____________________________________________________________________________
42650 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
42651         Log: Metaconfig units changes for #10434.
42652      Branch: metaconfig
42653            ! U/modified/Cppsym.U
42654      Branch: metaconfig/U/perl
42655            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
42656            + d_syscallproto.U d_usleepproto.U
42657            ! longdblfio.U quadfio.U
42658 ____________________________________________________________________________
42659 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
42660         Log: Configure tweaks; add prototype probes, make the cpp symbols
42661              probe to cast, not whine; test for %Ld and %Lf before %lld and
42662              %llf because the L is the ANSI way.
42663      Branch: perl
42664            ! Configure config_h.SH configure.com epoc/config.sh
42665            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
42666            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
42667            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
42668 ____________________________________________________________________________
42669 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
42670         Log: Sigh.  This is what #10424 was supposed to check in.
42671      Branch: perl
42672            ! op.c sv.c sv.h
42673 ____________________________________________________________________________
42674 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
42675         Log: More verbose failure.
42676      Branch: perl
42677            ! t/op/ver.t
42678 ____________________________________________________________________________
42679 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
42680         Log: The .pm changes to go with #10428.
42681      Branch: perl
42682            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
42683            ! ext/Sys/Syslog/Syslog.pm
42684 ____________________________________________________________________________
42685 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
42686         Log: On second thoughts show to utf8 skippage message only
42687              on failures, it's too confusing otherwise,
42688      Branch: perl
42689            ! t/pragma/locale.t
42690 ____________________________________________________________________________
42691 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
42692         Log: Do not import anything from Encode.
42693      Branch: perl
42694            ! ext/MIME/Base64/QuotedPrint.pm
42695 ____________________________________________________________________________
42696 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
42697         Log: The #10402 didn't take.  Weird.
42698      Branch: perl
42699            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
42700            ! ext/Sys/Syslog/Syslog.xs
42701 ____________________________________________________________________________
42702 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
42703         Log: Eradicate traces of 'asciirange' re subpragma.
42704      Branch: perl
42705            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
42706            ! pod/perldiag.pod
42707 ____________________________________________________________________________
42708 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
42709         Log: use is a compile-time thing.
42710      Branch: perl
42711            ! ext/MIME/Base64/QuotedPrint.pm
42712 ____________________________________________________________________________
42713 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
42714         Log: Subject: [PATCH perl@10419] -Wall casting patch
42715              From: Robin Barker <rmb1@cise.npl.co.uk>
42716              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
42717              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
42718      Branch: perl
42719            ! ext/Devel/DProf/DProf.xs mg.c
42720 ____________________________________________________________________________
42721 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
42722         Log: Subject: [PATCH #2] introducing SVpad_TYPED
42723              From: Abhijit Menon-Sen <ams@wiw.org>
42724              Date: Mon, 4 Jun 2001 12:26:02 +0530
42725              Message-ID: <20010604122602.A5775@lustre.linux.in>
42726      Branch: perl
42727            ! op.c sv.c sv.h
42728 ____________________________________________________________________________
42729 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
42730         Log: testsuite for change#10192 (from Gisle Aas)
42731      Branch: perl
42732            + t/op/override.t
42733            ! MANIFEST
42734 ____________________________________________________________________________
42735 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
42736         Log: integrate changes#10414-10416 from mainline
42737              
42738              Potential buffer overrun if the radix separator is more than
42739              one byte.  Also, under locales, prefer the locale-specific
42740              separator over the old boring ".".
42741              
42742              "10.", that is, decimal numbers can have no decimal part at all.
42743              
42744              The non-locale places need love, too.
42745      Branch: maint-5.6/perl
42746           !> perl.h sv.c
42747 ____________________________________________________________________________
42748 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
42749         Log: Missed from #10420.
42750      Branch: perl
42751            ! epoc/config.sh
42752 ____________________________________________________________________________
42753 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
42754         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
42755              often this prototype goes with HAS_SETRESUID_PROTO.
42756      Branch: perl
42757            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42758            ! config_h.SH configure.com perl.h uconfig.h
42759 ____________________________________________________________________________
42760 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
42761         Log: Update Changes.
42762      Branch: perl
42763            ! Changes patchlevel.h
42764 ____________________________________________________________________________
42765 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
42766         Log: -Wall "subscript has type `char'" cleanup.
42767      Branch: perl
42768            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
42769 ____________________________________________________________________________
42770 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
42771         Log: Various "cast to pointer from integer of different size"
42772              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
42773              wide but I32 (int) only 32 bits wide).
42774              
42775              WARNING: the classnum and tagnum changes in Storable.xs
42776              may not be wise, they may be breaking binary compatibility
42777              (in 64-bit platforms), asked Raphael Manfredi about the changes.
42778      Branch: perl
42779            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
42780            ! mg.c proto.h
42781 ____________________________________________________________________________
42782 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
42783         Log: The non-locale places need love, too.
42784      Branch: perl
42785            ! perl.h
42786 ____________________________________________________________________________
42787 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
42788         Log: "10.", that is, decimal numbers can have no decimal part at all.
42789      Branch: perl
42790            ! perl.h
42791 ____________________________________________________________________________
42792 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
42793         Log: Potential buffer overrun if the radix separator is more than
42794              one byte.  Also, under locales, prefer the locale-specific
42795              separator over the old boring ".".
42796      Branch: perl
42797            ! perl.h sv.c
42798 ____________________________________________________________________________
42799 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
42800         Log: Integrate change #10412 from maintperl; locale is now
42801              per-cop, not per-op; plus retweak the locale.t to always
42802              list the skipped utf8 locales.
42803      Branch: perl
42804            ! t/pragma/locale.t
42805           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
42806           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
42807 ____________________________________________________________________________
42808 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
42809         Log: rationalize locale handling to fix the bugs uncovered by change#10394
42810              
42811              the major issue was that the runtime was looking at PL_hints rather
42812              than op_private to notice whether locale was enabled
42813              
42814              the secondary issue was that many locale-sensitive numeric ops didn't
42815              have HINT_LOCALE propagated into their op_private
42816              
42817              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
42818              instead of per-op, just like HINT_BYTE and the hints for lexical
42819              warnings (this makes the hint available to every op via PL_curcop)
42820              
42821              pragma/locale.t may need to be reworked with these fixes in mind
42822              (it currently passes its tests)
42823      Branch: maint-5.6/perl
42824            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
42825            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
42826 ____________________________________________________________________________
42827 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
42828         Log: More verbose debugging.
42829      Branch: perl
42830            ! t/pragma/locale.t
42831 ____________________________________________________________________________
42832 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
42833         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
42834              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
42835              Date: Sat, 2 Jun 2001 22:53:33 +0100
42836              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
42837      Branch: perl
42838            ! regcomp.c t/pragma/warn/regcomp
42839 ____________________________________________________________________________
42840 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
42841         Log: Mention that lexicalizing $a or $b is a bad idea if one
42842              wants to use sort().
42843      Branch: perl
42844            ! pod/perlvar.pod
42845 ____________________________________________________________________________
42846 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
42847         Log: Tweak the test to be happy if the accuracy is 'good enough'.
42848      Branch: perl
42849            ! t/lib/posix.t
42850 ____________________________________________________________________________
42851 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
42852         Log: Upgrade to Attribute::Handlers 0.70.
42853              
42854              NOTE: this unearthed the "too late for CHECK block" bug,
42855              that's why the 1_compile.t change.
42856      Branch: perl
42857            + lib/Attribute/Handlers/demo/Demo.pm
42858            + lib/Attribute/Handlers/demo/Descriptions.pm
42859            + lib/Attribute/Handlers/demo/MyClass.pm
42860            + lib/Attribute/Handlers/demo/demo.pl
42861            + lib/Attribute/Handlers/demo/demo2.pl
42862            + lib/Attribute/Handlers/demo/demo3.pl
42863            + lib/Attribute/Handlers/demo/demo4.pl
42864            + lib/Attribute/Handlers/demo/demo_call.pl
42865            + lib/Attribute/Handlers/demo/demo_chain.pl
42866            + lib/Attribute/Handlers/demo/demo_cycle.pl
42867            + lib/Attribute/Handlers/demo/demo_hashdir.pl
42868            + lib/Attribute/Handlers/demo/demo_phases.pl
42869            + lib/Attribute/Handlers/demo/demo_range.pl
42870            + lib/Attribute/Handlers/demo/demo_rawdata.pl
42871            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
42872            ! t/lib/attrhand.t
42873 ____________________________________________________________________________
42874 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
42875         Log: One less -Wall whine.
42876      Branch: perl
42877            ! regcomp.c
42878 ____________________________________________________________________________
42879 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
42880         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
42881      Branch: perl
42882           !> t/op/eval.t
42883 ____________________________________________________________________________
42884 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
42885         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
42886              aren't "normally" visible inside eval""s contained in subs unless
42887              a cloned reference to them already exists)
42888              
42889              strangely enough, t/harness didn't show this up as a failure
42890              (harness needs fixing?)
42891      Branch: maint-5.6/perl
42892            ! t/op/eval.t
42893 ____________________________________________________________________________
42894 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
42895         Log: Update to Text::Balanced 1.85.
42896      Branch: perl
42897            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
42898 ____________________________________________________________________________
42899 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
42900         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
42901              From: Nicholas Clark <nick@ccl4.org>
42902              Date: Sun, 3 Jun 2001 17:54:36 +0100
42903              Message-ID: <20010603175436.E76396@plum.flirble.org> 
42904      Branch: perl
42905            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
42906            ! ext/Sys/Syslog/Syslog.xs
42907 ____________________________________________________________________________
42908 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
42909         Log: Unused variables.
42910      Branch: perl
42911            ! util.c
42912 ____________________________________________________________________________
42913 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
42914         Log: Subject: [PATCH] APIfy op_clear 
42915              From: Simon Cozens <simon@netthink.co.uk>
42916              Date: Sun, 3 Jun 2001 13:51:46 +0100
42917              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
42918              
42919              (despite the subject line, op_null is APIfied by the patch)
42920      Branch: perl
42921            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
42922 ____________________________________________________________________________
42923 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
42924         Log: Subject: [PATCH] t/lib/extutils.t
42925              From: Nicholas Clark <nick@ccl4.org>
42926              Date: Sat, 2 Jun 2001 23:57:05 +0100
42927              Message-ID: <20010602235705.Q12698@plum.flirble.org>
42928      Branch: perl
42929            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
42930 ____________________________________________________________________________
42931 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
42932         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
42933              From: Prymmer/Kahn <pvhp@best.com>
42934              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
42935              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
42936      Branch: perl
42937            ! win32/Makefile win32/makefile.mk
42938 ____________________________________________________________________________
42939 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
42940         Log: Subject: Re: 'decimal digits' macro? 
42941              From: Hugo <hv@crypt.compulink.co.uk>
42942              Date: Sun, 03 Jun 2001 04:26:36 +0100
42943              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
42944      Branch: perl
42945            ! handy.h t/lib/posix.t t/op/tr.t
42946 ____________________________________________________________________________
42947 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
42948         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
42949              From: Hugo <hv@crypt.compulink.co.uk>
42950              Date: Sun, 03 Jun 2001 14:56:30 +0100
42951              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
42952      Branch: perl
42953            ! util.c
42954 ____________________________________________________________________________
42955 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
42956         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
42957      Branch: perl
42958           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
42959           !> vms/perly_c.vms
42960 ____________________________________________________________________________
42961 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
42962         Log: fix leakage of lexicals at file scope into subroutines that were
42963              declared before them; this appears to be a longstanding bug that
42964              meant that lexicals at file scope were never "deintroduced", meaning
42965              their scope range was never properly closed, and their visibility
42966              extended to all subsequent eval""s or requires
42967              
42968              added a test case
42969              
42970              seems to also fix a case of bogus duplicate warnings
42971      Branch: maint-5.6/perl
42972            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
42973            ! vms/perly_c.vms
42974 ____________________________________________________________________________
42975 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
42976         Log: More VMS tweaks from Craig A. Berry.
42977      Branch: perl
42978            ! configure.com t/lib/extutils.t
42979 ____________________________________________________________________________
42980 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
42981         Log: -Wall cleanup continues.
42982      Branch: perl
42983            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
42984            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
42985            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
42986            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
42987            ! run.c toke.c util.c
42988 ____________________________________________________________________________
42989 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
42990         Log: The metaconfig unit change for #10390.
42991      Branch: metaconfig/U/perl
42992            ! gccvers.U
42993 ____________________________________________________________________________
42994 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
42995         Log: Drop the -ansi from the default gcc flags.
42996              
42997              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
42998              that struct cannot be compared with a flat integer, such as STRLEN.
42999              The -ansi will also cause a lot of noise in Solaris because of:
43000              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
43001      Branch: perl
43002            ! Configure
43003 ____________________________________________________________________________
43004 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
43005         Log: Integrate perlio.
43006      Branch: perl
43007           !> pod/perlapi.pod util.c
43008 ____________________________________________________________________________
43009 [ 10388] By: nick                                  on 2001/06/02  08:01:12
43010         Log: Integrate mainline
43011      Branch: perlio
43012           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
43013           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
43014           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
43015           !> t/lib/1_compile.t t/lib/mimeqp.t
43016 ____________________________________________________________________________
43017 [ 10387] By: nick                                  on 2001/06/02  07:39:17
43018         Log: Tweak util.c's atof2 for MULTIPLICITY
43019      Branch: perlio
43020            ! util.c
43021 ____________________________________________________________________________
43022 [ 10386] By: nick                                  on 2001/06/02  07:38:33
43023         Log: Integrate mainline
43024      Branch: perlio
43025           !> (integrate 41 files)
43026 ____________________________________________________________________________
43027 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
43028         Log: Add Attribute::Handlers 0.61 from Damian Conway.
43029      Branch: perl
43030            + lib/Attribute/Handlers.pm t/lib/attrhand.t
43031            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
43032 ____________________________________________________________________________
43033 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
43034         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
43035              From: Peter Prymmer <pvhp@forte.com>
43036              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
43037              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
43038      Branch: perl
43039            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
43040 ____________________________________________________________________________
43041 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
43042         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
43043              From: Jeff Pinyan <jeffp@crusoe.net>
43044              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
43045              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
43046      Branch: perl
43047            ! lib/File/Find.pm
43048 ____________________________________________________________________________
43049 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
43050         Log: Subject: [PATCH perl@10381] configure.com tweaks
43051              From: "Craig A. Berry" <craigberry@mac.com>
43052              Date: Fri, 1 Jun 2001 13:55:43 -0500
43053              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
43054      Branch: perl
43055            ! configure.com
43056 ____________________________________________________________________________
43057 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
43058         Log: Update Changes.
43059      Branch: perl
43060            ! Changes patchlevel.h
43061 ____________________________________________________________________________
43062 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
43063         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
43064              From: Mike Guy <mjtg@cam.ac.uk>
43065              Date: Fri, 01 Jun 2001 18:17:02 +0100
43066              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
43067      Branch: perl
43068            ! lib/perl5db.pl
43069 ____________________________________________________________________________
43070 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
43071         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
43072              From: Hugo <hv@crypt.compulink.co.uk>
43073              Date: Thu, 31 May 2001 20:49:48 +0100
43074              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
43075      Branch: perl
43076            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
43077            ! util.c
43078 ____________________________________________________________________________
43079 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
43080         Log: Zero() is not available in x2p (or, rather, some of its
43081              implementations like memzero() might not be available.)
43082      Branch: perl
43083            ! x2p/hash.c
43084 ____________________________________________________________________________
43085 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
43086         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
43087              From: Michael G Schwern <schwern@pobox.com>
43088              Date: Fri, 1 Jun 2001 12:00:29 +0100
43089              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
43090              
43091              (But use Zero() instead of memset.)
43092      Branch: perl
43093            ! x2p/hash.c
43094 ____________________________________________________________________________
43095 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
43096         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
43097              From: Jeff Pinyan <jeffp@crusoe.net>
43098              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
43099              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
43100      Branch: perl
43101            ! pod/perldiag.pod regcomp.c t/op/pat.t
43102 ____________________________________________________________________________
43103 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
43104         Log: Retract #10324 and #10333; not needed.
43105      Branch: perl
43106            ! hints/irix_6.sh hints/linux.sh
43107 ____________________________________________________________________________
43108 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
43109         Log: The #10370 wasn't quite right.
43110      Branch: perl
43111            ! ext/XS/Typemap/Typemap.xs
43112 ____________________________________________________________________________
43113 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
43114         Log: The metaconfig units changes for #10372.
43115      Branch: metaconfig/U/perl
43116            + d_realpath.U d_sresgproto.U d_sresuproto.U
43117            ! gccvers.U i_db.U
43118 ____________________________________________________________________________
43119 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
43120         Log: Configure tweaks; record the Berkeley DB version,
43121              probe for realpath(), for setresuid() and setresgid()
43122              prototypes; use realpath() (try to be paranoid enough),
43123              use the setres[ug]id prototypes because glibc has the functions
43124              but not their prototypes; add -Wall -ansi to gcc ccflags;
43125              regen toc.
43126      Branch: perl
43127            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43128            ! config_h.SH configure.com epoc/config.sh
43129            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
43130            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
43131            ! vos/config.ga.def win32/config.bc win32/config.gc
43132            ! win32/config.vc
43133 ____________________________________________________________________________
43134 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
43135         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
43136              From: Michael G Schwern <schwern@pobox.com>
43137              Date: Fri, 1 Jun 2001 11:28:14 +0100
43138              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
43139      Branch: perl
43140            ! lib/attributes.pm xsutils.c
43141 ____________________________________________________________________________
43142 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
43143         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
43144              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43145              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
43146              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
43147      Branch: perl
43148            ! ext/XS/Typemap/Typemap.xs
43149 ____________________________________________________________________________
43150 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
43151         Log: Subject: [patch] Cwd.xs optimizations/abstraction
43152              From: Doug MacEachern <dougm@covalent.net>
43153              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
43154              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
43155      Branch: perl
43156            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
43157            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
43158 ____________________________________________________________________________
43159 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
43160         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!])
43161              From: Nicholas Clark <nick@ccl4.org>
43162              Date: Thu, 31 May 2001 23:56:40 +0100
43163              Message-ID: <20010531235640.F12698@plum.flirble.org>
43164              
43165              Make the test work also under only static extensions
43166              (sh Configure -Uusedl fakes this nicely)
43167      Branch: perl
43168            ! t/lib/extutils.t
43169 ____________________________________________________________________________
43170 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
43171         Log: Subject: [PATCH hv.c] Eliminating trigraph
43172              From: Michael G Schwern <schwern@pobox.com>
43173              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
43174              Date: Fri, 1 Jun 2001 11:49:56 +0100
43175      Branch: perl
43176            ! hv.c
43177 ____________________________________________________________________________
43178 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
43179         Log: Subject: Re: [PATCH] Tests for File::Compare 
43180              From: "Philip Newton" <Philip.Newton@gmx.net>
43181              Date: Thu, 31 May 2001 19:44:05 +0200
43182              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
43183              
43184              Unnecessary "quotation marks".
43185      Branch: perl
43186            ! t/lib/filecomp.t
43187 ____________________________________________________________________________
43188 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
43189         Log: Integrate perlio.
43190      Branch: perl
43191           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
43192 ____________________________________________________________________________
43193 [ 10364] By: nick                                  on 2001/06/01  10:13:31
43194         Log: Cleanup dll.base and dll.exp created by GCC builds.
43195      Branch: perlio
43196            ! lib/ExtUtils/MM_Win32.pm
43197 ____________________________________________________________________________
43198 [ 10363] By: nick                                  on 2001/06/01  10:02:17
43199         Log: Make filecomp test work on CRLF platforms by adding binmode.
43200      Branch: perlio
43201            ! t/lib/filecomp.t
43202 ____________________________________________________________________________
43203 [ 10362] By: nick                                  on 2001/06/01  08:37:17
43204         Log: Integrate mainline
43205      Branch: perlio
43206           !> Changes Configure patchlevel.h perlio.c
43207 ____________________________________________________________________________
43208 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
43209         Log: panic:claustrophobia.
43210      Branch: perl
43211            ! perlio.c
43212 ____________________________________________________________________________
43213 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
43214         Log: Update Changes.
43215      Branch: perl
43216            ! Changes patchlevel.h
43217 ____________________________________________________________________________
43218 [ 10359] By: nick                                  on 2001/05/31  12:35:50
43219         Log: Integrate mainline.
43220      Branch: perlio
43221           +> t/lib/filecomp.t
43222           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
43223           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
43224 ____________________________________________________________________________
43225 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
43226         Log: Integrate perlio.
43227      Branch: perl
43228           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
43229           !> win32/config_H.vc
43230 ____________________________________________________________________________
43231 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
43232         Log: Metaconfig unit change for #10356.
43233      Branch: metaconfig
43234            ! U/installdirs/inc_version_list.U
43235 ____________________________________________________________________________
43236 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
43237         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
43238              (idea from Sarathy; implementation from Andy)
43239      Branch: perl
43240            ! Configure
43241 ____________________________________________________________________________
43242 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
43243         Log: More AUTHORS.
43244      Branch: perl
43245            ! AUTHORS
43246 ____________________________________________________________________________
43247 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
43248         Log: Subject: Re: [PATCH] Tests for File::Compare
43249              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
43250              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
43251              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
43252      Branch: perl
43253            + t/lib/filecomp.t
43254            ! MANIFEST t/lib/1_compile.t
43255 ____________________________________________________________________________
43256 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
43257         Log: Subject: [PATCH] DEBUG_* macro cleanups
43258              From: Abhijit Menon-Sen <ams@wiw.org>
43259              Date: Thu, 31 May 2001 12:16:22 +0530
43260              Message-ID: <20010531121622.B4829@lustre.linux.in>
43261              
43262              Subject: Re: [PATCH] DEBUG_* macro cleanups
43263              From: Abhijit Menon-Sen <ams@wiw.org>
43264              Date: Thu, 31 May 2001 13:57:01 +0530
43265              Message-ID: <20010531135701.A21775@lustre.linux.in>
43266              
43267              (The DEBUG_ definitions in perl.h changed to use the
43268              STMT_START and STMT_END.)
43269      Branch: perl
43270            ! perl.h pp_ctl.c sv.c toke.c
43271 ____________________________________________________________________________
43272 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
43273         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
43274              From: Abhijit Menon-Sen <ams@wiw.org>
43275              Date: Thu, 31 May 2001 08:27:55 +0530
43276              Message-ID: <20010531082755.A10018@lustre.linux.in>
43277      Branch: perl
43278            ! ext/Storable/Storable.xs gv.c perl.c
43279 ____________________________________________________________________________
43280 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
43281         Log: Subject: [PATCH] AUTHORS
43282              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43283              Date: Thu, 31 May 2001 01:27:59 -0500
43284              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
43285              
43286              Subject: Re: [PATCH] AUTHORS
43287              From: "Philip Newton" <Philip.Newton@gmx.net>
43288              Date: Thu, 31 May 2001 10:08:06 +0200
43289              (Message-Id missing?)
43290      Branch: perl
43291            ! AUTHORS
43292 ____________________________________________________________________________
43293 [ 10350] By: nick                                  on 2001/05/31  11:40:43
43294         Log: win32 - dmake regen_config_h
43295      Branch: perlio
43296            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43297 ____________________________________________________________________________
43298 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
43299         Log: Subject: Re: [PATCH util.c] More warning cleanups.
43300              From: "Philip Newton" <Philip.Newton@gmx.net>
43301              Date: Thu, 31 May 2001 07:41:36 +0200
43302              Message-Id: <200105310538.IAA25458@taku.hut.fi>
43303              
43304              Undo C++-ism that snekt in.
43305      Branch: perl
43306            ! util.c
43307 ____________________________________________________________________________
43308 [ 10348] By: nick                                  on 2001/05/31  11:36:46
43309         Log: Tolerate Win32 numerics
43310      Branch: perlio
43311            ! t/pragma/warn/toke
43312 ____________________________________________________________________________
43313 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
43314         Log: Integrate perlio.
43315      Branch: perl
43316           !> perlio.c win32/win32.h
43317 ____________________________________________________________________________
43318 [ 10346] By: nick                                  on 2001/05/31  10:54:55
43319         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
43320              perlio.c change 10255.
43321      Branch: perlio
43322            ! perlio.c
43323 ____________________________________________________________________________
43324 [ 10345] By: nick                                  on 2001/05/31  10:01:57
43325         Log: Conditionally put back some "unused" dTHX which are used
43326              with PERL_IMPLICIT_SYS
43327      Branch: perlio
43328            ! perlio.c
43329 ____________________________________________________________________________
43330 [ 10344] By: nick                                  on 2001/05/31  10:00:59
43331         Log: Fix Win32 for new spelling IN_BYTES 
43332      Branch: perlio
43333            ! win32/win32.h
43334 ____________________________________________________________________________
43335 [ 10343] By: nick                                  on 2001/05/31  08:01:32
43336         Log: perlio.c -Wall cleaner under MULTIPLICITY
43337              - still minor noise with linux stdio
43338      Branch: perlio
43339            ! perlio.c
43340 ____________________________________________________________________________
43341 [ 10342] By: nick                                  on 2001/05/31  07:52:23
43342         Log: Integrate mainline.
43343      Branch: perlio
43344           !> (integrate 42 files)
43345 ____________________________________________________________________________
43346 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
43347         Log: AUTHORS updates.
43348      Branch: perl
43349            ! AUTHORS
43350 ____________________________________________________________________________
43351 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
43352         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
43353              From: Peter Prymmer <pvhp@forte.com>
43354              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
43355              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
43356      Branch: perl
43357            ! t/lib/md5-file.t
43358 ____________________________________________________________________________
43359 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
43360         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
43361              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
43362              to match the pragma name; various robustness cleanups.
43363      Branch: perl
43364            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
43365            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
43366 ____________________________________________________________________________
43367 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
43368         Log: More -Wall sweeping.
43369      Branch: perl
43370            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
43371            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
43372            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
43373            ! regcomp.c sv.c toke.c utf8.c
43374 ____________________________________________________________________________
43375 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
43376         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
43377              From: Nicholas Clark <nick@ccl4.org>
43378              Date: Wed, 30 May 2001 22:34:41 +0100
43379              Message-ID: <20010530223441.Y86445@plum.flirble.org>
43380      Branch: perl
43381            ! t/op/cmp.t
43382 ____________________________________________________________________________
43383 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
43384         Log: It's is not, it isn't ain't, and it's it's, not its,
43385              if you mean it is. If you don't, it's its. Then too,
43386              it's hers. It isn't her's. It isn't our's either.
43387              It's ours, and likewise yours and theirs.
43388              -- Oxford University Press, Edpress News
43389      Branch: perl
43390            ! lib/autouse.pm
43391 ____________________________________________________________________________
43392 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
43393         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
43394      Branch: perl
43395            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
43396            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
43397            ! x2p/str.c x2p/walk.c xsutils.c
43398 ____________________________________________________________________________
43399 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
43400         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
43401              From: Michael G Schwern <schwern@pobox.com>
43402              Date: Wed, 30 May 2001 17:10:38 +0100
43403              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
43404              
43405              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
43406              From: Abhijit Menon-Sen <ams@wiw.org>
43407              Date: Wed, 30 May 2001 23:16:13 +0530
43408              Message-ID: <20010530231613.A31933@lustre.linux.in>
43409      Branch: perl
43410            ! perl.c t/run/runenv.t
43411 ____________________________________________________________________________
43412 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
43413         Log: (Retracted by #10375.)
43414              
43415              IRIX hints patch from Merijn Broeren.
43416              
43417              TODO: (this and the earlier Linux hints patch) should be solved
43418              at Configure level.  Merijn: -ldb should not be used on any platform
43419              for perl, just when linking DBFile itself. Trying to be helpful here
43420              is counterproductive.
43421      Branch: perl
43422            ! hints/irix_6.sh
43423 ____________________________________________________________________________
43424 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
43425         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
43426              From: Nicholas Clark <nick@ccl4.org>
43427              Date: Wed, 30 May 2001 23:20:58 +0100
43428              Message-ID: <20010530232058.B86445@plum.flirble.org>
43429      Branch: perl
43430            ! doop.c
43431 ____________________________________________________________________________
43432 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
43433         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
43434              From: Michael G Schwern <schwern@pobox.com> 
43435              Date: Wed, 30 May 2001 15:24:20 +0100
43436              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
43437      Branch: perl
43438            ! t/pragma/autouse.t
43439 ____________________________________________________________________________
43440 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
43441         Log: The regex trick wasn't a good idea.
43442      Branch: perl
43443            ! pod/perlfaq4.pod
43444 ____________________________________________________________________________
43445 [ 10329] By: nick                                  on 2001/05/30  18:34:35
43446         Log: Integrate mainline
43447      Branch: perlio
43448           !> (integrate 40 files)
43449 ____________________________________________________________________________
43450 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
43451         Log: Update Changes.
43452      Branch: perl
43453            ! Changes patchlevel.h
43454 ____________________________________________________________________________
43455 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
43456         Log: The metaconfig unit change for #10325.
43457      Branch: metaconfig
43458            + U/modified/afs.U
43459 ____________________________________________________________________________
43460 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
43461         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
43462              is now wrong.
43463      Branch: perl
43464            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
43465 ____________________________________________________________________________
43466 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
43467         Log: Introduce $Config{afsroot}.
43468      Branch: perl
43469            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43470            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
43471            ! win32/config.gc win32/config.vc
43472 ____________________________________________________________________________
43473 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
43474         Log: (Retracted by #10375.)
43475              
43476              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
43477      Branch: perl
43478            ! hints/linux.sh
43479 ____________________________________________________________________________
43480 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
43481         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
43482              (Also Configure tweaks needed; coming up soon.)
43483      Branch: perl
43484            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
43485 ____________________________________________________________________________
43486 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
43487         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
43488              From: Michael G Schwern <schwern@pobox.com>
43489              Date: Sun, 27 May 2001 10:29:43 +0100
43490              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
43491      Branch: perl
43492            ! lib/perl5db.pl
43493 ____________________________________________________________________________
43494 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
43495         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
43496              and Abhijit Menon-Sen.
43497      Branch: perl
43498            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
43499            ! perl.c pp_sys.c regcomp.c
43500 ____________________________________________________________________________
43501 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
43502         Log: Fix the BOOT section to call myU2time properly.
43503      Branch: perl
43504            ! ext/Time/HiRes/HiRes.xs
43505 ____________________________________________________________________________
43506 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
43507         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
43508              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
43509              Date: Wed, 30 May 2001 09:44:29 -0400
43510              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
43511              
43512              Detypo; plus add one more trick.
43513      Branch: perl
43514            ! pod/perlfaq4.pod
43515 ____________________________________________________________________________
43516 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
43517         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)
43518              From: Michael G Schwern <schwern@pobox.com>
43519              Date: Wed, 30 May 2001 14:39:06 +0100
43520              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
43521      Branch: perl
43522            ! lib/autouse.pm t/pragma/autouse.t
43523 ____________________________________________________________________________
43524 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
43525         Log: Subject: Re: AIX and gcc (moving targets)
43526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43527              Date: Wed, 30 May 2001 15:25:08 +0200
43528              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
43529      Branch: perl
43530            ! ext/Time/HiRes/HiRes.xs
43531 ____________________________________________________________________________
43532 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
43533         Log: Subject: [PATCH t/TEST] sorting tests
43534              From: Michael G Schwern <schwern@pobox.com>
43535              Date: Wed, 30 May 2001 10:24:02 +0100
43536              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
43537      Branch: perl
43538            ! t/TEST
43539 ____________________________________________________________________________
43540 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
43541         Log: Subject: [ID 20010529.002] typos in man page perlre
43542              From: bart@cg681574-a.adubn1.nj.home.com 
43543              Date: Tue, 29 May 2001 13:58:59 -0500
43544              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
43545      Branch: perl
43546            ! pod/perlre.pod
43547 ____________________________________________________________________________
43548 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
43549         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
43550              From: "Craig A. Berry" <craigberry@mac.com>
43551              Date: Tue, 29 May 2001 23:23:45 -0500
43552              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
43553      Branch: perl
43554            ! t/lib/extutils.t t/pragma/autouse.t
43555 ____________________________________________________________________________
43556 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
43557         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)
43558              From: David Dyck <dcd@tc.fluke.com>
43559              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
43560              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
43561      Branch: perl
43562            ! t/lib/filefind.t
43563 ____________________________________________________________________________
43564 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
43565         Log: AIX hints update for gcc from Merijn H. Brand.
43566      Branch: perl
43567            ! hints/aix.sh
43568 ____________________________________________________________________________
43569 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
43570         Log: Retract #10295 and #10296: a more generic solution
43571              is needed (there's something funny with gcc on AIX).
43572      Branch: perl
43573            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
43574 ____________________________________________________________________________
43575 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
43576         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
43577              From: Hugo <hv@crypt.compulink.co.uk>
43578              Date: Wed, 30 May 2001 11:59:19 +0100
43579              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
43580              
43581              localizing $@ has unfortunate semantics - if you die past
43582              a local $@, the die message is lost.
43583      Branch: perl
43584            ! lib/utf8_heavy.pl
43585 ____________________________________________________________________________
43586 [ 10309] By: nick                                  on 2001/05/30  08:23:02
43587         Log: Integrate mainline (autouse works again.)
43588      Branch: perlio
43589           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
43590           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
43591           !> pod/perlvar.pod t/op/cmp.t
43592 ____________________________________________________________________________
43593 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
43594         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
43595              From: David Dyck <dcd@tc.fluke.com>
43596              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
43597              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
43598      Branch: perl
43599            ! lib/File/Find.pm
43600 ____________________________________________________________________________
43601 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
43602         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
43603              From: Nicholas Clark <nick@ccl4.org>
43604              Date: Tue, 29 May 2001 23:16:09 +0100
43605              Message-ID: <20010529231609.U86445@plum.flirble.org>
43606              
43607              Make the test output slightly clearer by distinguishing
43608              between '' and undef.
43609      Branch: perl
43610            ! t/op/cmp.t
43611 ____________________________________________________________________________
43612 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
43613         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
43614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43615              Date: Tue, 29 May 2001 19:15:19 -0400
43616              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
43617      Branch: perl
43618            ! hints/os2.sh
43619 ____________________________________________________________________________
43620 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
43621         Log: Subject: perlvar.pod addition
43622              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
43623              Date: Fri, 25 May 2001 20:23:12 +0200
43624              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
43625              
43626              Subject: Re: perlvar.pod addition
43627              From: "Abigail" <abigail@foad.org> 
43628              Date: Fri, 25 May 2001 22:00:39 +0200
43629              Message-ID: <20010525200039.28029.qmail@foad.org>
43630              
43631              Mention $a and $b in perlvar.
43632      Branch: perl
43633            ! pod/perlvar.pod
43634 ____________________________________________________________________________
43635 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
43636         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
43637              From: Jeff Pinyan <jeffp@crusoe.net>
43638              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
43639              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
43640      Branch: perl
43641            ! pod/perlvar.pod
43642 ____________________________________________________________________________
43643 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
43644         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
43645              From: Jeff Pinyan <jeffp@crusoe.net>
43646              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
43647              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
43648      Branch: perl
43649            ! pod/perlfaq6.pod
43650 ____________________________________________________________________________
43651 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
43652         Log: Mention Time::localtime and Time::gmtime.
43653      Branch: perl
43654            ! ext/Time/Piece/Piece.pm
43655 ____________________________________________________________________________
43656 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
43657         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
43658              From: Michael G Schwern <schwern@pobox.com>
43659              Date: Tue, 29 May 2001 18:51:32 +0100
43660              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
43661      Branch: perl
43662            ! pod/perlfaq4.pod
43663 ____________________________________________________________________________
43664 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
43665         Log: Retract #10243.
43666      Branch: perl
43667            ! lib/autouse.pm
43668 ____________________________________________________________________________
43669 [ 10299] By: nick                                  on 2001/05/29  18:41:19
43670         Log: Post weekend integrate mainline (fails one test pragma/autouse).
43671      Branch: perlio
43672           +> (branch 29 files)
43673           !> (integrate 91 files)
43674 ____________________________________________________________________________
43675 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
43676         Log: Update Changes.
43677      Branch: perl
43678            ! Changes patchlevel.h
43679 ____________________________________________________________________________
43680 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
43681         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
43682              before Perl_load_module/Perl_call_method and restore the value
43683              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
43684      Branch: perl
43685            ! utf8.c
43686 ____________________________________________________________________________
43687 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
43688         Log: Subject: Re: AIX and gcc (moving targets)
43689              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43690              Date: Tue, 29 May 2001 17:59:40 +0200
43691              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
43692      Branch: perl
43693            ! ext/Storable/Makefile.PL
43694 ____________________________________________________________________________
43695 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
43696         Log: Subject: Re: AIX and gcc (moving targets)
43697              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43698              Date: Tue, 29 May 2001 12:32:57 +0200
43699              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
43700      Branch: perl
43701            ! ext/POSIX/Makefile.PL
43702 ____________________________________________________________________________
43703 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
43704         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
43705              From: Michael G Schwern <schwern@pobox.com>
43706              Date: Tue, 29 May 2001 09:53:29 +0100
43707              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
43708              
43709              (#10280 retracted)
43710      Branch: perl
43711            ! lib/Test/Harness.pm t/lib/test-harness.t
43712 ____________________________________________________________________________
43713 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
43714         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
43715              From: Michael G Schwern <schwern@pobox.com>
43716              Date: Tue, 29 May 2001 09:19:52 +0100
43717              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
43718      Branch: perl
43719            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
43720            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
43721            + t/lib/Test/todo.t
43722            ! MANIFEST lib/Test.pm t/TEST
43723 ____________________________________________________________________________
43724 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
43725         Log: From: Michael G Schwern <schwern@pobox.com>
43726              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
43727              Date: Tue, 29 May 2001 08:26:09 +0100
43728              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
43729      Branch: perl
43730            ! t/TEST
43731 ____________________________________________________________________________
43732 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
43733         Log: Add tests for Time::gmtime and Time::localtime.
43734      Branch: perl
43735            + t/lib/time-gmtime.t t/lib/time-localtime.t
43736            ! MANIFEST t/lib/1_compile.t
43737 ____________________________________________________________________________
43738 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
43739         Log: Add test for File::stat.
43740      Branch: perl
43741            + t/lib/filestat.t
43742            ! MANIFEST t/lib/1_compile.t
43743 ____________________________________________________________________________
43744 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
43745         Log: Add test for Net::servent.
43746      Branch: perl
43747            + t/lib/net-sent.t
43748            ! MANIFEST t/lib/1_compile.t
43749 ____________________________________________________________________________
43750 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
43751         Log: Add test for Net::protoent.
43752      Branch: perl
43753            + t/lib/net-pent.t
43754            ! MANIFEST t/lib/1_compile.t
43755 ____________________________________________________________________________
43756 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
43757         Log: Add test for Net::netent.
43758      Branch: perl
43759            + t/lib/net-nent.t
43760            ! MANIFEST t/lib/1_compile.t
43761 ____________________________________________________________________________
43762 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
43763         Log: Add test for User::grent.  Portability doubtful.
43764      Branch: perl
43765            + t/lib/user-grent.t
43766            ! MANIFEST t/lib/1_compile.t
43767 ____________________________________________________________________________
43768 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
43769         Log: Add test for User::pwent.
43770              Probably will fall down somewhere for portability reasons.
43771      Branch: perl
43772            + t/lib/user-pwent.t
43773            ! MANIFEST t/lib/1_compile.t
43774 ____________________________________________________________________________
43775 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
43776         Log: Metaconfig units changes for #10283.
43777      Branch: metaconfig
43778            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
43779            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
43780            ! U/installdirs/sitescript.U U/modified/Signal.U
43781 ____________________________________________________________________________
43782 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
43783         Log: Subject: [PATCH 5.6.1] signal names in Configure
43784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43785              Date: Tue, 29 May 2001 03:52:25 -0400
43786              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
43787              
43788              Subject: [PATCH 5.6.1] older perl in Configure
43789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43790              Date: Tue, 29 May 2001 03:55:40 -0400
43791              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
43792              
43793              Subject: [PATCH 5.6.1] goofs in Configure
43794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43795              Date: Tue, 29 May 2001 04:13:07 -0400
43796              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
43797              
43798              Configure portability tweaks.
43799      Branch: perl
43800            ! Configure
43801 ____________________________________________________________________________
43802 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
43803         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
43804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43805              Date: Tue, 29 May 2001 04:07:06 -0400
43806              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
43807      Branch: perl
43808            ! os2/os2.c
43809 ____________________________________________________________________________
43810 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
43811         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
43812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43813              Date: Tue, 29 May 2001 04:01:38 -0400
43814              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
43815      Branch: perl
43816            ! hints/os2.sh os2/Makefile.SHs
43817 ____________________________________________________________________________
43818 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
43819         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
43820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43821              Date: Tue, 29 May 2001 03:50:18 -0400
43822              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
43823      Branch: perl
43824            ! lib/Test/Harness.pm
43825 ____________________________________________________________________________
43826 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
43827         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
43828      Branch: perl
43829            ! lib/utf8_heavy.pl
43830 ____________________________________________________________________________
43831 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
43832         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
43833              From: Hugo <hv@crypt.compulink.co.uk>
43834              Date: Tue, 29 May 2001 03:03:45 +0100
43835              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
43836              
43837              Explanation why the $@ always gets the UTF8 flag when under use utf8--
43838              because we told it to have the flag when under use utf8.
43839      Branch: perl
43840            ! pp_ctl.c
43841 ____________________________________________________________________________
43842 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
43843         Log: At least a partial fix for 20010528.004.
43844      Branch: perl
43845            ! lib/utf8_heavy.pl
43846 ____________________________________________________________________________
43847 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
43848         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
43849              From: Nicholas Clark <nick@ccl4.org> 
43850              Date: Mon, 28 May 2001 23:39:38 +0100
43851              Message-ID: <20010528233938.M86445@plum.flirble.org>
43852              
43853              More portable non-zero UV.
43854      Branch: perl
43855            ! t/lib/extutils.t
43856 ____________________________________________________________________________
43857 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
43858         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
43859              From: Nicholas Clark <nick@ccl4.org>
43860              Date: Mon, 28 May 2001 22:46:09 +0100
43861              Message-ID: <20010528224608.L86445@plum.flirble.org>
43862              
43863              Test also "make clean".
43864      Branch: perl
43865            ! t/lib/extutils.t
43866 ____________________________________________________________________________
43867 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
43868         Log: Subject: Re: Would -Wno-unused -Wall be better?
43869              From: Michael G Schwern <schwern@pobox.com>
43870              Date: Tue, 29 May 2001 00:55:54 +0100
43871              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
43872      Branch: perl
43873            ! pp.h
43874 ____________________________________________________________________________
43875 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
43876         Log: Add a test for 20010528.007, fixed in #10272.
43877      Branch: perl
43878            ! t/op/misc.t toke.c
43879 ____________________________________________________________________________
43880 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
43881         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
43882              From: Hugo <hv@crypt.compulink.co.uk>
43883              Date: Tue, 29 May 2001 00:23:23 +0100
43884              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
43885      Branch: perl
43886            ! toke.c
43887 ____________________________________________________________________________
43888 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
43889         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
43890              From: Michael G Schwern <schwern@pobox.com>
43891              Date: Tue, 29 May 2001 00:42:59 +0100
43892              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
43893      Branch: perl
43894            ! t/pragma/autouse.t
43895 ____________________________________________________________________________
43896 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
43897         Log: Some shells seemingly arrange the signal handlers differently
43898              (bug id 20010521.004).
43899      Branch: perl
43900            ! t/lib/sigaction.t
43901 ____________________________________________________________________________
43902 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
43903         Log: Regen perlmodlib.
43904      Branch: perl
43905            ! pod/perlmodlib.pod
43906 ____________________________________________________________________________
43907 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
43908         Log: Update Changes.
43909      Branch: perl
43910            ! Changes patchlevel.h
43911 ____________________________________________________________________________
43912 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
43913         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
43914              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43915              Date: Mon, 28 May 2001 14:56:35 -0500
43916              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
43917      Branch: perl
43918            ! pod/perlnewmod.pod
43919 ____________________________________________________________________________
43920 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
43921         Log: Regen toc.
43922      Branch: perl
43923            ! pod/perltoc.pod
43924 ____________________________________________________________________________
43925 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
43926         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
43927              From: "Richard Soderberg" <rs@crystalflame.net>
43928              Date: Mon, 28 May 2001 12:31:23 -0700
43929              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
43930      Branch: perl
43931            ! t/op/splice.t
43932 ____________________________________________________________________________
43933 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
43934         Log: The #10260 was too bold: locales and utf8 still do not mix.
43935      Branch: perl
43936            ! t/pragma/locale.t
43937 ____________________________________________________________________________
43938 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
43939         Log: Subject: [PATCH] Pod nitpicks
43940              From: "Richard Soderberg" <rs@crystalflame.net>
43941              Date: Mon, 28 May 2001 10:08:58 -0700
43942              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
43943      Branch: perl
43944            ! pod/perl571delta.pod pod/perlapi.pod sv.h
43945 ____________________________________________________________________________
43946 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
43947         Log: Upgrade to I18N::LangTags 0.22.
43948      Branch: perl
43949            + lib/I18N/LangTags/List.pod
43950            ! MANIFEST lib/I18N/LangTags.pm
43951 ____________________________________________________________________________
43952 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
43953         Log: A slightly more serious bug found by -Mutf8; op/misc and
43954              lib/complex dumped core.
43955      Branch: perl
43956            ! regexec.c
43957 ____________________________________________________________________________
43958 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
43959         Log: Various buglets shaken out by -Mutf8.
43960      Branch: perl
43961            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
43962            ! t/pragma/locale.t
43963 ____________________________________________________________________________
43964 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
43965         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
43966      Branch: perl
43967            ! t/lib/carp.t
43968 ____________________________________________________________________________
43969 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
43970         Log: Subject: [PATCH] todo patch
43971              From: Artur Bergman <artur@contiller.se> 
43972              Date: Mon, 28 May 2001 17:03:51 +0200
43973              Message-ID: <B7383577.F34%artur@contiller.se>
43974      Branch: perl
43975            ! pod/perltodo.pod
43976 ____________________________________________________________________________
43977 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
43978         Log: Subject: typo in perlguts.pod
43979              From: "John P. Linderman" <jpl@research.att.com>
43980              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
43981              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
43982      Branch: perl
43983            ! pod/perlguts.pod
43984 ____________________________________________________________________________
43985 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
43986         Log: Subject: AIX and gcc (moving targets)
43987              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43988              Date: Mon, 28 May 2001 12:54:04 +0200
43989              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
43990      Branch: perl
43991            ! hints/aix.sh
43992 ____________________________________________________________________________
43993 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
43994         Log: Subject: Re: perlio + multiple perl_alloc..destruct
43995              From: Doug MacEachern <dougm@covalent.net>
43996              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
43997              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
43998      Branch: perl
43999            ! perlio.c
44000 ____________________________________________________________________________
44001 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
44002         Log: The #10251 wasn't quite up-to-the-code.
44003      Branch: perl
44004            ! t/op/misc.t
44005 ____________________________________________________________________________
44006 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
44007         Log: Test case for bug 20010526.004, fixed in #10252.
44008      Branch: perl
44009            ! t/op/taint.t
44010 ____________________________________________________________________________
44011 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
44012         Log: Subject: Re: [ID 20010526.004] Taint looses value
44013              From: Hugo <hv@crypt.compulink.co.uk>
44014              Date: Sun, 27 May 2001 20:39:32 +0100
44015              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
44016      Branch: perl
44017            ! sv.c
44018 ____________________________________________________________________________
44019 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
44020         Log: Test case for 20010422.005, fixed by #10250.
44021      Branch: perl
44022            ! t/op/misc.t
44023 ____________________________________________________________________________
44024 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
44025         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
44026              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44027              Date: Mon, 28 May 2001 06:39:12 -0400
44028              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
44029      Branch: perl
44030            ! toke.c
44031 ____________________________________________________________________________
44032 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
44033         Log: Linerewrapping.
44034      Branch: perl
44035            ! lib/open.pm
44036 ____________________________________________________________________________
44037 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
44038         Log: Updates on the modules list.
44039      Branch: perl
44040            ! t/lib/1_compile.t
44041 ____________________________________________________________________________
44042 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
44043         Log: Add a test for PerlIO.
44044              
44045              (I probably got the crlf/raw thing wrong for clrfy platforms...)
44046      Branch: perl
44047            + t/lib/perlio.t
44048            ! MANIFEST lib/PerlIO.pm
44049 ____________________________________________________________________________
44050 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
44051         Log: Add a test for carp et alia.
44052      Branch: perl
44053            + t/lib/carp.t
44054            ! MANIFEST
44055 ____________________________________________________________________________
44056 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
44057         Log: Adding the new test would be swell.
44058      Branch: perl
44059            + t/pragma/autouse.t
44060 ____________________________________________________________________________
44061 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
44062         Log: Add a test for the autouse pragma.
44063      Branch: perl
44064            ! MANIFEST
44065 ____________________________________________________________________________
44066 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
44067         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
44068              From: dLux <dlux@spam.sch.bme.hu>
44069              Date: Sun, 27 May 2001 16:14:26 +0200
44070              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
44071      Branch: perl
44072            ! lib/autouse.pm
44073 ____________________________________________________________________________
44074 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
44075         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
44076              From: "Richard Soderberg" <rs@crystalflame.net>
44077              Date: Mon, 28 May 2001 03:56:36 -0700
44078              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
44079      Branch: perl
44080            ! utils/dprofpp.PL
44081 ____________________________________________________________________________
44082 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
44083         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
44084              From: "Stephen P. Potter" <spp@spotter.yi.org>
44085              Date: Tue, 22 May 2001 11:40:25 -0400
44086              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
44087              
44088              Subject: Re: [ID 20010522.003] Time::Local module bug
44089              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
44090              Date: Tue, 22 May 2001 11:50:19 -0400
44091              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
44092      Branch: perl
44093            ! lib/Time/Local.pm
44094 ____________________________________________________________________________
44095 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
44096         Log: The PERL_DL_NONLAZY can have whitespace in front.
44097      Branch: perl
44098            ! t/lib/extutils.t
44099 ____________________________________________________________________________
44100 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
44101         Log: Document strftime() and strptime().
44102      Branch: perl
44103            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
44104 ____________________________________________________________________________
44105 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
44106         Log: Make Time::Piece::strptime() to be a function, not a method.
44107      Branch: perl
44108            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
44109 ____________________________________________________________________________
44110 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
44111         Log: Tweak the test to be more portable.
44112      Branch: perl
44113            ! t/lib/extutils.t
44114 ____________________________________________________________________________
44115 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
44116         Log: Subject: PATCH: Re: Re: Attributes that tie
44117              From: Leon Brocard <acme@astray.com>
44118              Date: Sun, 27 May 2001 12:37:29 +0100
44119              Message-ID: <20010527123729.A22663@ns0.astray.com>
44120              
44121              Document that variable attributes are not currently usable
44122              for tieing.  (An ugly limitation that should be fixed.)
44123      Branch: perl
44124            ! lib/attributes.pm
44125 ____________________________________________________________________________
44126 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
44127         Log: Microperl tweaks.
44128      Branch: perl
44129            ! Makefile.micro uconfig.h uconfig.sh
44130 ____________________________________________________________________________
44131 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
44132         Log: Add make target for microperl (kind of silly, but convenient).
44133      Branch: perl
44134            ! Makefile.SH
44135 ____________________________________________________________________________
44136 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
44137         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
44138              for microperl.)
44139      Branch: perl
44140            ! doio.c
44141 ____________________________________________________________________________
44142 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
44143         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
44144              From: rspier@pobox.com (Robert Spier)
44145              Date: Sat, 26 May 2001 20:05:23 -0400
44146              Message-ID: <15120.17603.148648.12430@rls.cx>
44147              
44148              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
44149              From: rspier@pobox.com (Robert Spier)
44150              Date: Sun, 27 May 2001 00:23:12 -0400
44151              Message-ID: <15120.33072.511966.767230@rls.cx>
44152      Branch: perl
44153            ! doio.c pod/perlfunc.pod
44154 ____________________________________________________________________________
44155 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
44156         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
44157      Branch: perl
44158            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44159 ____________________________________________________________________________
44160 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
44161         Log: Add README.tru64.
44162      Branch: perl
44163            + README.tru64
44164 ____________________________________________________________________________
44165 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
44166         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
44167      Branch: perl
44168            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
44169            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
44170            ! MANIFEST
44171 ____________________________________________________________________________
44172 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
44173         Log: Integrate I18N::LangTags from Sean Burke.
44174              
44175              TODO: the language list from RFC 3066 needs to be integrated
44176              and made available somehow.  The list is included in the
44177              I18N-LangTags 0.21 distribution, but it is undocumented
44178              and unconnected to the module.
44179      Branch: perl
44180            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
44181            ! MANIFEST
44182 ____________________________________________________________________________
44183 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
44184         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
44185              envisioned by Sarathy.
44186      Branch: perl
44187            ! t/op/ver.t toke.c
44188 ____________________________________________________________________________
44189 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
44190         Log: Subject: [ID 20010525.001] Pod typo nits fixed
44191              From: lvirden@cas.org
44192              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
44193              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
44194              
44195              minus the perlsolaris decimation plus the
44196              
44197              Subject: Re: [ID 20010525.001] Pod typo nits fixed
44198              From: "Philip Newton" <Philip.Newton@gmx.net>
44199              Date: Fri, 25 May 2001 18:05:55 +0200
44200              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
44201      Branch: perl
44202            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
44203            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
44204            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
44205            ! pod/perlutil.pod pod/perlxstut.pod
44206 ____________________________________________________________________________
44207 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
44208         Log: return clauses are nice.
44209      Branch: perl
44210            ! sv.c
44211 ____________________________________________________________________________
44212 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
44213         Log: Subject: change 10199 backwards?
44214              From: Doug MacEachern <dougm@covalent.net>
44215              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
44216              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
44217      Branch: perl
44218            ! sv.c
44219 ____________________________________________________________________________
44220 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
44221         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
44222              From: Hugo <hv@crypt.compulink.co.uk>
44223              Date: Sat, 26 May 2001 17:05:12 +0100
44224              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
44225      Branch: perl
44226            + t/op/gmagic.t
44227            ! MANIFEST doop.c embed.h embed.pl global.sym
44228            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
44229            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
44230 ____________________________________________________________________________
44231 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
44232         Log: Regen headers for #10221.
44233      Branch: perl
44234            ! global.sym objXSUB.h perlapi.c
44235 ____________________________________________________________________________
44236 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
44237         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
44238              From: Juha Laiho <juha.laiho@Elma.Net>
44239              Date: Thu, 3 May 2001 09:51:30 +0300
44240              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
44241      Branch: perl
44242            ! embed.pl
44243 ____________________________________________________________________________
44244 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
44245         Log: Subject: Re: [PATCH] Re: stability of sort()?
44246              From: "John P. Linderman" <jpl@research.att.com>
44247              Date: Sat, 26 May 2001 13:27:19 -0400
44248              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
44249      Branch: perl
44250            ! pod/perlfunc.pod
44251 ____________________________________________________________________________
44252 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
44253         Log: Integrate perlio.
44254      Branch: perl
44255           !> pod/perlguts.pod
44256 ____________________________________________________________________________
44257 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
44258         Log: Subject: [PATCH perl@10210] PerlIO for VMS
44259              From: "Craig A. Berry" <craigberry@mac.com>
44260              Date: Sat, 26 May 2001 09:34:11 -0500
44261              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
44262      Branch: perl
44263            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
44264            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
44265            ! vms/vmsish.h
44266 ____________________________________________________________________________
44267 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
44268         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
44269              From: David Dyck <dcd@tc.fluke.com>
44270              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
44271              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
44272      Branch: perl
44273            ! lib/perl5db.pl
44274 ____________________________________________________________________________
44275 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
44276         Log: Subject: utf8 regexp tests
44277              From: Hugo <hv@crypt.compulink.co.uk>
44278              Date: Fri, 25 May 2001 22:35:01 +0100
44279              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
44280      Branch: perl
44281            ! t/op/regexp.t
44282 ____________________________________________________________________________
44283 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
44284         Log: Subject: [PATCH] Re: stability of sort()?
44285              From: Nicholas Clark <nick@ccl4.org>
44286              Date: Fri, 25 May 2001 22:40:19 +0100
44287              Message-ID: <20010525224019.B86445@plum.flirble.org>
44288      Branch: perl
44289            ! pod/perlfunc.pod
44290 ____________________________________________________________________________
44291 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
44292         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
44293              From: John Peacock <jpeacock@rowman.com>
44294              Date: Thu, 24 May 2001 22:14:01 -0400
44295              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
44296      Branch: perl
44297            ! mg.c scope.c sv.c
44298 ____________________________________________________________________________
44299 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
44300         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
44301              From: Nicholas Clark <nick@ccl4.org>
44302              Date: Sun, 20 May 2001 19:24:13 +0100
44303              Message-ID: <20010520192413.G83222@plum.flirble.org>
44304      Branch: perl
44305            + lib/ExtUtils/Constant.pm t/lib/extutils.t
44306            ! MANIFEST utils/h2xs.PL
44307 ____________________________________________________________________________
44308 [ 10212] By: nick                                  on 2001/05/26  09:49:28
44309         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
44310              add a few more notes there on use of mortals on the stack.
44311      Branch: perlio
44312            ! pod/perlguts.pod
44313 ____________________________________________________________________________
44314 [ 10211] By: nick                                  on 2001/05/26  09:05:36
44315         Log: Integrate mainline
44316      Branch: perlio
44317           +> t/lib/fcntl.t t/pragma/vars.t
44318           !> (integrate 49 files)
44319 ____________________________________________________________________________
44320 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
44321         Log: Update Changes.
44322      Branch: perl
44323            ! Changes patchlevel.h
44324 ____________________________________________________________________________
44325 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
44326         Log: Based on
44327              
44328              Subject: [PATCH pp.c] Wrapping pack("C",256)
44329              From: Simon Cozens <simon@netthink.co.uk>
44330              Date: Sat, 12 May 2001 17:58:41 +0100
44331              Message-ID: <20010512175841.A6132@netthink.co.uk>
44332      Branch: perl
44333            ! pod/perldiag.pod pp.c t/pragma/warn/pp
44334 ____________________________________________________________________________
44335 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
44336         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
44337              From: "Brendan O'Dea" <bod@compusol.com.au>
44338              Date: Fri, 25 May 2001 11:18:29 +1000
44339              Message-ID: <20010525111829.A28411@compusol.com.au>
44340              
44341              (Slightly modified.)
44342      Branch: perl
44343            ! lib/Term/Cap.pm
44344 ____________________________________________________________________________
44345 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
44346         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
44347              From: Hugo <hv@crypt.compulink.co.uk>
44348              Date: Fri, 25 May 2001 02:13:25 +0100
44349              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
44350      Branch: perl
44351            ! t/op/misc.t
44352 ____________________________________________________________________________
44353 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
44354         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
44355              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
44356              Date: Fri, 25 May 2001 10:25:36 +0900
44357              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
44358      Branch: perl
44359            ! regcomp.c regexec.c
44360 ____________________________________________________________________________
44361 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
44362         Log: Subject: [PATCH #2] stash autovivification and method call error messages
44363              From: Ilmari Karonen <iltzu@sci.fi>
44364              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
44365              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
44366      Branch: perl
44367            ! gv.c pp_hot.c t/op/method.t
44368 ____________________________________________________________________________
44369 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
44370         Log: Add make target and documentation for gprof profiling.
44371      Branch: perl
44372            ! Makefile.SH pod/perlhack.pod
44373 ____________________________________________________________________________
44374 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
44375         Log: Subject: Don't think about UTF8 
44376              From: Mike Guy <mjtg@cam.ac.uk> 
44377              Date: Tue, 22 May 2001 14:35:39 +0100
44378              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
44379      Branch: perl
44380            ! sv.h
44381 ____________________________________________________________________________
44382 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
44383         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
44384              From: Geraint A Edwards <gedge@serf.org> 
44385              Date: Thu, 24 May 2001 22:51:24 +0100
44386              Message-Id: <20010524225124.A34981@cymru.serf.org>
44387      Branch: perl
44388            ! x2p/find2perl.PL
44389 ____________________________________________________________________________
44390 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
44391         Log: DB_File has its own attribute story.
44392      Branch: perl
44393            ! ext/DB_File/DB_File.xs
44394 ____________________________________________________________________________
44395 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
44396         Log: Subject: Re: Making perl with -Wall
44397              From: Andy Dougherty <doughera@lafayette.edu>
44398              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
44399              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
44400      Branch: perl
44401            ! perl.h
44402 ____________________________________________________________________________
44403 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
44404         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
44405              From: "Richard Soderberg" <rs@crystalflame.net>
44406              Date: Thu, 24 May 2001 08:58:16 -0700
44407              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
44408      Branch: perl
44409            ! sv.c
44410 ____________________________________________________________________________
44411 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
44412         Log: IV/UV casting fixes from Nicholas Clark.
44413      Branch: perl
44414            ! perl.h pp_sys.c util.c
44415 ____________________________________________________________________________
44416 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
44417         Log: Subject: Re: Making perl with -Wall
44418              From: Michael G Schwern <schwern@pobox.com>
44419              Date: Thu, 24 May 2001 15:40:28 +0100
44420              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
44421      Branch: perl
44422            ! malloc.c perl.h
44423 ____________________________________________________________________________
44424 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
44425         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
44426              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44427              Date: Tue, 22 May 2001 11:49:37 +0200
44428              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
44429      Branch: metaconfig
44430            ! U/modified/Oldsym.U
44431      Branch: metaconfig/U/perl
44432            ! patchlevel.U
44433      Branch: perl
44434            ! Configure config_h.SH myconfig.SH
44435 ____________________________________________________________________________
44436 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
44437         Log: Under versiononly install also the scripts with the version suffix.
44438              (e.g. .../bin/h2xs5.7.1)
44439      Branch: perl
44440            ! installperl
44441 ____________________________________________________________________________
44442 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
44443         Log: Subject: [PATCH] Stop segfault in mg.c:636
44444              From: "Richard Soderberg" <rs@crystalflame.net>
44445              Date: Thu, 24 May 2001 05:51:52 -0700
44446              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
44447      Branch: perl
44448            ! mg.c
44449 ____________________________________________________________________________
44450 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
44451         Log: Iteration continues; hopefully convergently.
44452      Branch: perl
44453            ! t/lib/b-stash.t
44454 ____________________________________________________________________________
44455 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
44456         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
44457              From: Gisle Aas <gisle@ActiveState.com>
44458              Date: 23 May 2001 16:13:10 -0700
44459              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
44460      Branch: perl
44461            ! op.c toke.c
44462 ____________________________________________________________________________
44463 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
44464         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
44465              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44466              Date: Thu, 24 May 2001 05:05:22 -0500
44467              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
44468      Branch: perl
44469            ! lib/dumpvar.pl lib/perl5db.pl
44470 ____________________________________________________________________________
44471 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
44472         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
44473              From: David Dyck <dcd@tc.fluke.com>
44474              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
44475              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
44476      Branch: perl
44477            ! lib/perl5db.pl
44478 ____________________________________________________________________________
44479 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
44480         Log: Tiny pod nits on READMEs, mostly whitespace issues.
44481      Branch: perl
44482            ! README.amiga README.dos README.macos README.mpeix README.vmesa
44483            ! README.win32
44484 ____________________________________________________________________________
44485 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
44486         Log: The DG/UX part of the 20010521.005.
44487      Branch: perl
44488            ! README.dgux
44489 ____________________________________________________________________________
44490 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
44491         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
44492              From: Hugo <hv@crypt.compulink.co.uk>
44493              Date: Mon, 21 May 2001 16:32:02 +0100
44494              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
44495      Branch: perl
44496            ! regcomp.c t/op/misc.t
44497 ____________________________________________________________________________
44498 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
44499         Log: Subject: [PATCH] Extra UNIVERSAL tests
44500              From: Mike Guy <mjtg@cam.ac.uk>
44501              Date: Wed, 23 May 2001 12:29:20 +0100
44502              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
44503      Branch: perl
44504            ! t/op/universal.t
44505 ____________________________________________________________________________
44506 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
44507         Log: Subject: [PATCH] Remove EQ keyword
44508              From: Mike Guy <mjtg@cam.ac.uk>
44509              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
44510              Date: Wed, 23 May 2001 11:17:29 +0100
44511      Branch: perl
44512            ! keywords.h keywords.pl
44513 ____________________________________________________________________________
44514 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
44515         Log: Subject: [PATCH] lib/perl5db.pl
44516              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44517              Date: Wed, 23 May 2001 02:18:03 -0500
44518              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
44519      Branch: perl
44520            ! lib/perl5db.pl
44521 ____________________________________________________________________________
44522 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
44523         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
44524              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44525              Date: Tue, 22 May 2001 23:34:41 -0500
44526              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
44527      Branch: perl
44528            ! lib/Term/Cap.pm
44529 ____________________________________________________________________________
44530 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
44531         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
44532              From: davem@fdgroup.co.uk
44533              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
44534              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
44535      Branch: perl
44536            ! emacs/e2ctags.pl
44537 ____________________________________________________________________________
44538 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
44539         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
44540              From: Michael G Schwern <schwern@pobox.com>
44541              Date: Tue, 22 May 2001 14:15:09 +0100
44542              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
44543      Branch: perl
44544            ! lib/vars.pm
44545 ____________________________________________________________________________
44546 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
44547         Log: Subject: [PATCH lib/vars.pm] Odd code nit
44548              From: Michael G Schwern <schwern@pobox.com>
44549              Date: Tue, 22 May 2001 14:14:28 +0100
44550              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
44551      Branch: perl
44552            ! lib/vars.pm
44553 ____________________________________________________________________________
44554 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
44555         Log: Use the new use vars feature.
44556      Branch: perl
44557            ! t/lib/b-stash.t
44558 ____________________________________________________________________________
44559 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
44560         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
44561              From: Mike Guy <mjtg@cam.ac.uk>
44562              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44563              Date: Tue, 22 May 2001 13:11:39 +0100
44564      Branch: perl
44565            + t/pragma/vars.t
44566            ! MANIFEST lib/vars.pm t/lib/1_compile.t
44567 ____________________________________________________________________________
44568 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
44569         Log: -qlongdouble considered harmful by Merijn.
44570      Branch: perl
44571            ! hints/aix.sh
44572 ____________________________________________________________________________
44573 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
44574         Log: Update Changes.
44575      Branch: perl
44576            ! Changes patchlevel.h
44577 ____________________________________________________________________________
44578 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
44579         Log: Add a test of its very own for Fcntl.  Hopefully portable.
44580      Branch: perl
44581            + t/lib/fcntl.t
44582            ! MANIFEST
44583 ____________________________________________________________________________
44584 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
44585         Log: Must be trickier for 'minitest' not to die.
44586      Branch: perl
44587            ! t/op/taint.t
44588 ____________________________________________________________________________
44589 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
44590         Log: Can't declare other people's variables.
44591      Branch: perl
44592            ! t/lib/b-stash.t
44593 ____________________________________________________________________________
44594 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
44595         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
44596      Branch: perl
44597            ! doio.c t/op/taint.t
44598 ____________________________________________________________________________
44599 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
44600         Log: The OS/2 variable needs to be declared.
44601      Branch: perl
44602            ! t/lib/b-stash.t
44603 ____________________________________________________________________________
44604 [ 10170] By: nick                                  on 2001/05/20  16:48:29
44605         Log: Integrate mainline
44606      Branch: perlio
44607           !> (integrate 41 files)
44608 ____________________________________________________________________________
44609 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
44610         Log: Small perlsec updates: clarify the taintedness of filename
44611              globbing; suggest using Scalar::Util::tainted().
44612      Branch: perl
44613            ! pod/perlsec.pod
44614 ____________________________________________________________________________
44615 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
44616         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
44617              From: Dave Mitchell <davem@fdgroup.co.uk>
44618              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
44619              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
44620      Branch: perl
44621            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
44622            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
44623            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
44624            ! xsutils.c
44625 ____________________________________________________________________________
44626 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
44627         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
44628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44629              Date: Sat, 19 May 2001 04:08:46 -0400
44630              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
44631      Branch: perl
44632            ! lib/ExtUtils/Mksymlists.pm makedef.pl
44633 ____________________________________________________________________________
44634 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
44635         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
44636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44637              Date: Sat, 19 May 2001 04:30:45 -0400
44638              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
44639      Branch: perl
44640            ! os2/os2.c
44641 ____________________________________________________________________________
44642 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
44643         Log: Subject: [PATCH 5.6.1] build bugs OS/2
44644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44645              Date: Sat, 19 May 2001 04:35:28 -0400
44646              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
44647      Branch: perl
44648            ! os2/Makefile.SHs os2/os2.c
44649 ____________________________________________________________________________
44650 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
44651         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
44652              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44653              Date: Sat, 19 May 2001 04:04:23 -0400
44654              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
44655              
44656              (In bleadperl patched b-stash.t instead of b.t)
44657      Branch: perl
44658            ! t/lib/b-stash.t t/lib/bigfltpm.t
44659 ____________________________________________________________________________
44660 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
44661         Log: Subject: [PATCH 5.6.1] perl5db
44662              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44663              Date: Sat, 19 May 2001 03:49:09 -0400
44664              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
44665      Branch: perl
44666            ! lib/perl5db.pl
44667 ____________________________________________________________________________
44668 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
44669         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
44670              From: Gisle Aas <gisle@ActiveState.com>
44671              Date: 18 May 2001 14:24:51 -0700
44672              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
44673      Branch: perl
44674            ! pp_ctl.c
44675 ____________________________________________________________________________
44676 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
44677         Log: Subject: [PATCH] Chomp should not always stringify
44678              From: Gisle Aas <gisle@ActiveState.com>
44679              Date: 18 May 2001 07:55:25 -0700
44680              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
44681      Branch: perl
44682            ! doop.c t/op/chop.t
44683 ____________________________________________________________________________
44684 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
44685         Log: Integrate perlio.
44686      Branch: perl
44687           !> pod/perlfunc.pod
44688 ____________________________________________________________________________
44689 [ 10159] By: nick                                  on 2001/05/20  09:39:46
44690         Log: Document some more of open's features.
44691      Branch: perlio
44692            ! pod/perlfunc.pod
44693 ____________________________________________________________________________
44694 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
44695         Log: back out change#10153 (it has compatibility issues such as the
44696              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
44697              benefit for 5.6.x doesn't seem worth the risk)
44698      Branch: maint-5.6/perl
44699            ! toke.c
44700 ____________________________________________________________________________
44701 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
44702         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
44703      Branch: perl
44704            ! x2p/s2p.PL
44705 ____________________________________________________________________________
44706 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
44707         Log: Update Changes.
44708      Branch: perl
44709            ! Changes patchlevel.h
44710 ____________________________________________________________________________
44711 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
44712         Log: Integrate change #10144 from maintperl.
44713              
44714              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
44715      Branch: perl
44716           !> win32/config.bc win32/config.gc win32/config.vc
44717           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44718 ____________________________________________________________________________
44719 [ 10154] By: nick                                  on 2001/05/18  07:23:03
44720         Log: Integrate mainline.
44721      Branch: perlio
44722           +> README.dgux t/lib/i18n-collate.t utils.lst
44723           !> (integrate 49 files)
44724 ____________________________________________________________________________
44725 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
44726         Log: Integrate change #7224 from mainline into maintperl.
44727              
44728              Allow @+ and @- to be doublequoted, from Simon Cozens. 
44729              (Approved by Larry, see Tom's comment in 20000830.005.)
44730      Branch: maint-5.6/perl
44731           !> toke.c
44732 ____________________________________________________________________________
44733 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
44734         Log: Subject: [PATCH bleadperl] small lookbehind fix
44735              From: Hugo <hv@crypt.compulink.co.uk>
44736              Date: Fri, 18 May 2001 00:07:19 +0100
44737              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
44738      Branch: perl
44739            ! regexec.c
44740 ____________________________________________________________________________
44741 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
44742         Log: Detypos.
44743      Branch: perl
44744            ! installman utils.lst
44745 ____________________________________________________________________________
44746 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
44747         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
44748              in 20001222.001.
44749      Branch: perl
44750            ! t/lib/glob-basic.t
44751 ____________________________________________________________________________
44752 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
44753         Log: Subject: [PATCH] Test for bug 20010515.004
44754              From: Benjamin Sugars <bsugars@canoe.ca>
44755              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
44756              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
44757      Branch: perl
44758            ! t/op/misc.t
44759 ____________________________________________________________________________
44760 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
44761         Log: Integrate #10145 from maintperl.
44762              
44763              fix for ID 20010515.004 (needs test)
44764      Branch: perl
44765           !> pp_hot.c
44766 ____________________________________________________________________________
44767 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
44768         Log: Thinko noticed by Doug MacEachern.
44769      Branch: perl
44770            ! thread.h
44771 ____________________________________________________________________________
44772 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
44773         Log: Subject: Re: [PATCH] HERE mark in regex
44774              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
44775              Date: Thu, 17 May 2001 12:20:33 -0400
44776              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
44777      Branch: perl
44778            ! t/op/re_tests
44779 ____________________________________________________________________________
44780 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
44781         Log: fix for ID 20010515.004 (needs test)
44782      Branch: maint-5.6/perl
44783            ! pp_hot.c
44784 ____________________________________________________________________________
44785 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
44786         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
44787      Branch: maint-5.6/perl
44788            ! win32/config.bc win32/config.gc win32/config.vc
44789            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44790 ____________________________________________________________________________
44791 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
44792         Log: Macrofy the getspecific (and use it also in util.c)
44793      Branch: perl
44794            ! thread.h util.c
44795 ____________________________________________________________________________
44796 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
44797         Log: Use the unchecked thread-specific key fetch also in Tru64.
44798      Branch: perl
44799            ! thread.h
44800 ____________________________________________________________________________
44801 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
44802         Log: Subject: [PATCH 5.6.1]Quick thread speedup
44803              From: Dan Sugalski <dan@sidhe.org> 
44804              Date: Wed, 16 May 2001 18:05:19 -0400
44805              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
44806      Branch: perl
44807            ! thread.h util.c
44808 ____________________________________________________________________________
44809 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
44810         Log: I think this is quite enough testing for a deprecated feature.
44811      Branch: perl
44812            + t/lib/i18n-collate.t
44813            ! MANIFEST t/lib/1_compile.t
44814 ____________________________________________________________________________
44815 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
44816         Log: More HP-UX lore from Jeff Okamoto.
44817      Branch: perl
44818            ! README.hpux
44819 ____________________________________________________________________________
44820 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
44821         Log: Sort utils.lst for easier maintenance.
44822      Branch: perl
44823            ! utils.lst
44824 ____________________________________________________________________________
44825 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
44826         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
44827              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44828              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
44829              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
44830              
44831              Add pod2latex to utils.lst.
44832      Branch: perl
44833            ! MANIFEST utils.lst
44834 ____________________________________________________________________________
44835 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
44836         Log: Subject: Re: [PATCH] HERE mark in regex
44837              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
44838              Date: Wed, 16 May 2001 13:04:43 -0400
44839              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
44840      Branch: perl
44841            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
44842            ! t/op/regmesg.t t/pragma/warn/regcomp
44843 ____________________________________________________________________________
44844 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
44845         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
44846              From: Simon Cozens <simon@netthink.co.uk>
44847              Date: Wed, 16 May 2001 18:02:08 +0100
44848              Message-ID: <20010516180208.A6458@netthink.co.uk>
44849      Branch: perl
44850            ! installman utils.lst
44851 ____________________________________________________________________________
44852 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
44853         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
44854              From: "Philip Newton" <pnewton@gmx.de>
44855              Date: Tue, 15 May 2001 15:09:30 +0200
44856              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
44857              
44858              Test case for #10128.
44859      Branch: perl
44860            ! t/pragma/warn/pp_hot
44861 ____________________________________________________________________________
44862 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
44863         Log: Update Changes.
44864      Branch: perl
44865            ! Changes patchlevel.h
44866 ____________________________________________________________________________
44867 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
44868         Log: Deprecate pseudo-hashes.
44869      Branch: perl
44870            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
44871 ____________________________________________________________________________
44872 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
44873         Log: HP-UX hints update from Merijn.
44874      Branch: perl
44875            ! hints/hpux.sh
44876 ____________________________________________________________________________
44877 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
44878         Log: README.hpux update from Merijn.
44879      Branch: perl
44880            ! README.hpux
44881 ____________________________________________________________________________
44882 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
44883         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
44884              From: Simon Cozens <simon@netthink.co.uk>
44885              Date: Wed, 16 May 2001 15:57:55 +0100
44886              Message-ID: <20010516155755.A4728@netthink.co.uk>
44887      Branch: perl
44888            + utils.lst
44889            ! MANIFEST installman installperl
44890 ____________________________________________________________________________
44891 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
44892         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
44893              From: "Philip Newton" <pnewton@gmx.de>
44894              Date: Tue, 15 May 2001 16:31:05 +0200
44895              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
44896              
44897              Fix PERL_Y2KWARN test to check before rather than after appending.
44898      Branch: perl
44899            ! pp_hot.c
44900 ____________________________________________________________________________
44901 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
44902         Log: Regen Porting stuff.
44903      Branch: perl
44904            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44905            ! config_h.SH
44906 ____________________________________________________________________________
44907 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
44908         Log: Metaconfig unit change for #10125.
44909      Branch: metaconfig
44910            ! U/modified/Oldconfig.U
44911 ____________________________________________________________________________
44912 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
44913         Log: Use OSVERS.
44914      Branch: perl
44915            ! Configure config_h.SH perl.c
44916 ____________________________________________________________________________
44917 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
44918         Log: Regen toc.
44919      Branch: perl
44920            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44921 ____________________________________________________________________________
44922 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
44923         Log: Adding the README.dgux to the MANIFEST would be a good idea.
44924      Branch: perl
44925            ! MANIFEST
44926 ____________________________________________________________________________
44927 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
44928         Log: Move the stack desire definition to thread.h.
44929      Branch: perl
44930            ! ext/Thread/Thread.xs thread.h
44931 ____________________________________________________________________________
44932 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
44933         Log: DG-UX threading patches, including a README.dgux,
44934              from Takis Psarogiannakopoulos.
44935      Branch: perl
44936            + README.dgux
44937            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
44938 ____________________________________________________________________________
44939 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
44940         Log: Subject: [PATCH B::Deparse] More on /x regexes
44941              From: Robin Houston <robin@kitsite.com>
44942              Date: Tue, 15 May 2001 19:09:35 +0100
44943              Message-ID: <20010515190935.A27268@penderel>
44944      Branch: perl
44945            ! ext/B/B/Deparse.pm
44946 ____________________________________________________________________________
44947 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
44948         Log: Document that the core time() may be rounding rather
44949              than truncating, would have saved at least my confusion.
44950      Branch: perl
44951            ! ext/Time/HiRes/HiRes.pm
44952 ____________________________________________________________________________
44953 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
44954         Log: Subject: perl-current/t/time-hires.t
44955              From: John Peacock <jpeacock@rowman.com>
44956              Date: Fri, 11 May 2001 14:09:41 -0400
44957              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
44958      Branch: perl
44959            ! t/lib/time-hires.t
44960 ____________________________________________________________________________
44961 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
44962         Log: Subject: [PATCH dump.c] Op private flags
44963              From: Simon Cozens <simon@netthink.co.uk>
44964              Date: Sun, 13 May 2001 20:20:36 +0100
44965              Message-ID: <20010513202036.A21896@netthink.co.uk>
44966      Branch: perl
44967            ! dump.c
44968 ____________________________________________________________________________
44969 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
44970         Log: Upgrade to Switch 2.03.
44971      Branch: perl
44972            ! lib/Switch.pm
44973 ____________________________________________________________________________
44974 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
44975         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
44976              to PERL_CONFIG_SH and use it consistently.
44977      Branch: maint-5.6/perl
44978           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
44979           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
44980           !> myconfig.SH writemain.SH
44981 ____________________________________________________________________________
44982 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
44983         Log: Metaconfig units changes for #10113.
44984      Branch: metaconfig
44985            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
44986 ____________________________________________________________________________
44987 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
44988         Log: The problem described in 20010514.031 still wasn't
44989              fully cured, there were remnants of $CONFIG when
44990              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
44991              to avoid future conflicts.
44992      Branch: perl
44993            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
44994            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
44995            ! myconfig.SH writemain.SH
44996 ____________________________________________________________________________
44997 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
44998         Log: Half of #10107 got lost.
44999      Branch: perl
45000            ! ext/B/B/Deparse.pm
45001 ____________________________________________________________________________
45002 [ 10111] By: nick                                  on 2001/05/15  08:39:14
45003         Log: Integrate mainline.
45004      Branch: perlio
45005           +> ext/POSIX/hints/uts.pl
45006            - Todo Todo-5.6 t/camel-III/vstring.t
45007           !> (integrate 48 files)
45008 ____________________________________________________________________________
45009 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
45010         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
45011              From: Robin Houston <robin@kitsite.com>
45012              Date: Mon, 14 May 2001 22:27:08 +0100
45013              Message-ID: <20010514222708.A22963@penderel>
45014      Branch: perl
45015            ! t/TestInit.pm
45016 ____________________________________________________________________________
45017 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
45018         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
45019              From: Robin Houston <robin@kitsite.com>
45020              Date: Mon, 14 May 2001 22:16:43 +0100
45021              Message-ID: <20010514221643.A22437@penderel>
45022      Branch: perl
45023            ! ext/B/B/Deparse.pm
45024 ____________________________________________________________________________
45025 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
45026         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
45027              From: Robin Houston <robin@kitsite.com>
45028              Date: Mon, 14 May 2001 22:03:44 +0100
45029              Message-ID: <20010514220344.A20643@penderel>
45030      Branch: perl
45031            ! ext/B/B/Deparse.pm
45032 ____________________________________________________________________________
45033 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
45034         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
45035              From: Robin Houston <robin@kitsite.com>
45036              Date: Mon, 14 May 2001 22:10:07 +0100
45037              Message-ID: <20010514221007.A21118@penderel>
45038      Branch: perl
45039            ! ext/B/B/Deparse.pm
45040 ____________________________________________________________________________
45041 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
45042         Log: Fix for 20010514.037; substr() didn't invalidate the locale
45043              collation magic.
45044      Branch: perl
45045            ! pp.c
45046 ____________________________________________________________________________
45047 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
45048         Log: Update Changes.
45049      Branch: perl
45050            ! Changes patchlevel.h
45051 ____________________________________________________________________________
45052 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
45053         Log: Retract #10094.
45054      Branch: perl
45055            ! lib/Pod/Text.pm
45056 ____________________________________________________________________________
45057 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
45058         Log: Integrate change #10100 from maintperl.
45059              
45060              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
45061              bug ID 20010514.027)
45062      Branch: perl
45063           !> mg.c pp_ctl.c
45064 ____________________________________________________________________________
45065 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
45066         Log: Document the deprecatedness of suidperl.
45067      Branch: perl
45068            ! INSTALL pod/perlfaq1.pod
45069 ____________________________________________________________________________
45070 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
45071         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
45072              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45073              Date: Mon, 14 May 2001 09:38:59 -0400
45074              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
45075      Branch: perl
45076            ! lib/ExtUtils/MM_Unix.pm
45077 ____________________________________________________________________________
45078 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
45079         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
45080              bug ID 20010514.027)
45081              
45082              TODO: this needs a testsuite addition
45083      Branch: maint-5.6/perl
45084            ! mg.c pp_ctl.c
45085 ____________________________________________________________________________
45086 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
45087         Log: More DWIMminess for Class::Struct: calling the array or hash
45088              accessors only with one argument, an array or a hash reference,
45089              sets the underlying array or hash.  This mirrors nicely also
45090              the usage in the constructor.
45091              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
45092      Branch: perl
45093            ! lib/Class/Struct.pm t/lib/class-struct.t
45094 ____________________________________________________________________________
45095 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
45096         Log: Reference cmp'ing should go through the whole stringification
45097              process shebang, as pointed out by Sarathy in #10091.
45098      Branch: perl
45099            ! pp.c
45100 ____________________________________________________________________________
45101 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
45102         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
45103              From: Simon Cozens <simon@netthink.co.uk>
45104              Date: Sat, 12 May 2001 16:36:27 +0100
45105              Message-ID: <20010512163627.A5522@netthink.co.uk>
45106              
45107              with some additions salvaged from Todo and Todo-5.6 before
45108              retiring them.
45109      Branch: perl
45110            - Todo Todo-5.6
45111            ! MANIFEST pod/perltodo.pod
45112 ____________________________________________________________________________
45113 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
45114         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
45115              From: "Golubev I. N." <gin@mo.msk.ru>
45116              Date: Mon, 07 May 2001 14:33:34 (GMT)
45117              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
45118      Branch: perl
45119            ! perl.h
45120 ____________________________________________________________________________
45121 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
45122         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
45123              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
45124              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
45125              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
45126      Branch: perl
45127            ! lib/ExtUtils/MM_Unix.pm
45128 ____________________________________________________________________________
45129 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
45130         Log: (Retracted by #10104.)
45131              
45132              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
45133              From: barries <barries@slaysys.com>
45134              Date: Sat, 12 May 2001 01:28:10 -0400
45135              Message-ID: <20010512012810.B26358@jester.slaysys.com>
45136      Branch: perl
45137            ! lib/Pod/Text.pm
45138 ____________________________________________________________________________
45139 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
45140         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
45141              From: Mike Guy <mjtg@cam.ac.uk>
45142              Date: Sat, 12 May 2001 19:24:33 +0100
45143              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
45144      Branch: perl
45145            ! lib/AutoSplit.pm
45146 ____________________________________________________________________________
45147 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
45148         Log: Yet another HP-UX hints tweak from Merijn.
45149      Branch: perl
45150            ! hints/hpux.sh
45151 ____________________________________________________________________________
45152 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
45153         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
45154              isn't defined (changes#9366,9368,9370 from mainline without the
45155              pp_scmp() change)
45156      Branch: maint-5.6/perl
45157            ! pp.c pp.h pp_hot.c
45158 ____________________________________________________________________________
45159 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
45160         Log: The sorting seems to happen now automatically.
45161      Branch: perl
45162            ! t/lib/glob-basic.t
45163 ____________________________________________________________________________
45164 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
45165         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
45166              From: Benjamin Sugars <bsugars@canoe.ca>
45167              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
45168              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
45169      Branch: perl
45170            ! pod/perlfunc.pod
45171 ____________________________________________________________________________
45172 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
45173         Log: Subject: Re: undef(&foo) does not work for XS functions
45174              From: Doug MacEachern <dougm@covalent.net>
45175              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
45176              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
45177      Branch: perl
45178            ! op.c
45179 ____________________________________________________________________________
45180 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
45181         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
45182              From: Peter Prymmer <pvhp@forte.com>
45183              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
45184              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
45185      Branch: perl
45186            ! t/op/append.t
45187 ____________________________________________________________________________
45188 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
45189         Log: Update Changes.
45190      Branch: perl
45191            ! Changes patchlevel.h
45192 ____________________________________________________________________________
45193 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
45194         Log: Remove the 'asciir' re subpragma.  Should instead implement
45195              the 'physical vs logical' range scheme:
45196              
45197              \xAA-\xCC is a native physical range, you want that range of
45198              codepoints in your native encoding.  In EBCDIC the codepoints
45199              in the gaps (between i-j and r-s) should be included.
45200              
45201              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
45202              codepoints in Unicode.
45203              
45204              a-z is a logical range, you want that range of 'logical' codepoints
45205              in your native encoding.  In EBCDIC the codepoints in the gaps
45206              (between i-j and r-s) should not be included.
45207              
45208              Mixed cases (a-\xAA, etc) should either be errors, or maybe
45209              the 'logical' endpoints should be converted to native/Unicode
45210              codepoints, and the range handled as a physical range.
45211              
45212              'Logical endpoints' are to be recognized only in the A-Z, a-z,
45213              and 0-9 ranges.  Probably a warning should be given for mixed
45214              cases like A-z or a-9 (since such expressions are encoding
45215              dependent), with a recommendation to use physical ranges.
45216      Branch: perl
45217            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
45218            ! t/op/regexp.t
45219 ____________________________________________________________________________
45220 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
45221         Log: Make the test to cleanup the test directory tree
45222              both before and after the testing so that we always
45223              have a clean slate to work with.
45224      Branch: perl
45225            ! t/lib/filefind.t
45226 ____________________________________________________________________________
45227 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
45228         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
45229              From: Jon Eveland <jweveland@yahoo.com>
45230              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
45231              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
45232      Branch: perl
45233            ! pod/perlfunc.pod
45234 ____________________________________________________________________________
45235 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
45236         Log: Merge the camel-III/vstring.t with op/ver.t.
45237      Branch: perl
45238            - t/camel-III/vstring.t
45239            ! MANIFEST t/TEST t/harness t/op/ver.t
45240 ____________________________________________________________________________
45241 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
45242         Log: Add test.deparse make target.
45243      Branch: perl
45244            ! Makefile.SH
45245 ____________________________________________________________________________
45246 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
45247         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
45248              From: Robin Houston <robin@kitsite.com>
45249              Date: Fri, 11 May 2001 12:02:22 +0100
45250              Message-ID: <20010511120222.A11529@penderel>
45251      Branch: perl
45252            ! ext/B/B/Deparse.pm t/op/method.t
45253 ____________________________________________________________________________
45254 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
45255         Log: A nicely working combination for UTS from Hal Morris.
45256      Branch: perl
45257            + ext/POSIX/hints/uts.pl
45258            ! MANIFEST hints/uts.sh
45259 ____________________________________________________________________________
45260 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
45261         Log: i_ieeefp=undef for UTS.
45262      Branch: perl
45263            ! hints/uts.sh
45264 ____________________________________________________________________________
45265 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
45266         Log: Subject: RE: rand(0) is rand(1)
45267              From: Larry Shatzer <lshatzer@islanddata.com>
45268              Date: Thu, 10 May 2001 11:09:27 -0700
45269              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
45270      Branch: perl
45271            ! pod/perlfunc.pod
45272 ____________________________________________________________________________
45273 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
45274         Log: Subject: [patch] make op_{clear,null} public
45275              From: Doug MacEachern <dougm@covalent.net>
45276              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
45277              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
45278      Branch: perl
45279            ! embed.h embed.pl op.c proto.h
45280 ____________________________________________________________________________
45281 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
45282         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
45283              From: Robin Houston <robin@kitsite.com>
45284              Date: Thu, 10 May 2001 18:54:59 +0100
45285              Message-ID: <20010510185459.A5995@penderel>
45286      Branch: perl
45287            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
45288 ____________________________________________________________________________
45289 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
45290         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
45291              From: Robin Houston <robin@kitsite.com>
45292              Date: Thu, 10 May 2001 12:56:39 +0100
45293              Message-ID: <20010510125639.A2119@penderel>
45294      Branch: perl
45295            ! ext/B/B/Deparse.pm
45296 ____________________________________________________________________________
45297 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
45298         Log: Retract #10070, not ready yet.
45299      Branch: perl
45300            ! ext/B/B/Deparse.pm
45301 ____________________________________________________________________________
45302 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
45303         Log: The metaconfig unit change for #10071.
45304      Branch: metaconfig
45305            ! U/modified/mallocsrc.U
45306 ____________________________________________________________________________
45307 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
45308         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
45309      Branch: perl
45310            ! Configure
45311 ____________________________________________________________________________
45312 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
45313         Log: (Retracted by #10073)
45314              
45315              Subject: Re: [PATCH t/TEST] B::Deparse tester 
45316              From: Hugo <hv@crypt.compulink.co.uk>
45317              Date: Thu, 10 May 2001 05:48:09 +0100
45318              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
45319      Branch: perl
45320            ! ext/B/B/Deparse.pm
45321 ____________________________________________________________________________
45322 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
45323         Log: Add a for(func()) test.
45324      Branch: perl
45325            ! t/cmd/for.t
45326 ____________________________________________________________________________
45327 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
45328         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
45329              From: Robin Houston <robin@kitsite.com>
45330              Date: Thu, 10 May 2001 13:50:08 +0100
45331              Message-ID: <20010510135008.A2454@penderel>
45332      Branch: perl
45333            ! ext/B/B/Deparse.pm
45334 ____________________________________________________________________________
45335 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
45336         Log: A thinko in #10065.
45337      Branch: perl
45338            ! hv.c
45339 ____________________________________________________________________________
45340 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
45341         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
45342              From: Robin Houston <robin@kitsite.com>
45343              Date: Thu, 10 May 2001 02:10:34 +0100
45344              Message-ID: <20010510021034.A19421@penderel>
45345      Branch: perl
45346            ! ext/B/B.xs ext/B/B/Deparse.pm
45347 ____________________________________________________________________________
45348 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
45349         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
45350              From: Doug MacEachern <dougm@covalent.net>
45351              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
45352              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
45353      Branch: perl
45354            ! hv.c
45355 ____________________________________________________________________________
45356 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
45357         Log: One more workaround for the UTS compiler from Hal Morris.
45358      Branch: perl
45359            ! perl.h
45360 ____________________________________________________________________________
45361 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
45362         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
45363              From: Robin Houston <robin@kitsite.com>
45364              Date: Thu, 10 May 2001 01:02:08 +0100
45365              Message-ID: <20010510010208.A18200@penderel>
45366      Branch: perl
45367            ! ext/B/B/Debug.pm
45368 ____________________________________________________________________________
45369 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
45370         Log: Subject: [PATCH] Simplify deb_curcv() a bit
45371              From: Benjamin Sugars <bsugars@canoe.ca>
45372              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
45373              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
45374      Branch: perl
45375            ! run.c
45376 ____________________________________________________________________________
45377 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
45378         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
45379              From: Benjamin Sugars <bsugars@canoe.ca>
45380              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
45381              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
45382      Branch: perl
45383            ! t/lib/io_scalar.t
45384 ____________________________________________________________________________
45385 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
45386         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
45387              From: Peter Prymmer <pvhp@forte.com>
45388              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
45389              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
45390      Branch: perl
45391            ! t/lib/md5-file.t
45392 ____________________________________________________________________________
45393 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
45394         Log: Subject: [PATCH t/TEST] B::Deparse tester
45395              From: Robin Houston <robin@kitsite.com>
45396              Date: Wed, 9 May 2001 19:17:50 +0100
45397              Message-ID: <20010509191750.A16940@penderel>
45398      Branch: perl
45399            ! ext/B/O.pm t/TEST
45400 ____________________________________________________________________________
45401 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
45402         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
45403              From: Jeff Pinyan <jeffp@crusoe.net>
45404              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
45405              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
45406      Branch: perl
45407            ! lib/Pod/Html.pm
45408 ____________________________________________________________________________
45409 [ 10057] By: nick                                  on 2001/05/09  18:37:56
45410         Log: Integrate mainline.
45411      Branch: perlio
45412           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
45413           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
45414 ____________________________________________________________________________
45415 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
45416         Log: Update Changes.
45417      Branch: perl
45418            ! Changes patchlevel.h
45419 ____________________________________________________________________________
45420 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
45421         Log: Integrate perlio.
45422      Branch: perl
45423           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45424 ____________________________________________________________________________
45425 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
45426         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
45427              From: Benjamin Sugars <bsugars@canoe.ca>
45428              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
45429              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
45430      Branch: perl
45431            ! perlio.c
45432 ____________________________________________________________________________
45433 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
45434         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
45435              From: Benjamin Sugars <bsugars@canoe.ca>
45436              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
45437              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
45438      Branch: perl
45439            ! ext/PerlIO/Scalar/Scalar.xs
45440 ____________________________________________________________________________
45441 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
45442         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
45443              From: Jeff Pinyan <jeffp@crusoe.net>
45444              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
45445              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
45446      Branch: perl
45447            ! lib/Pod/Html.pm
45448 ____________________________________________________________________________
45449 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
45450         Log: EPOC tweak from Olaf Flebbe.
45451      Branch: perl
45452            ! epoc/epocish.h
45453 ____________________________________________________________________________
45454 [ 10050] By: nick                                  on 2001/05/09  14:37:57
45455         Log: win32, regen_config_h
45456      Branch: perlio
45457            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45458 ____________________________________________________________________________
45459 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
45460         Log: Integrate perlio.
45461      Branch: perl
45462           !> pp_sys.c
45463 ____________________________________________________________________________
45464 [ 10048] By: nick                                  on 2001/05/09  11:59:50
45465         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
45466              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
45467      Branch: perlio
45468            ! pp_sys.c
45469 ____________________________________________________________________________
45470 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
45471         Log: Integrate perlio.
45472      Branch: perl
45473           !> run.c
45474 ____________________________________________________________________________
45475 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
45476         Log: Subject: Re: Less warnings during configure
45477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45478              Date: Wed, 09 May 2001 13:12:49 +0200
45479              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
45480      Branch: perl
45481            ! hints/hpux.sh
45482 ____________________________________________________________________________
45483 [ 10045] By: nick                                  on 2001/05/09  09:56:59
45484         Log: MULTIPLICITY/DEBUGGING build fix.
45485      Branch: perlio
45486            ! run.c
45487 ____________________________________________________________________________
45488 [ 10044] By: nick                                  on 2001/05/09  09:46:37
45489         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
45490      Branch: perlio
45491           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
45492            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45493           !> (integrate 65 files)
45494 ____________________________________________________________________________
45495 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
45496         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45497              From: Robin Houston <robin@kitsite.com>
45498              Date: Tue, 8 May 2001 19:38:00 +0100
45499              Message-ID: <20010508193800.A4389@penderel>
45500              
45501              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45502              From: Robin Houston <robin@kitsite.com>
45503              Date: Tue, 8 May 2001 20:03:57 +0100
45504              Message-ID: <20010508200357.A4614@penderel>
45505              
45506              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
45507              From: Robin Houston <robin@kitsite.com>
45508              Date: Wed, 9 May 2001 00:12:05 +0100
45509              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
45510      Branch: perl
45511            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
45512 ____________________________________________________________________________
45513 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
45514         Log: Retract #10031.
45515      Branch: perl
45516            ! pod/perlfunc.pod
45517 ____________________________________________________________________________
45518 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
45519         Log: The metaconfig unit changes for #10040.
45520      Branch: metaconfig/U/perl
45521            ! Checkcc.U d_dlsymun.U dlsrc.U
45522 ____________________________________________________________________________
45523 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
45524         Log: The Configure half of
45525              
45526              Subject: Less warnings during configure
45527              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45528              Date: Tue, 08 May 2001 08:44:02 +0200
45529              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
45530      Branch: perl
45531            ! Configure
45532 ____________________________________________________________________________
45533 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
45534         Log: Subject: Less warnings during configure
45535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45536              Date: Tue, 08 May 2001 08:44:02 +0200
45537              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
45538      Branch: perl
45539            ! hints/hpux.sh
45540 ____________________________________________________________________________
45541 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
45542         Log: Don't forget to whine about \d__\d.
45543      Branch: perl
45544            ! t/pragma/warn/toke toke.c
45545 ____________________________________________________________________________
45546 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
45547         Log: Allow underscores also in the exponent part.
45548      Branch: perl
45549            ! t/pragma/warn/toke toke.c
45550 ____________________________________________________________________________
45551 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
45552         Log: CodeMagicCD doesn't look like an *I*DE.
45553      Branch: perl
45554            ! pod/perlfaq3.pod
45555 ____________________________________________________________________________
45556 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
45557         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
45558              to be consistently down).
45559      Branch: perl
45560            ! pod/perlfaq3.pod
45561 ____________________________________________________________________________
45562 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
45563         Log: Upgrade to Text::Balanced 1.84.
45564      Branch: perl
45565            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
45566 ____________________________________________________________________________
45567 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
45568         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
45569              From: Benjamin Sugars <bsugars@canoe.ca>
45570              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
45571              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
45572      Branch: perl
45573            ! run.c
45574 ____________________________________________________________________________
45575 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
45576         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
45577              From: Peter Prymmer <pvhp@forte.com>
45578              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
45579              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
45580      Branch: perl
45581            ! t/pod/plainer.t
45582 ____________________________________________________________________________
45583 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
45584         Log: (Retracted by #10042)
45585              
45586              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
45587              From: "Philip Newton" <pnewton@gmx.de>
45588              Date: Tue, 8 May 2001 09:18:10 +0200
45589              Message-ID: <3AF7B9D2.28861.603732@localhost>
45590      Branch: perl
45591            ! pod/perlfunc.pod
45592 ____________________________________________________________________________
45593 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
45594         Log: Subject: [PATCH B::Deparse] Document known bugs
45595              From: Robin Houston <robin@kitsite.com>
45596              Date: Tue, 8 May 2001 01:53:34 +0100
45597              Message-ID: <20010508015334.A32394@penderel>
45598      Branch: perl
45599            ! ext/B/B/Deparse.pm
45600 ____________________________________________________________________________
45601 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
45602         Log: Subject: Re: Perl book, magazine and website updates.
45603              From: "Philip Newton" <pnewton@gmx.de>
45604              Date: Mon, 7 May 2001 17:03:58 +0200
45605              Message-ID: <3AF6D57E.5387.1E29930@localhost>
45606      Branch: perl
45607            ! pod/perlfaq2.pod
45608 ____________________________________________________________________________
45609 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
45610         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
45611              From: Peter Prymmer <pvhp@forte.com>
45612              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
45613              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
45614      Branch: perl
45615            ! t/io/fflush.t
45616 ____________________________________________________________________________
45617 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
45618         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
45619              From: Robin Houston <robin@kitsite.com>
45620              Date: Tue, 8 May 2001 01:14:55 +0100
45621              Message-ID: <20010508011455.A32162@penderel>
45622      Branch: perl
45623            ! ext/B/B/Deparse.pm
45624 ____________________________________________________________________________
45625 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
45626         Log: Typo in #10025.
45627      Branch: perl
45628            ! hints/uts.sh
45629 ____________________________________________________________________________
45630 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
45631         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
45632      Branch: perl
45633            ! hints/uts.sh
45634 ____________________________________________________________________________
45635 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
45636         Log: Subject: Re: [ID 20010506.045] question about hash syntax
45637              From: Peter Scott <Peter@PSDT.com>
45638              Date: Sun, 06 May 2001 13:10:40 -0700
45639              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
45640      Branch: perl
45641            ! pod/perl56delta.pod
45642 ____________________________________________________________________________
45643 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
45644         Log: Configure should figure out the list of dynamic extensions
45645              just fine in UTS-- and in fact it does, as reported by Hal Morris.
45646      Branch: perl
45647            ! hints/uts.sh
45648 ____________________________________________________________________________
45649 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
45650         Log: Update Changes.
45651      Branch: perl
45652            ! Changes patchlevel.h
45653 ____________________________________________________________________________
45654 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
45655         Log: Subject: [PATCH regcomp.c] Insecure regexes
45656              From: Robin Houston <robin@kitsite.com>
45657              Date: Mon, 7 May 2001 21:56:12 +0100
45658              Message-ID: <20010507215612.A31114@penderel>
45659      Branch: perl
45660            ! regcomp.c
45661 ____________________________________________________________________________
45662 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
45663         Log: Drop the foobar.perl.com references for now until Simon
45664              gets them sorted out.
45665      Branch: perl
45666            ! pod/perlfaq2.pod
45667 ____________________________________________________________________________
45668 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
45669         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
45670              From: Prymmer/Kahn <pvhp@best.com>
45671              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
45672              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
45673      Branch: perl
45674            ! lib/Devel/SelfStubber.pm
45675 ____________________________________________________________________________
45676 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
45677         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
45678              From: Prymmer/Kahn <pvhp@best.com>
45679              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
45680              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
45681      Branch: perl
45682            ! win32/Makefile
45683 ____________________________________________________________________________
45684 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
45685         Log: s/WebTechnique's/WebTechniques/
45686      Branch: perl
45687            ! pod/perlfaq2.pod
45688 ____________________________________________________________________________
45689 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
45690         Log: Llama 3 updates from Randal.
45691      Branch: perl
45692            ! pod/perlfaq2.pod
45693 ____________________________________________________________________________
45694 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
45695         Log: Subject: [PATCH] Help -Dt show correct pad variables
45696              From: Benjamin Sugars <ben.sugars@home.com>
45697              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
45698              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
45699      Branch: perl
45700            ! embed.h embed.pl proto.h run.c
45701 ____________________________________________________________________________
45702 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
45703         Log: Subject: [PATCH] Document C<our $foo : shared>
45704              From: Benjamin Sugars <ben.sugars@home.com>
45705              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
45706              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
45707      Branch: perl
45708            ! pod/perlfunc.pod
45709 ____________________________________________________________________________
45710 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
45711         Log: Subject: [PATCH B::Deparse] undefined folded constants
45712              From: Robin Houston <robin@kitsite.com>
45713              Date: Sun, 6 May 2001 17:19:09 +0100
45714              Message-ID: <20010506171909.A7046@penderel>
45715      Branch: perl
45716            ! ext/B/B/Deparse.pm
45717 ____________________________________________________________________________
45718 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
45719         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
45720              From: Robin Houston <robin@kitsite.com>
45721              Message-ID: <20010506164654.A6848@penderel>
45722              Date: Sun, 6 May 2001 16:46:54 +0100
45723      Branch: perl
45724            ! ext/B/B/Deparse.pm
45725 ____________________________________________________________________________
45726 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
45727         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
45728              From: Robin Houston <robin@kitsite.com>
45729              Date: Sun, 6 May 2001 14:47:02 +0100
45730              Message-ID: <20010506144702.A6308@penderel>
45731      Branch: perl
45732            ! t/op/my_stash.t
45733 ____________________________________________________________________________
45734 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
45735         Log: Subject: Perl book, magazine and website updates.
45736              From: Simon Cozens <simon@netthink.co.uk>
45737              Date: Sun, 6 May 2001 16:55:36 +0100
45738              Message-ID: <20010506165536.A1795@netthink.co.uk>
45739      Branch: perl
45740            ! pod/perlbook.pod pod/perlfaq2.pod
45741 ____________________________________________________________________________
45742 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
45743         Log: Tweaks on the Tru64 prof options.
45744      Branch: perl
45745            ! pod/perlhack.pod
45746 ____________________________________________________________________________
45747 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
45748         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
45749              From: Robin Houston <robin@kitsite.com>
45750              Date: Sun, 6 May 2001 14:40:51 +0100
45751              Message-ID: <20010506144051.A6279@penderel>
45752      Branch: perl
45753            ! t/pod/testp2pt.pl
45754 ____________________________________________________________________________
45755 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
45756         Log: Subject: [PATCH B::Deparse] scoping
45757              From: Robin Houston <robin@kitsite.com>
45758              Date: Sun, 6 May 2001 14:36:56 +0100
45759              Message-ID: <20010506143656.A4006@penderel>
45760      Branch: perl
45761            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
45762 ____________________________________________________________________________
45763 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
45764         Log: Document the undefinedness of bitshifting out of range.
45765      Branch: perl
45766            ! pod/perlop.pod
45767 ____________________________________________________________________________
45768 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
45769         Log: Retract #10003 and update the IDE descriptions a bit.
45770      Branch: perl
45771            ! pod/perlfaq3.pod
45772 ____________________________________________________________________________
45773 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
45774         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
45775              From: Prymmer/Kahn <pvhp@best.com>
45776              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
45777              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
45778      Branch: perl
45779            ! win32/Makefile win32/buildext.pl win32/config.bc
45780            ! win32/config.gc win32/config.vc
45781 ____________________________________________________________________________
45782 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
45783         Log: (Retracted by #10005.)
45784      Branch: perl
45785            ! pod/perlfaq3.pod
45786 ____________________________________________________________________________
45787 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
45788         Log: It's "psed", not "sed".
45789      Branch: perl
45790            ! x2p/s2p.PL
45791 ____________________________________________________________________________
45792 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
45793         Log: Update Changes.
45794      Branch: perl
45795            ! Changes patchlevel.h
45796 ____________________________________________________________________________
45797 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
45798         Log: Subject: Re: bleadperl make install fails due to "psed"
45799              From: andreas.koenig@anima.de (Andreas J. Koenig)
45800              Date: 05 May 2001 18:23:28 +0200
45801              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
45802      Branch: perl
45803            ! x2p/Makefile.SH x2p/s2p.PL
45804 ____________________________________________________________________________
45805 [  9999] By: jhi                                   on 2001/05/05  18:28:09
45806         Log: AUTHORS updates.
45807      Branch: perl
45808            ! AUTHORS
45809 ____________________________________________________________________________
45810 [  9998] By: jhi                                   on 2001/05/05  18:16:00
45811         Log: Updates on the pods related to the modules included since 5.6.
45812              
45813              TODO: perltodo really could use major updating.
45814      Branch: perl
45815            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
45816            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
45817            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
45818            ! pod/perlsyn.pod pod/perltodo.pod
45819 ____________________________________________________________________________
45820 [  9997] By: jhi                                   on 2001/05/05  17:35:17
45821         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
45822              from Kurt Skauen.
45823      Branch: perl
45824            + hints/atheos.sh
45825            ! MANIFEST
45826 ____________________________________________________________________________
45827 [  9996] By: jhi                                   on 2001/05/05  17:25:00
45828         Log: Add preemptive #undefs for some of the shorter and more prone
45829              to collision regcomp.h #defines.  (Background: the MASK collided
45830              with a system header #define in Rhapsody.)
45831      Branch: perl
45832            ! regcomp.h
45833 ____________________________________________________________________________
45834 [  9995] By: jhi                                   on 2001/05/05  13:24:21
45835         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
45836              From: Nicholas Clark <nick@ccl4.org>
45837              Date: Sat, 5 May 2001 14:46:39 +0100
45838              Message-ID: <20010505144639.O53513@plum.flirble.org>
45839              
45840              Add a test for the constants (if any) being processed correctly.
45841      Branch: perl
45842            ! utils/h2xs.PL
45843 ____________________________________________________________________________
45844 [  9994] By: jhi                                   on 2001/05/05  02:11:03
45845         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
45846              From: Peter Prymmer <pvhp@forte.com>
45847              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
45848              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
45849      Branch: perl
45850            ! t/lib/b-stash.t
45851 ____________________________________________________________________________
45852 [  9993] By: jhi                                   on 2001/05/05  02:03:49
45853         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
45854              From: Peter Prymmer <pvhp@forte.com>
45855              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
45856              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
45857      Branch: perl
45858            ! perlio.c vms/vmsish.h
45859 ____________________________________________________________________________
45860 [  9992] By: jhi                                   on 2001/05/04  17:21:12
45861         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
45862              From: Robin Barker <rmb1@cise.npl.co.uk>
45863              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
45864              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
45865      Branch: perl
45866            + t/pod/plainer.t
45867            ! MANIFEST
45868 ____________________________________________________________________________
45869 [  9991] By: jhi                                   on 2001/05/04  16:47:45
45870         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
45871              From: Robin Barker <rmb1@cise.npl.co.uk>
45872              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
45873              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
45874      Branch: perl
45875            ! regcomp.c
45876 ____________________________________________________________________________
45877 [  9990] By: jhi                                   on 2001/05/04  14:37:20
45878         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
45879              From: Prymmer/Kahn <pvhp@best.com>
45880              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
45881              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
45882      Branch: perl
45883            ! t/lib/b-stash.t
45884 ____________________________________________________________________________
45885 [  9989] By: jhi                                   on 2001/05/04  14:03:58
45886         Log: Introduce perl572delta, update Todo, add the missing
45887              mention about signal safety since 5.7.1 (though this
45888              requires verification and more details.)
45889      Branch: perl
45890            + pod/perl572delta.pod
45891            ! MANIFEST Todo pod/perl571delta.pod
45892 ____________________________________________________________________________
45893 [  9988] By: jhi                                   on 2001/05/04  12:41:51
45894         Log: Subject: [PATCH perl@9944] long =item
45895              From: Robin Barker <rmb1@cise.npl.co.uk>
45896              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
45897              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
45898      Branch: perl
45899            ! ext/Time/HiRes/HiRes.pm
45900 ____________________________________________________________________________
45901 [  9987] By: jhi                                   on 2001/05/04  12:39:19
45902         Log: The #9901 had removed one line essential for EBCDIC.
45903      Branch: perl
45904            ! regcomp.c
45905 ____________________________________________________________________________
45906 [  9986] By: jhi                                   on 2001/05/04  12:30:23
45907         Log: Subject: cygwin/Makefile.SHs INSTALL patch
45908              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
45909              Date: Mon, 08 Jan 2001 04:59:21 +0200
45910              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
45911      Branch: perl
45912            ! cygwin/Makefile.SHs
45913 ____________________________________________________________________________
45914 [  9985] By: jhi                                   on 2001/05/04  03:51:39
45915         Log: Encode/IO doc tweaks.
45916      Branch: perl
45917            ! ext/Encode/Encode.pm
45918 ____________________________________________________________________________
45919 [  9984] By: jhi                                   on 2001/05/04  03:29:34
45920         Log: Remove GDBM_File from the dynamic extensions for UTS,
45921              GDBM is not a standard feature.
45922      Branch: perl
45923            ! hints/uts.sh
45924 ____________________________________________________________________________
45925 [  9983] By: jhi                                   on 2001/05/04  03:22:59
45926         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
45927      Branch: perl
45928            ! pod/perlretut.pod
45929 ____________________________________________________________________________
45930 [  9982] By: jhi                                   on 2001/05/03  23:21:03
45931         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
45932              From: Benjamin Sugars <bsugars@canoe.ca>
45933              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
45934              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
45935      Branch: perl
45936            ! dump.c
45937 ____________________________________________________________________________
45938 [  9981] By: jhi                                   on 2001/05/03  23:20:05
45939         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
45940              From: Benjamin Sugars <bsugars@canoe.ca>
45941              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
45942              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
45943      Branch: perl
45944            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
45945 ____________________________________________________________________________
45946 [  9980] By: jhi                                   on 2001/05/03  23:15:29
45947         Log: Integrate perlio.
45948      Branch: perl
45949           !> ext/Encode/Encode.pm
45950 ____________________________________________________________________________
45951 [  9979] By: jhi                                   on 2001/05/03  16:54:59
45952         Log: Install psed man page.
45953      Branch: perl
45954            ! installman
45955 ____________________________________________________________________________
45956 [  9978] By: jhi                                   on 2001/05/03  16:45:58
45957         Log: Remove unused files; noted by Sarathy.
45958      Branch: perl
45959            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
45960            ! MANIFEST
45961 ____________________________________________________________________________
45962 [  9977] By: jhi                                   on 2001/05/03  16:42:30
45963         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
45964              From: Andy Dougherty <doughera@lafayette.edu>
45965              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
45966              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
45967      Branch: perl
45968            ! INSTALL
45969 ____________________________________________________________________________
45970 [  9976] By: nick                                  on 2001/05/03  16:40:42
45971         Log: Allow $answer = encode($object,$text); like it says in docs.
45972      Branch: perlio
45973            ! ext/Encode/Encode.pm
45974 ____________________________________________________________________________
45975 [  9975] By: nick                                  on 2001/05/03  16:22:30
45976         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
45977              to be in scope (fair enough), and also a package variable (our) for eval to see it.
45978      Branch: perlio
45979            ! ext/Encode/Encode.pm
45980 ____________________________________________________________________________
45981 [  9974] By: nick                                  on 2001/05/03  15:48:17
45982         Log: Integrate mainline.
45983      Branch: perlio
45984           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
45985           +> t/lib/filter-simple.t t/lib/next.t
45986           !> (integrate 70 files)
45987 ____________________________________________________________________________
45988 [  9973] By: jhi                                   on 2001/05/03  13:09:09
45989         Log: Update Changes.
45990      Branch: perl
45991            ! Changes patchlevel.h
45992 ____________________________________________________________________________
45993 [  9972] By: jhi                                   on 2001/05/03  12:58:33
45994         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
45995              From: Prymmer/Kahn <pvhp@best.com>
45996              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
45997              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
45998      Branch: perl
45999            ! t/io/fflush.t
46000 ____________________________________________________________________________
46001 [  9971] By: jhi                                   on 2001/05/03  12:57:26
46002         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
46003              From: Prymmer/Kahn <pvhp@best.com>
46004              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
46005              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
46006      Branch: perl
46007            ! win32/FindExt.pm
46008 ____________________________________________________________________________
46009 [  9970] By: jhi                                   on 2001/05/03  02:42:46
46010         Log: Can't croak sans thread context, from Doug MacEachern.
46011      Branch: perl
46012            ! toke.c
46013 ____________________________________________________________________________
46014 [  9969] By: jhi                                   on 2001/05/03  01:23:48
46015         Log: Subject: Random input test and Perl
46016              From: Ilya Zakharevich <ilya@math.berkeley.edu>
46017              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
46018              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
46019      Branch: perl
46020            ! toke.c
46021 ____________________________________________________________________________
46022 [  9968] By: jhi                                   on 2001/05/02  22:17:21
46023         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
46024              From: Peter Prymmer <pvhp@forte.com>
46025              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
46026              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
46027      Branch: perl
46028            ! pod/perlfunc.pod pod/perlport.pod
46029 ____________________________________________________________________________
46030 [  9967] By: jhi                                   on 2001/05/02  20:12:45
46031         Log: Workaround for UTS compiler casting bug from Hal Morris.
46032      Branch: perl
46033            ! perl.h
46034 ____________________________________________________________________________
46035 [  9966] By: jhi                                   on 2001/05/02  18:31:37
46036         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
46037              From: Dan Sugalski <dan@sidhe.org>
46038              Date: Wed, 02 May 2001 15:23:22 -0400
46039              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
46040      Branch: perl
46041            ! perl.c vms/vms.c
46042 ____________________________________________________________________________
46043 [  9965] By: jhi                                   on 2001/05/02  18:21:29
46044         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
46045      Branch: perl
46046            ! pod/perlfunc.pod
46047 ____________________________________________________________________________
46048 [  9964] By: jhi                                   on 2001/05/02  18:15:01
46049         Log: Document large files in INSTALL, document also the %x
46050              limitation if not use64bitint, closes bug 20010326.007.
46051      Branch: perl
46052            ! INSTALL
46053 ____________________________________________________________________________
46054 [  9963] By: jhi                                   on 2001/05/02  17:24:47
46055         Log: perlmodlib tweaks; regen pods.
46056      Branch: perl
46057            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
46058            ! pod/perltoc.pod
46059 ____________________________________________________________________________
46060 [  9962] By: jhi                                   on 2001/05/02  17:14:00
46061         Log: Fix for a segfault, from Marc Lehmann.
46062      Branch: perl
46063            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
46064 ____________________________________________________________________________
46065 [  9961] By: jhi                                   on 2001/05/02  15:55:53
46066         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
46067              From: "Philip Newton" <pnewton@gmx.de>
46068              Date: Wed, 2 May 2001 18:39:03 +0200
46069              Message-ID: <3AF05447.15525.173B588@localhost>
46070      Branch: perl
46071            ! pod/perlop.pod
46072 ____________________________________________________________________________
46073 [  9960] By: jhi                                   on 2001/05/02  15:35:37
46074         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
46075              From: Dan Sugalski <dan@sidhe.org>
46076              Date: Wed, 02 May 2001 11:37:27 -0400
46077              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
46078      Branch: perl
46079            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
46080            ! thread.h vms/vms.c vms/vmsish.h
46081 ____________________________________________________________________________
46082 [  9959] By: jhi                                   on 2001/05/02  15:21:08
46083         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
46084              From: Benjamin Sugars <bsugars@canoe.ca>
46085              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
46086              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
46087      Branch: perl
46088            ! ext/PerlIO/Scalar/Scalar.xs
46089 ____________________________________________________________________________
46090 [  9958] By: jhi                                   on 2001/05/02  15:15:53
46091         Log: Bug in #9915, spotted by Mike Guy.
46092      Branch: perl
46093            ! installperl
46094 ____________________________________________________________________________
46095 [  9957] By: jhi                                   on 2001/05/02  13:26:01
46096         Log: Add a test for not griping about references as array
46097              indices if the reference has magic in it (overloaded
46098              methods).
46099      Branch: perl
46100            ! pod/perldiag.pod t/pragma/warn/pp_hot
46101 ____________________________________________________________________________
46102 [  9956] By: jhi                                   on 2001/05/02  13:07:01
46103         Log: Retracted a bit too much in #9952.
46104      Branch: perl
46105            ! t/pragma/sub_lval.t
46106 ____________________________________________________________________________
46107 [  9955] By: jhi                                   on 2001/05/02  13:05:38
46108         Log: Test for #9952.
46109      Branch: perl
46110            ! t/op/tie.t
46111 ____________________________________________________________________________
46112 [  9954] By: jhi                                   on 2001/05/02  11:48:18
46113         Log: Additional note on the encoding example: one cannot
46114              convert string constants in-place.
46115      Branch: perl
46116            ! ext/Encode/Encode.pm
46117 ____________________________________________________________________________
46118 [  9953] By: jhi                                   on 2001/05/02  11:43:51
46119         Log: Note that if you have recent enough Perl you already
46120              have Filter::Util::Call.
46121      Branch: perl
46122            ! lib/Filter/Simple.pm
46123 ____________________________________________________________________________
46124 [  9952] By: jhi                                   on 2001/05/02  11:31:53
46125         Log: Retract changes #8254 and #8255, causes coredump in
46126              'tie FH, "main"', reported by Abigail, culprit found by
46127              Benjamin Sugars.  Mirrors maintperl change #9950.
46128      Branch: perl
46129            ! op.c t/pragma/sub_lval.t
46130 ____________________________________________________________________________
46131 [  9951] By: jhi                                   on 2001/05/02  11:14:29
46132         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
46133      Branch: perl
46134            + t/lib/MyFilter.pm
46135 ____________________________________________________________________________
46136 [  9950] By: gsar                                  on 2001/05/02  03:17:11
46137         Log: revert integration of changes#8254,8255 in change#8620 (causes
46138              a coredump in C<tie FH, 'foo'>; the idea itself may need better
46139              rationalization)
46140      Branch: maint-5.6/perl
46141            ! op.c t/pragma/sub_lval.t
46142 ____________________________________________________________________________
46143 [  9949] By: gsar                                  on 2001/05/02  02:56:32
46144         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
46145              
46146              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
46147              
46148              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
46149      Branch: maint-5.6/perl
46150           !> hints/svr5.sh
46151 ____________________________________________________________________________
46152 [  9948] By: gsar                                  on 2001/05/02  02:49:15
46153         Log: pod/find.t breaks on VMS (from Craig Berry)
46154      Branch: maint-5.6/perl
46155            ! t/pod/find.t
46156 ____________________________________________________________________________
46157 [  9947] By: jhi                                   on 2001/05/02  02:43:09
46158         Log: Add an encoding conversion example.
46159      Branch: perl
46160            ! ext/Encode/Encode.pm
46161 ____________________________________________________________________________
46162 [  9946] By: jhi                                   on 2001/05/02  01:34:22
46163         Log: Another coat of paint but still nowhere finished.
46164              Need to decide on the semantics of strptime(): should
46165              strptime() be a function instead of a method?  To do
46166              the week/monthname-strptiming the i18n/l10n bullet needs
46167              to be bitten with gusto.
46168      Branch: perl
46169            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
46170 ____________________________________________________________________________
46171 [  9945] By: jhi                                   on 2001/05/01  23:40:52
46172         Log: Update Changes.
46173      Branch: perl
46174            ! Changes patchlevel.h
46175 ____________________________________________________________________________
46176 [  9944] By: jhi                                   on 2001/05/01  23:33:37
46177         Log: Add known-to-be-tested modules to the list-to-be-skipped.
46178      Branch: perl
46179            ! t/lib/1_compile.t
46180 ____________________________________________________________________________
46181 [  9943] By: jhi                                   on 2001/05/01  23:24:40
46182         Log: Subject: BorlandC++ fix
46183              From: "Vadim Konovalov" <watman@inbox.ru>
46184              Date: Mon, 30 Apr 2001 20:12:26 -0700
46185              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
46186      Branch: perl
46187            ! win32/makefile.mk
46188 ____________________________________________________________________________
46189 [  9942] By: jhi                                   on 2001/05/01  23:18:02
46190         Log: Update to Filter::Simple 0.60, create a test for it.
46191      Branch: perl
46192            + t/lib/filter-simple.t
46193            ! MANIFEST lib/Filter/Simple.pm
46194 ____________________________________________________________________________
46195 [  9941] By: jhi                                   on 2001/05/01  19:47:24
46196         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
46197              From: Hugo <hv@crypt.compulink.co.uk>
46198              Date: Tue, 01 May 2001 20:12:20 +0100
46199              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
46200      Branch: perl
46201            ! pp_hot.c t/op/re_tests
46202 ____________________________________________________________________________
46203 [  9940] By: jhi                                   on 2001/05/01  19:42:16
46204         Log: Integrate perlio.
46205      Branch: perl
46206           !> lib/base.pm t/lib/fields.t
46207 ____________________________________________________________________________
46208 [  9939] By: jhi                                   on 2001/05/01  19:39:51
46209         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
46210              From: Benjamin Sugars <bsugars@canoe.ca>
46211              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
46212              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
46213      Branch: perl
46214            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46215 ____________________________________________________________________________
46216 [  9938] By: jhi                                   on 2001/05/01  19:34:09
46217         Log: Add NEXT, a pseudo-class for method redispatching.
46218              <Damian>NEXT.pm probably offers more bang-for-buck
46219              than anything else I've ever written.</Damian>
46220      Branch: perl
46221            + lib/NEXT.pm t/lib/next.t
46222            ! MANIFEST
46223 ____________________________________________________________________________
46224 [  9937] By: jhi                                   on 2001/05/01  19:21:41
46225         Log: Update to Switch 2.02.
46226      Branch: perl
46227            ! lib/Switch.pm t/lib/switch.t
46228 ____________________________________________________________________________
46229 [  9936] By: nick                                  on 2001/05/01  19:09:21
46230         Log: Fix for base.pm clobbering $VERSION
46231      Branch: perlio
46232            ! lib/base.pm
46233 ____________________________________________________________________________
46234 [  9935] By: nick                                  on 2001/05/01  18:54:38
46235         Log: Test for base.pm clobbering $VERSION.
46236      Branch: perlio
46237            ! t/lib/fields.t
46238 ____________________________________________________________________________
46239 [  9934] By: jhi                                   on 2001/05/01  18:39:10
46240         Log: Add information about Scalar::Util::blessed.
46241      Branch: perl
46242            ! pod/perlobj.pod
46243 ____________________________________________________________________________
46244 [  9933] By: jhi                                   on 2001/05/01  18:33:51
46245         Log: Subject: Extra UNIVERSAL documentation
46246              From: Mike Guy <mjtg@cam.ac.uk>
46247              Date: Tue, 01 May 2001 20:12:11 +0100
46248              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
46249      Branch: perl
46250            ! pod/perlobj.pod
46251 ____________________________________________________________________________
46252 [  9932] By: jhi                                   on 2001/05/01  18:26:54
46253         Log: Subject: Autoflush in tests as appropriate
46254              From: Mike Guy <mjtg@cam.ac.uk>
46255              Date: Tue, 01 May 2001 20:05:31 +0100
46256              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
46257      Branch: perl
46258            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
46259            ! t/op/taint.t
46260 ____________________________________________________________________________
46261 [  9931] By: jhi                                   on 2001/05/01  18:02:29
46262         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
46263              From: Benjamin Sugars <bsugars@canoe.ca>
46264              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
46265              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
46266      Branch: perl
46267            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
46268 ____________________________________________________________________________
46269 [  9930] By: jhi                                   on 2001/05/01  15:12:26
46270         Log: Subject: Re: Finally got a round tuit
46271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46272              Date: Tue, 01 May 2001 14:14:10 +0200
46273              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
46274              
46275              The -DP part, slightly modified.
46276      Branch: perl
46277            ! perl.c
46278 ____________________________________________________________________________
46279 [  9929] By: jhi                                   on 2001/05/01  14:17:15
46280         Log: Subject: Re: Finally got a round tuit
46281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46282              Date: Tue, 01 May 2001 16:34:06 +0200
46283              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
46284              
46285              cpp and optimization tweaks for HP-UX.
46286      Branch: perl
46287            ! hints/hpux.sh
46288 ____________________________________________________________________________
46289 [  9928] By: jhi                                   on 2001/05/01  13:24:20
46290         Log: Tune the scan_num() comments to reality.
46291      Branch: perl
46292            ! toke.c
46293 ____________________________________________________________________________
46294 [  9927] By: jhi                                   on 2001/05/01  13:14:01
46295         Log: Subject: [PATCH B::Deparse] optimised sort
46296              From: Robin Houston <robin@kitsite.com>
46297              Date: Tue, 1 May 2001 14:07:12 +0100
46298              Message-ID: <20010501140712.A4266@penderel>
46299      Branch: perl
46300            ! ext/B/B/Deparse.pm
46301 ____________________________________________________________________________
46302 [  9926] By: jhi                                   on 2001/05/01  13:10:53
46303         Log: Subject: [PATCH t/lib/b-deparse.t] 
46304              From: Robin Houston <robin@kitsite.com>
46305              Date: Tue, 1 May 2001 13:37:42 +0100
46306              Message-ID: <20010501133742.A4082@penderel>
46307      Branch: perl
46308            ! t/lib/b-deparse.t
46309 ____________________________________________________________________________
46310 [  9925] By: jhi                                   on 2001/05/01  13:10:13
46311         Log: Subject: [PATCH B::Deparse] for(;;), sort
46312              From: Robin Houston <robin@kitsite.com>
46313              Date: Tue, 1 May 2001 13:35:00 +0100
46314              Message-ID: <20010501133500.A4061@penderel>
46315      Branch: perl
46316            ! ext/B/B/Deparse.pm
46317 ____________________________________________________________________________
46318 [  9924] By: jhi                                   on 2001/05/01  13:09:22
46319         Log: Subject: [PATCH B::Deparse] do, warn, use
46320              From: Robin Houston <robin@kitsite.com>
46321              Date: Tue, 1 May 2001 13:31:03 +0100
46322              Message-ID: <20010501133103.A4041@penderel>
46323      Branch: perl
46324            ! ext/B/B/Deparse.pm
46325 ____________________________________________________________________________
46326 [  9923] By: jhi                                   on 2001/05/01  11:45:36
46327         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
46328              From: Benjamin Sugars <ben.sugars@home.com>
46329              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
46330              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
46331      Branch: perl
46332            + t/io/fflush.t
46333            ! MANIFEST
46334 ____________________________________________________________________________
46335 [  9922] By: jhi                                   on 2001/05/01  11:35:42
46336         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
46337              From: Peter Prymmer <pvhp@forte.com>
46338              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
46339              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
46340      Branch: perl
46341            ! t/lib/selfstubber.t
46342 ____________________________________________________________________________
46343 [  9921] By: jhi                                   on 2001/04/30  16:34:33
46344         Log: Subject: [PATCH B::Concise] suppress warning
46345              From: Robin Houston <robin@kitsite.com>
46346              Date: Mon, 30 Apr 2001 16:09:49 +0100
46347              Message-ID: <20010430160949.A25086@penderel>
46348      Branch: perl
46349            ! ext/B/B/Concise.pm
46350 ____________________________________________________________________________
46351 [  9920] By: jhi                                   on 2001/04/30  13:56:04
46352         Log: Strip the *markers* from #9919.
46353      Branch: perl
46354            ! pod/perlfaq.pod pod/perlfaq5.pod
46355 ____________________________________________________________________________
46356 [  9919] By: jhi                                   on 2001/04/30  13:54:04
46357         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
46358              From: Gwyn Judd <b.judd@xtra.co.nz>
46359              Date: Sun, 29 Apr 2001 01:47:49 +1200
46360              Message-ID: <20010429014749.A4418@thislove>
46361      Branch: perl
46362            ! pod/perlfaq.pod pod/perlfaq5.pod
46363 ____________________________________________________________________________
46364 [  9918] By: jhi                                   on 2001/04/30  13:13:54
46365         Log: More_tweakage.
46366      Branch: perl
46367            ! pod/perldata.pod pod/perldiag.pod
46368 ____________________________________________________________________________
46369 [  9917] By: jhi                                   on 2001/04/30  13:01:27
46370         Log: Update Changes.
46371      Branch: perl
46372            ! Changes patchlevel.h
46373 ____________________________________________________________________________
46374 [  9916] By: jhi                                   on 2001/04/30  12:57:03
46375         Log: T_w_e_a_k_a_g_e.
46376      Branch: perl
46377            ! pod/perldata.pod pod/perldiag.pod
46378 ____________________________________________________________________________
46379 [  9915] By: jhi                                   on 2001/04/30  12:39:29
46380         Log: Install s2p also as psed.
46381              
46382              TODO: psed documentation?
46383      Branch: perl
46384            ! installperl
46385 ____________________________________________________________________________
46386 [  9914] By: jhi                                   on 2001/04/30  12:29:21
46387         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
46388              From: Jens Hamisch <jens@Strawberry.COM>
46389              Date: Fri, 27 Apr 2001 17:00:36 +0200
46390              Message-ID: <20010427170036.K1372@Strawberry.COM>
46391              
46392              SOCKS5_VERSION_NAME is the right symbol to detect
46393              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
46394              function called socks5_init() is available, and even that is
46395              not universal, most SOCKS5 installations use SOCKSinit()).
46396      Branch: perl
46397            ! perlio.c
46398 ____________________________________________________________________________
46399 [  9913] By: jhi                                   on 2001/04/30  12:22:15
46400         Log: Allow a zero timeout on IO::Socket accept and connect--
46401              though one really shouldn't do that.  Based on
46402              
46403              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
46404              From: "John Holdsworth" <coldwave@bigfoot.com>
46405              Date: Sun, 4 Feb 2001 12:48:18 +0100
46406              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
46407      Branch: perl
46408            ! ext/IO/lib/IO/Socket.pm
46409 ____________________________________________________________________________
46410 [  9912] By: jhi                                   on 2001/04/30  11:27:27
46411         Log: Save the spot of regprev (see #9911) for binary compatibility;
46412              regen API.
46413      Branch: perl
46414            ! embedvar.h perlapi.h thrdvar.h
46415 ____________________________________________________________________________
46416 [  9911] By: jhi                                   on 2001/04/30  11:22:03
46417         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
46418              From: Hugo <hv@crypt.compulink.co.uk>
46419              Date: Sun, 29 Apr 2001 17:09:30 +0100
46420              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
46421      Branch: perl
46422            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
46423 ____________________________________________________________________________
46424 [  9910] By: jhi                                   on 2001/04/30  11:15:12
46425         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
46426              a dummy for PL_numeric_radix); no pressing reason to break
46427              binary compatibility; regen API.
46428      Branch: perl
46429            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
46430            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
46431 ____________________________________________________________________________
46432 [  9909] By: jhi                                   on 2001/04/30  10:56:08
46433         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
46434              From: Walt Mankowski <waltman@netaxs.com>
46435              Date: Sun, 29 Apr 2001 21:53:48 -0400
46436              Message-ID: <20010429215348.A3971@netaxs.com>
46437      Branch: perl
46438            ! pod/perlfunc.pod
46439 ____________________________________________________________________________
46440 [  9908] By: jhi                                   on 2001/04/30  10:49:40
46441         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
46442      Branch: perl
46443            ! t/lib/selfstubber.t
46444 ____________________________________________________________________________
46445 [  9907] By: nick                                  on 2001/04/30  09:26:50
46446         Log: Integrate mainline.
46447      Branch: perlio
46448           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
46449 ____________________________________________________________________________
46450 [  9906] By: jhi                                   on 2001/04/29  23:24:20
46451         Log: Abigail spotted a thinko in #9905.
46452      Branch: perl
46453            ! pod/perldiag.pod
46454 ____________________________________________________________________________
46455 [  9905] By: jhi                                   on 2001/04/29  15:55:39
46456         Log: Changed the underscore/undebar syntax in numeric constants;
46457              now any grouping will do, as long as the underscores are not
46458              consecutive (so "zero-grouping" is out), and they do not begin
46459              or end the integer or fractional parts.
46460      Branch: perl
46461            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
46462 ____________________________________________________________________________
46463 [  9904] By: nick                                  on 2001/04/29  15:43:22
46464         Log: Integrate mainline.
46465      Branch: perlio
46466           +> (branch 98 files)
46467            - lib/unicode/Block.pl
46468            - lib/unicode/In/AlphabeticPresentationForms.pl
46469            - lib/unicode/In/Arabic.pl
46470            - lib/unicode/In/ArabicPresentationForms-A.pl
46471            - lib/unicode/In/ArabicPresentationForms-B.pl
46472            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
46473            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
46474            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
46475            - lib/unicode/In/BopomofoExtended.pl
46476            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
46477            - lib/unicode/In/CJKCompatibility.pl
46478            - lib/unicode/In/CJKCompatibilityForms.pl
46479            - lib/unicode/In/CJKCompatibilityIdeographs.pl
46480            - lib/unicode/In/CJKRadicalsSupplement.pl
46481            - lib/unicode/In/CJKSymbolsandPunctuation.pl
46482            - lib/unicode/In/CJKUnifiedIdeographs.pl
46483            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
46484            - lib/unicode/In/Cherokee.pl
46485            - lib/unicode/In/CombiningDiacriticalMarks.pl
46486            - lib/unicode/In/CombiningHalfMarks.pl
46487            - lib/unicode/In/CombiningMarksforSymbols.pl
46488            - lib/unicode/In/ControlPictures.pl
46489            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
46490            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
46491            - lib/unicode/In/EnclosedAlphanumerics.pl
46492            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
46493            - lib/unicode/In/Ethiopic.pl
46494            - lib/unicode/In/GeneralPunctuation.pl
46495            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
46496            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
46497            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
46498            - lib/unicode/In/HalfwidthandFullwidthForms.pl
46499            - lib/unicode/In/HangulCompatibilityJamo.pl
46500            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
46501            - lib/unicode/In/Hebrew.pl
46502            - lib/unicode/In/HighPrivateUseSurrogates.pl
46503            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
46504            - lib/unicode/In/IPAExtensions.pl
46505            - lib/unicode/In/IdeographicDescriptionCharacters.pl
46506            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
46507            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
46508            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
46509            - lib/unicode/In/Latin-1Supplement.pl
46510            - lib/unicode/In/LatinExtended-A.pl
46511            - lib/unicode/In/LatinExtended-B.pl
46512            - lib/unicode/In/LatinExtendedAdditional.pl
46513            - lib/unicode/In/LetterlikeSymbols.pl
46514            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
46515            - lib/unicode/In/MathematicalOperators.pl
46516            - lib/unicode/In/MiscellaneousSymbols.pl
46517            - lib/unicode/In/MiscellaneousTechnical.pl
46518            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
46519            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
46520            - lib/unicode/In/OpticalCharacterRecognition.pl
46521            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
46522            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
46523            - lib/unicode/In/SmallFormVariants.pl
46524            - lib/unicode/In/SpacingModifierLetters.pl
46525            - lib/unicode/In/Specials.pl
46526            - lib/unicode/In/SuperscriptsandSubscripts.pl
46527            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
46528            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
46529            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
46530            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
46531            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
46532           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
46533           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
46534           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
46535           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
46536           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
46537           !> utf8.c win32/Makefile
46538 ____________________________________________________________________________
46539 [  9903] By: jhi                                   on 2001/04/29  14:30:53
46540         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
46541              From: Prymmer/Kahn <pvhp@best.com>
46542              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
46543              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
46544      Branch: perl
46545            ! win32/Makefile
46546 ____________________________________________________________________________
46547 [  9902] By: jhi                                   on 2001/04/29  02:52:44
46548         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
46549              From: "Abigail" <abigail@foad.org>
46550              Date: Sun, 29 Apr 2001 03:14:25 +0200
46551              Message-ID: <20010429011425.24503.qmail@foad.org>
46552      Branch: perl
46553            ! ext/IO/lib/IO/Seekable.pm
46554 ____________________________________________________________________________
46555 [  9901] By: jhi                                   on 2001/04/29  02:04:46
46556         Log: In character classes one couldn't have 0x80..0xff characters
46557              at the left hand side if there were 0x100.. characters in the
46558              character class.
46559      Branch: perl
46560            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
46561            ! t/op/pat.t utf8.c
46562 ____________________________________________________________________________
46563 [  9900] By: jhi                                   on 2001/04/28  22:55:04
46564         Log: Forgot the latest mktables.PL from #9899.
46565      Branch: perl
46566            ! lib/unicode/mktables.PL
46567 ____________________________________________________________________________
46568 [  9899] By: jhi                                   on 2001/04/28  22:53:28
46569         Log: Explain the \p{} and \P{} error message better and
46570              have prettier prettyprint in In.pl.
46571      Branch: perl
46572            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
46573            ! pod/perldiag.pod
46574 ____________________________________________________________________________
46575 [  9898] By: jhi                                   on 2001/04/28  21:03:34
46576         Log: Add one possible explanation for the "Invalid [] range" error.
46577      Branch: perl
46578            ! pod/perldiag.pod
46579 ____________________________________________________________________________
46580 [  9897] By: jhi                                   on 2001/04/28  17:18:26
46581         Log: Add a level of indirection to the implementation of \p{InFoo}
46582              so that we don't have to have long filenames.  (Nothing changes
46583              in the user interface.)   The indirection is defined in
46584              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
46585              Also rename some the character classes by removing '-' from
46586              the classnames, and finally renamed Block.pl as Blocks.pl.
46587      Branch: perl
46588            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
46589            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
46590            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
46591            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
46592            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
46593            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
46594            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
46595            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
46596            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
46597            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
46598            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
46599            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
46600            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
46601            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
46602            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
46603            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
46604            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
46605            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
46606            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
46607            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
46608            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
46609            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
46610            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
46611            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
46612            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
46613            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
46614            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
46615            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
46616            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
46617            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
46618            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
46619            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
46620            + lib/unicode/In/94.pl lib/unicode/In/95.pl
46621            - lib/unicode/Block.pl
46622            - lib/unicode/In/AlphabeticPresentationForms.pl
46623            - lib/unicode/In/Arabic.pl
46624            - lib/unicode/In/ArabicPresentationForms-A.pl
46625            - lib/unicode/In/ArabicPresentationForms-B.pl
46626            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
46627            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
46628            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
46629            - lib/unicode/In/BopomofoExtended.pl
46630            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
46631            - lib/unicode/In/CJKCompatibility.pl
46632            - lib/unicode/In/CJKCompatibilityForms.pl
46633            - lib/unicode/In/CJKCompatibilityIdeographs.pl
46634            - lib/unicode/In/CJKRadicalsSupplement.pl
46635            - lib/unicode/In/CJKSymbolsandPunctuation.pl
46636            - lib/unicode/In/CJKUnifiedIdeographs.pl
46637            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
46638            - lib/unicode/In/Cherokee.pl
46639            - lib/unicode/In/CombiningDiacriticalMarks.pl
46640            - lib/unicode/In/CombiningHalfMarks.pl
46641            - lib/unicode/In/CombiningMarksforSymbols.pl
46642            - lib/unicode/In/ControlPictures.pl
46643            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
46644            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
46645            - lib/unicode/In/EnclosedAlphanumerics.pl
46646            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
46647            - lib/unicode/In/Ethiopic.pl
46648            - lib/unicode/In/GeneralPunctuation.pl
46649            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
46650            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
46651            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
46652            - lib/unicode/In/HalfwidthandFullwidthForms.pl
46653            - lib/unicode/In/HangulCompatibilityJamo.pl
46654            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
46655            - lib/unicode/In/Hebrew.pl
46656            - lib/unicode/In/HighPrivateUseSurrogates.pl
46657            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
46658            - lib/unicode/In/IPAExtensions.pl
46659            - lib/unicode/In/IdeographicDescriptionCharacters.pl
46660            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
46661            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
46662            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
46663            - lib/unicode/In/Latin-1Supplement.pl
46664            - lib/unicode/In/LatinExtended-A.pl
46665            - lib/unicode/In/LatinExtended-B.pl
46666            - lib/unicode/In/LatinExtendedAdditional.pl
46667            - lib/unicode/In/LetterlikeSymbols.pl
46668            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
46669            - lib/unicode/In/MathematicalOperators.pl
46670            - lib/unicode/In/MiscellaneousSymbols.pl
46671            - lib/unicode/In/MiscellaneousTechnical.pl
46672            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
46673            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
46674            - lib/unicode/In/OpticalCharacterRecognition.pl
46675            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
46676            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
46677            - lib/unicode/In/SmallFormVariants.pl
46678            - lib/unicode/In/SpacingModifierLetters.pl
46679            - lib/unicode/In/Specials.pl
46680            - lib/unicode/In/SuperscriptsandSubscripts.pl
46681            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
46682            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
46683            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
46684            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
46685            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
46686            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
46687            ! pod/perlunicode.pod
46688 ____________________________________________________________________________
46689 [  9896] By: jhi                                   on 2001/04/28  14:33:17
46690         Log: Update the information on shared library path on HP-UX.
46691      Branch: perl
46692            ! INSTALL
46693 ____________________________________________________________________________
46694 [  9895] By: jhi                                   on 2001/04/28  14:32:30
46695         Log: Because #9894 seems to do the trick, this workaround can be removed.
46696      Branch: perl
46697            ! t/lib/selfstubber.t
46698 ____________________________________________________________________________
46699 [  9894] By: jhi                                   on 2001/04/28  14:26:13
46700         Log: For PerlIO flush the children's file handles (on fork/exec/system).
46701      Branch: perl
46702            ! perl.h
46703 ____________________________________________________________________________
46704 [  9893] By: jhi                                   on 2001/04/28  14:23:15
46705         Log: Test tweak for #9891.
46706      Branch: perl
46707            ! t/lib/b-deparse.t
46708 ____________________________________________________________________________
46709 [  9892] By: jhi                                   on 2001/04/28  14:10:13
46710         Log: New HP-UX hints from Merijn.
46711      Branch: perl
46712            ! hints/hpux.sh
46713 ____________________________________________________________________________
46714 [  9891] By: jhi                                   on 2001/04/28  14:07:27
46715         Log: Subject: [PATCH B::Deparse] non-block scopes
46716              From: Robin Houston <robin@kitsite.com>
46717              Date: Fri, 27 Apr 2001 19:15:14 +0100
46718              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
46719      Branch: perl
46720            ! ext/B/B/Deparse.pm
46721 ____________________________________________________________________________
46722 [  9890] By: nick                                  on 2001/04/27  19:41:25
46723         Log: Integrate mainline
46724      Branch: perlio
46725           +> t/lib/selfstubber.t
46726           !> (integrate 50 files)
46727 ____________________________________________________________________________
46728 [  9889] By: jhi                                   on 2001/04/27  18:23:46
46729         Log: Subject: Re: selfstubber test fail on bleadperl
46730              From: Mike Guy <mjtg@cam.ac.uk>
46731              Date: Fri, 27 Apr 2001 19:31:18 +0100
46732              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
46733      Branch: perl
46734            ! t/lib/selfstubber.t
46735 ____________________________________________________________________________
46736 [  9888] By: jhi                                   on 2001/04/27  16:20:54
46737         Log: Test tweak for #9886.
46738      Branch: perl
46739            ! t/lib/b-deparse.t
46740 ____________________________________________________________________________
46741 [  9887] By: jhi                                   on 2001/04/27  16:16:33
46742         Log: Buffering issue at least in Solaris (even with perlio).
46743      Branch: perl
46744            ! t/lib/selfstubber.t
46745 ____________________________________________________________________________
46746 [  9886] By: jhi                                   on 2001/04/27  14:59:23
46747         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
46748              From: Robin Houston <robin@kitsite.com>
46749              Date: Fri, 27 Apr 2001 16:53:20 +0100
46750              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
46751      Branch: perl
46752            ! ext/B/B/Deparse.pm
46753 ____________________________________________________________________________
46754 [  9885] By: jhi                                   on 2001/04/27  14:23:51
46755         Log: Update Changes.
46756      Branch: perl
46757            ! Changes patchlevel.h
46758 ____________________________________________________________________________
46759 [  9884] By: jhi                                   on 2001/04/27  14:14:12
46760         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
46761              From: "Philip Newton" <pnewton@gmx.de>
46762              Date: Fri, 27 Apr 2001 16:40:13 +0200
46763              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
46764      Branch: perl
46765            ! pod/perldata.pod
46766 ____________________________________________________________________________
46767 [  9883] By: jhi                                   on 2001/04/27  13:28:19
46768         Log: Add LOG_PERROR; prettify the "removed".
46769      Branch: perl
46770            ! ext/Sys/Syslog/Syslog.xs
46771 ____________________________________________________________________________
46772 [  9882] By: jhi                                   on 2001/04/27  13:13:18
46773         Log: h2xs tweaks: use NV instead of double, "quote" the removed
46774              prefixes for clarity (especially when nothing is removed),
46775              slight pod reformats.
46776      Branch: perl
46777            ! utils/h2xs.PL
46778 ____________________________________________________________________________
46779 [  9881] By: jhi                                   on 2001/04/27  12:58:48
46780         Log: Don't bother creating existing directories.
46781      Branch: perl
46782            ! utils/h2xs.PL
46783 ____________________________________________________________________________
46784 [  9880] By: jhi                                   on 2001/04/27  12:45:39
46785         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
46786              From: Mike Schilli <m@perlmeister.com>
46787              Date: Wed, 25 Apr 2001 01:29:21 -0700
46788              Message-id: <3AE68AE1.6A981723@perlmeister.com>
46789      Branch: perl
46790            ! utils/h2xs.PL
46791 ____________________________________________________________________________
46792 [  9879] By: jhi                                   on 2001/04/27  12:40:55
46793         Log: break is not yet Perl.  Added the template license also to README.
46794      Branch: perl
46795            ! utils/h2xs.PL
46796 ____________________________________________________________________________
46797 [  9878] By: jhi                                   on 2001/04/27  03:08:20
46798         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
46799              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46800              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
46801              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
46802      Branch: perl
46803            ! t/lib/xs-typemap.t
46804 ____________________________________________________________________________
46805 [  9877] By: jhi                                   on 2001/04/26  23:54:40
46806         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
46807              From: "Abigail" <abigail@foad.org>
46808              Date: Fri, 27 Apr 2001 01:44:28 +0200
46809              Message-ID: <20010426234428.19786.qmail@foad.org>
46810      Branch: perl
46811            ! utils/h2xs.PL
46812 ____________________________________________________________________________
46813 [  9876] By: jhi                                   on 2001/04/26  23:52:06
46814         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
46815              From: Peter Prymmer <pvhp@forte.com>
46816              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
46817              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
46818      Branch: perl
46819            ! t/lib/selfstubber.t
46820 ____________________________________________________________________________
46821 [  9875] By: jhi                                   on 2001/04/26  23:48:10
46822         Log: Deparse nits.
46823      Branch: perl
46824            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
46825 ____________________________________________________________________________
46826 [  9874] By: jhi                                   on 2001/04/26  22:46:05
46827         Log: Document ANYOF_CLASS.
46828      Branch: perl
46829            ! regcomp.h
46830 ____________________________________________________________________________
46831 [  9873] By: jhi                                   on 2001/04/26  22:35:03
46832         Log: Subject: Re: [PATCH @9846] dumping ANYOF
46833              From: Hugo <hv@crypt.compulink.co.uk>
46834              Date: Thu, 26 Apr 2001 23:33:38 +0100
46835              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
46836      Branch: perl
46837            ! regcomp.c regcomp.h
46838 ____________________________________________________________________________
46839 [  9872] By: jhi                                   on 2001/04/26  22:34:31
46840         Log: Subject: [PATCH] more for Devel::SelfStubber
46841              From: Nicholas Clark <nick@ccl4.org>
46842              Date: Fri, 27 Apr 2001 00:13:52 +0100
46843              Message-ID: <20010427001351.K88186@plum.flirble.org>
46844      Branch: perl
46845            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
46846 ____________________________________________________________________________
46847 [  9871] By: jhi                                   on 2001/04/26  21:59:17
46848         Log: Subject: [PATCH B::Deparse] formats must be flush left
46849              From: Robin Houston <robin@kitsite.com>
46850              Date: Thu, 26 Apr 2001 23:54:29 +0100
46851              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
46852      Branch: perl
46853            ! ext/B/B/Deparse.pm
46854 ____________________________________________________________________________
46855 [  9870] By: jhi                                   on 2001/04/26  21:57:37
46856         Log: If some of the constants are prefixes of others,
46857              the prefixes may never get recognized.  (See 20010426.006.)
46858      Branch: perl
46859            ! utils/h2xs.PL
46860 ____________________________________________________________________________
46861 [  9869] By: jhi                                   on 2001/04/26  21:50:42
46862         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
46863              From: Chris Bongaarts <cab@tc.umn.edu>
46864              Date: Thu, 26 Apr 2001 17:10:31 -0500
46865              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
46866      Branch: perl
46867            ! ext/Sys/Syslog/Syslog.xs
46868 ____________________________________________________________________________
46869 [  9868] By: jhi                                   on 2001/04/26  21:35:12
46870         Log: Further cuts and more docs from Graham Barr.
46871      Branch: perl
46872            ! ext/List/Util/lib/List/Util.pm
46873            ! ext/List/Util/lib/Scalar/Util.pm
46874 ____________________________________________________________________________
46875 [  9867] By: jhi                                   on 2001/04/26  21:18:57
46876         Log: Subject: [PATCH 5.7.1] DB_File-1.77
46877              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
46878              Date: Thu, 26 Apr 2001 22:37:53 +0100
46879              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
46880      Branch: perl
46881            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46882            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46883 ____________________________________________________________________________
46884 [  9866] By: jhi                                   on 2001/04/26  21:12:31
46885         Log: Subject: [PATCH B::Deparse] fix easy bugs
46886              From: Robin Houston <robin@kitsite.com>
46887              Date: Thu, 26 Apr 2001 23:03:33 +0100
46888              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
46889      Branch: perl
46890            ! ext/B/B/Deparse.pm
46891 ____________________________________________________________________________
46892 [  9865] By: jhi                                   on 2001/04/26  20:26:13
46893         Log: Update Changes.
46894      Branch: perl
46895            ! Changes patchlevel.h
46896 ____________________________________________________________________________
46897 [  9864] By: jhi                                   on 2001/04/26  19:27:48
46898         Log: Dethinko from Robin Houston.
46899      Branch: perl
46900            ! ext/B/B/Deparse.pm
46901 ____________________________________________________________________________
46902 [  9863] By: jhi                                   on 2001/04/26  19:10:35
46903         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
46904              From: Robin Houston <robin@kitsite.com>
46905              Date: Thu, 26 Apr 2001 21:08:32 +0100
46906              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
46907      Branch: perl
46908            ! ext/B/B/Deparse.pm
46909 ____________________________________________________________________________
46910 [  9862] By: jhi                                   on 2001/04/26  19:04:23
46911         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
46912              From: Robin Houston <robin@kitsite.com>
46913              Date: Thu, 26 Apr 2001 20:52:50 +0100
46914              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
46915      Branch: perl
46916            ! ext/B/B/Deparse.pm
46917 ____________________________________________________________________________
46918 [  9861] By: jhi                                   on 2001/04/26  18:56:14
46919         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
46920              From: Mike Guy <mjtg@cam.ac.uk>
46921              Date: Thu, 26 Apr 2001 14:22:40 +0100
46922              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
46923      Branch: perl
46924            ! pod/perlobj.pod
46925 ____________________________________________________________________________
46926 [  9860] By: jhi                                   on 2001/04/26  18:46:42
46927         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
46928              From: Robin Houston <robin@kitsite.com>
46929              Date: Thu, 26 Apr 2001 20:34:29 +0100
46930              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
46931              
46932              Hashes do not interpolate.
46933      Branch: perl
46934            ! ext/B/B/Deparse.pm
46935 ____________________________________________________________________________
46936 [  9859] By: jhi                                   on 2001/04/26  18:43:51
46937         Log: Subject: The Time::Piece conspiracy unmasked!!!
46938              From: Mike Guy <mjtg@cam.ac.uk>
46939              Date: Thu, 26 Apr 2001 19:02:50 +0100
46940              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
46941              
46942              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
46943              From: Mike Guy <mjtg@cam.ac.uk>
46944              Date: Thu, 26 Apr 2001 19:08:21 +0100
46945              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
46946              
46947              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
46948              From: Graham Barr <gbarr@pobox.com>
46949              Date: Thu, 26 Apr 2001 19:12:03 +0100
46950              Message-ID: <20010426191203.A70835@pobox.com>
46951              
46952              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
46953      Branch: perl
46954            ! ext/List/Util/lib/List/Util.pm
46955            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
46956 ____________________________________________________________________________
46957 [  9858] By: jhi                                   on 2001/04/26  18:17:42
46958         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
46959              From: Robin Houston <robin@kitsite.com>
46960              Date: Thu, 26 Apr 2001 16:09:35 +0100
46961              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
46962      Branch: perl
46963            ! t/comp/proto.t
46964 ____________________________________________________________________________
46965 [  9857] By: jhi                                   on 2001/04/26  18:04:59
46966         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
46967              From: barries <barries@slaysys.com>
46968              Date: Thu, 26 Apr 2001 12:01:10 -0400
46969              Message-ID: <20010426120110.E29698@jester.slaysys.com>
46970      Branch: perl
46971            ! pod/perldiag.pod
46972 ____________________________________________________________________________
46973 [  9856] By: jhi                                   on 2001/04/26  18:03:33
46974         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
46975              Date: Thu, 26 Apr 2001 17:13:41 +0100
46976              From: Robin Houston <robin@kitsite.com>
46977              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
46978              
46979              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
46980              From: Robin Houston <robin@kitsite.com>
46981              Date: Thu, 26 Apr 2001 18:44:29 +0100
46982              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
46983      Branch: perl
46984            ! ext/B/B/Deparse.pm
46985 ____________________________________________________________________________
46986 [  9855] By: jhi                                   on 2001/04/26  17:56:04
46987         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
46988              From: Robin Houston <robin@kitsite.com>
46989              Date: Thu, 26 Apr 2001 17:04:08 +0100
46990              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
46991      Branch: perl
46992            ! ext/B/B/Deparse.pm
46993 ____________________________________________________________________________
46994 [  9854] By: jhi                                   on 2001/04/26  17:47:26
46995         Log: Subject: Re: Short test case for undef %stash:: crash
46996              From: Benjamin Sugars <bsugars@canoe.ca> 
46997              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
46998              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
46999              Changed and moved the perldiag entry.
47000      Branch: perl
47001            ! gv.c pod/perldiag.pod
47002 ____________________________________________________________________________
47003 [  9853] By: jhi                                   on 2001/04/26  14:35:16
47004         Log: Beginnings of strptime().  Do not touch the wet paint.
47005      Branch: perl
47006            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47007 ____________________________________________________________________________
47008 [  9852] By: jhi                                   on 2001/04/26  13:17:21
47009         Log: Retract #9851, core dumps from pod2man.
47010      Branch: perl
47011            ! regcomp.c
47012 ____________________________________________________________________________
47013 [  9851] By: jhi                                   on 2001/04/26  11:54:41
47014         Log: (Retracted by #9852.)
47015              
47016              Subject: [PATCH @9846] dumping ANYOF
47017              From: Hugo <hv@crypt.compulink.co.uk>
47018              Date: Thu, 26 Apr 2001 05:32:38 +0100
47019              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
47020      Branch: perl
47021            ! regcomp.c
47022 ____________________________________________________________________________
47023 [  9850] By: jhi                                   on 2001/04/26  02:34:44
47024         Log: If ccflags was empty the _previous_ $* containing all the
47025              environment variables and Configure variables was used,
47026              which lead, among other bad things, into $ccflags being your
47027              uname -a output, which lead into test compile with cc failing,
47028              which lead into gcc being selected, which didn't work that well
47029              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
47030              with large files, et cetera.
47031      Branch: perl
47032            ! hints/hpux.sh
47033 ____________________________________________________________________________
47034 [  9849] By: jhi                                   on 2001/04/26  01:44:57
47035         Log: Make selfstubber test more portable.
47036      Branch: perl
47037            ! t/lib/selfstubber.t
47038 ____________________________________________________________________________
47039 [  9848] By: jhi                                   on 2001/04/26  00:50:26
47040         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
47041              From: Benjamin Sugars <ben.sugars@home.com>
47042              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
47043              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
47044      Branch: perl
47045            ! ext/Cwd/Cwd.xs
47046 ____________________________________________________________________________
47047 [  9847] By: jhi                                   on 2001/04/26  00:46:58
47048         Log: Subject: [PATCH: perl@9841] VMS updates
47049              From: Peter Prymmer <pvhp@forte.com>
47050              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
47051              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
47052      Branch: perl
47053            ! README.vms configure.com vms/descrip_mms.template
47054            ! vms/ext/filespec.t
47055 ____________________________________________________________________________
47056 [  9846] By: jhi                                   on 2001/04/26  00:11:56
47057         Log: re 'debug' was broken by #9084.
47058      Branch: perl
47059            ! ext/re/re.xs
47060 ____________________________________________________________________________
47061 [  9845] By: jhi                                   on 2001/04/25  22:33:17
47062         Log: Subject: [PATCH] test for Devel::SelfStubber
47063              From: Nicholas Clark <nick@ccl4.org>
47064              Date: Thu, 26 Apr 2001 00:00:54 +0100
47065              Message-ID: <20010426000054.D89026@plum.flirble.org>
47066      Branch: perl
47067            + t/lib/selfstubber.t
47068            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
47069 ____________________________________________________________________________
47070 [  9844] By: jhi                                   on 2001/04/25  22:29:32
47071         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
47072              From: Paul Johnson <paul@pjcj.net>
47073              Date: Thu, 26 Apr 2001 00:46:08 +0200
47074              Message-ID: <20010426004608.H2338@pjcj.net>
47075      Branch: perl
47076            ! ext/B/B/Concise.pm
47077 ____________________________________________________________________________
47078 [  9843] By: jhi                                   on 2001/04/25  22:28:28
47079         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
47080              From: Peter Prymmer <pvhp@forte.com>
47081              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
47082              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
47083      Branch: perl
47084            ! ext/Cwd/Cwd.xs
47085 ____________________________________________________________________________
47086 [  9842] By: jhi                                   on 2001/04/25  20:58:12
47087         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
47088              From: John Peacock <jpeacock@rowman.com>
47089              Date: Wed, 25 Apr 2001 17:30:26 -0400
47090              Message-ID: <3AE741F2.B3217464@rowman.com>
47091      Branch: perl
47092            ! lib/Math/BigInt.pm t/lib/bigintpm.t
47093 ____________________________________________________________________________
47094 [  9841] By: jhi                                   on 2001/04/25  20:07:05
47095         Log: Update Changes.
47096      Branch: perl
47097            ! Changes patchlevel.h
47098 ____________________________________________________________________________
47099 [  9840] By: jhi                                   on 2001/04/25  19:56:51
47100         Log: Yet another HP-UX hints version from Merijn.
47101      Branch: perl
47102            ! hints/hpux.sh
47103 ____________________________________________________________________________
47104 [  9839] By: jhi                                   on 2001/04/25  19:53:04
47105         Log: abs_path() didn't terminate the filename correctly,
47106              in DIRNAMLENless systems like HP-UX this would fail.
47107      Branch: perl
47108            ! ext/Cwd/Cwd.xs
47109 ____________________________________________________________________________
47110 [  9838] By: jhi                                   on 2001/04/25  16:37:26
47111         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
47112              From: Mike Guy <mjtg@cam.ac.uk>
47113              Date: Wed, 25 Apr 2001 18:31:47 +0100
47114              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
47115      Branch: perl
47116            ! op.c
47117 ____________________________________________________________________________
47118 [  9837] By: jhi                                   on 2001/04/25  16:21:53
47119         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
47120              From: Jon Eveland <jweveland@yahoo.com>
47121              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
47122              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
47123      Branch: perl
47124            ! lib/perl5db.pl
47125 ____________________________________________________________________________
47126 [  9836] By: jhi                                   on 2001/04/25  14:17:50
47127         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
47128              From: "Philip Newton" <pnewton@gmx.de>
47129              Date: Wed, 25 Apr 2001 17:05:58 +0200
47130              Message-ID: <3AE703F6.3234.1833C45@localhost>
47131      Branch: perl
47132            ! Porting/patching.pod
47133 ____________________________________________________________________________
47134 [  9835] By: jhi                                   on 2001/04/25  13:58:07
47135         Log: It would seem that both ar and full_ar need to be overridden
47136              for HP-UX to avoid the GNU ar.
47137      Branch: perl
47138            ! hints/hpux.sh
47139 ____________________________________________________________________________
47140 [  9834] By: jhi                                   on 2001/04/25  13:50:40
47141         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
47142              From: "Philip Newton" <pnewton@gmx.de>
47143              Date: Wed, 25 Apr 2001 16:09:23 +0200
47144              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
47145              
47146              Detypo.
47147      Branch: perl
47148            ! t/op/misc.t
47149 ____________________________________________________________________________
47150 [  9833] By: jhi                                   on 2001/04/25  12:36:11
47151         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
47152      Branch: perl
47153            ! hints/hpux.sh
47154 ____________________________________________________________________________
47155 [  9832] By: jhi                                   on 2001/04/25  12:33:36
47156         Log: New version of HP-UX hints from Merijn.
47157      Branch: perl
47158            ! hints/hpux.sh
47159 ____________________________________________________________________________
47160 [  9831] By: jhi                                   on 2001/04/25  03:39:45
47161         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
47162      Branch: perl
47163            ! hints/hpux.sh
47164 ____________________________________________________________________________
47165 [  9830] By: jhi                                   on 2001/04/25  02:53:25
47166         Log: The tzname[] bit is not needed by util.c -- and causes
47167              heartburn in VMS (and it missing was probably the cause of
47168              the Mac OS X trouble).  Ouch.
47169      Branch: perl
47170            ! ext/POSIX/POSIX.xs util.c
47171 ____________________________________________________________________________
47172 [  9829] By: jhi                                   on 2001/04/25  00:10:06
47173         Log: Metaconfig unit change for #9828.
47174      Branch: metaconfig
47175            ! U/compline/ccflags.U
47176 ____________________________________________________________________________
47177 [  9828] By: jhi                                   on 2001/04/25  00:04:18
47178         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
47179              (which is actually the reason for the change, we need to pass
47180              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
47181              EP/IX, OS/2, and TitanOS, based on the hints files.
47182      Branch: perl
47183            ! Configure config_h.SH
47184 ____________________________________________________________________________
47185 [  9827] By: jhi                                   on 2001/04/24  23:49:20
47186         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
47187              the $cat must have an absolute path.
47188      Branch: perl
47189            ! makedepend.SH
47190 ____________________________________________________________________________
47191 [  9826] By: jhi                                   on 2001/04/24  23:40:53
47192         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
47193      Branch: perl
47194            ! README.amiga
47195 ____________________________________________________________________________
47196 [  9825] By: jhi                                   on 2001/04/24  23:35:35
47197         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
47198              From: "Philip Newton" <pnewton@gmx.de>
47199              Date: Tue, 24 Apr 2001 18:52:49 +0200
47200              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
47201      Branch: perl
47202            ! x2p/find2perl.PL
47203 ____________________________________________________________________________
47204 [  9824] By: jhi                                   on 2001/04/24  23:33:07
47205         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
47206              Some gcc specifics dropped out due to extensive rewriting;
47207              will be put back later as needed.
47208      Branch: perl
47209            ! hints/hpux.sh
47210 ____________________________________________________________________________
47211 [  9823] By: jhi                                   on 2001/04/24  23:27:57
47212         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
47213      Branch: perl
47214            ! ext/POSIX/POSIX.xs
47215 ____________________________________________________________________________
47216 [  9822] By: jhi                                   on 2001/04/24  23:25:21
47217         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
47218              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47219              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
47220              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
47221      Branch: perl
47222            ! ext/XS/Typemap/Typemap.xs
47223 ____________________________________________________________________________
47224 [  9821] By: jhi                                   on 2001/04/24  23:24:10
47225         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
47226              From: "Abigail" <abigail@foad.org>
47227              Date: Tue, 24 Apr 2001 23:12:03 +0200
47228              Message-ID: <20010424211203.7901.qmail@foad.org>
47229      Branch: perl
47230            ! pod/perlport.pod
47231 ____________________________________________________________________________
47232 [  9820] By: jhi                                   on 2001/04/24  23:23:15
47233         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
47234              From: Matt Sergeant <matt@sergeant.org>
47235              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
47236              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
47237      Branch: perl
47238            ! pod/perlfaq4.pod
47239 ____________________________________________________________________________
47240 [  9819] By: nick                                  on 2001/04/24  18:49:43
47241         Log: Integrate mainline.
47242      Branch: perlio
47243           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
47244           !> (integrate 37 files)
47245 ____________________________________________________________________________
47246 [  9818] By: jhi                                   on 2001/04/24  14:35:23
47247         Log: Update Changes.
47248      Branch: perl
47249            ! Changes patchlevel.h
47250 ____________________________________________________________________________
47251 [  9817] By: jhi                                   on 2001/04/24  14:09:17
47252         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
47253              From: "Philip Newton" <pnewton@gmx.de>
47254              Date: Tue, 24 Apr 2001 12:58:12 +0200
47255              Message-ID: <3AE57864.8304.B77A0A@localhost> 
47256              
47257              plus add CPAN to the list of modules that have their own tests.
47258      Branch: perl
47259            ! t/lib/1_compile.t
47260 ____________________________________________________________________________
47261 [  9816] By: jhi                                   on 2001/04/24  14:07:03
47262         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
47263              From: Michael G Schwern <schwern@pobox.com>
47264              Date: Sat, 21 Apr 2001 22:35:00 +0100
47265              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
47266      Branch: perl
47267            ! t/lib/1_compile.t
47268 ____________________________________________________________________________
47269 [  9815] By: jhi                                   on 2001/04/24  13:54:32
47270         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
47271              From: Robin Houston <robin@kitsite.com>
47272              Date: Tue, 24 Apr 2001 15:51:18 +0100
47273              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
47274      Branch: perl
47275            ! ext/B/B/Deparse.pm
47276 ____________________________________________________________________________
47277 [  9814] By: jhi                                   on 2001/04/24  13:17:34
47278         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47279              From: Bill Glicker <billg@burrelles.com>
47280              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
47281              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
47282      Branch: perl
47283            ! hints/svr5.sh
47284 ____________________________________________________________________________
47285 [  9813] By: jhi                                   on 2001/04/24  12:54:23
47286         Log: Prevent path disclosure (probing for existence of filenames)
47287              using suidperl; bug id 20010322.218.
47288      Branch: perl
47289            ! perl.c pod/perldiag.pod
47290 ____________________________________________________________________________
47291 [  9812] By: jhi                                   on 2001/04/24  12:08:36
47292         Log: Retract #9811.
47293      Branch: perl
47294            ! ext/POSIX/POSIX.xs
47295 ____________________________________________________________________________
47296 [  9811] By: jhi                                   on 2001/04/24  11:57:35
47297         Log: (Retracted by #9812.)
47298      Branch: perl
47299            ! ext/POSIX/POSIX.xs
47300 ____________________________________________________________________________
47301 [  9810] By: jhi                                   on 2001/04/24  03:32:35
47302         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
47303      Branch: perl
47304            ! util.c
47305 ____________________________________________________________________________
47306 [  9809] By: jhi                                   on 2001/04/24  03:16:13
47307         Log: The Math::BigFloat::import() was broken.
47308              (Fixes bug id 20010422.002.)
47309      Branch: perl
47310            ! lib/Math/BigFloat.pm
47311 ____________________________________________________________________________
47312 [  9808] By: jhi                                   on 2001/04/24  01:11:40
47313         Log: Additional dependencies; should help for parallel makes
47314              not to fail on missing lib/lib.pm or lib/re.pm.
47315      Branch: perl
47316            ! Makefile.SH
47317 ____________________________________________________________________________
47318 [  9807] By: jhi                                   on 2001/04/24  00:57:01
47319         Log: Update the test failure disclaimer.
47320      Branch: perl
47321            ! t/pragma/warn/pp_hot
47322 ____________________________________________________________________________
47323 [  9806] By: jhi                                   on 2001/04/24  00:54:04
47324         Log: Add make target "install-all" which is alias for "install"
47325              to cater for case-preserving filesystems like HFS+.
47326      Branch: perl
47327            ! INSTALL Makefile.SH
47328 ____________________________________________________________________________
47329 [  9805] By: jhi                                   on 2001/04/24  00:47:28
47330         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
47331              From: Peter Prymmer <pvhp@forte.com>
47332              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
47333              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
47334              
47335              (Ken William's message forwarded from macosx@perl.org)
47336      Branch: perl
47337            ! hints/darwin.sh
47338 ____________________________________________________________________________
47339 [  9804] By: jhi                                   on 2001/04/23  23:57:35
47340         Log: Cut-and-pasto.
47341      Branch: perl
47342            ! perlio.c
47343 ____________________________________________________________________________
47344 [  9803] By: jhi                                   on 2001/04/23  23:52:25
47345         Log: More PerlIO robustness.
47346      Branch: perl
47347            ! perlio.c
47348 ____________________________________________________________________________
47349 [  9802] By: jhi                                   on 2001/04/23  23:43:35
47350         Log: Make the "STD* opened only for ..." errors more consistent.
47351      Branch: perl
47352            ! doio.c
47353 ____________________________________________________________________________
47354 [  9801] By: jhi                                   on 2001/04/23  23:34:26
47355         Log: Test case for #9800.
47356      Branch: perl
47357            ! t/op/misc.t
47358 ____________________________________________________________________________
47359 [  9800] By: jhi                                   on 2001/04/23  23:14:43
47360         Log: Avoid coredump on 'close STDERR; die' by making
47361              the PerlIO calls more robust.  Also use SETERRNO()
47362              instead of errno = to be more VMS-ready.
47363      Branch: perl
47364            ! perlio.c
47365 ____________________________________________________________________________
47366 [  9799] By: jhi                                   on 2001/04/23  21:41:10
47367         Log: Subject: test for ID 20010423.002
47368              From: Robin Houston <robin@kitsite.com>
47369              Date: Mon, 23 Apr 2001 16:52:21 +0100
47370              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
47371      Branch: perl
47372            ! t/op/avhv.t
47373 ____________________________________________________________________________
47374 [  9798] By: jhi                                   on 2001/04/23  21:40:07
47375         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
47376              From: David Dyck <dcd@tc.fluke.com>
47377              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
47378              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
47379      Branch: perl
47380            ! installperl
47381 ____________________________________________________________________________
47382 [  9797] By: jhi                                   on 2001/04/23  21:37:56
47383         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
47384              From: Benjamin Sugars <bsugars@canoe.ca>
47385              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
47386              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
47387      Branch: perl
47388            ! ext/Cwd/Cwd.xs lib/Cwd.pm
47389 ____________________________________________________________________________
47390 [  9796] By: jhi                                   on 2001/04/23  21:29:24
47391         Log: Synchronize h2xs and pod2man some more on the documentation
47392              templates they propose.
47393      Branch: perl
47394            ! pod/pod2man.PL utils/h2xs.PL
47395 ____________________________________________________________________________
47396 [  9795] By: jhi                                   on 2001/04/23  17:30:40
47397         Log: Add one more naughty test for base64; make encoding logic cleaner.
47398      Branch: perl
47399            ! t/lib/mimeb64.t
47400 ____________________________________________________________________________
47401 [  9794] By: jhi                                   on 2001/04/23  13:51:32
47402         Log: Update Changes.
47403      Branch: perl
47404            ! Changes patchlevel.h
47405 ____________________________________________________________________________
47406 [  9793] By: jhi                                   on 2001/04/23  13:44:18
47407         Log: Duplicate lines.
47408      Branch: perl
47409            ! MANIFEST
47410 ____________________________________________________________________________
47411 [  9792] By: jhi                                   on 2001/04/23  13:39:13
47412         Log: Subject: Re: PATCH 5.7.1
47413              From: Mark-Jason Dominus <mjd@plover.com>
47414              Date: Mon, 23 Apr 2001 10:30:21 -0400
47415              Message-ID: <20010423143021.17335.qmail@plover.com>
47416      Branch: perl
47417            ! perl.h sv.c
47418 ____________________________________________________________________________
47419 [  9791] By: jhi                                   on 2001/04/23  13:32:40
47420         Log: Add the CPAN.pm 1.59_54 tests.
47421      Branch: perl
47422            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
47423            ! MANIFEST
47424 ____________________________________________________________________________
47425 [  9790] By: jhi                                   on 2001/04/23  13:21:55
47426         Log: Subject: Deparse nit
47427              From: Robin Houston <robin@kitsite.com>
47428              Date: Mon, 23 Apr 2001 12:38:20 +0100
47429              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
47430      Branch: perl
47431            ! ext/B/B/Deparse.pm
47432 ____________________________________________________________________________
47433 [  9789] By: jhi                                   on 2001/04/23  13:19:07
47434         Log: Subject: [PATCH] bug 20010423.002
47435              From: Robin Houston <robin@kitsite.com>
47436              Date: Mon, 23 Apr 2001 13:12:30 +0100
47437              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
47438      Branch: perl
47439            ! pp.c
47440 ____________________________________________________________________________
47441 [  9788] By: jhi                                   on 2001/04/23  13:02:49
47442         Log: Subject: PATCH [5.7.1] hv.c unused #define
47443              From: Mark-Jason Dominus <mjd@plover.com>
47444              Date: Sun, 22 Apr 2001 14:17:49 -0400
47445              Message-ID: <20010422181749.26976.qmail@plover.com>
47446      Branch: perl
47447            ! hv.c
47448 ____________________________________________________________________________
47449 [  9787] By: jhi                                   on 2001/04/23  13:02:02
47450         Log: Subject: PATCH 5.7.1
47451              From: Mark-Jason Dominus <mjd@plover.com>
47452              Date: Sun, 22 Apr 2001 15:12:57 -0400
47453              Message-ID: <20010422191258.6539.qmail@plover.com>
47454              
47455              plus Sarathy's STMT_START + STMT_END suggestion.
47456      Branch: perl
47457            ! perl.h
47458 ____________________________________________________________________________
47459 [  9786] By: jhi                                   on 2001/04/23  12:53:25
47460         Log: Fix for
47461              
47462              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
47463              From: dLux <dlux@spam.sch.bme.hu>
47464              Date: Mon, 23 Apr 2001 01:25:26 +0200
47465              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
47466              
47467              (SvGROW really does return a char *.)
47468      Branch: perl
47469            ! pod/perlapi.pod sv.h
47470 ____________________________________________________________________________
47471 [  9785] By: jhi                                   on 2001/04/23  04:34:04
47472         Log: Time::Piece work continues.  $t->day removed since
47473              I think it's too confusing.  Now has normal and
47474              abbreviated length weekday names and month names,
47475              the names change with _names(), not _list().
47476              Now has strftime() in Perl, _strftime() is
47477              the libc version (to which strftime() falls back
47478              if it doesn't know the format.  To do: the reverse
47479              of strftime, strptime(), and the localisation of both.
47480      Branch: perl
47481            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
47482            ! t/lib/time-piece.t
47483 ____________________________________________________________________________
47484 [  9784] By: jhi                                   on 2001/04/23  02:41:46
47485         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
47486              From: andreas.koenig@anima.de (Andreas J. Koenig)
47487              Date: 23 Apr 2001 05:20:55 +0200
47488              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
47489      Branch: perl
47490            ! t/pragma/overload.t
47491 ____________________________________________________________________________
47492 [  9783] By: jhi                                   on 2001/04/22  23:32:42
47493         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
47494              From: Robin Houston <robin@kitsite.com>
47495              Date: Mon, 23 Apr 2001 00:38:18 +0100
47496              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
47497      Branch: perl
47498            ! ext/B/B/Deparse.pm
47499 ____________________________________________________________________________
47500 [  9782] By: jhi                                   on 2001/04/22  20:55:43
47501         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
47502              From: Simon Cozens <simon@netthink.co.uk>
47503              Date: Sun, 22 Apr 2001 18:47:25 +0100
47504              Message-ID: <20010422184725.A14411@netthink.co.uk>
47505      Branch: perl
47506            ! sv.c t/pragma/overload.t
47507 ____________________________________________________________________________
47508 [  9781] By: jhi                                   on 2001/04/22  20:52:13
47509         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
47510              From: Robin Houston <robin@kitsite.com>
47511              Date: Sun, 22 Apr 2001 22:14:50 +0100
47512              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
47513      Branch: perl
47514            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
47515 ____________________________________________________________________________
47516 [  9780] By: nick                                  on 2001/04/22  20:40:31
47517         Log: Integrate mainline.
47518      Branch: perlio
47519           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
47520           +> t/lib/b-stash.t
47521           !> (integrate 38 files)
47522 ____________________________________________________________________________
47523 [  9779] By: jhi                                   on 2001/04/22  15:16:03
47524         Log: Subject: IO::Socket::INET patch
47525              From: andrew deryabin <djsf@technarchy.ru>
47526              Date: Sat, 21 Apr 2001 17:46:52 +0400
47527              Message-ID: <20010421174652.B1426@technarchy>
47528      Branch: perl
47529            ! ext/IO/lib/IO/Socket/INET.pm
47530 ____________________________________________________________________________
47531 [  9778] By: jhi                                   on 2001/04/22  15:14:33
47532         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
47533              From: Mark-Jason Dominus <mjd@plover.com>
47534              Date: Sat, 21 Apr 2001 21:27:49 -0400
47535              Message-ID: <20010422012749.27024.qmail@plover.com>
47536      Branch: perl
47537            ! regcomp.c
47538 ____________________________________________________________________________
47539 [  9777] By: jhi                                   on 2001/04/22  15:10:51
47540         Log: Subject: Re: Regex debugger patch 
47541              From: Mark-Jason Dominus <mjd@plover.com>
47542              Date: Sat, 21 Apr 2001 21:48:51 -0400
47543              Message-ID: <20010422014851.27165.qmail@plover.com>
47544      Branch: perl
47545            ! pod/perldebguts.pod
47546 ____________________________________________________________________________
47547 [  9776] By: jhi                                   on 2001/04/22  15:09:48
47548         Log: Subject: Re: Regex debugger patch
47549              From: Mark-Jason Dominus <mjd@plover.com>
47550              Date: Sat, 21 Apr 2001 14:24:39 -0400
47551              Message-ID: <20010421182439.16508.qmail@plover.com>
47552              
47553              Regex debugger backend.
47554      Branch: perl
47555            ! regcomp.c regexp.h
47556 ____________________________________________________________________________
47557 [  9775] By: jhi                                   on 2001/04/21  16:45:40
47558         Log: Subject: [PATCH] Typo in utf8.h
47559              From: Jesús Quiroga <jquiroga@pobox.com>
47560              Date: Sat, 21 Apr 2001 19:25:33 +0200
47561              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
47562      Branch: perl
47563            ! utf8.h
47564 ____________________________________________________________________________
47565 [  9774] By: jhi                                   on 2001/04/21  16:43:52
47566         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
47567              From: Joe Orton <jorton@redhat.com>
47568              Date: Tue, 17 Apr 2001 15:50:43 +0100
47569              Message-Id: <20010417155043.D19132@eu.c2.net>
47570      Branch: perl
47571            ! hints/svr5.sh
47572 ____________________________________________________________________________
47573 [  9773] By: jhi                                   on 2001/04/21  15:30:15
47574         Log: Subject: Patch utils/h2xs.PL
47575              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47576              Date: Sat, 21 Apr 2001 10:32:16 -0500
47577              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
47578              
47579              Add MAILING list and LICENSE templates.
47580      Branch: perl
47581            ! utils/h2xs.PL
47582 ____________________________________________________________________________
47583 [  9772] By: jhi                                   on 2001/04/21  15:28:36
47584         Log: Subject: perlfaq2.patch for 5.7.1
47585              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47586              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
47587              Date: Fri, 20 Apr 2001 16:42:19 -0500
47588              
47589              rm an extra tab, a blurb about the xx.cpan to clarify
47590              which countries actually have that and dejanews is history
47591              as well as most of that nonsensical entry.
47592      Branch: perl
47593            ! pod/perlfaq2.pod
47594 ____________________________________________________________________________
47595 [  9771] By: jhi                                   on 2001/04/21  15:27:17
47596         Log: Subject: perlfaq1.patch for 5.7.1
47597              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47598              Date: Fri, 20 Apr 2001 16:57:36 -0500
47599              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
47600              
47601              Evil URLs must die. Especially when they are broken.
47602      Branch: perl
47603            ! pod/perlfaq1.pod
47604 ____________________________________________________________________________
47605 [  9770] By: jhi                                   on 2001/04/21  15:23:38
47606         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
47607              From: Michael G Schwern <schwern@pobox.com>
47608              Date: Sat, 21 Apr 2001 16:11:12 +0100
47609              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
47610      Branch: perl
47611            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
47612            + t/lib/b-stash.t
47613            ! MANIFEST ext/B/B.pm t/lib/b.t
47614 ____________________________________________________________________________
47615 [  9769] By: jhi                                   on 2001/04/21  15:03:32
47616         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
47617              From: Michael G Schwern <schwern@pobox.com>
47618              Date: Sat, 21 Apr 2001 09:48:00 +0100
47619              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
47620      Branch: perl
47621            ! utils/h2ph.PL
47622 ____________________________________________________________________________
47623 [  9768] By: jhi                                   on 2001/04/21  14:33:49
47624         Log: PerlIO and Encode doc cleanup and tweaks.
47625      Branch: perl
47626            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
47627            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
47628 ____________________________________________________________________________
47629 [  9767] By: jhi                                   on 2001/04/21  12:40:16
47630         Log: Integrate perlio.
47631      Branch: perl
47632           !> doio.c
47633 ____________________________________________________________________________
47634 [  9766] By: nick                                  on 2001/04/20  18:28:35
47635         Log: Avoid core dump on
47636              open(STDOUT,">",\$foo);
47637      Branch: perlio
47638            ! doio.c
47639 ____________________________________________________________________________
47640 [  9765] By: jhi                                   on 2001/04/20  13:23:43
47641         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
47642              From: Robin Houston <robin@kitsite.com>
47643              Date: Fri, 20 Apr 2001 14:29:22 +0100
47644              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
47645      Branch: perl
47646            ! ext/B/B.pm ext/B/B/Deparse.pm
47647 ____________________________________________________________________________
47648 [  9764] By: jhi                                   on 2001/04/20  13:19:33
47649         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
47650              From: Peter Prymmer <pvhp@forte.com>
47651              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
47652              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
47653      Branch: perl
47654            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
47655            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
47656            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
47657            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
47658 ____________________________________________________________________________
47659 [  9763] By: jhi                                   on 2001/04/20  12:36:39
47660         Log: Subject: Re: A new PerlIO coredump
47661              From: Nick Ing-Simmons <nik@tiuk.ti.com>
47662              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
47663              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
47664      Branch: perl
47665            ! doio.c
47666 ____________________________________________________________________________
47667 [  9762] By: jhi                                   on 2001/04/19  23:02:30
47668         Log: Update Changes.
47669      Branch: perl
47670            ! Changes patchlevel.h
47671 ____________________________________________________________________________
47672 [  9761] By: jhi                                   on 2001/04/19  22:59:19
47673         Log: More cleanup cleanup.
47674      Branch: perl
47675            ! Makefile.SH win32/Makefile win32/makefile.mk
47676 ____________________________________________________________________________
47677 [  9760] By: jhi                                   on 2001/04/19  22:50:31
47678         Log: lib/Time is non-empty, let's not rmdir it.
47679      Branch: perl
47680            ! Makefile.SH
47681 ____________________________________________________________________________
47682 [  9759] By: jhi                                   on 2001/04/19  22:36:51
47683         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
47684              From: Robin Houston <robin@kitsite.com>
47685              Date: Fri, 20 Apr 2001 00:18:53 +0100
47686              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
47687      Branch: perl
47688            ! ext/B/B/Deparse.pm
47689 ____________________________________________________________________________
47690 [  9758] By: jhi                                   on 2001/04/19  22:36:00
47691         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
47692              From: Peter Prymmer <pvhp@forte.com>
47693              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
47694              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
47695      Branch: perl
47696            ! ext/Cwd/Cwd.xs
47697 ____________________________________________________________________________
47698 [  9757] By: nick                                  on 2001/04/19  18:53:54
47699         Log: Blind (untested) integrate of mainline.
47700      Branch: perlio
47701           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
47702           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
47703           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
47704           !> (integrate 53 files)
47705 ____________________________________________________________________________
47706 [  9756] By: jhi                                   on 2001/04/19  16:59:23
47707         Log: Document and test Time::Piece.
47708      Branch: perl
47709            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
47710            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
47711 ____________________________________________________________________________
47712 [  9755] By: jhi                                   on 2001/04/19  12:13:29
47713         Log: A better fix for the \x{12345678} trouble from NI-S.
47714      Branch: perl
47715            ! utf8.c
47716 ____________________________________________________________________________
47717 [  9754] By: jhi                                   on 2001/04/19  11:56:07
47718         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
47719              From: Robin Houston <robin@kitsite.com>
47720              Date: Wed, 18 Apr 2001 17:58:33 +0100
47721              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
47722      Branch: perl
47723            ! ext/B/B/Deparse.pm op.c
47724 ____________________________________________________________________________
47725 [  9753] By: jhi                                   on 2001/04/19  04:21:52
47726         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
47727              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
47728              Date: Thu, 19 Apr 2001 01:11:41 -0400
47729              Message-ID: <20010419011141.A5798@cpan.org>
47730      Branch: perl
47731            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
47732 ____________________________________________________________________________
47733 [  9752] By: jhi                                   on 2001/04/19  02:41:10
47734         Log: The new time utils need to be thread-aware, too.
47735      Branch: perl
47736            ! util.c
47737 ____________________________________________________________________________
47738 [  9751] By: jhi                                   on 2001/04/19  02:26:47
47739         Log: Compilation nit noticed by AIX compiler.
47740      Branch: perl
47741            ! perlio.c
47742 ____________________________________________________________________________
47743 [  9750] By: jhi                                   on 2001/04/19  02:20:06
47744         Log: The new time utils need to be public.
47745      Branch: perl
47746            ! embed.pl
47747 ____________________________________________________________________________
47748 [  9749] By: jhi                                   on 2001/04/19  01:42:39
47749         Log: Regen toc.
47750      Branch: perl
47751            ! pod/perltoc.pod
47752 ____________________________________________________________________________
47753 [  9748] By: jhi                                   on 2001/04/19  01:41:10
47754         Log: Add Time::Piece, a slight rewrite of Time::Object,
47755              from Matt Sergeant.
47756      Branch: perl
47757            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
47758            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
47759            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
47760            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
47761            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
47762            ! win32/makefile.mk
47763 ____________________________________________________________________________
47764 [  9747] By: jhi                                   on 2001/04/19  00:55:35
47765         Log: The new metaconfig unit from strftime.
47766      Branch: metaconfig/U/perl
47767            + d_strftime.U
47768 ____________________________________________________________________________
47769 [  9746] By: jhi                                   on 2001/04/19  00:54:54
47770         Log: Move the strftime() wrapper from POSIX.xs to util.c
47771              as my_strftime(), requires HAS_STRFTIME.
47772      Branch: perl
47773            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47774            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
47775            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
47776            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47777            ! vos/config.ga.h win32/config.bc win32/config.gc
47778            ! win32/config.vc
47779 ____________________________________________________________________________
47780 [  9745] By: jhi                                   on 2001/04/18  23:11:03
47781         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
47782              in preparation of Time::Piece.
47783      Branch: perl
47784            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
47785 ____________________________________________________________________________
47786 [  9744] By: jhi                                   on 2001/04/18  22:33:12
47787         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
47788              From: Peter Prymmer <pvhp@forte.com>
47789              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
47790              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
47791      Branch: perl
47792            ! t/lib/exporter.t
47793 ____________________________________________________________________________
47794 [  9743] By: jhi                                   on 2001/04/18  22:32:23
47795         Log: Subject: Fwd: pod2html leaves cache files lying around?
47796              From: Rajesh Vaidheeswarran <rv@gnu.org>
47797              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
47798              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
47799      Branch: perl
47800            ! lib/Pod/Html.pm
47801 ____________________________________________________________________________
47802 [  9742] By: jhi                                   on 2001/04/18  20:31:49
47803         Log: Update Changes.
47804      Branch: perl
47805            ! Changes patchlevel.h
47806 ____________________________________________________________________________
47807 [  9741] By: jhi                                   on 2001/04/18  20:23:02
47808         Log: Declare hints only if needed.
47809      Branch: perl
47810            ! ext/B/B/Deparse.pm
47811 ____________________________________________________________________________
47812 [  9740] By: jhi                                   on 2001/04/18  19:06:05
47813         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
47814              bug noticed by Robin Houston; basically the code of detecting
47815              value wraparound was acting differently under different compilers
47816              and platforms.  The workaround is to remove the overflow check
47817              for now, a real fix would be to do the overflow (portably) right.
47818      Branch: perl
47819            ! t/op/pat.t utf8.c
47820 ____________________________________________________________________________
47821 [  9739] By: jhi                                   on 2001/04/18  19:01:23
47822         Log: Subject: [PATCH B::Deparse] some pragma support
47823              From: Robin Houston <robin@kitsite.com>
47824              Date: Wed, 18 Apr 2001 19:32:12 +0100
47825              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
47826      Branch: perl
47827            ! ext/B/B/Deparse.pm
47828 ____________________________________________________________________________
47829 [  9738] By: jhi                                   on 2001/04/18  15:16:37
47830         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
47831              From: Benjamin Sugars <bsugars@canoe.ca>
47832              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
47833              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
47834      Branch: perl
47835            ! t/op/glob.t
47836 ____________________________________________________________________________
47837 [  9737] By: jhi                                   on 2001/04/18  13:24:50
47838         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
47839              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47840              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
47841              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
47842      Branch: perl
47843            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
47844            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
47845 ____________________________________________________________________________
47846 [  9736] By: jhi                                   on 2001/04/18  04:15:14
47847         Log: The #9735 also changes the subtest 12.
47848      Branch: perl
47849            ! t/lib/b.t
47850 ____________________________________________________________________________
47851 [  9735] By: jhi                                   on 2001/04/18  03:55:17
47852         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
47853              From: David Dyck <dcd@tc.fluke.com>
47854              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
47855              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
47856      Branch: perl
47857            ! ext/B/B/Deparse.pm
47858 ____________________________________________________________________________
47859 [  9734] By: jhi                                   on 2001/04/18  03:54:11
47860         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
47861              From: Gisle Aas <gisle@ActiveState.com>
47862              Date: 17 Apr 2001 19:06:45 -0700
47863              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
47864      Branch: perl
47865            ! pp_hot.c t/op/misc.t
47866 ____________________________________________________________________________
47867 [  9733] By: jhi                                   on 2001/04/17  22:25:22
47868         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
47869              From: "Abigail" <abigail@foad.org>
47870              Date: Wed, 18 Apr 2001 01:17:46 +0200
47871              Message-ID: <20010417231746.21657.qmail@foad.org>
47872      Branch: perl
47873            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
47874 ____________________________________________________________________________
47875 [  9732] By: jhi                                   on 2001/04/17  20:47:56
47876         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
47877              From: Robin Houston <robin@kitsite.com>
47878              Date: Tue, 17 Apr 2001 22:37:42 +0100
47879              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
47880      Branch: perl
47881            ! ext/B/B/Deparse.pm
47882 ____________________________________________________________________________
47883 [  9731] By: nick                                  on 2001/04/17  20:46:35
47884         Log: Re-sync for t/lib/b.t fix
47885      Branch: perlio
47886           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
47887 ____________________________________________________________________________
47888 [  9730] By: jhi                                   on 2001/04/17  20:45:29
47889         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
47890              From: Robin Houston <robin@kitsite.com>
47891              Date: Tue, 17 Apr 2001 22:29:36 +0100
47892              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
47893      Branch: perl
47894            ! ext/B/B.xs ext/B/B/Deparse.pm
47895 ____________________________________________________________________________
47896 [  9729] By: jhi                                   on 2001/04/17  20:43:11
47897         Log: Subject: Deparse - parenthesise args to undeclared subs
47898              From: Robin Houston <robin@kitsite.com>
47899              Date: Tue, 17 Apr 2001 21:31:05 +0100
47900              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
47901      Branch: perl
47902            ! ext/B/B/Deparse.pm
47903 ____________________________________________________________________________
47904 [  9728] By: jhi                                   on 2001/04/17  18:57:30
47905         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
47906              From: Benjamin Sugars <ben.sugars@home.com>
47907              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
47908              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
47909      Branch: perl
47910            ! t/lib/cwd.t
47911 ____________________________________________________________________________
47912 [  9727] By: jhi                                   on 2001/04/17  18:20:20
47913         Log: Subject: [PATCH B::Deparse] ambient pragmas
47914              From: Robin Houston <robin@kitsite.com>
47915              Date: Tue, 17 Apr 2001 20:01:59 +0100
47916              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
47917      Branch: perl
47918            ! ext/B/B/Deparse.pm t/lib/b.t
47919 ____________________________________________________________________________
47920 [  9726] By: nick                                  on 2001/04/17  16:33:51
47921         Log: Integrate mainline (t/lib/b.t fails test 2...)
47922      Branch: perlio
47923           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
47924           +> ext/List/Util/README ext/List/Util/Util.xs
47925           +> ext/List/Util/lib/List/Util.pm
47926           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
47927           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
47928           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
47929           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
47930           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
47931           !> (integrate 31 files)
47932 ____________________________________________________________________________
47933 [  9725] By: jhi                                   on 2001/04/17  12:14:24
47934         Log: Subject: multiple B::* changes
47935              From: Robin Houston <robin@kitsite.com>
47936              Date: Thu, 12 Apr 2001 20:12:27 +0100
47937              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
47938      Branch: perl
47939            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
47940 ____________________________________________________________________________
47941 [  9724] By: jhi                                   on 2001/04/17  11:59:05
47942         Log: Thread-awareness from Doug MacEachern.
47943      Branch: perl
47944            ! ext/List/Util/Util.xs
47945 ____________________________________________________________________________
47946 [  9723] By: jhi                                   on 2001/04/17  11:57:41
47947         Log: Make the test more portable.
47948      Branch: perl
47949            ! t/lib/cwd.t
47950 ____________________________________________________________________________
47951 [  9722] By: jhi                                   on 2001/04/17  11:53:50
47952         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
47953              From: Benjamin Sugars <ben.sugars@home.com>
47954              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
47955              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
47956      Branch: perl
47957            ! t/lib/cwd.t
47958 ____________________________________________________________________________
47959 [  9721] By: jhi                                   on 2001/04/17  11:52:17
47960         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
47961              From: Benjamin Sugars <bsugars@canoe.ca>
47962              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
47963              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
47964      Branch: perl
47965            ! op.c
47966 ____________________________________________________________________________
47967 [  9720] By: jhi                                   on 2001/04/17  11:35:42
47968         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
47969              From: Chris Nandor <pudge@pobox.com>
47970              Date: Tue, 17 Apr 2001 00:30:49 -0400
47971              Message-Id: <p05100207b701768712de@[10.0.1.177]>
47972      Branch: perl
47973            ! ext/File/Glob/bsd_glob.c gv.c
47974 ____________________________________________________________________________
47975 [  9719] By: jhi                                   on 2001/04/17  11:32:13
47976         Log: Subject: [PATCH] Tweten->West
47977              From: Casey West <casey@geeknest.com>
47978              Date: Mon, 16 Apr 2001 12:11:22 -0400
47979              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
47980      Branch: perl
47981            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
47982            ! pod/perltie.pod
47983 ____________________________________________________________________________
47984 [  9718] By: jhi                                   on 2001/04/16  03:22:52
47985         Log: Update Changes.
47986      Branch: perl
47987            ! Changes patchlevel.h
47988 ____________________________________________________________________________
47989 [  9717] By: jhi                                   on 2001/04/16  03:06:28
47990         Log: Regen toc.
47991      Branch: perl
47992            ! pod/perltoc.pod
47993 ____________________________________________________________________________
47994 [  9716] By: jhi                                   on 2001/04/16  02:58:42
47995         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
47996              From: Prymmer/Kahn <pvhp@best.com>
47997              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
47998              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
47999      Branch: perl
48000            ! utf8.c
48001 ____________________________________________________________________________
48002 [  9715] By: jhi                                   on 2001/04/15  23:40:35
48003         Log: Subject: Re: Net::Ping patch, adds stream protocol
48004              From: bronson@rinspin.com (Scott Bronson)
48005              Date: Tue, 10 Apr 2001 23:58:33 -0700
48006              Message-ID: <20010410235833.N29719@rinspin.com>
48007      Branch: perl
48008            ! lib/Net/Ping.pm
48009 ____________________________________________________________________________
48010 [  9714] By: jhi                                   on 2001/04/15  23:31:46
48011         Log: Printing out the ok messages helps successful testing.
48012      Branch: perl
48013            ! t/lib/time-hires.t
48014 ____________________________________________________________________________
48015 [  9713] By: jhi                                   on 2001/04/15  21:43:24
48016         Log: Update Douglas Wegscheid's email.
48017      Branch: perl
48018            ! AUTHORS
48019 ____________________________________________________________________________
48020 [  9712] By: jhi                                   on 2001/04/15  21:40:41
48021         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
48022              From: Michael G Schwern <schwern@pobox.com>
48023              Date: Sat, 14 Apr 2001 22:40:50 +0100
48024              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
48025      Branch: perl
48026            + t/lib/exporter.t
48027            ! MANIFEST lib/Exporter/Heavy.pm
48028 ____________________________________________________________________________
48029 [  9711] By: jhi                                   on 2001/04/15  21:39:21
48030         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
48031              From: Michael G Schwern <schwern@pobox.com>
48032              Date: Sat, 14 Apr 2001 22:13:59 +0100
48033              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
48034      Branch: perl
48035            ! t/op/loopctl.t
48036 ____________________________________________________________________________
48037 [  9710] By: jhi                                   on 2001/04/15  21:30:19
48038         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
48039              From: Michael G Schwern <schwern@pobox.com>
48040              Date: Sat, 14 Apr 2001 22:05:32 +0100
48041              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
48042      Branch: perl
48043            ! t/pragma/warnings.t
48044 ____________________________________________________________________________
48045 [  9709] By: jhi                                   on 2001/04/15  19:34:09
48046         Log: Integrate changes #9706,9707 from maintperl into mainline.
48047              
48048              change#7210 broke .packlist generation
48049              
48050              ExtUtils::Installed doesn't quote regex metacharacters in paths
48051              before using them in match; also make it work for dosish platforms
48052      Branch: perl
48053           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
48054 ____________________________________________________________________________
48055 [  9708] By: jhi                                   on 2001/04/15  19:31:01
48056         Log: Test also the scalar aspect of getitimer().
48057      Branch: perl
48058            ! t/lib/time-hires.t
48059 ____________________________________________________________________________
48060 [  9707] By: gsar                                  on 2001/04/15  17:24:20
48061         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
48062              before using them in match; also make it work for dosish platforms
48063      Branch: maint-5.6/perl
48064            ! lib/ExtUtils/Installed.pm
48065 ____________________________________________________________________________
48066 [  9706] By: gsar                                  on 2001/04/15  17:21:59
48067         Log: change#7210 broke .packlist generation (listed only filename
48068              rather than fully qualified path name)
48069      Branch: maint-5.6/perl
48070            ! lib/ExtUtils/Install.pm
48071 ____________________________________________________________________________
48072 [  9705] By: jhi                                   on 2001/04/15  12:36:33
48073         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
48074      Branch: perl
48075            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
48076            ! t/lib/time-hires.t
48077 ____________________________________________________________________________
48078 [  9704] By: jhi                                   on 2001/04/15  10:49:08
48079         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
48080              From: Prymmer/Kahn <pvhp@best.com>
48081              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
48082              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
48083      Branch: perl
48084            ! lib/utf8.pm pod/perlebcdic.pod
48085 ____________________________________________________________________________
48086 [  9703] By: jhi                                   on 2001/04/15  02:26:26
48087         Log: I keep forgetting to sort MANIFEST.
48088      Branch: perl
48089            ! MANIFEST
48090 ____________________________________________________________________________
48091 [  9702] By: jhi                                   on 2001/04/15  02:07:47
48092         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
48093              Now we have blessed, reftype, tainted, first, reduce, ...
48094      Branch: perl
48095            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
48096            + ext/List/Util/README ext/List/Util/Util.xs
48097            + ext/List/Util/lib/List/Util.pm
48098            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
48099            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
48100            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
48101            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
48102            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
48103            ! MANIFEST
48104 ____________________________________________________________________________
48105 [  9701] By: jhi                                   on 2001/04/14  15:05:25
48106         Log: Subject: RE: dprofpp.pl updates 
48107              From: Carl Eklof <CEklof@endeca.com>
48108              Date: Thu, 12 Apr 2001 18:45:46 -0400
48109              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
48110      Branch: perl
48111            ! utils/dprofpp.PL
48112 ____________________________________________________________________________
48113 [  9700] By: jhi                                   on 2001/04/14  14:44:55
48114         Log: Do not just blindly add CR.
48115      Branch: perl
48116            ! Porting/makerel
48117 ____________________________________________________________________________
48118 [  9699] By: jhi                                   on 2001/04/13  13:17:01
48119         Log: Update Changes.
48120      Branch: perl
48121            ! Changes patchlevel.h
48122 ____________________________________________________________________________
48123 [  9698] By: jhi                                   on 2001/04/13  12:44:48
48124         Log: Integrate perlio.
48125      Branch: perl
48126           !> ext/PerlIO/Scalar/Scalar.xs
48127 ____________________________________________________________________________
48128 [  9697] By: jhi                                   on 2001/04/13  12:29:15
48129         Log: Add more debug output to the test.
48130      Branch: perl
48131            ! t/lib/cwd.t
48132 ____________________________________________________________________________
48133 [  9696] By: nick                                  on 2001/04/13  10:14:29
48134         Log: Fix core dump on binmode($fh,'Scalar')
48135      Branch: perlio
48136            ! ext/PerlIO/Scalar/Scalar.xs
48137 ____________________________________________________________________________
48138 [  9695] By: nick                                  on 2001/04/13  09:05:42
48139         Log: Integrate mainline
48140      Branch: perlio
48141           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48142           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
48143           +> t/lib/time-hires.t
48144           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
48145           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
48146           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
48147           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
48148           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
48149           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
48150           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
48151 ____________________________________________________________________________
48152 [  9694] By: jhi                                   on 2001/04/12  22:23:35
48153         Log: Integrate change #9693 from maintperl into mainline.
48154              
48155              $VERSION and Version() on the same line provokes a warning from
48156              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
48157      Branch: perl
48158           !> lib/Devel/SelfStubber.pm
48159 ____________________________________________________________________________
48160 [  9693] By: gsar                                  on 2001/04/12  21:55:56
48161         Log: $VERSION and Version() on the same line provokes a warning from
48162              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
48163      Branch: maint-5.6/perl
48164            ! lib/Devel/SelfStubber.pm
48165 ____________________________________________________________________________
48166 [  9692] By: jhi                                   on 2001/04/12  13:54:00
48167         Log: This is at least 5.005.
48168      Branch: perl
48169            ! ext/Time/HiRes/HiRes.xs
48170 ____________________________________________________________________________
48171 [  9691] By: jhi                                   on 2001/04/12  13:37:20
48172         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
48173      Branch: perl
48174            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
48175            ! win32/Makefile win32/makefile.mk
48176 ____________________________________________________________________________
48177 [  9690] By: jhi                                   on 2001/04/12  01:34:46
48178         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
48179      Branch: perl
48180            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48181            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
48182            + t/lib/time-hires.t
48183            ! MANIFEST
48184 ____________________________________________________________________________
48185 [  9689] By: jhi                                   on 2001/04/12  00:28:39
48186         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
48187              From: Gisle Aas <gisle@ActiveState.com>
48188              Date: 11 Apr 2001 16:36:11 -0700
48189              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
48190      Branch: perl
48191            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
48192 ____________________________________________________________________________
48193 [  9688] By: jhi                                   on 2001/04/12  00:27:39
48194         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
48195              From: Gisle Aas <gisle@ActiveState.com>
48196              Date: 11 Apr 2001 11:13:24 -0700
48197              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
48198      Branch: perl
48199            ! ext/MIME/Base64/Base64.xs
48200 ____________________________________________________________________________
48201 [  9687] By: jhi                                   on 2001/04/11  19:51:47
48202         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
48203      Branch: perl
48204            ! Todo-5.6
48205 ____________________________________________________________________________
48206 [  9686] By: jhi                                   on 2001/04/11  16:54:25
48207         Log: Subject: [PATCH opcode.pl] Documentation of table format
48208              From: Simon Cozens <simon@netthink.co.uk>
48209              Date: Wed, 11 Apr 2001 12:59:31 +0100
48210              Message-ID: <20010411125931.A25681@netthink.co.uk>
48211      Branch: perl
48212            ! opcode.pl
48213 ____________________________________________________________________________
48214 [  9685] By: jhi                                   on 2001/04/11  16:53:15
48215         Log: Subject: [PATCH] prototype("CORE::recv")
48216              From: Simon Cozens <simon@netthink.co.uk>
48217              Date: Wed, 11 Apr 2001 13:24:35 +0100
48218              Message-ID: <20010411132435.A26169@netthink.co.uk>
48219      Branch: perl
48220            ! pp.c t/comp/proto.t
48221 ____________________________________________________________________________
48222 [  9684] By: jhi                                   on 2001/04/11  16:47:13
48223         Log: FAQ (and AUTHORS) update from Dan Carson: the information
48224              was several years obsolete, Term::Readkey has been updated
48225              to have the functionality.
48226      Branch: perl
48227            ! AUTHORS pod/perlfaq5.pod
48228 ____________________________________________________________________________
48229 [  9683] By: jhi                                   on 2001/04/11  12:15:46
48230         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
48231              From: Calle Dybedahl <calle@lysator.liu.se>
48232              Date: 10 Apr 2001 16:44:16 +0200
48233              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
48234      Branch: perl
48235            ! ext/MIME/Base64/Base64.xs
48236 ____________________________________________________________________________
48237 [  9682] By: jhi                                   on 2001/04/11  12:12:26
48238         Log: A more minimal fix for 20010410.006 from Hugo.
48239      Branch: perl
48240            ! regexec.c
48241 ____________________________________________________________________________
48242 [  9681] By: jhi                                   on 2001/04/11  11:34:23
48243         Log: Integrate changes #9678,9679 from maintline into mainperl.
48244              
48245              addendum to change#9676
48246              
48247              up $File::Glob::VERSION; add a note pointing out the version of
48248              the OpenBSD glob bsd_glob.c resembles
48249      Branch: perl
48250           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48251           !> ext/File/Glob/bsd_glob.h
48252 ____________________________________________________________________________
48253 [  9680] By: jhi                                   on 2001/04/11  11:30:38
48254         Log: Bad test numbering in integrate in #9677.
48255              Fixes ID 20010411.001.
48256      Branch: perl
48257            ! t/op/pat.t
48258 ____________________________________________________________________________
48259 [  9679] By: gsar                                  on 2001/04/11  03:38:40
48260         Log: up $File::Glob::VERSION; add a note pointing out the version of
48261              the OpenBSD glob bsd_glob.c resembles
48262      Branch: maint-5.6/perl
48263            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48264            ! ext/File/Glob/bsd_glob.h
48265 ____________________________________________________________________________
48266 [  9678] By: gsar                                  on 2001/04/11  03:09:48
48267         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
48268              revision 1.8.10.1 found here:
48269              
48270              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
48271      Branch: maint-5.6/perl
48272            ! ext/File/Glob/bsd_glob.c
48273 ____________________________________________________________________________
48274 [  9677] By: jhi                                   on 2001/04/11  02:54:39
48275         Log: Integrate changes #9675,9676 from maintperl into mainline.
48276              
48277              fix for bug 20010410.006, undo change#7115
48278              
48279              port the OpenBSD glob() security patch
48280      Branch: perl
48281           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
48282           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
48283           !> t/op/pat.t
48284 ____________________________________________________________________________
48285 [  9676] By: gsar                                  on 2001/04/11  02:19:02
48286         Log: port the glob() security patch found at:
48287              
48288              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
48289              
48290              CERT advisory for the issue is here:
48291              
48292              http://www.cert.org/advisories/CA-2001-07.html
48293              
48294              Note that the security scare is only relevant for those who are
48295              foolish enough to build suidperl (which is now officially discouraged)
48296      Branch: maint-5.6/perl
48297            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
48298            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
48299 ____________________________________________________________________________
48300 [  9675] By: gsar                                  on 2001/04/10  23:52:11
48301         Log: fix for bug 20010410.006
48302              
48303              undo change#7115 (came into maint-5.6 as change#8156)
48304              
48305              add tests to keep it from coming back
48306      Branch: maint-5.6/perl
48307            ! regexec.c t/op/pat.t
48308 ____________________________________________________________________________
48309 [  9674] By: nick                                  on 2001/04/10  20:39:31
48310         Log: Integrate mainline
48311      Branch: perlio
48312           +> Porting/testall.atom
48313           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
48314           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
48315           !> t/lib/lc-uk.t t/pod/find.t
48316 ____________________________________________________________________________
48317 [  9673] By: nick                                  on 2001/04/10  18:46:14
48318         Log: Integrate against change 9670 aka perl-5.7.1
48319      Branch: perlio
48320           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48321           !> (integrate 53 files)
48322 ____________________________________________________________________________
48323 [  9672] By: jhi                                   on 2001/04/10  13:45:01
48324         Log: Add a script for doing cumulative profile of the test suite.
48325              (Requires ATOM, that is, Tru64.)
48326      Branch: perl
48327            + Porting/testall.atom
48328            ! MANIFEST
48329 ____________________________________________________________________________
48330 [  9671] By: jhi                                   on 2001/04/10  12:38:53
48331         Log: Missing std block.
48332      Branch: perl
48333            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
48334            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
48335            ! t/pod/find.t
48336 ____________________________________________________________________________
48337 [  9670] By: jhi                                   on 2001/04/10  01:25:58
48338         Log: This is 5.7.1.
48339      Branch: perl
48340            ! patchlevel.h
48341 ____________________________________________________________________________
48342 [  9669] By: jhi                                   on 2001/04/10  01:09:14
48343         Log: Update Changes.
48344      Branch: perl
48345            ! Changes patchlevel.h
48346 ____________________________________________________________________________
48347 [  9668] By: jhi                                   on 2001/04/10  01:00:38
48348         Log: Regen toc.
48349      Branch: perl
48350            ! pod/perltoc.pod
48351 ____________________________________________________________________________
48352 [  9667] By: jhi                                   on 2001/04/10  00:52:16
48353         Log: Update perlhist.
48354      Branch: perl
48355            ! pod/perlhist.pod
48356 ____________________________________________________________________________
48357 [  9666] By: jhi                                   on 2001/04/09  23:38:59
48358         Log: Slight wording tweaks from Damian to #9658.
48359      Branch: perl
48360            ! pod/perlobj.pod
48361 ____________________________________________________________________________
48362 [  9665] By: jhi                                   on 2001/04/09  19:56:06
48363         Log: Subject: [PATCH perlutil.pod] Nit
48364              From: Simon Cozens <simon@netthink.co.uk>
48365              Date: Mon, 9 Apr 2001 20:29:44 +0100
48366              Message-ID: <20010409202944.A14796@the.earth.li>
48367      Branch: perl
48368            ! pod/perlutil.pod
48369 ____________________________________________________________________________
48370 [  9664] By: jhi                                   on 2001/04/09  19:54:42
48371         Log: Subject: Re: perl571delta.pod@9631
48372              From: Mike Guy <mjtg@cam.ac.uk>
48373              Date: Mon, 09 Apr 2001 18:09:14 +0100
48374              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
48375      Branch: perl
48376            ! pod/perl571delta.pod
48377 ____________________________________________________________________________
48378 [  9663] By: jhi                                   on 2001/04/09  13:43:35
48379         Log: Update Changes.
48380      Branch: perl
48381            ! Changes patchlevel.h
48382 ____________________________________________________________________________
48383 [  9662] By: jhi                                   on 2001/04/09  13:24:46
48384         Log: tweak tweak.
48385      Branch: perl
48386            ! AUTHORS pod/perl571delta.pod
48387 ____________________________________________________________________________
48388 [  9661] By: jhi                                   on 2001/04/09  13:15:13
48389         Log: Thinko in manual patch applying.
48390      Branch: perl
48391            ! sv.c
48392 ____________________________________________________________________________
48393 [  9660] By: jhi                                   on 2001/04/09  13:07:53
48394         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
48395              From: Robin Barker <rmb1@cise.npl.co.uk> 
48396              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
48397              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
48398              
48399              (This corrects the case where the "isn't numeric" string contains \0s
48400              and is longer than the temporary buffer, and contains \0 at the point
48401              the string would be truncated by "...".) 
48402      Branch: perl
48403            ! sv.c
48404 ____________________________________________________________________________
48405 [  9659] By: jhi                                   on 2001/04/09  12:57:41
48406         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
48407      Branch: perl
48408            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
48409            ! t/lib/cgi-function.t t/lib/cgi-html.t
48410 ____________________________________________________________________________
48411 [  9658] By: jhi                                   on 2001/04/09  12:48:47
48412         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
48413              From: Ilmari Karonen <iltzu@sci.fi>
48414              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
48415              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
48416              
48417              Rearrange and rewrite the Method Invocation section
48418              to explain the concepts in nicer order.
48419      Branch: perl
48420            ! pod/perlobj.pod
48421 ____________________________________________________________________________
48422 [  9657] By: jhi                                   on 2001/04/09  12:35:58
48423         Log: Upgrade to podlators 1.09, from Russ Allbery.
48424      Branch: perl
48425            ! lib/Pod/Man.pm lib/Pod/Text.pm
48426 ____________________________________________________________________________
48427 [  9656] By: jhi                                   on 2001/04/09  12:31:53
48428         Log: perl571delta.
48429      Branch: perl
48430            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
48431 ____________________________________________________________________________
48432 [  9655] By: jhi                                   on 2001/04/09  12:20:09
48433         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
48434              From: Prymmer/Kahn <pvhp@best.com>
48435              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
48436              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
48437      Branch: perl
48438            ! lib/utf8.pm pod/perlunicode.pod
48439 ____________________________________________________________________________
48440 [  9654] By: gsar                                  on 2001/04/09  03:38:33
48441         Log: here lies 5.6.1
48442      Branch: maint-5.6/perl
48443            ! Changes
48444 ____________________________________________________________________________
48445 [  9653] By: jhi                                   on 2001/04/09  03:25:24
48446         Log: Update perlhist.
48447      Branch: perl
48448            ! pod/perlhist.pod
48449 ____________________________________________________________________________
48450 [  9652] By: jhi                                   on 2001/04/09  03:18:49
48451         Log: perl571delta tweaking continues.
48452      Branch: perl
48453            ! pod/perl571delta.pod
48454 ____________________________________________________________________________
48455 [  9651] By: gsar                                  on 2001/04/09  03:11:19
48456         Log: update Changes, patchlevel.h &c.
48457      Branch: maint-5.6/perl
48458            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
48459            ! pod/perltoc.pod
48460 ____________________________________________________________________________
48461 [  9650] By: jhi                                   on 2001/04/09  02:40:24
48462         Log: Integrate the perlfork half of #9513 from maintperl into mainline
48463              (the perlunicode half is obsolete)
48464      Branch: perl
48465            ! pod/perlfork.pod
48466 ____________________________________________________________________________
48467 [  9649] By: gsar                                  on 2001/04/09  02:35:43
48468         Log: tweak perldelta as suggested by Jarkko
48469      Branch: maint-5.6/perl
48470            ! pod/perldelta.pod
48471 ____________________________________________________________________________
48472 [  9648] By: jhi                                   on 2001/04/09  02:13:04
48473         Log: Integrate change #9646 from maintperl into mainline.
48474              
48475              add note about ithreads and Thread.pm
48476      Branch: perl
48477           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
48478 ____________________________________________________________________________
48479 [  9647] By: jhi                                   on 2001/04/09  02:10:18
48480         Log: Bad assumption that shortsize == 2.
48481      Branch: perl
48482            ! t/lib/xs-typemap.t
48483 ____________________________________________________________________________
48484 [  9646] By: gsar                                  on 2001/04/09  00:48:04
48485         Log: add note about ithreads and Thread.pm (too many people are
48486              confused by the fact that Thread.pm is built and installed
48487              under non-5005threads but doesn't work)
48488      Branch: maint-5.6/perl
48489            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
48490 ____________________________________________________________________________
48491 [  9645] By: gsar                                  on 2001/04/09  00:19:03
48492         Log: update perldelta.pod for changes in 5.6.1
48493      Branch: maint-5.6/perl
48494            ! Changes pod/perldelta.pod
48495 ____________________________________________________________________________
48496 [  9644] By: jhi                                   on 2001/04/08  20:37:00
48497         Log: Integrate change #9639 from maintperl into mainline:
48498              on windows, many of the README.* pods were being copied to
48499              the wrong location
48500      Branch: perl
48501           !> win32/Makefile win32/makefile.mk
48502 ____________________________________________________________________________
48503 [  9643] By: jhi                                   on 2001/04/08  20:07:11
48504         Log: Integrate change #9624 from maintperl into mainline:
48505              the pod tests were not okay.  (t/pod/find.t changes ignored)
48506      Branch: perl
48507           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
48508           !> t/pod/include.t t/pod/included.t t/pod/lref.t
48509           !> t/pod/multiline_items.t t/pod/nested_items.t
48510           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48511           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
48512 ____________________________________________________________________________
48513 [  9642] By: jhi                                   on 2001/04/08  19:57:17
48514         Log: Integrate change #9638 from maintperl into mainline:
48515              update to latest JPL from the anoncvs repository
48516      Branch: perl
48517           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48518           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48519           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
48520 ____________________________________________________________________________
48521 [  9641] By: jhi                                   on 2001/04/08  19:53:30
48522         Log: perl571delta updates.
48523      Branch: perl
48524            ! lib/Filter/Simple.pm pod/perl571delta.pod
48525 ____________________________________________________________________________
48526 [  9640] By: gsar                                  on 2001/04/08  19:20:46
48527         Log: integrate change#9634 from mainline
48528              
48529              Fix the perlmodlib generation (didn't understand separate .pod
48530              files; didn't understand -- as the name-thing separator).
48531              Update the CPAN mirrors list.
48532      Branch: maint-5.6/perl
48533            ! pod/perlmodlib.pod
48534           !> pod/perlmodlib.PL
48535 ____________________________________________________________________________
48536 [  9639] By: gsar                                  on 2001/04/08  18:57:31
48537         Log: on windows, many of the README.* pods were being copied to the wrong
48538              location
48539      Branch: maint-5.6/perl
48540            ! win32/Makefile win32/makefile.mk
48541 ____________________________________________________________________________
48542 [  9638] By: gsar                                  on 2001/04/08  18:38:25
48543         Log: update to latest JPL from the anoncvs repository
48544      Branch: maint-5.6/perl
48545            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
48546            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48547            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
48548 ____________________________________________________________________________
48549 [  9637] By: jhi                                   on 2001/04/08  17:53:53
48550         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
48551      Branch: perl
48552            ! pod/perl571delta.pod
48553 ____________________________________________________________________________
48554 [  9636] By: jhi                                   on 2001/04/08  17:18:32
48555         Log: Regen toc.
48556      Branch: perl
48557            ! pod/perltoc.pod
48558 ____________________________________________________________________________
48559 [  9635] By: jhi                                   on 2001/04/08  17:16:33
48560         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
48561              From: "Craig A. Berry" <craigberry@mac.com>
48562              Date: Sun, 08 Apr 2001 12:30:16 -0500
48563              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
48564      Branch: perl
48565            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
48566 ____________________________________________________________________________
48567 [  9634] By: jhi                                   on 2001/04/08  17:09:19
48568         Log: Fix the perlmodlib generation (didn't understand separate .pod
48569              files; didn't understand -- as the name-thing separator).
48570              
48571              Update the CPAN mirrors list.
48572      Branch: perl
48573            ! pod/perlmodlib.PL pod/perlmodlib.pod
48574 ____________________________________________________________________________
48575 [  9633] By: jhi                                   on 2001/04/08  16:49:17
48576         Log: Sort MANIFEST.
48577      Branch: perl
48578            ! MANIFEST
48579 ____________________________________________________________________________
48580 [  9632] By: gsar                                  on 2001/04/08  16:36:06
48581         Log: add $Tie::RefHash::VERSION
48582      Branch: maint-5.6/perl
48583            ! lib/Tie/RefHash.pm
48584 ____________________________________________________________________________
48585 [  9631] By: jhi                                   on 2001/04/08  16:10:15
48586         Log: perl571delta updates based on p5p feedback; still needs
48587              lots of examples.
48588      Branch: perl
48589            ! pod/perl571delta.pod
48590 ____________________________________________________________________________
48591 [  9630] By: jhi                                   on 2001/04/08  15:59:13
48592         Log: Update the list of supported platforms to talk about 5.7.1
48593              (and 5.6.1)
48594      Branch: perl
48595            ! pod/perlport.pod
48596 ____________________________________________________________________________
48597 [  9629] By: jhi                                   on 2001/04/08  15:55:41
48598         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
48599              from maintperl into mainline: perlport updates.
48600      Branch: perl
48601            ! pod/perlport.pod
48602 ____________________________________________________________________________
48603 [  9628] By: jhi                                   on 2001/04/08  15:53:17
48604         Log: perlsolaris.pod copied to wrong directory.
48605      Branch: perl
48606            ! win32/makefile.mk
48607 ____________________________________________________________________________
48608 [  9627] By: jhi                                   on 2001/04/08  14:48:18
48609         Log: Subject: Typos in perl571delta.pod
48610              From: "Stephen P. Potter" <spp@spotter.yi.org>
48611              Date: Sat, 07 Apr 2001 20:37:05 -0400
48612              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
48613      Branch: perl
48614            ! pod/perl571delta.pod
48615 ____________________________________________________________________________
48616 [  9626] By: jhi                                   on 2001/04/08  14:39:04
48617         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
48618      Branch: perl
48619            ! gv.c
48620 ____________________________________________________________________________
48621 [  9625] By: nick                                  on 2001/04/08  10:14:23
48622         Log: Integrate mainline
48623      Branch: perlio
48624           +> pod/perl570delta.pod pod/perl571delta.pod
48625           !> (integrate 27 files)
48626 ____________________________________________________________________________
48627 [  9624] By: gsar                                  on 2001/04/08  06:08:17
48628         Log: test in t/pod/* were busted
48629              
48630              these tests are still not enabled in t/{harness,TEST}
48631      Branch: maint-5.6/perl
48632            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
48633            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
48634            ! t/pod/multiline_items.t t/pod/nested_items.t
48635            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
48636            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
48637 ____________________________________________________________________________
48638 [  9623] By: gsar                                  on 2001/04/08  03:37:01
48639         Log: integrate change#9470 from mainline
48640              
48641              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
48642      Branch: maint-5.6/perl
48643           !> ext/Socket/Socket.xs
48644 ____________________________________________________________________________
48645 [  9622] By: jhi                                   on 2001/04/07  22:40:47
48646         Log: Update Changes.
48647      Branch: perl
48648            ! Changes patchlevel.h
48649 ____________________________________________________________________________
48650 [  9621] By: jhi                                   on 2001/04/07  22:34:16
48651         Log: Update AUTHORS.
48652      Branch: perl
48653            ! AUTHORS
48654 ____________________________________________________________________________
48655 [  9620] By: jhi                                   on 2001/04/07  22:12:47
48656         Log: Forgot to bump the number of tests in #9164.
48657      Branch: perl
48658            ! t/op/array.t
48659 ____________________________________________________________________________
48660 [  9619] By: jhi                                   on 2001/04/07  22:09:50
48661         Log: Bump patchlevel to 5.7.1.
48662      Branch: perl
48663            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48664            ! config_h.SH patchlevel.h
48665 ____________________________________________________________________________
48666 [  9618] By: jhi                                   on 2001/04/07  22:02:41
48667         Log: Populate perl571delta.
48668      Branch: perl
48669            ! pod/perl571delta.pod
48670 ____________________________________________________________________________
48671 [  9617] By: jhi                                   on 2001/04/07  22:01:23
48672         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
48673              to forget it later; do not change patchlevel.h yet or regenerate
48674              Configure yet.
48675      Branch: perl
48676            ! epoc/config.sh win32/Makefile win32/config_H.bc
48677            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
48678 ____________________________________________________________________________
48679 [  9616] By: jhi                                   on 2001/04/07  17:46:33
48680         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
48681      Branch: perl
48682            ! pod/perl571delta.pod
48683 ____________________________________________________________________________
48684 [  9615] By: jhi                                   on 2001/04/07  17:33:21
48685         Log: Change the toc configuration.
48686      Branch: perl
48687            ! pod/buildtoc.PL pod/perl.pod
48688 ____________________________________________________________________________
48689 [  9614] By: jhi                                   on 2001/04/07  17:29:47
48690         Log: Subject: PATCH: $[
48691              From: Robin Houston <robin@kitsite.com>
48692              Date: Fri, 6 Apr 2001 18:10:14 +0100
48693              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
48694      Branch: perl
48695            ! op.c t/op/array.t
48696 ____________________________________________________________________________
48697 [  9613] By: jhi                                   on 2001/04/07  17:28:26
48698         Log: Subject: [PATCH perl@9424] isn't numeric warning
48699              From: Robin Barker <rmb1@cise.npl.co.uk>
48700              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
48701              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
48702      Branch: perl
48703            ! sv.c t/pragma/warn/sv
48704 ____________________________________________________________________________
48705 [  9612] By: jhi                                   on 2001/04/07  17:26:45
48706         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
48707              From: Mike Guy <mjtg@cam.ac.uk>
48708              Date: Fri, 06 Apr 2001 12:47:06 +0100
48709              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
48710      Branch: perl
48711            ! dump.c t/lib/peek.t
48712 ____________________________________________________________________________
48713 [  9611] By: jhi                                   on 2001/04/07  17:21:35
48714         Log: Create perl571delta and seed it off with the perldelta changes
48715              since 5.7.0; remove those changes from perldelta and rename it
48716              as perl570delta; recreate perldelta but leave it almost empty.
48717      Branch: perl
48718            + pod/perl570delta.pod pod/perl571delta.pod
48719            ! MANIFEST pod/perldelta.pod
48720 ____________________________________________________________________________
48721 [  9610] By: jhi                                   on 2001/04/07  16:56:32
48722         Log: Denit.
48723      Branch: perl
48724            ! pod/perldelta.pod
48725 ____________________________________________________________________________
48726 [  9609] By: jhi                                   on 2001/04/07  16:38:32
48727         Log: Retract #9523: needs more thought.
48728      Branch: perl
48729            ! Makefile.SH
48730 ____________________________________________________________________________
48731 [  9608] By: jhi                                   on 2001/04/07  14:59:20
48732         Log: atmark() code cleanaup.
48733      Branch: perl
48734            ! ext/IO/IO.xs
48735 ____________________________________________________________________________
48736 [  9607] By: jhi                                   on 2001/04/07  14:48:14
48737         Log: Integrate change #9605 from maintperl into mainline.
48738              
48739              can't optimize away scope entry if tr/// is present
48740      Branch: perl
48741           !> op.c t/op/tr.t
48742 ____________________________________________________________________________
48743 [  9606] By: jhi                                   on 2001/04/07  14:43:59
48744         Log: Integrate perlio.
48745      Branch: perl
48746           +> win32/FindExt.pm
48747           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
48748           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
48749 ____________________________________________________________________________
48750 [  9605] By: gsar                                  on 2001/04/07  11:52:40
48751         Log: can't optimize away scope entry if tr/// is present
48752      Branch: maint-5.6/perl
48753            ! op.c t/op/tr.t
48754 ____________________________________________________________________________
48755 [  9604] By: nick                                  on 2001/04/07  11:39:45
48756         Log: Split out extension finding code from buildext.pl into FindExt.pm
48757              Use it to get Config.pm's idea of available extensions in line
48758              with what is built.
48759      Branch: perlio
48760            + win32/FindExt.pm
48761            ! MANIFEST win32/buildext.pl win32/config_sh.PL
48762            ! win32/makefile.mk
48763 ____________________________________________________________________________
48764 [  9603] By: nick                                  on 2001/04/07  09:11:38
48765         Log: Cleanup correction for failed :Via() layer, also set an error code.
48766      Branch: perlio
48767            ! ext/PerlIO/Via/Via.xs
48768 ____________________________________________________________________________
48769 [  9602] By: nick                                  on 2001/04/07  08:38:04
48770         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
48771              style. So don't use binmode() on the handles so that Win32 etc. see
48772              same sequence and produce same digests.
48773      Branch: perlio
48774            ! t/lib/md5-file.t
48775 ____________________________________________________________________________
48776 [  9601] By: nick                                  on 2001/04/07  08:36:26
48777         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
48778              Else it complains and so crlf layer (say) does not get pushed.
48779      Branch: perlio
48780            ! perlio.c
48781 ____________________________________________________________________________
48782 [  9600] By: jhi                                   on 2001/04/06  23:00:09
48783         Log: Integrate change #9599 from perlio into mainline.
48784      Branch: perl
48785           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
48786           !> win32/config_H.vc
48787 ____________________________________________________________________________
48788 [  9599] By: nick                                  on 2001/04/06  21:42:43
48789         Log: Quote $VERSION in Encode.pm.
48790              regen_config_h as requested.
48791      Branch: perlio
48792            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
48793            ! win32/config_H.vc
48794 ____________________________________________________________________________
48795 [  9598] By: nick                                  on 2001/04/06  20:34:59
48796         Log: Integrate mainline
48797      Branch: perlio
48798           +> README.macos
48799           !> (integrate 39 files)
48800 ____________________________________________________________________________
48801 [  9597] By: gsar                                  on 2001/04/06  18:06:35
48802         Log: integrate change#9464 from mainline (addendum to change#8313)
48803              
48804              Subject: [PATCH @9452] Better peep()ing for foreach() loops
48805      Branch: maint-5.6/perl
48806           !> op.c
48807 ____________________________________________________________________________
48808 [  9596] By: jhi                                   on 2001/04/06  17:26:03
48809         Log: The d_casti32=undef is good for you even when not use64bitall.
48810      Branch: perl
48811            ! hints/hpux.sh
48812 ____________________________________________________________________________
48813 [  9595] By: gsar                                  on 2001/04/06  14:57:17
48814         Log: add a low-impact fix to accommodate darwin-ism
48815      Branch: maint-5.6/perl
48816            ! ext/Errno/Errno_pm.PL
48817 ____________________________________________________________________________
48818 [  9594] By: jhi                                   on 2001/04/06  14:55:14
48819         Log: Integrate changes #9528,9593 from mainline into maintperl;
48820              tweaking the editor/IDE/shell list.
48821      Branch: maint-5.6/perl
48822           !> pod/perlfaq3.pod
48823 ____________________________________________________________________________
48824 [  9593] By: jhi                                   on 2001/04/06  14:51:39
48825         Log: Make the editor/IDE/shell list a little bit airier.
48826      Branch: perl
48827            ! pod/perlfaq3.pod
48828 ____________________________________________________________________________
48829 [  9592] By: gsar                                  on 2001/04/06  14:45:18
48830         Log: integrate change#9477 from mainline (base.pm doc tweak)
48831              
48832              missing doc entry for fmod()
48833      Branch: maint-5.6/perl
48834            ! lib/Math/BigFloat.pm
48835           !> lib/base.pm
48836 ____________________________________________________________________________
48837 [  9591] By: jhi                                   on 2001/04/06  13:55:48
48838         Log: Regen toc.
48839      Branch: perl
48840            ! pod/perltoc.pod
48841 ____________________________________________________________________________
48842 [  9590] By: jhi                                   on 2001/04/06  13:54:52
48843         Log: Math::BigFloat patches from John Peacock.  The equivalent
48844              of #9586 from maintperl but reworked by John to work with
48845              the bleadperl.
48846      Branch: perl
48847            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
48848 ____________________________________________________________________________
48849 [  9589] By: jhi                                   on 2001/04/06  13:42:23
48850         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
48851      Branch: perl
48852            ! ext/Digest/MD5/Makefile.PL
48853 ____________________________________________________________________________
48854 [  9588] By: jhi                                   on 2001/04/06  13:31:45
48855         Log: Integrate changes #9584,9587 from maintperl into mainline.
48856              
48857              keep eval"" CVs alive until the end of the statement in which
48858              they're called
48859              
48860              add README.macos (from Chris Nandor)
48861              
48862              tyop in change#9555
48863      Branch: perl
48864           +> README.macos
48865           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
48866           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
48867           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
48868           !> win32/makefile.mk
48869 ____________________________________________________________________________
48870 [  9587] By: gsar                                  on 2001/04/06  07:31:30
48871         Log: add README.macos (from Chris Nandor)
48872              
48873              tyop in change#9555
48874      Branch: maint-5.6/perl
48875            + README.macos
48876            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
48877            ! win32/Makefile win32/makefile.mk
48878 ____________________________________________________________________________
48879 [  9586] By: gsar                                  on 2001/04/06  07:08:54
48880         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
48881      Branch: maint-5.6/perl
48882            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
48883 ____________________________________________________________________________
48884 [  9585] By: gsar                                  on 2001/04/06  06:58:44
48885         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
48886              from mainline
48887              
48888              Subject: [PATCH] Base64 update to perlfaq9.pod
48889              
48890              Subject: [PATCH AUTHORS] Housekeeping
48891              
48892              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
48893              Mac OS X (Darwin) has extra pwent fields.
48894              
48895              Subject: [PATCH B::*] print control-character vars readably
48896              Needs EBCDICification.
48897              
48898              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
48899              
48900              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
48901              
48902              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
48903              
48904              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
48905              
48906              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
48907              
48908              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
48909              
48910              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
48911              
48912              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
48913              
48914              FreeBSD hints tweak from Anton Berezin.
48915              
48916              Subject: [PATCH foolperl & bleadperl] README.vms update
48917              
48918              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
48919      Branch: maint-5.6/perl
48920           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
48921           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
48922           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
48923 ____________________________________________________________________________
48924 [  9584] By: gsar                                  on 2001/04/06  04:09:00
48925         Log: keep eval"" CVs alive until the end of the statement in which
48926              they're called; this avoids a coredump ensuing from search for
48927              lexicals in code such as:
48928              
48929              sub bug {
48930              my $s = @_;
48931              eval q[sub { eval 'sub { &$s }' }];
48932              }
48933              bug("x")->()->();
48934              
48935              this code still doesn't work as intended (as it has remained
48936              since time immemorial), but it doesn't provoke a coredump anymore
48937      Branch: maint-5.6/perl
48938            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
48939            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
48940 ____________________________________________________________________________
48941 [  9583] By: jhi                                   on 2001/04/05  23:52:51
48942         Log: Update Changes.
48943      Branch: perl
48944            ! Changes patchlevel.h
48945 ____________________________________________________________________________
48946 [  9582] By: jhi                                   on 2001/04/05  23:11:23
48947         Log: Slight doc tweak.
48948      Branch: perl
48949            ! pod/perlunicode.pod
48950 ____________________________________________________________________________
48951 [  9581] By: jhi                                   on 2001/04/05  23:04:11
48952         Log: Integrate perlio.
48953      Branch: perl
48954           !> pod/perlunicode.pod
48955 ____________________________________________________________________________
48956 [  9580] By: jhi                                   on 2001/04/05  23:03:29
48957         Log: Test for #9579.
48958      Branch: perl
48959            ! t/op/do.t
48960 ____________________________________________________________________________
48961 [  9579] By: jhi                                   on 2001/04/05  22:54:17
48962         Log: Subject: [PATCH] Propagate calling context for do '...'
48963              From: Gisle Aas <gisle@ActiveState.com>
48964              Date: 04 Apr 2001 20:17:29 -0700
48965              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
48966      Branch: perl
48967            ! pod/perlfunc.pod pp_ctl.c
48968 ____________________________________________________________________________
48969 [  9578] By: jhi                                   on 2001/04/05  22:52:51
48970         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
48971              From: Peter Prymmer <pvhp@forte.com>
48972              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
48973              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
48974      Branch: perl
48975            ! README.vms
48976 ____________________________________________________________________________
48977 [  9577] By: jhi                                   on 2001/04/05  22:48:22
48978         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
48979              From: "Craig A. Berry" <craigberry@mac.com>
48980              Date: Thu, 5 Apr 2001 13:43:28 -0500
48981              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
48982      Branch: perl
48983            ! README.vms
48984 ____________________________________________________________________________
48985 [  9576] By: jhi                                   on 2001/04/05  22:31:38
48986         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
48987              From: Michael G Schwern <schwern@pobox.com>
48988              Date: Thu, 5 Apr 2001 21:53:21 +0100
48989              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
48990      Branch: perl
48991            ! lib/base.pm t/lib/fields.t
48992 ____________________________________________________________________________
48993 [  9575] By: jhi                                   on 2001/04/05  22:26:10
48994         Log: FreeBSD hints tweak from Anton Berezin.
48995      Branch: perl
48996            ! hints/freebsd.sh
48997 ____________________________________________________________________________
48998 [  9574] By: jhi                                   on 2001/04/05  22:24:03
48999         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
49000              From: David Dyck <dcd@tc.fluke.com>
49001              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
49002              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
49003      Branch: perl
49004            ! t/op/oct.t
49005 ____________________________________________________________________________
49006 [  9573] By: jhi                                   on 2001/04/05  22:23:06
49007         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
49008              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
49009              From: David Dyck <dcd@tc.fluke.com>
49010              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
49011      Branch: perl
49012            ! pp.c
49013 ____________________________________________________________________________
49014 [  9572] By: jhi                                   on 2001/04/05  22:14:47
49015         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
49016              From: Robin Houston <robin@kitsite.com>
49017              Date: Thu, 5 Apr 2001 20:56:48 +0100
49018              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
49019      Branch: perl
49020            ! ext/B/B/Deparse.pm
49021 ____________________________________________________________________________
49022 [  9571] By: jhi                                   on 2001/04/05  22:12:53
49023         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
49024              From: Robin Houston <robin@kitsite.com>
49025              Date: Thu, 5 Apr 2001 19:55:51 +0100
49026              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
49027      Branch: perl
49028            ! ext/B/B/Deparse.pm
49029 ____________________________________________________________________________
49030 [  9570] By: jhi                                   on 2001/04/05  22:11:06
49031         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
49032              From: Robin Houston <robin@kitsite.com>
49033              Date: Thu, 5 Apr 2001 20:16:29 +0100
49034              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
49035      Branch: perl
49036            ! ext/B/B/Deparse.pm
49037 ____________________________________________________________________________
49038 [  9569] By: nick                                  on 2001/04/05  21:32:26
49039         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
49040      Branch: perlio
49041            ! pod/perlunicode.pod
49042 ____________________________________________________________________________
49043 [  9568] By: nick                                  on 2001/04/05  19:38:09
49044         Log: Integrate mainline
49045      Branch: perlio
49046           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
49047           !> (integrate 35 files)
49048 ____________________________________________________________________________
49049 [  9567] By: jhi                                   on 2001/04/05  18:31:45
49050         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
49051              From: Robin Houston <robin@kitsite.com>
49052              Date: Thu, 5 Apr 2001 18:03:23 +0100
49053              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
49054      Branch: perl
49055            ! ext/B/B/Deparse.pm
49056 ____________________________________________________________________________
49057 [  9566] By: jhi                                   on 2001/04/05  18:29:35
49058         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
49059              From: Robin Houston <robin@kitsite.com>
49060              Date: Thu, 5 Apr 2001 16:45:18 +0100
49061              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
49062      Branch: perl
49063            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
49064 ____________________________________________________________________________
49065 [  9565] By: jhi                                   on 2001/04/05  18:24:23
49066         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
49067              From: Robin Houston <robin@kitsite.com>
49068              Date: Thu, 5 Apr 2001 14:50:09 +0100
49069              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
49070      Branch: perl
49071            ! ext/B/B/Deparse.pm
49072 ____________________________________________________________________________
49073 [  9564] By: jhi                                   on 2001/04/05  18:23:03
49074         Log: Subject: [PATCH B::*] print control-character vars readably
49075              From: Robin Houston <robin@kitsite.com>
49076              Date: Thu, 5 Apr 2001 14:27:38 +0100
49077              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
49078              
49079              Needs EBCDICification.
49080      Branch: perl
49081            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
49082            ! ext/B/B/Terse.pm
49083 ____________________________________________________________________________
49084 [  9563] By: jhi                                   on 2001/04/05  18:20:32
49085         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
49086              Date: Thu, 5 Apr 2001 13:21:42 -0400
49087              From: Paul Schinder <schinder@pobox.com>
49088              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
49089              
49090              Mac OS X (Darwin) has extra pwent fields.
49091      Branch: perl
49092            ! t/op/pwent.t
49093 ____________________________________________________________________________
49094 [  9562] By: jhi                                   on 2001/04/05  17:57:51
49095         Log: Regen toc.
49096      Branch: perl
49097            ! pod/perltoc.pod
49098 ____________________________________________________________________________
49099 [  9561] By: jhi                                   on 2001/04/05  17:47:33
49100         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
49101      Branch: metaconfig
49102            ! U/Glossary.patch
49103      Branch: metaconfig/U/perl
49104            + d_u32align.U
49105            ! d_cmsghdr_s.U d_msghdr_s.U
49106 ____________________________________________________________________________
49107 [  9560] By: jhi                                   on 2001/04/05  17:47:01
49108         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
49109              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
49110              Introduce probes for struct msghdr, struct cmsghdr,
49111              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
49112              ualarm, usleep, for possible later extension work.
49113      Branch: perl
49114            + t/lib/md5-align.t
49115            ! Configure MANIFEST Porting/Glossary Porting/config.sh
49116            ! Porting/config_H config_h.SH configure.com epoc/config.sh
49117            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
49118            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49119            ! vos/config.ga.h win32/config.bc win32/config.gc
49120            ! win32/config.vc
49121 ____________________________________________________________________________
49122 [  9559] By: jhi                                   on 2001/04/05  13:03:04
49123         Log: Be traditional in your cpp (for the Errno extension).
49124      Branch: perl
49125            ! hints/darwin.sh
49126 ____________________________________________________________________________
49127 [  9558] By: jhi                                   on 2001/04/05  13:00:05
49128         Log: Add $Config{cppflags} to the gcc incantation.
49129      Branch: perl
49130            ! ext/Errno/Errno_pm.PL
49131 ____________________________________________________________________________
49132 [  9557] By: jhi                                   on 2001/04/05  04:22:39
49133         Log: Introduce Sean Burke's Class::ISA 0.32.
49134      Branch: perl
49135            + lib/Class/ISA.pm t/lib/class-isa.t
49136            ! MANIFEST
49137 ____________________________________________________________________________
49138 [  9556] By: jhi                                   on 2001/04/05  04:09:50
49139         Log: Subject: [PATCH AUTHORS] Housekeeping
49140              From: Paul Johnson <paul@pjcj.net> 
49141              Date: Wed, 4 Apr 2001 22:45:47 +0200
49142              Message-ID: <20010404224547.D9548@pjcj.net>
49143      Branch: perl
49144            ! AUTHORS
49145 ____________________________________________________________________________
49146 [  9555] By: jhi                                   on 2001/04/05  04:06:33
49147         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
49148              From: Gisle Aas <gisle@ActiveState.com>
49149              Date: 04 Apr 2001 14:23:04 -0700
49150              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
49151      Branch: perl
49152            ! pod/perlfaq9.pod
49153 ____________________________________________________________________________
49154 [  9554] By: jhi                                   on 2001/04/05  04:05:49
49155         Log: Downgrade also the "Wide character" diagnostic.
49156      Branch: perl
49157            ! pod/perldiag.pod
49158 ____________________________________________________________________________
49159 [  9553] By: jhi                                   on 2001/04/05  04:00:33
49160         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
49161              maintperl into mainline.
49162              
49163              "double" should be "NV"; standard typemap is missing entry
49164              for NV
49165              
49166              s/djSP/dSP/
49167              
49168              Downgrade "Wide character in print" to a warning.
49169              
49170              B::Deparse fix for ${^FOO} and documentation for PVX() method
49171              (from Robin Houston)
49172              
49173              tr/// doesn't null-terminate the result in some situations
49174              (from Gisle Aas)
49175      Branch: perl
49176           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
49177           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
49178           !> t/io/utf8.t t/op/tr.t
49179 ____________________________________________________________________________
49180 [  9552] By: jhi                                   on 2001/04/05  03:52:50
49181         Log: Retract changes #9542 and #9538 (from maintperl, integrated
49182              at #9540), shouldn't be needed because of the perlio changes.
49183      Branch: perl
49184            ! util.c
49185 ____________________________________________________________________________
49186 [  9551] By: gsar                                  on 2001/04/05  00:18:34
49187         Log: tr/// doesn't null-terminate the result in some situations
49188              (from Gisle Aas)
49189      Branch: maint-5.6/perl
49190            ! doop.c t/op/tr.t
49191 ____________________________________________________________________________
49192 [  9550] By: gsar                                  on 2001/04/04  20:04:17
49193         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
49194              (from Robin Houston)
49195      Branch: maint-5.6/perl
49196            ! ext/B/B.pm ext/B/B/Deparse.pm
49197 ____________________________________________________________________________
49198 [  9549] By: nick                                  on 2001/04/04  18:56:15
49199         Log: Downgrade "Wide character in print" to a warning.
49200      Branch: perlio
49201            ! doio.c t/io/utf8.t
49202 ____________________________________________________________________________
49203 [  9548] By: gsar                                  on 2001/04/04  18:51:49
49204         Log: integrate changes#9460,9462,9482,9521,9522
49205              
49206              Subject: PATCH: B::Debug should show LOOP-specific fields
49207              
49208              Subject: B::Deparse precedence bug. (Patch included.)
49209              
49210              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
49211              
49212              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
49213              
49214              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
49215      Branch: maint-5.6/perl
49216           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
49217           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
49218 ____________________________________________________________________________
49219 [  9547] By: gsar                                  on 2001/04/04  18:49:16
49220         Log: s/djSP/dSP/
49221      Branch: maint-5.6/perl
49222            ! ext/Thread/Thread.xs
49223 ____________________________________________________________________________
49224 [  9546] By: nick                                  on 2001/04/04  18:44:00
49225         Log: Integrate mainline.
49226      Branch: perlio
49227           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
49228           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
49229 ____________________________________________________________________________
49230 [  9545] By: gsar                                  on 2001/04/04  18:38:52
49231         Log: integrate change#8837 from mainline
49232              
49233              Subject: [patch] -Wall cleanup round 2
49234      Branch: maint-5.6/perl
49235           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
49236           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
49237           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
49238           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
49239           !> ext/SDBM_File/SDBM_File.xs
49240 ____________________________________________________________________________
49241 [  9544] By: gsar                                  on 2001/04/04  17:49:57
49242         Log: "double" should be "NV"; standard typemap is missing entry
49243              for NV
49244      Branch: maint-5.6/perl
49245            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
49246 ____________________________________________________________________________
49247 [  9543] By: jhi                                   on 2001/04/04  14:13:18
49248         Log: Thou shalt not (just) match for English error messages.
49249      Branch: perl
49250            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
49251            ! os2/OS2/Process/Process.pm
49252 ____________________________________________________________________________
49253 [  9542] By: jhi                                   on 2001/04/04  13:20:39
49254         Log: Make the stdio tricks of fflush_all() to exist only if
49255              stdio is being used.
49256      Branch: perl
49257            ! util.c
49258 ____________________________________________________________________________
49259 [  9541] By: jhi                                   on 2001/04/04  04:20:24
49260         Log: Subject: Re: [PATCH] Lighten up glob
49261              From: Benjamin Sugars <bsugars@canoe.ca>
49262              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
49263              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
49264      Branch: perl
49265            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
49266            ! util.c
49267 ____________________________________________________________________________
49268 [  9540] By: jhi                                   on 2001/04/04  04:03:57
49269         Log: Integrate changes #9538,9539 from maintperl into mainline.
49270              
49271              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
49272              for use with _fwalk() (fix for change#7705)
49273              
49274              another tweak needed for SunOS 4.1.x build (from Mike Guy)
49275              (cp -f is not portable)
49276      Branch: perl
49277           !> Makefile.SH util.c
49278 ____________________________________________________________________________
49279 [  9539] By: gsar                                  on 2001/04/04  03:01:14
49280         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
49281      Branch: maint-5.6/perl
49282            ! Makefile.SH
49283 ____________________________________________________________________________
49284 [  9538] By: gsar                                  on 2001/04/04  01:00:38
49285         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
49286              for use with _fwalk() (fix for change#7705)
49287      Branch: maint-5.6/perl
49288            ! util.c
49289 ____________________________________________________________________________
49290 [  9537] By: nick                                  on 2001/04/03  19:24:55
49291         Log: Integrate mainline
49292      Branch: perlio
49293           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
49294           +> lib/unicode/PropList.html
49295            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
49296           !> (integrate 69 files)
49297 ____________________________________________________________________________
49298 [  9536] By: jhi                                   on 2001/04/03  18:02:31
49299         Log: Integrate change #9533 from maintperl into mainline.
49300              
49301              better fix for change#9517 to accomodate UNC paths like
49302              \\server\share\foo, and paths with trailing backslash
49303              like c:\this\
49304      Branch: perl
49305           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49306 ____________________________________________________________________________
49307 [  9535] By: jhi                                   on 2001/04/03  17:58:07
49308         Log: Change the push/unshift warning to be of class syntax, not misc.
49309      Branch: perl
49310            ! op.c pod/perldiag.pod t/pragma/warn/op
49311 ____________________________________________________________________________
49312 [  9534] By: jhi                                   on 2001/04/03  15:03:46
49313         Log: Change the push/unshift warning (#9532) to talk about "no values"
49314              instead of "no arguments".
49315      Branch: perl
49316            ! op.c pod/perldiag.pod t/pragma/warn/op
49317 ____________________________________________________________________________
49318 [  9533] By: gsar                                  on 2001/04/03  14:30:07
49319         Log: better fix for change#9517 to accomodate UNC paths like
49320              \\server\share\foo, and paths with trailing backslash
49321              like c:\this\
49322      Branch: maint-5.6/perl
49323            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49324 ____________________________________________________________________________
49325 [  9532] By: jhi                                   on 2001/04/03  13:11:46
49326         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
49327              From: Robin Houston <robin@kitsite.com>
49328              Date: Mon, 2 Apr 2001 15:03:29 +0100
49329              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
49330      Branch: perl
49331            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
49332 ____________________________________________________________________________
49333 [  9531] By: jhi                                   on 2001/04/03  13:06:34
49334         Log: Integrate change #9530 from maintperl into mainline.
49335              
49336              accomodate VMS "mailbox overflow" quirk in testsuite (from
49337              Craig Berry)
49338      Branch: perl
49339           !> t/lib/socket.t
49340 ____________________________________________________________________________
49341 [  9530] By: gsar                                  on 2001/04/03  04:56:41
49342         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
49343              Craig Berry)
49344      Branch: maint-5.6/perl
49345            ! t/lib/socket.t
49346 ____________________________________________________________________________
49347 [  9529] By: jhi                                   on 2001/04/03  02:34:34
49348         Log: Update Changes.
49349      Branch: perl
49350            ! Changes patchlevel.h
49351 ____________________________________________________________________________
49352 [  9528] By: jhi                                   on 2001/04/03  01:27:57
49353         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
49354              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
49355              To: perl5-porters@perl.org
49356              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
49357      Branch: perl
49358            ! pod/perlfaq3.pod
49359 ____________________________________________________________________________
49360 [  9527] By: jhi                                   on 2001/04/03  01:22:09
49361         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
49362              From: Peter Prymmer <pvhp@forte.com>
49363              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
49364              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
49365      Branch: perl
49366            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
49367 ____________________________________________________________________________
49368 [  9526] By: jhi                                   on 2001/04/03  01:18:25
49369         Log: The metaconfig unit changes for #9525.
49370      Branch: metaconfig
49371            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
49372      Branch: metaconfig/U/perl
49373            ! use64bits.U
49374 ____________________________________________________________________________
49375 [  9525] By: jhi                                   on 2001/04/03  01:17:30
49376         Log: Configure sanity checks:
49377              * if use64bitall is attempted but pointers are only 32-bit,
49378              'downgrade' to use64bitint
49379              * if use64bitint is attempted but there's no quad type,
49380              forget about use64bitint (well, the default for it is 'n',
49381              the user can still override this)
49382              * if pointers are 64 bits, do not try to use Perl's malloc
49383      Branch: perl
49384            ! Configure
49385 ____________________________________________________________________________
49386 [  9524] By: gsar                                  on 2001/04/03  01:09:12
49387         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
49388      Branch: maint-5.6/perl
49389            ! pp_sys.c
49390 ____________________________________________________________________________
49391 [  9523] By: jhi                                   on 2001/04/03  00:02:31
49392         Log: (Retracted by #9609)
49393              
49394              Make it harder for parallel makes to enter 'test' before
49395              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
49396              should be unhappy enough, but sometimes parallel makes seem
49397              to sneak past both in Tru64 and AIX.)
49398      Branch: perl
49399            ! Makefile.SH
49400 ____________________________________________________________________________
49401 [  9522] By: jhi                                   on 2001/04/02  22:35:31
49402         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
49403              Date: Mon, 2 Apr 2001 22:54:10 +0100
49404              From: Robin Houston <robin@kitsite.com>
49405              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
49406      Branch: perl
49407            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
49408 ____________________________________________________________________________
49409 [  9521] By: jhi                                   on 2001/04/02  22:32:23
49410         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
49411              From: Robin Houston <robin@kitsite.com>
49412              Date: Mon, 2 Apr 2001 20:24:03 +0100
49413              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
49414      Branch: perl
49415            ! ext/B/B/Concise.pm
49416 ____________________________________________________________________________
49417 [  9520] By: jhi                                   on 2001/04/02  22:30:43
49418         Log: Subject: [PATCH] REALLY pedantic hv.h nit
49419              From: Simon Cozens <simon@netthink.co.uk>
49420              Date: Mon, 2 Apr 2001 15:43:06 +0100
49421              Message-ID: <20010402154306.A21711@netthink.co.uk>
49422      Branch: perl
49423            ! hv.h
49424 ____________________________________________________________________________
49425 [  9519] By: jhi                                   on 2001/04/02  22:28:04
49426         Log: Based on
49427              
49428              Subject: [foolperl] EPOC fix
49429              From: Olaf Flebbe <O.Flebbe@science-computing.de>
49430              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
49431              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
49432      Branch: perl
49433            ! pp_sys.c
49434 ____________________________________________________________________________
49435 [  9518] By: jhi                                   on 2001/04/02  22:22:34
49436         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
49437              
49438              README.win32 tweaks; add a note about alternative location for
49439              getting a gcc-2.95.2 that will build perl properly on windows
49440              
49441              add some notes about gutsy threading matters
49442              
49443              many of the utilities interpolate literal paths within doublequotes
49444              (fails on dosish platforms where path contains backslashes)
49445      Branch: perl
49446           !> README.win32 pod/perlguts.pod utils/perldoc.PL
49447           !> x2p/find2perl.PL x2p/s2p.PL
49448 ____________________________________________________________________________
49449 [  9517] By: gsar                                  on 2001/04/02  19:52:21
49450         Log: many of the utilities interpolate literal paths within doublequotes
49451              (fails on dosish platforms where path contains backslashes)
49452      Branch: maint-5.6/perl
49453            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
49454 ____________________________________________________________________________
49455 [  9516] By: gsar                                  on 2001/04/02  05:49:37
49456         Log: a foolish release
49457      Branch: maint-5.6/perl
49458            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
49459            ! pod/perltoc.pod
49460 ____________________________________________________________________________
49461 [  9515] By: gsar                                  on 2001/04/02  05:04:29
49462         Log: add missing changelog summaries
49463      Branch: maint-5.6/perl
49464            ! Changes
49465 ____________________________________________________________________________
49466 [  9514] By: gsar                                  on 2001/04/02  04:07:13
49467         Log: add some notes about gutsy threading matters
49468      Branch: maint-5.6/perl
49469            ! pod/perlguts.pod
49470 ____________________________________________________________________________
49471 [  9513] By: gsar                                  on 2001/04/02  03:25:21
49472         Log: add more prominent caveat notices about experimental features
49473      Branch: maint-5.6/perl
49474            ! pod/perlfork.pod pod/perlunicode.pod
49475 ____________________________________________________________________________
49476 [  9512] By: gsar                                  on 2001/04/02  02:54:33
49477         Log: integrate changes#9479,9509 from mainline
49478              
49479              [PATCH] File::Glob stuff for Mac OS
49480              
49481              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
49482      Branch: maint-5.6/perl
49483           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49484           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
49485           !> t/lib/glob-taint.t
49486 ____________________________________________________________________________
49487 [  9511] By: gsar                                  on 2001/04/02  02:38:24
49488         Log: README.win32 tweaks; add a note about alternative location for
49489              getting a gcc-2.95.2 that will build perl properly on windows
49490      Branch: maint-5.6/perl
49491            ! README.win32
49492 ____________________________________________________________________________
49493 [  9510] By: jhi                                   on 2001/04/01  20:45:10
49494         Log: An ambiguousity warning.
49495      Branch: perl
49496            ! t/lib/trig.t
49497 ____________________________________________________________________________
49498 [  9509] By: jhi                                   on 2001/04/01  19:53:47
49499         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
49500              From: Jonathan Stowe <gellyfish@gellyfish.com>
49501              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
49502              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
49503      Branch: perl
49504            ! ext/File/Glob/bsd_glob.c
49505 ____________________________________________________________________________
49506 [  9508] By: jhi                                   on 2001/04/01  19:35:03
49507         Log: Update Changes.
49508      Branch: perl
49509            ! Changes patchlevel.h
49510 ____________________________________________________________________________
49511 [  9507] By: jhi                                   on 2001/04/01  19:24:01
49512         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
49513              from mainline to maintperl: pod tweaks.
49514      Branch: maint-5.6/perl
49515           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
49516           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
49517           !> pod/perlvar.pod
49518 ____________________________________________________________________________
49519 [  9506] By: jhi                                   on 2001/04/01  19:11:53
49520         Log: Commit Sarathy to April release of 5.6.1 :-)
49521      Branch: perl
49522            ! pod/perlfaq1.pod
49523 ____________________________________________________________________________
49524 [  9505] By: jhi                                   on 2001/04/01  19:03:15
49525         Log: Subject: PATCH 5.6.0 (perldebug.pod)
49526              From: Mark-Jason Dominus <mjd@plover.com>
49527              Date: Sun, 01 Apr 2001 14:25:11 -0400
49528              Message-ID: <20010401182511.9247.qmail@plover.com>
49529      Branch: perl
49530            ! pod/perldebug.pod
49531 ____________________________________________________________________________
49532 [  9504] By: jhi                                   on 2001/04/01  18:43:09
49533         Log: Add great_circle_direction().
49534      Branch: perl
49535            ! lib/Math/Trig.pm t/lib/trig.t
49536 ____________________________________________________________________________
49537 [  9503] By: jhi                                   on 2001/04/01  17:29:12
49538         Log: Unicode ReadMe update for Unicode 3.1.
49539      Branch: perl
49540            ! lib/unicode/ReadMe.txt
49541 ____________________________________________________________________________
49542 [  9502] By: jhi                                   on 2001/04/01  17:18:40
49543         Log: Integrate change #9501 from maintperl into mainline.
49544              
49545              fix the perlembed notes on multiple interpreters
49546              
49547              fix ExtUtils::Embed to work passably on Windows
49548      Branch: perl
49549           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
49550 ____________________________________________________________________________
49551 [  9501] By: gsar                                  on 2001/04/01  07:21:57
49552         Log: fix the perlembed notes on multiple interpreters
49553              
49554              fix ExtUtils::Embed to work passably on Windows
49555      Branch: maint-5.6/perl
49556            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
49557 ____________________________________________________________________________
49558 [  9500] By: jhi                                   on 2001/04/01  05:58:23
49559         Log: Test for #9499.
49560      Branch: perl
49561            ! t/op/tr.t
49562 ____________________________________________________________________________
49563 [  9499] By: jhi                                   on 2001/04/01  05:55:46
49564         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
49565      Branch: perl
49566            ! embed.h embed.pl op.c proto.h
49567 ____________________________________________________________________________
49568 [  9498] By: jhi                                   on 2001/04/01  05:44:34
49569         Log: Protect the workaround hunk more.
49570      Branch: perl
49571            ! toke.c
49572 ____________________________________________________________________________
49573 [  9497] By: jhi                                   on 2001/04/01  00:24:25
49574         Log: Integrate changes #9493,9494,9495,9496 from maintperl
49575              into mainline.
49576              
49577              fix a broken workaround for Borland compiler in change#4739
49578              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
49579              
49580              nits spotted by Borland compiler
49581              
49582              avoid redefinition warnings under Borland 5.02
49583              
49584              various nits identified by the Borland 5.5 compiler; remove suppression
49585              of a few warnings
49586      Branch: perl
49587           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
49588           !> win32/win32.h
49589 ____________________________________________________________________________
49590 [  9496] By: gsar                                  on 2001/03/31  23:22:28
49591         Log: various nits identified by the Borland 5.5 compiler; remove suppression
49592              of a few warnings
49593      Branch: maint-5.6/perl
49594            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
49595 ____________________________________________________________________________
49596 [  9495] By: gsar                                  on 2001/03/31  21:03:08
49597         Log: avoid redefinition warnings under Borland 5.02
49598      Branch: maint-5.6/perl
49599            ! win32/makefile.mk
49600 ____________________________________________________________________________
49601 [  9494] By: gsar                                  on 2001/03/31  20:18:59
49602         Log: nits spotted by Borland compiler
49603      Branch: maint-5.6/perl
49604            ! utf8.h win32/win32.h
49605 ____________________________________________________________________________
49606 [  9493] By: gsar                                  on 2001/03/31  20:18:05
49607         Log: fix a broken workaround for Borland compiler in change#4739
49608              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
49609      Branch: maint-5.6/perl
49610            ! toke.c
49611 ____________________________________________________________________________
49612 [  9492] By: jhi                                   on 2001/03/31  18:36:24
49613         Log: Integrate change #9491 from maintperl into mainline.
49614              
49615              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
49616              directory is relative (need to fetch the full path name *before*
49617              the chdir!)
49618      Branch: perl
49619           !> lib/Cwd.pm
49620 ____________________________________________________________________________
49621 [  9491] By: gsar                                  on 2001/03/31  17:01:56
49622         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
49623              directory is relative (need to fetch the full path name *before*
49624              the chdir!)
49625              
49626              this is a followup patch for change#6749
49627      Branch: maint-5.6/perl
49628            ! lib/Cwd.pm
49629 ____________________________________________________________________________
49630 [  9490] By: jhi                                   on 2001/03/31  15:50:18
49631         Log: Subject: Re: [PATCH] av.h cosmetics
49632              From: Simon Cozens <simon@netthink.co.uk>
49633              Date: Sat, 31 Mar 2001 13:09:59 +0100
49634              Message-ID: <20010331130959.A22000@netthink.co.uk>
49635              
49636              Document AvALLOC.
49637      Branch: perl
49638            ! pod/perlguts.pod
49639 ____________________________________________________________________________
49640 [  9489] By: jhi                                   on 2001/03/31  15:48:44
49641         Log: Subject: [PATCH] Re: Math::Big* v1.21
49642              From: Tels <perl_dummy@bloodgate.com>
49643              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
49644              Message-Id: <200103311125.GAA377738@www08.hway.net>
49645      Branch: perl
49646            ! pod/perlop.pod
49647 ____________________________________________________________________________
49648 [  9488] By: jhi                                   on 2001/03/31  03:39:51
49649         Log: Debug output tweak.
49650      Branch: perl
49651            ! t/lib/cwd.t
49652 ____________________________________________________________________________
49653 [  9487] By: jhi                                   on 2001/03/31  03:33:02
49654         Log: OverVMSification.
49655      Branch: perl
49656            ! t/lib/cwd.t
49657 ____________________________________________________________________________
49658 [  9486] By: jhi                                   on 2001/03/31  03:01:40
49659         Log: Missed MANIFESTations in #9483.
49660      Branch: perl
49661            ! MANIFEST
49662 ____________________________________________________________________________
49663 [  9485] By: jhi                                   on 2001/03/31  02:58:17
49664         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
49665              From: Peter Prymmer <pvhp@forte.com>
49666              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
49667              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
49668      Branch: perl
49669            ! regexec.c t/lib/cwd.t
49670 ____________________________________________________________________________
49671 [  9484] By: jhi                                   on 2001/03/31  01:04:41
49672         Log: Obsolete file (see #3938)
49673      Branch: perl
49674            - lib/unicode/README.Ethiopic
49675            ! MANIFEST
49676 ____________________________________________________________________________
49677 [  9483] By: jhi                                   on 2001/03/31  00:52:42
49678         Log: Update to Unicode 3.1.
49679              (Rename Names.txt to NamesList.txt.)
49680      Branch: perl
49681            + lib/unicode/NamesList.txt lib/unicode/PropList.html
49682            - lib/unicode/Names.txt
49683            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49684            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
49685            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
49686            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
49687            ! lib/unicode/UCD.html lib/unicode/Unicode.html
49688            ! lib/unicode/rename lib/unicode/version
49689 ____________________________________________________________________________
49690 [  9482] By: jhi                                   on 2001/03/30  23:33:44
49691         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
49692              From: Robin Houston <robin@kitsite.com>
49693              Date: Fri, 30 Mar 2001 20:07:22 +0100
49694              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
49695      Branch: perl
49696            ! ext/B/B/Deparse.pm
49697 ____________________________________________________________________________
49698 [  9481] By: jhi                                   on 2001/03/30  23:20:25
49699         Log: Subject: Re: [PATCH] CwdXS, Take 2
49700              From: Benjamin Sugars <bsugars@canoe.ca>
49701              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
49702              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
49703      Branch: perl
49704            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
49705            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
49706 ____________________________________________________________________________
49707 [  9480] By: jhi                                   on 2001/03/30  22:52:38
49708         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
49709              From: David Dyck <dcd@tc.fluke.com>
49710              Date: Fri, 30 Mar 2001 14:44:13 -0800
49711              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
49712              
49713              The t/rantests flags file creation was accidentally
49714              removed by #9217.
49715      Branch: perl
49716            ! Makefile.SH
49717 ____________________________________________________________________________
49718 [  9479] By: jhi                                   on 2001/03/30  22:45:45
49719         Log: Subject: [PATCH] File::Glob stuff for Mac OS
49720              From: Chris Nandor <pudge@pobox.com>
49721              Date: Fri, 30 Mar 2001 16:51:00 -0500
49722              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
49723      Branch: perl
49724            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
49725            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
49726            ! t/lib/glob-taint.t
49727 ____________________________________________________________________________
49728 [  9478] By: jhi                                   on 2001/03/30  22:43:12
49729         Log: Subject: fix for win32/buildext.pl
49730              From: "Vadim Konovalov" <watman@inbox.ru>
49731              Date: Sat, 31 Mar 2001 00:50:36 +0400
49732              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
49733      Branch: perl
49734            ! win32/buildext.pl
49735 ____________________________________________________________________________
49736 [  9477] By: jhi                                   on 2001/03/30  22:41:16
49737         Log: Subject: small base.pm doc patch
49738              From: Leon Brocard <acme@astray.com>
49739              Date: Fri, 30 Mar 2001 21:49:57 +0100
49740              Message-ID: <20010330214957.B8733@ns0.astray.com>
49741      Branch: perl
49742            ! lib/base.pm
49743 ____________________________________________________________________________
49744 [  9476] By: jhi                                   on 2001/03/30  18:16:57
49745         Log: Subject: [PATCH] av.h cosmetics
49746              From: Simon Cozens <simon@netthink.co.uk>
49747              Date: Fri, 30 Mar 2001 18:12:28 +0100
49748              Message-ID: <20010330181228.A9319@netthink.co.uk>
49749      Branch: perl
49750            ! av.h
49751 ____________________________________________________________________________
49752 [  9475] By: jhi                                   on 2001/03/30  18:15:50
49753         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
49754              From: "Philip Newton" <pnewton@gmx.de>
49755              Date: Fri, 30 Mar 2001 19:06:57 +0200
49756              Message-ID: <3AC4D951.14815.1AC7068@localhost>
49757      Branch: perl
49758            ! pod/perlhack.pod
49759 ____________________________________________________________________________
49760 [  9474] By: jhi                                   on 2001/03/30  18:14:02
49761         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
49762              From: Benjamin Sugars <bsugars@canoe.ca>
49763              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
49764              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
49765      Branch: perl
49766            ! t/lib/glob-basic.t
49767 ____________________________________________________________________________
49768 [  9473] By: jhi                                   on 2001/03/30  16:09:24
49769         Log: Update Changes.
49770      Branch: perl
49771            ! Changes patchlevel.h
49772 ____________________________________________________________________________
49773 [  9472] By: jhi                                   on 2001/03/30  15:16:08
49774         Log: Integrate perlio.
49775      Branch: perl
49776           !> t/lib/cwd.t t/lib/glob-basic.t
49777 ____________________________________________________________________________
49778 [  9471] By: nick                                  on 2001/03/30  14:47:10
49779         Log: Should be (^O eq 'MSWin32') not 'Win32'
49780              Fail #12 seems real - chdir is in wrong dir.
49781      Branch: perlio
49782            ! t/lib/cwd.t
49783 ____________________________________________________________________________
49784 [  9470] By: jhi                                   on 2001/03/30  14:41:11
49785         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
49786              From: Radu Greab <radu@netsoft.ro>
49787              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
49788              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
49789              
49790              Replace #9352.
49791      Branch: perl
49792            ! ext/Socket/Socket.xs pp_sys.c
49793 ____________________________________________________________________________
49794 [  9469] By: jhi                                   on 2001/03/30  14:37:51
49795         Log: Subject: PATCH pod/perldiag.pod
49796              From: Robin Houston <robin@kitsite.com>
49797              Date: Fri, 30 Mar 2001 14:10:36 +0100
49798              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
49799      Branch: perl
49800            ! pod/perldiag.pod t/lib/glob-basic.t
49801 ____________________________________________________________________________
49802 [  9468] By: jhi                                   on 2001/03/30  14:36:36
49803         Log: Subject: Better diagnostic in io/fs.t
49804              From: andreas.koenig@anima.de (Andreas J. Koenig)
49805              Date: 30 Mar 2001 10:11:43 +0200
49806              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
49807      Branch: perl
49808            ! t/io/fs.t
49809 ____________________________________________________________________________
49810 [  9467] By: nick                                  on 2001/03/30  14:25:43
49811         Log: Skip order test of glob if case-ignoring system cannot 
49812              create a.test and A.test
49813      Branch: perlio
49814            ! t/lib/glob-basic.t
49815 ____________________________________________________________________________
49816 [  9466] By: nick                                  on 2001/03/30  13:03:12
49817         Log: Integrate mainline.
49818      Branch: perlio
49819            - ext/re/hints/aix.pl
49820           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
49821           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
49822           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
49823           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
49824 ____________________________________________________________________________
49825 [  9465] By: jhi                                   on 2001/03/30  03:53:37
49826         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
49827              the tests sometimes hang, sometimes not.)
49828      Branch: perl
49829            ! t/lib/io_multihomed.t t/lib/io_sock.t
49830 ____________________________________________________________________________
49831 [  9464] By: jhi                                   on 2001/03/30  02:56:04
49832         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
49833              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49834              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
49835              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
49836      Branch: perl
49837            ! op.c
49838 ____________________________________________________________________________
49839 [  9463] By: jhi                                   on 2001/03/30  02:34:48
49840         Log: Test for #9462.
49841      Branch: perl
49842            ! t/lib/b.t
49843 ____________________________________________________________________________
49844 [  9462] By: jhi                                   on 2001/03/30  02:29:37
49845         Log: Subject: B::Deparse precedence bug. (Patch included.)
49846              From: Jeremy Madea <jmadea@inktomi.com>
49847              Date: Thu, 29 Mar 2001 12:05:02 -0800
49848              Message-ID: <20010329120502.A24881@dr.inktomi.com>
49849      Branch: perl
49850            ! ext/B/B/Deparse.pm
49851 ____________________________________________________________________________
49852 [  9461] By: jhi                                   on 2001/03/30  02:18:41
49853         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
49854              From: Peter Prymmer <pvhp@forte.com>
49855              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
49856              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
49857      Branch: perl
49858            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
49859            ! t/lib/md5-file.t
49860 ____________________________________________________________________________
49861 [  9460] By: jhi                                   on 2001/03/30  02:17:07
49862         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
49863              From: Robin Houston <robin@kitsite.com>
49864              Date: Thu, 29 Mar 2001 20:47:56 +0100
49865              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
49866      Branch: perl
49867            ! ext/B/B/Debug.pm
49868 ____________________________________________________________________________
49869 [  9459] By: jhi                                   on 2001/03/30  02:16:05
49870         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
49871              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49872              Date: Wed, 28 Mar 2001 18:02:20 -0600
49873              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
49874      Branch: perl
49875            ! lib/ExtUtils/MM_VMS.pm
49876 ____________________________________________________________________________
49877 [  9458] By: jhi                                   on 2001/03/30  02:07:58
49878         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
49879              From: "Joshua E. Rodd" <jrodd@pbs.org>
49880              Date: Wed, 28 Mar 2001 17:29:12 -0500
49881              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
49882      Branch: perl
49883            ! pod/perlop.pod
49884 ____________________________________________________________________________
49885 [  9457] By: jhi                                   on 2001/03/30  02:04:33
49886         Log: Subject: ext/re/aix.pl can go
49887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49888              Date: Thu, 29 Mar 2001 12:03:28 +0200
49889              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
49890      Branch: perl
49891            - ext/re/hints/aix.pl
49892            ! MANIFEST
49893 ____________________________________________________________________________
49894 [  9456] By: jhi                                   on 2001/03/30  02:03:32
49895         Log: Integrate perlio.
49896      Branch: perl
49897           !> ext/Encode/Encode.xs installperl
49898 ____________________________________________________________________________
49899 [  9455] By: nick                                  on 2001/03/29  21:11:46
49900         Log: DLL name has changed so installperl needs to know
49901              (Why isn't it working it out or passed it?)
49902      Branch: perlio
49903            ! installperl
49904 ____________________________________________________________________________
49905 [  9454] By: nick                                  on 2001/03/29  20:56:12
49906         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
49907              and we don't get undef warnings.
49908      Branch: perlio
49909            ! ext/Encode/Encode.xs
49910 ____________________________________________________________________________
49911 [  9453] By: nick                                  on 2001/03/29  17:58:48
49912         Log: Integrate mainline
49913      Branch: perlio
49914           !> Changes patchlevel.h
49915 ____________________________________________________________________________
49916 [  9452] By: jhi                                   on 2001/03/29  16:44:55
49917         Log: Update Changes.
49918      Branch: perl
49919            ! Changes patchlevel.h
49920 ____________________________________________________________________________
49921 [  9451] By: nick                                  on 2001/03/29  16:31:38
49922         Log: Integrate mainline
49923      Branch: perlio
49924           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
49925           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
49926           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
49927           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
49928           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
49929 ____________________________________________________________________________
49930 [  9450] By: jhi                                   on 2001/03/29  16:29:17
49931         Log: Integrate perlio.
49932      Branch: perl
49933           !> win32/buildext.pl
49934 ____________________________________________________________________________
49935 [  9449] By: jhi                                   on 2001/03/29  15:50:01
49936         Log: Update Changes.
49937      Branch: perl
49938            ! Changes patchlevel.h
49939 ____________________________________________________________________________
49940 [  9448] By: nick                                  on 2001/03/29  15:47:15
49941         Log: Make sure buildext.pl finds Errno.pm
49942      Branch: perlio
49943            ! win32/buildext.pl
49944 ____________________________________________________________________________
49945 [  9447] By: jhi                                   on 2001/03/29  15:39:34
49946         Log: Integrate perlio.
49947      Branch: perl
49948           !> win32/makefile.mk
49949 ____________________________________________________________________________
49950 [  9446] By: nick                                  on 2001/03/29  15:30:03
49951         Log: Integrate win32/makefile.mk with mainline.
49952      Branch: perlio
49953           !> win32/makefile.mk
49954 ____________________________________________________________________________
49955 [  9445] By: nick                                  on 2001/03/29  15:27:32
49956         Log: Fix breakage ... 
49957      Branch: perlio
49958            ! win32/makefile.mk
49959 ____________________________________________________________________________
49960 [  9444] By: jhi                                   on 2001/03/29  15:03:08
49961         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
49962              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49963              Date: Thu, 29 Mar 2001 10:32:59 +0400
49964              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
49965      Branch: perl
49966            ! win32/makefile.mk
49967 ____________________________________________________________________________
49968 [  9443] By: jhi                                   on 2001/03/29  15:02:12
49969         Log: Integrate perlio.
49970      Branch: perl
49971           +> win32/buildext.pl
49972           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
49973           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
49974 ____________________________________________________________________________
49975 [  9442] By: nick                                  on 2001/03/29  14:59:11
49976         Log: Work in progress - determine win32 extensions to build via script.
49977      Branch: perlio
49978            + win32/buildext.pl
49979            ! MANIFEST win32/makefile.mk
49980 ____________________________________________________________________________
49981 [  9441] By: jhi                                   on 2001/03/29  14:51:47
49982         Log: Reintroduce the use of external pwd.
49983      Branch: perl
49984            ! t/lib/cwd.t
49985 ____________________________________________________________________________
49986 [  9440] By: jhi                                   on 2001/03/29  14:42:58
49987         Log: use warnings instead of -w.
49988      Branch: perl
49989            ! utils/h2xs.PL
49990 ____________________________________________________________________________
49991 [  9439] By: jhi                                   on 2001/03/29  14:41:52
49992         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
49993              From: Jonathan Stowe <gellyfish@gellyfish.com>
49994              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
49995              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
49996      Branch: perl
49997            ! utils/h2xs.PL
49998 ____________________________________________________________________________
49999 [  9438] By: jhi                                   on 2001/03/29  14:39:38
50000         Log: Subject: [PATCH perl@9424] minor pod nits
50001              From: Robin Barker <rmb1@cise.npl.co.uk>
50002              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
50003              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
50004      Branch: perl
50005            ! pod/perlhack.pod pod/perliol.pod
50006 ____________________________________________________________________________
50007 [  9437] By: jhi                                   on 2001/03/29  14:29:16
50008         Log: Subject: [PATCH perl@9424] typemap cast warning
50009              From: Robin Barker <rmb1@cise.npl.co.uk>
50010              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
50011              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
50012      Branch: perl
50013            ! lib/ExtUtils/typemap
50014 ____________________________________________________________________________
50015 [  9436] By: jhi                                   on 2001/03/29  14:26:03
50016         Log: Subject: [PATCH perl@9424] printf warning
50017              From: Robin Barker <rmb1@cise.npl.co.uk>
50018              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
50019              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
50020      Branch: perl
50021            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
50022            ! ext/Storable/Storable.xs toke.c
50023 ____________________________________________________________________________
50024 [  9435] By: nick                                  on 2001/03/29  14:23:31
50025         Log: Win32 has name conflict with ERROR
50026      Branch: perlio
50027            ! ext/PerlIO/Via/Via.xs
50028 ____________________________________________________________________________
50029 [  9434] By: jhi                                   on 2001/03/29  14:17:48
50030         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
50031              From: Peter Prymmer <pvhp@forte.com>
50032              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
50033              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
50034      Branch: perl
50035            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
50036 ____________________________________________________________________________
50037 [  9433] By: jhi                                   on 2001/03/29  13:52:44
50038         Log: test-prep target was missing.
50039      Branch: perl
50040            ! Makefile.SH
50041 ____________________________________________________________________________
50042 [  9432] By: nick                                  on 2001/03/29  12:40:03
50043         Log: Make as-shipped compiler default to MSVC6 
50044      Branch: perlio
50045            ! win32/makefile.mk
50046 ____________________________________________________________________________
50047 [  9431] By: nick                                  on 2001/03/29  12:12:16
50048         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
50049              akin to PerlIO::Scalar.
50050      Branch: perlio
50051            ! perlio.c perlio.h
50052 ____________________________________________________________________________
50053 [  9430] By: nick                                  on 2001/03/29  10:56:35
50054         Log: Integrate mainline.
50055      Branch: perlio
50056           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
50057           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
50058           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
50059           !> win32/makefile.mk win32/win32sck.c
50060 ____________________________________________________________________________
50061 [  9429] By: nick                                  on 2001/03/29  09:03:43
50062         Log: Noticed that two tests were skipped as perlio:: package
50063              isn't there any more. Changed the skip condition.
50064              Avoid core-dump if sv_utf8_upgrade() called on something
50065              that does not become SvPOK after SvPV() (e.g. a ref).
50066      Branch: perlio
50067            ! sv.c t/io/utf8.t t/lib/io_scalar.t
50068 ____________________________________________________________________________
50069 [  9428] By: jhi                                   on 2001/03/29  01:31:47
50070         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
50071              From: Benjamin Sugars <bsugars@canoe.ca> 
50072              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
50073              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
50074      Branch: perl
50075            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
50076            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
50077            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
50078 ____________________________________________________________________________
50079 [  9427] By: jhi                                   on 2001/03/29  00:49:30
50080         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
50081              From: "Vadim Konovalov" <watman@inbox.ru>
50082              Date: Thu, 29 Mar 2001 01:50:12 +0400
50083              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
50084      Branch: perl
50085            ! win32/makefile.mk win32/win32sck.c
50086 ____________________________________________________________________________
50087 [  9426] By: gsar                                  on 2001/03/29  00:28:04
50088         Log: dmake can only handle == and != in comparisons; support building
50089              with Borland's VCL libraries (from Vadim Konovalov)
50090      Branch: maint-5.6/perl
50091            ! win32/makefile.mk
50092 ____________________________________________________________________________
50093 [  9425] By: nick                                  on 2001/03/28  19:29:56
50094         Log: Integrate (@snapshot)
50095      Branch: perlio
50096           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
50097 ____________________________________________________________________________
50098 [  9424] By: jhi                                   on 2001/03/28  19:03:16
50099         Log: Update Changes.
50100      Branch: perl
50101            ! Changes patchlevel.h
50102 ____________________________________________________________________________
50103 [  9423] By: jhi                                   on 2001/03/28  18:52:09
50104         Log: Rmdir lib/XS on cleanup.
50105      Branch: perl
50106            ! Makefile.SH
50107 ____________________________________________________________________________
50108 [  9422] By: jhi                                   on 2001/03/28  18:49:34
50109         Log: Integrate perlio.
50110      Branch: perl
50111           !> t/op/utf8decode.t
50112 ____________________________________________________________________________
50113 [  9421] By: nick                                  on 2001/03/28  18:46:44
50114         Log: Loose duplicate chunk.
50115      Branch: perlio
50116            ! t/op/utf8decode.t
50117 ____________________________________________________________________________
50118 [  9420] By: nick                                  on 2001/03/28  18:44:11
50119         Log: Integrate mainline.
50120      Branch: perlio
50121           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
50122           !> vms/vmsish.h
50123 ____________________________________________________________________________
50124 [  9419] By: jhi                                   on 2001/03/28  18:42:05
50125         Log: Can't trust external pwds
50126              (either shell builtins or external programs)
50127      Branch: perl
50128            ! t/lib/cwd.t
50129 ____________________________________________________________________________
50130 [  9418] By: jhi                                   on 2001/03/28  18:34:05
50131         Log: Integrate perlio.
50132      Branch: perl
50133            - lib/perlio.pm
50134           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
50135           !> t/op/utf8decode.t
50136 ____________________________________________________________________________
50137 [  9417] By: nick                                  on 2001/03/28  18:24:02
50138         Log: PerlIO.pm / perlio.pm conflict.
50139              Update some pods.
50140              Make t/op/utf8decode.t a text file.
50141      Branch: perlio
50142            - lib/perlio.pm
50143            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
50144            ! t/op/utf8decode.t
50145 ____________________________________________________________________________
50146 [  9416] By: jhi                                   on 2001/03/28  18:06:07
50147         Log: Integrate change #9409 from mainline to maintperl.
50148              
50149              Yet another tweak on AIX dynaloading.
50150      Branch: maint-5.6/perl
50151           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50152 ____________________________________________________________________________
50153 [  9415] By: gsar                                  on 2001/03/28  17:13:01
50154         Log: integrate changes#9377,9385,9401 from mainline
50155              
50156              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
50157              
50158              If directory entries compare equal case-insensitively,
50159              retry case-sensitively.
50160              
50161              Subject: [PATCH] B::Terse and warnings
50162      Branch: maint-5.6/perl
50163           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
50164           !> t/pragma/warn/perl
50165 ____________________________________________________________________________
50166 [  9414] By: jhi                                   on 2001/03/28  17:11:12
50167         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
50168              From: "Craig A. Berry" <craigberry@mac.com>
50169              Date: Wed, 28 Mar 2001 10:55:20 -0600
50170              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
50171      Branch: perl
50172            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
50173 ____________________________________________________________________________
50174 [  9413] By: jhi                                   on 2001/03/28  17:03:12
50175         Log: Dup hunk.
50176      Branch: perl
50177            ! t/op/utf8decode.t
50178 ____________________________________________________________________________
50179 [  9412] By: jhi                                   on 2001/03/28  17:02:36
50180         Log: Forced integrate from perlio.
50181      Branch: perl
50182           !> t/op/utf8decode.t
50183 ____________________________________________________________________________
50184 [  9411] By: nick                                  on 2001/03/28  16:50:03
50185         Log: Integrate mainline.
50186      Branch: perlio
50187           +> t/lib/cwd.t
50188           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50189           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
50190           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
50191           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
50192           !> t/pragma/warn/perl
50193 ____________________________________________________________________________
50194 [  9410] By: jhi                                   on 2001/03/28  16:44:23
50195         Log: Subject: Re: [PATCH] 9403 cannot be tested
50196              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50197              Date: Wed, 28 Mar 2001 18:33:56 +0200
50198              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
50199      Branch: perl
50200            ! makedef.pl
50201 ____________________________________________________________________________
50202 [  9409] By: jhi                                   on 2001/03/28  16:12:45
50203         Log: Yet another tweak on AIX dynaloading.
50204      Branch: perl
50205            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
50206 ____________________________________________________________________________
50207 [  9408] By: jhi                                   on 2001/03/28  15:52:55
50208         Log: Subject: [PATCH] 9403 cannot be tested
50209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50210              Date: Wed, 28 Mar 2001 17:23:00 +0200
50211              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
50212              
50213              A missing symbol.
50214      Branch: perl
50215            ! makedef.pl
50216 ____________________________________________________________________________
50217 [  9407] By: jhi                                   on 2001/03/28  15:47:43
50218         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
50219      Branch: perl
50220            ! t/op/utf8decode.t
50221           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
50222           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
50223 ____________________________________________________________________________
50224 [  9406] By: jhi                                   on 2001/03/28  15:37:08
50225         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
50226              From: Benjamin Sugars <bsugars@canoe.ca> 
50227              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
50228              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
50229      Branch: perl
50230            + t/lib/cwd.t
50231            ! MANIFEST
50232 ____________________________________________________________________________
50233 [  9405] By: jhi                                   on 2001/03/28  15:13:18
50234         Log: pp_ne() needs a CORRECT boolean.
50235      Branch: perl
50236            ! pp.c
50237 ____________________________________________________________________________
50238 [  9404] By: jhi                                   on 2001/03/28  15:09:23
50239         Log: pp_ne() needs a boolean, not an integer.
50240      Branch: perl
50241            ! pp.c
50242 ____________________________________________________________________________
50243 [  9403] By: jhi                                   on 2001/03/28  14:47:43
50244         Log: (Retracted by #9404.)
50245      Branch: perl
50246            ! pp.c
50247 ____________________________________________________________________________
50248 [  9402] By: jhi                                   on 2001/03/28  14:43:59
50249         Log: Subject: Re: [PATCH] Typemap testing
50250              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
50251              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
50252              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
50253      Branch: perl
50254            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50255            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
50256 ____________________________________________________________________________
50257 [  9401] By: jhi                                   on 2001/03/28  14:42:14
50258         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
50259              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
50260              Date: Sun, 25 Mar 2001 21:59:15 +0100
50261              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
50262              
50263              A variable will be checked for the "use once" warnings if:
50264              
50265              1. It is in the scope of a use warnings 'once'
50266              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
50267              
50268              Otherwise it won't be checked at all.
50269              
50270              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
50271              
50272              The enclosed patch partially fixes this issue. What I didn't
50273              get to work was the case where the "used once" warning is enabled
50274              in any file other than the main file.
50275      Branch: perl
50276            ! gv.c t/pragma/warn/perl
50277 ____________________________________________________________________________
50278 [  9400] By: nick                                  on 2001/03/28  14:38:24
50279         Log: More EBCDIC tweaks:
50280              - one more swash issue &~(0xA0-1) did not do the right thing,
50281              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
50282              - add "use re 'asciirange'" to make [!-~] etc. work
50283              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
50284              - Choose a key for t/op/each.t test which gets encoded.
50285              - Skip utf8decode if this is UTF-EBCDIC.
50286      Branch: perlio
50287            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
50288            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
50289 ____________________________________________________________________________
50290 [  9399] By: jhi                                   on 2001/03/28  14:21:00
50291         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
50292              Andreas Schwab.
50293      Branch: perl
50294            ! pp.c
50295 ____________________________________________________________________________
50296 [  9398] By: jhi                                   on 2001/03/28  00:55:56
50297         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
50298              From: David Dyck <dcd@tc.fluke.com>
50299              Date: Tue, 27 Mar 2001 15:16:24 -0800
50300              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
50301      Branch: perl
50302            ! ext/IO/lib/IO/Socket.pm
50303 ____________________________________________________________________________
50304 [  9397] By: jhi                                   on 2001/03/27  21:52:49
50305         Log: Integrate perlio.
50306      Branch: perl
50307           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
50308           +> ext/PerlIO/Via/Via.xs
50309           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
50310 ____________________________________________________________________________
50311 [  9396] By: nick                                  on 2001/03/27  21:45:13
50312         Log: Integrate mainline.
50313      Branch: perlio
50314           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
50315           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
50316 ____________________________________________________________________________
50317 [  9395] By: nick                                  on 2001/03/27  21:18:58
50318         Log: Outline docs for PerlIO and PerlIO::Scalar
50319      Branch: perlio
50320            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
50321 ____________________________________________________________________________
50322 [  9394] By: nick                                  on 2001/03/27  20:50:13
50323         Log: PerlIO::Via layer (alpha-ish).
50324      Branch: perlio
50325            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
50326            + ext/PerlIO/Via/Via.xs
50327            ! MANIFEST
50328 ____________________________________________________________________________
50329 [  9393] By: jhi                                   on 2001/03/27  20:49:55
50330         Log: Retract #9329 now that 9390 should take care of the matter.
50331      Branch: perl
50332            ! utils/h2xs.PL
50333 ____________________________________________________________________________
50334 [  9390] By: jhi                                   on 2001/03/27  20:47:50
50335         Log: Subject: Autoloading Errno.pm when %! is encountered
50336              From: Robin Houston <robin@kitsite.com>
50337              Date: Tue, 27 Mar 2001 20:57:11 +0100
50338              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
50339      Branch: perl
50340            ! embed.h embed.pl gv.c proto.h t/op/magic.t
50341 ____________________________________________________________________________
50342 [  9389] By: jhi                                   on 2001/03/27  20:24:31
50343         Log: Integrate perlio.
50344      Branch: perl
50345           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
50346           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
50347           !> utf8.c
50348 ____________________________________________________________________________
50349 [  9388] By: jhi                                   on 2001/03/27  20:21:38
50350         Log: Better have a three-element array if one is going to assign
50351              to the third element of that array. (from Tim Jenness)
50352      Branch: perl
50353            ! ext/XS/Typemap/Typemap.xs
50354 ____________________________________________________________________________
50355 [  9387] By: nick                                  on 2001/03/27  20:15:43
50356         Log: Integrate mainline.
50357      Branch: perlio
50358           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
50359           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50360           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
50361           +> t/lib/xs-typemap.t
50362           !> (integrate 34 files)
50363 ____________________________________________________________________________
50364 [  9386] By: jhi                                   on 2001/03/27  20:04:18
50365         Log: Subject: Re: perl@9359 breaks HTML::Parser
50366              From: Gisle Aas <gisle@ActiveState.com>
50367              Date: 27 Mar 2001 11:30:24 -0800
50368              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
50369              
50370              Clarify the UTF-8 issues of the API docs.
50371              (Slightly reworded and expanded.)
50372      Branch: perl
50373            ! pod/perlapi.pod sv.c sv.h
50374 ____________________________________________________________________________
50375 [  9385] By: jhi                                   on 2001/03/27  19:44:25
50376         Log: If directory entries compare equal case-insensitively,
50377              retry case-sensitively.
50378      Branch: perl
50379            ! ext/File/Glob/bsd_glob.c
50380 ____________________________________________________________________________
50381 [  9384] By: nick                                  on 2001/03/27  19:38:50
50382         Log: Various EBCDIC fixes:
50383              - major revelation that swash code is encoding aware,
50384              (or thought it was) - now it is ;-)
50385              - With that out of the way fix a slab of tr/// cases.
50386              - Fix Encode 'Unicode' to be true Unicode so tests pass.
50387              - As anticipated Base64.xs needed tweaks.
50388              - Until tr/// works right avoid old_encode64 in MIME tests.
50389      Branch: perlio
50390            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
50391            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
50392 ____________________________________________________________________________
50393 [  9383] By: jhi                                   on 2001/03/27  18:34:41
50394         Log: Add the std test suite BEGIN block.
50395      Branch: perl
50396            ! t/lib/xs-typemap.t
50397 ____________________________________________________________________________
50398 [  9382] By: jhi                                   on 2001/03/27  15:16:07
50399         Log: Add debugging output to the test.
50400      Branch: perl
50401            ! t/lib/glob-basic.t
50402 ____________________________________________________________________________
50403 [  9381] By: jhi                                   on 2001/03/27  15:08:10
50404         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
50405      Branch: perl
50406            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
50407            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50408            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
50409            + t/lib/xs-typemap.t
50410            ! MANIFEST
50411 ____________________________________________________________________________
50412 [  9380] By: jhi                                   on 2001/03/27  14:48:34
50413         Log: Subject: [PATCH] Typemap testing
50414              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
50415              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
50416              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
50417              
50418              (The first part of the patch.)
50419      Branch: perl
50420            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
50421 ____________________________________________________________________________
50422 [  9379] By: jhi                                   on 2001/03/27  14:44:56
50423         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
50424              From: Benjamin Sugars <bsugars@canoe.ca> 
50425              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
50426              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
50427      Branch: perl
50428            ! t/lib/glob-basic.t
50429 ____________________________________________________________________________
50430 [  9378] By: jhi                                   on 2001/03/27  14:42:30
50431         Log: Subject: [PATCH] perlvar nit
50432              From: Simon Cozens <simon@netthink.co.uk>
50433              Date: Tue, 27 Mar 2001 01:12:01 +0100
50434              Message-ID: <20010327011201.A19179@netthink.co.uk>
50435      Branch: perl
50436            ! pod/perlvar.pod
50437 ____________________________________________________________________________
50438 [  9377] By: jhi                                   on 2001/03/27  14:36:26
50439         Log: Subject: [PATCH] B::Terse and warnings
50440              From: Benjamin Sugars <ben.sugars@home.com>
50441              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
50442              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
50443      Branch: perl
50444            ! ext/B/B.pm ext/B/B/Terse.pm
50445 ____________________________________________________________________________
50446 [  9376] By: jhi                                   on 2001/03/27  14:31:31
50447         Log: Document sockatmark() some.
50448      Branch: perl
50449            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
50450            ! pod/perltoc.pod
50451 ____________________________________________________________________________
50452 [  9375] By: jhi                                   on 2001/03/27  14:00:24
50453         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
50454              noted by Gisle and fixed by NI-S.
50455      Branch: perl
50456            ! sv.c
50457 ____________________________________________________________________________
50458 [  9374] By: jhi                                   on 2001/03/27  05:50:01
50459         Log: Regen toc.
50460      Branch: perl
50461            ! pod/perltoc.pod
50462 ____________________________________________________________________________
50463 [  9373] By: jhi                                   on 2001/03/27  05:43:51
50464         Log: Pixie documenting.
50465      Branch: perl
50466            ! Makefile.SH pod/perlhack.pod
50467 ____________________________________________________________________________
50468 [  9372] By: jhi                                   on 2001/03/27  05:29:34
50469         Log: Metaconfig unit changes for #9371.
50470      Branch: metaconfig
50471            ! U/modified/myhostname.U
50472      Branch: metaconfig/U/perl
50473            + d_sockatmark.U
50474            ! gccvers.U
50475 ____________________________________________________________________________
50476 [  9371] By: jhi                                   on 2001/03/27  05:29:07
50477         Log: Add sockatmark() probing.
50478      Branch: perl
50479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50480            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50481            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50482            ! vos/config.ga.h win32/config.bc win32/config.gc
50483            ! win32/config.vc
50484 ____________________________________________________________________________
50485 [  9370] By: jhi                                   on 2001/03/26  22:01:18
50486         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
50487              Really need to benchmark this.
50488      Branch: perl
50489            ! pp.c
50490 ____________________________________________________________________________
50491 [  9369] By: nick                                  on 2001/03/26  21:59:30
50492         Log: Integrate mainline.
50493      Branch: perlio
50494            ! ext/MIME/Base64/QuotedPrint.pm
50495           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
50496           !> patchlevel.h pod/perlhack.pod pp_sys.c
50497 ____________________________________________________________________________
50498 [  9368] By: jhi                                   on 2001/03/26  21:47:03
50499         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
50500              
50501              TODO1: perlbench.
50502              TODO2: le, lt, ge, gt?  Yech.
50503      Branch: perl
50504            ! pp.c
50505 ____________________________________________________________________________
50506 [  9367] By: jhi                                   on 2001/03/26  21:34:57
50507         Log: Too much cut-and-paste in #9363.
50508      Branch: perl
50509            ! pp_sys.c
50510 ____________________________________________________________________________
50511 [  9366] By: jhi                                   on 2001/03/26  21:20:53
50512         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
50513              From: Andreas Schwab <schwab@suse.de>
50514              Date: 26 Mar 2001 17:29:04 +0200
50515              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
50516              
50517              (The patch for 5.6.0 or so, this is a guess for bleadperl)
50518      Branch: perl
50519            ! pp_hot.c
50520 ____________________________________________________________________________
50521 [  9365] By: jhi                                   on 2001/03/26  21:07:54
50522         Log: Integrate perlio.
50523      Branch: perl
50524           !> perlio.c
50525 ____________________________________________________________________________
50526 [  9364] By: nick                                  on 2001/03/26  20:30:48
50527         Log: REFCNT botch in layer name cache hash.
50528      Branch: perlio
50529            ! perlio.c
50530 ____________________________________________________________________________
50531 [  9363] By: jhi                                   on 2001/03/26  18:44:32
50532         Log: Subject: [PATCH] socket() leaks file descriptors
50533              From: Benjamin Sugars <bsugars@canoe.ca>
50534              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
50535              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
50536              
50537              Also sockpair() fixed similarly.
50538      Branch: perl
50539            ! pp_sys.c
50540 ____________________________________________________________________________
50541 [  9362] By: jhi                                   on 2001/03/26  18:37:52
50542         Log: Integrate perlio.
50543      Branch: perl
50544           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
50545 ____________________________________________________________________________
50546 [  9361] By: nick                                  on 2001/03/26  17:32:06
50547         Log: Implement flush of linebuffered streams on read of a tty.
50548      Branch: perlio
50549            ! perlio.c perliol.h
50550 ____________________________________________________________________________
50551 [  9360] By: nick                                  on 2001/03/26  17:12:32
50552         Log: Memory tweaks and notes for OEMVS.
50553      Branch: perlio
50554            ! README.os390 miniperlmain.c t/op/pat.t
50555 ____________________________________________________________________________
50556 [  9359] By: jhi                                   on 2001/03/26  02:12:54
50557         Log: Update Changes.
50558      Branch: perl
50559            ! Changes patchlevel.h
50560 ____________________________________________________________________________
50561 [  9358] By: jhi                                   on 2001/03/26  02:05:32
50562         Log: Document the most common pixie options.
50563      Branch: perl
50564            ! pod/perlhack.pod
50565 ____________________________________________________________________________
50566 [  9357] By: jhi                                   on 2001/03/26  01:25:28
50567         Log: For perl.pixie check *before* compiling that optimize is -g,
50568              as for perl.third.
50569      Branch: perl
50570            ! Makefile.SH
50571 ____________________________________________________________________________
50572 [  9356] By: jhi                                   on 2001/03/26  01:13:41
50573         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
50574      Branch: perl
50575            ! Makefile.SH
50576 ____________________________________________________________________________
50577 [  9355] By: jhi                                   on 2001/03/26  01:11:19
50578         Log: Remove t/perl.third.
50579      Branch: perl
50580            ! Makefile.SH
50581 ____________________________________________________________________________
50582 [  9354] By: jhi                                   on 2001/03/26  00:23:38
50583         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
50584              IO::Sockatmark().
50585      Branch: perl
50586            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
50587 ____________________________________________________________________________
50588 [  9353] By: jhi                                   on 2001/03/25  22:25:04
50589         Log: Integrate perlio.
50590      Branch: perl
50591           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
50592           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
50593           !> pp_hot.c win32/makefile.mk
50594 ____________________________________________________________________________
50595 [  9352] By: jhi                                   on 2001/03/25  22:21:41
50596         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
50597              From: Radu Greab <radu@netsoft.ro>
50598              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
50599              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
50600      Branch: perl
50601            ! pp_sys.c
50602 ____________________________________________________________________________
50603 [  9351] By: nick                                  on 2001/03/25  22:15:02
50604         Log: Fix readline in list mode to tell rest of world that it has
50605              things on the stack. Otherwise if perl code gets invoked
50606              underneath it it scribbles over results-so-far.
50607              (Why TIEHANDLE has not tripped on this is a mystery.)
50608      Branch: perlio
50609            ! pp_hot.c
50610 ____________________________________________________________________________
50611 [  9350] By: nick                                  on 2001/03/25  22:10:13
50612         Log: win32/makefile.mk typos
50613      Branch: perlio
50614            ! win32/makefile.mk
50615 ____________________________________________________________________________
50616 [  9349] By: nick                                  on 2001/03/25  21:31:14
50617         Log: Integrate now-non-binary file.
50618      Branch: perlio
50619           !> t/lib/mimeqp.t
50620 ____________________________________________________________________________
50621 [  9348] By: nick                                  on 2001/03/25  21:27:24
50622         Log: Make it text
50623      Branch: perlio
50624            ! t/lib/mimeqp.t
50625 ____________________________________________________________________________
50626 [  9347] By: nick                                  on 2001/03/25  21:25:37
50627         Log: Integrate mainline.
50628      Branch: perlio
50629           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
50630           !> lib/Term/ReadLine.pm t/lib/md5-file.t
50631 ____________________________________________________________________________
50632 [  9346] By: nick                                  on 2001/03/25  20:58:15
50633         Log: Add destruct time hook to PerlIO (for work-in-process implementing
50634              layers in perl code. In such cases layers need to be popped before
50635              we loose the ability to run perl code.)
50636              Also back-out "PerlIO::object" hook - it isn't going to work like that...
50637      Branch: perlio
50638            ! perl.c perlio.c perlio.h perliol.h
50639 ____________________________________________________________________________
50640 [  9345] By: nick                                  on 2001/03/25  20:49:11
50641         Log: Avoid at leasy one of undefined warnings in Encode.
50642      Branch: perlio
50643            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
50644 ____________________________________________________________________________
50645 [  9344] By: jhi                                   on 2001/03/25  20:37:43
50646         Log: A workaround for using Term::ReadLine in emacs minibuffer
50647              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
50648              additional tweaks from Ilya Zakharevich.
50649      Branch: perl
50650            ! lib/Term/ReadLine.pm
50651 ____________________________________________________________________________
50652 [  9343] By: nick                                  on 2001/03/25  20:21:14
50653         Log: Missing return value.
50654      Branch: perlio
50655            ! ext/PerlIO/Scalar/Scalar.xs
50656 ____________________________________________________________________________
50657 [  9342] By: jhi                                   on 2001/03/25  16:21:00
50658         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
50659              to equal the CPAN versions since no code changes have been made.
50660      Branch: perl
50661            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
50662            ! t/lib/md5-file.t
50663 ____________________________________________________________________________
50664 [  9341] By: jhi                                   on 2001/03/25  16:01:48
50665         Log: Escape 8-bit characters.
50666      Branch: perl
50667            ! t/lib/mimeqp.t
50668 ____________________________________________________________________________
50669 [  9340] By: gsar                                  on 2001/03/25  15:50:53
50670         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
50671              chars)
50672      Branch: perl
50673            + t/lib/mimeqp.t
50674 ____________________________________________________________________________
50675 [  9339] By: gsar                                  on 2001/03/25  15:48:50
50676         Log: delete mimeqp.t for later add with text mode set
50677      Branch: perl
50678            - t/lib/mimeqp.t
50679 ____________________________________________________________________________
50680 [  9338] By: nick                                  on 2001/03/25  09:01:57
50681         Log: Integrate mainline.
50682      Branch: perlio
50683           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50684           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
50685           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
50686           +> t/lib/mimeb64u.t t/lib/mimeqp.t
50687           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
50688           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
50689           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
50690 ____________________________________________________________________________
50691 [  9337] By: jhi                                   on 2001/03/25  04:23:24
50692         Log: Add MIME::Base64 here and there.  Again, a lot of
50693              optimism is in the air.
50694      Branch: perl
50695            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
50696            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
50697 ____________________________________________________________________________
50698 [  9336] By: jhi                                   on 2001/03/25  04:12:43
50699         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
50700              this by ear as I do not do Win32 programming.)
50701      Branch: perl
50702            ! win32/Makefile win32/makefile.mk
50703 ____________________________________________________________________________
50704 [  9335] By: jhi                                   on 2001/03/25  04:03:50
50705         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
50706      Branch: perl
50707            ! t/lib/md5-file.t
50708 ____________________________________________________________________________
50709 [  9334] By: jhi                                   on 2001/03/25  03:58:53
50710         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
50711      Branch: perl
50712            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50713            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
50714            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
50715            + t/lib/mimeb64u.t t/lib/mimeqp.t
50716            ! MANIFEST
50717 ____________________________________________________________________________
50718 [  9333] By: jhi                                   on 2001/03/24  20:14:37
50719         Log: Integrate perlio.
50720      Branch: perl
50721           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
50722 ____________________________________________________________________________
50723 [  9332] By: nick                                  on 2001/03/24  19:40:34
50724         Log: Fix un-init variable leading to spurious "Out of Memory!"
50725      Branch: perlio
50726            ! doio.c
50727 ____________________________________________________________________________
50728 [  9331] By: nick                                  on 2001/03/24  19:09:59
50729         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
50730              and update layers internals doc.
50731      Branch: perlio
50732            ! pod/perlfunc.pod pod/perliol.pod
50733 ____________________________________________________________________________
50734 [  9330] By: jhi                                   on 2001/03/24  18:42:11
50735         Log: The length might be uninitialized garbage if the *svp is the undef.
50736      Branch: perl
50737            ! doio.c
50738 ____________________________________________________________________________
50739 [  9329] By: jhi                                   on 2001/03/24  18:26:57
50740         Log: (Retracted by #9393)
50741              
50742              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
50743              From: Simon Cozens <simon@netthink.co.uk>
50744              Date: Sat, 24 Mar 2001 17:13:17 +0000
50745              Message-ID: <20010324171317.A13406@netthink.co.uk>
50746      Branch: perl
50747            ! utils/h2xs.PL
50748 ____________________________________________________________________________
50749 [  9328] By: nick                                  on 2001/03/24  17:22:02
50750         Log: Integrate mainline.
50751      Branch: perlio
50752           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
50753           !> lib/unicode/version
50754 ____________________________________________________________________________
50755 [  9327] By: nick                                  on 2001/03/24  17:16:02
50756         Log: Integrate mainline.
50757      Branch: perlio
50758           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50759           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
50760           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
50761           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
50762           +> t/lib/md5-file.t
50763           !> MANIFEST Makefile.SH configure.com djgpp/config.over
50764           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
50765           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
50766           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
50767           !> win32/makefile.mk
50768 ____________________________________________________________________________
50769 [  9326] By: jhi                                   on 2001/03/24  17:00:42
50770         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
50771      Branch: perl
50772            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
50773            ! lib/unicode/version
50774 ____________________________________________________________________________
50775 [  9325] By: jhi                                   on 2001/03/24  16:22:33
50776         Log: Subject: Re: B::Deparse bug (5.6.0)
50777              From: Robin Houston <robin@kitsite.com>
50778              Date: Sat, 24 Mar 2001 14:33:09 +0000
50779              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
50780      Branch: perl
50781            ! op.c pp.c t/lib/b.t t/op/repeat.t
50782 ____________________________________________________________________________
50783 [  9324] By: jhi                                   on 2001/03/24  16:21:56
50784         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
50785              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
50786              these additions may be too optimistic.
50787      Branch: perl
50788            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
50789            ! hints/uwin.sh hints/vmesa.sh
50790 ____________________________________________________________________________
50791 [  9323] By: jhi                                   on 2001/03/24  16:06:01
50792         Log: Integrate perlio.
50793      Branch: perl
50794           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
50795           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50796            ! Makefile.SH
50797           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
50798           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
50799           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
50800           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
50801           !> win32/makefile.mk win32/perlhost.h win32/win32.c
50802           !> win32/win32iop.h
50803 ____________________________________________________________________________
50804 [  9322] By: nick                                  on 2001/03/24  14:39:12
50805         Log: Routine Win32 regen_config_h - no real changes.
50806      Branch: perlio
50807            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50808 ____________________________________________________________________________
50809 [  9321] By: nick                                  on 2001/03/24  14:31:49
50810         Log: PerlIO fixups for Win32:
50811              - provide win33_popenlist() - non-functional as yet.
50812              - avoid need for aTHX in PerlIO_debug calls - even if not 
50813              enabled args are still evaluated so Win32 has trouble during fork().
50814              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
50815              - Fixup makedef.pl for latest set of symbols.
50816      Branch: perlio
50817            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
50818            ! win32/perlhost.h win32/win32.c win32/win32iop.h
50819 ____________________________________________________________________________
50820 [  9320] By: nick                                  on 2001/03/24  14:26:58
50821         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
50822              was gibberish - broke it on WIn32 at least.
50823      Branch: perlio
50824            ! ext/POSIX/POSIX.xs
50825 ____________________________________________________________________________
50826 [  9319] By: nick                                  on 2001/03/24  11:29:41
50827         Log: Generated files.
50828      Branch: perlio
50829            ! embed.h global.sym objXSUB.h perlapi.c proto.h
50830 ____________________________________________________________________________
50831 [  9318] By: nick                                  on 2001/03/24  10:29:37
50832         Log: Implement:
50833              1.  open($fh,"+<",undef);  # add test to t/io/open.t
50834              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
50835      Branch: perlio
50836            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
50837            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
50838            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
50839            ! t/io/open.t t/io/utf8.t
50840 ____________________________________________________________________________
50841 [  9317] By: jhi                                   on 2001/03/23  23:41:25
50842         Log: AIX does seems to have optimization problems with its C compilers.
50843      Branch: perl
50844            ! hints/aix.sh
50845 ____________________________________________________________________________
50846 [  9316] By: jhi                                   on 2001/03/23  23:40:46
50847         Log: Integrate perlio.
50848      Branch: perl
50849           +> lib/PerlIO.pm
50850           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
50851           !> perliol.h
50852 ____________________________________________________________________________
50853 [  9315] By: jhi                                   on 2001/03/23  22:16:30
50854         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
50855      Branch: perl
50856            ! t/lib/md5-file.t
50857 ____________________________________________________________________________
50858 [  9314] By: nick                                  on 2001/03/23  20:49:02
50859         Log: Perlio internals re-organized.
50860              - open process creates AV of layer/arg pairs
50861              (appends layers from open() or open.pm to default list).
50862              - push arg is now an SV.
50863              - layer ->Open get passed the AV
50864              - open is no longer mandatory method.
50865              - topmost layer that has ->Open method does the open
50866              - any layers above are pushed once that returns.
50867              - vtable re-ordered so dummy layers need only provide push/pop methods.
50868      Branch: perlio
50869            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
50870 ____________________________________________________________________________
50871 [  9313] By: nick                                  on 2001/03/23  16:27:41
50872         Log: Check in a stable (working) version before next round of tweaks.
50873              Changes include:
50874              - Move default layers code out of doio.c and into perlio.c
50875              - Single routine for parsing layer specification strings.
50876              - Skeleton support for demand loading of layers
50877              - Core-dump avoidance if PERLIO environment specifies loadable layer
50878              (does not _work_ as need IO to load and need load to do IO ...)
50879      Branch: perlio
50880            + lib/PerlIO.pm
50881            ! MANIFEST doio.c perlio.c
50882 ____________________________________________________________________________
50883 [  9312] By: gsar                                  on 2001/03/23  16:25:25
50884         Log: add execute bit to files with shebang lines in the repository;
50885              avoid clobbering execute bit in Porting/makerel 
50886      Branch: maint-5.6/perl
50887            ! (edit 144 files)
50888 ____________________________________________________________________________
50889 [  9311] By: jhi                                   on 2001/03/23  14:25:35
50890         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
50891      Branch: perl
50892            ! MANIFEST
50893 ____________________________________________________________________________
50894 [  9310] By: jhi                                   on 2001/03/23  13:45:04
50895         Log: Subject: [PATCH] Net::Ping
50896              From: Colin McMillen <mcmi0037@tc.umn.edu>
50897              Date: Thu, 22 Mar 2001 19:30:31 -0600
50898              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
50899      Branch: perl
50900            ! lib/Net/Ping.pm
50901 ____________________________________________________________________________
50902 [  9309] By: jhi                                   on 2001/03/23  13:39:13
50903         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
50904      Branch: perl
50905            ! t/lib/md5-aaa.t t/lib/md5-file.t
50906 ____________________________________________________________________________
50907 [  9308] By: jhi                                   on 2001/03/23  13:20:34
50908         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
50909              - bump the version to 2.14
50910              - drop the base64 tests since they require MIME::Base64
50911              - drop the rfc1321.txt
50912              - drop the hints/dec_osf.pl since it's only needed for
50913              pre-5.005_03 Perls
50914              Todo:
50915              - the U32 alignment testing is now removed; it needs to
50916              be reintroduced as as a Config variable (meaning also
50917              as a Configure test)
50918              - get the new EBCDIC md5sum for MD5.pm
50919              - test in Win32 to see how badly I botched the makefiles
50920      Branch: perl
50921            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50922            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
50923            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
50924            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
50925            + t/lib/md5-file.t
50926            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
50927            ! win32/Makefile win32/makefile.mk
50928 ____________________________________________________________________________
50929 [  9307] By: jhi                                   on 2001/03/23  12:56:14
50930         Log: Integrate change #9306 from maintperl into mainline,
50931              AIX dynaloader for AIXes without <load.h>.
50932      Branch: perl
50933           !> ext/DynaLoader/hints/aix.pl
50934 ____________________________________________________________________________
50935 [  9306] By: jhi                                   on 2001/03/23  12:51:36
50936         Log: There are AIXes without /usr/include/load.h,
50937              patch from H.Merijn Brand.
50938      Branch: maint-5.6/perl
50939            ! ext/DynaLoader/hints/aix.pl
50940 ____________________________________________________________________________
50941 [  9305] By: nick                                  on 2001/03/23  11:00:42
50942         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
50943      Branch: perlio
50944            ! ext/Encode/Encode.xs perlio.c perlio.h
50945 ____________________________________________________________________________
50946 [  9304] By: nick                                  on 2001/03/23  10:20:46
50947         Log: Render -Duseperlio functional again.
50948              - this is "quick fix" which calls PerlIO_apply_layers after opening,
50949              which is what old scheme did. New scheme needs to change that
50950              to make open(...,\$scalar) etc. work but this will do for now.
50951      Branch: perlio
50952            ! perlio.c
50953 ____________________________________________________________________________
50954 [  9303] By: nick                                  on 2001/03/23  09:53:20
50955         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
50956              -Uuseperlio now works again.
50957              -Duseperlio is still poorly. Don't merge yet...
50958      Branch: perlio
50959            ! doio.c perlio.h
50960 ____________________________________________________________________________
50961 [  9302] By: nick                                  on 2001/03/22  22:26:51
50962         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
50963              type code.
50964              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
50965              is its main caller. In particular now has access to "extra" args, and
50966              can tell when an open handle is "reopened" (or duped?).
50967              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
50968              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
50969              PerlIO_open() et. al. (i.e. other way round).
50970              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
50971              with args close to PerlIO_openn().
50972      Branch: perlio
50973            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
50974 ____________________________________________________________________________
50975 [  9301] By: jhi                                   on 2001/03/22  20:58:04
50976         Log: Integrate perlio.
50977      Branch: perl
50978           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
50979           !> t/io/open.t util.c
50980 ____________________________________________________________________________
50981 [  9300] By: nick                                  on 2001/03/22  17:36:32
50982         Log: Don't include $@ in not ok message.
50983      Branch: perlio
50984            ! t/io/open.t
50985 ____________________________________________________________________________
50986 [  9299] By: gsar                                  on 2001/03/22  16:53:45
50987         Log: back out changes#7532,7521 for now (appears to have problems
50988              on IRIX)
50989      Branch: maint-5.6/perl
50990            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50991            ! ext/POSIX/typemap pod/perlvar.pod
50992 ____________________________________________________________________________
50993 [  9298] By: nick                                  on 2001/03/22  14:35:46
50994         Log: Give a meaning to '&' in n-arg open case:
50995              open($fh,"<&",$scalar);
50996              $scalar can be:
50997              - an integer which does "fdopen"
50998              open($fh,"<&",2); # like open($fh,"<&2")
50999              - something that will yield a file handle via sv_2io()
51000              useful for dup'ing anonymous handles.
51001              e.g.:
51002              open(my $fh,"<&",\*STDIN);
51003              open(my $dup,"<&",$fh);
51004      Branch: perlio
51005            ! doio.c t/io/open.t
51006 ____________________________________________________________________________
51007 [  9297] By: nick                                  on 2001/03/22  13:34:35
51008         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
51009      Branch: perlio
51010            ! util.c
51011 ____________________________________________________________________________
51012 [  9296] By: nick                                  on 2001/03/22  12:51:20
51013         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
51014      Branch: perlio
51015            ! perl.c
51016 ____________________________________________________________________________
51017 [  9295] By: nick                                  on 2001/03/22  11:59:44
51018         Log: If stdin, stdout or stderr get opened in unexpected read/write state
51019              then warn at time of open not at time of use.
51020      Branch: perlio
51021            ! doio.c pp_hot.c pp_sys.c
51022 ____________________________________________________________________________
51023 [  9294] By: nick                                  on 2001/03/22  10:54:35
51024         Log: Die on n-arg open(...,"",xxx,yyy,...)
51025              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
51026              - die on read/write cases so we can decide what it means later.
51027      Branch: perlio
51028            ! doio.c embed.pl iperlsys.h util.c
51029 ____________________________________________________________________________
51030 [  9293] By: nick                                  on 2001/03/22  09:02:45
51031         Log: perlio tweaks (reported by Nick Clark)
51032              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
51033              error check in Pendinf_read().
51034      Branch: perlio
51035            ! perlio.c
51036 ____________________________________________________________________________
51037 [  9292] By: gsar                                  on 2001/03/22  07:12:00
51038         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
51039              fixes)
51040      Branch: maint-5.6/perl
51041           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
51042 ____________________________________________________________________________
51043 [  9291] By: jhi                                   on 2001/03/22  06:06:44
51044         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
51045      Branch: perl
51046            ! t/op/re_tests
51047 ____________________________________________________________________________
51048 [  9290] By: jhi                                   on 2001/03/22  05:57:01
51049         Log: Move MacOS Classic higher in the list of supported platforms.
51050      Branch: maint-5.6/perl
51051            ! pod/perlport.pod
51052 ____________________________________________________________________________
51053 [  9289] By: gsar                                  on 2001/03/22  05:35:04
51054         Log: revert part of change#6438 for compatibility (av_reify()
51055              appears to be needed to implement av_splice()ish things
51056              in XS)
51057      Branch: maint-5.6/perl
51058            ! embed.pl global.sym objXSUB.h perlapi.c
51059 ____________________________________________________________________________
51060 [  9288] By: gsar                                  on 2001/03/22  03:09:19
51061         Log: update copyright year
51062      Branch: maint-5.6/perl
51063            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
51064            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
51065            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
51066            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
51067            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
51068            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
51069            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
51070            ! x2p/walk.c
51071 ____________________________________________________________________________
51072 [  9287] By: jhi                                   on 2001/03/21  20:30:54
51073         Log: Integrate perlio.
51074      Branch: perl
51075           !> ext/Data/Dumper/Dumper.xs
51076 ____________________________________________________________________________
51077 [  9286] By: gsar                                  on 2001/03/21  19:49:54
51078         Log: makefile.mk tweak
51079      Branch: maint-5.6/perl
51080            ! win32/Makefile win32/makefile.mk
51081 ____________________________________________________________________________
51082 [  9285] By: nick                                  on 2001/03/21  19:07:13
51083         Log: Multiplicity fix for Dumper.
51084      Branch: perlio
51085            ! ext/Data/Dumper/Dumper.xs
51086 ____________________________________________________________________________
51087 [  9284] By: nick                                  on 2001/03/21  19:01:07
51088         Log: Integrate mainline - (does not build xTHX issue in Dumper).
51089      Branch: perlio
51090           !> (integrate 27 files)
51091 ____________________________________________________________________________
51092 [  9283] By: jhi                                   on 2001/03/21  17:17:35
51093         Log: Integrate change #9282 from mainline into maintperl,
51094              4-arg UTF-8 substr().
51095      Branch: maint-5.6/perl
51096           !> pp.c
51097 ____________________________________________________________________________
51098 [  9282] By: jhi                                   on 2001/03/21  17:15:43
51099         Log: The #9270 would have leaked a scalar if pp_substr()
51100              returned early.
51101      Branch: perl
51102            ! pp.c
51103 ____________________________________________________________________________
51104 [  9281] By: gsar                                  on 2001/03/21  17:03:14
51105         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
51106      Branch: maint-5.6/perl
51107            ! win32/makefile.mk
51108 ____________________________________________________________________________
51109 [  9280] By: gsar                                  on 2001/03/21  17:01:20
51110         Log: some tweaks to change#9278 (fork() emulation should be enabled
51111              by setting BUILD_FLAVOR instead of changing the defaults)
51112      Branch: maint-5.6/perl
51113            ! win32/makefile.mk
51114 ____________________________________________________________________________
51115 [  9279] By: gsar                                  on 2001/03/21  16:47:19
51116         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
51117      Branch: maint-5.6/perl
51118            ! ext/File/Glob/Glob.pm
51119           !> lib/Cwd.pm
51120 ____________________________________________________________________________
51121 [  9278] By: jhi                                   on 2001/03/21  14:35:10
51122         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
51123              From: "Vadim Konovalov" <watman@inbox.ru>
51124              Date: Wed, 21 Mar 2001 01:53:51 +0300
51125              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
51126      Branch: maint-5.6/perl
51127            ! win32/makefile.mk win32/win32sck.c
51128 ____________________________________________________________________________
51129 [  9277] By: jhi                                   on 2001/03/21  13:58:28
51130         Log: Integrate change #9270 from mainline to maintperl:
51131              continued 4-arg UTF-8 substr() fixing.
51132      Branch: maint-5.6/perl
51133           !> pp.c t/op/substr.t
51134 ____________________________________________________________________________
51135 [  9276] By: jhi                                   on 2001/03/21  13:33:00
51136         Log: More pixie cleaning.
51137      Branch: perl
51138            ! Makefile.SH
51139 ____________________________________________________________________________
51140 [  9275] By: jhi                                   on 2001/03/21  03:54:17
51141         Log: Update Changes.
51142      Branch: perl
51143            ! Changes patchlevel.h
51144 ____________________________________________________________________________
51145 [  9274] By: jhi                                   on 2001/03/21  03:48:24
51146         Log: First stab at making Data::Dumper to grok Unicode.
51147              
51148              TODO: tests, EBCDICify.
51149      Branch: perl
51150            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
51151 ____________________________________________________________________________
51152 [  9273] By: jhi                                   on 2001/03/21  02:23:00
51153         Log: Fix for
51154              
51155              Subject: Memory leak in unquoted print   
51156              From: Benjamin Sugars <bsugars@canoe.ca> 
51157              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
51158              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
51159      Branch: perl
51160            ! perlio.c
51161 ____________________________________________________________________________
51162 [  9272] By: jhi                                   on 2001/03/21  01:33:17
51163         Log: Subject: Re: [PATCH] POSIX::getcwd()
51164              From: Benjamin Sugars <bsugars@canoe.ca> 
51165              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
51166              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
51167      Branch: perl
51168            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51169 ____________________________________________________________________________
51170 [  9271] By: jhi                                   on 2001/03/21  01:22:52
51171         Log: Subject: [PATCH] Cwd.pm docs
51172              From: Benjamin Sugars <bsugars@canoe.ca>
51173              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
51174              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
51175      Branch: perl
51176            ! lib/Cwd.pm
51177 ____________________________________________________________________________
51178 [  9270] By: jhi                                   on 2001/03/21  01:16:29
51179         Log: Continue 4-arg substr() UTF-8 fixage.
51180      Branch: perl
51181            ! pp.c t/op/substr.t
51182 ____________________________________________________________________________
51183 [  9269] By: jhi                                   on 2001/03/21  00:46:14
51184         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
51185              
51186              revert the leak fix in change#9142 (problem needs a more experimental
51187              fix unsuitable for 5.6.1)
51188              
51189              do alphabetical sorting by default (for csh compatibility)
51190              
51191              cut-n-paste goof in change#9264
51192              
51193              VMS piping fixes (from Charles Lane)
51194      Branch: perl
51195           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
51196           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51197           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
51198 ____________________________________________________________________________
51199 [  9268] By: jhi                                   on 2001/03/21  00:37:04
51200         Log: Integrate perlio.
51201      Branch: perl
51202           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
51203           !> utf8.c utf8.h utfebcdic.h
51204 ____________________________________________________________________________
51205 [  9267] By: nick                                  on 2001/03/20  20:04:39
51206         Log: More EBCDIC stuff:
51207              - Loose the extra level of function on ASCII.
51208              - spotted a chr(0) issue in sv.c
51209              - re-work of UTF-X tr/// ranges to work in Unicode
51210              space. Still issues with the "0xff is illegal UTF-8" hack.
51211              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
51212              (why do it once when you can do it all over the place :-(
51213              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
51214              need utf8.pm for swashes.
51215              - Simplified and commented scan_const() in toke.c
51216              Still something wrong regexp and tr (swashes?).
51217      Branch: perlio
51218            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
51219            ! utf8.c utf8.h utfebcdic.h
51220 ____________________________________________________________________________
51221 [  9266] By: gsar                                  on 2001/03/20  19:16:43
51222         Log: VMS piping fixes (from Charles Lane)
51223      Branch: maint-5.6/perl
51224            ! vms/vms.c vms/vmspipe.com
51225 ____________________________________________________________________________
51226 [  9265] By: gsar                                  on 2001/03/20  17:53:52
51227         Log: cut-n-paste goof in change#9264
51228      Branch: maint-5.6/perl
51229            ! ext/File/Glob/Glob.xs
51230 ____________________________________________________________________________
51231 [  9264] By: gsar                                  on 2001/03/20  17:43:47
51232         Log: do alphabetical sorting by default (for csh compatibility);
51233              bsd_glob() does ASCII sort by default as usual, unless
51234              GLOB_ALPHASORT was specified
51235      Branch: maint-5.6/perl
51236            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
51237            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51238            ! ext/File/Glob/bsd_glob.h
51239 ____________________________________________________________________________
51240 [  9263] By: gsar                                  on 2001/03/20  16:40:08
51241         Log: integrate change#9255 from mainline (unicode fix)
51242              
51243              substr($bytestr, i, n, $charstr)
51244      Branch: maint-5.6/perl
51245           !> Todo-5.6 pp.c t/op/substr.t
51246 ____________________________________________________________________________
51247 [  9262] By: gsar                                  on 2001/03/20  15:57:41
51248         Log: revert the leak fix in change#9142 (problem needs a more experimental
51249              fix unsuitable for 5.6.1)
51250      Branch: maint-5.6/perl
51251            ! scope.c
51252 ____________________________________________________________________________
51253 [  9261] By: jhi                                   on 2001/03/20  14:26:25
51254         Log: Integrate changes #9259,9260 from maintperl into mainline.
51255              
51256              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
51257              
51258              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
51259      Branch: perl
51260           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
51261 ____________________________________________________________________________
51262 [  9260] By: jhi                                   on 2001/03/20  14:05:46
51263         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
51264              From: Robin Barker <rmb1@cise.npl.co.uk>
51265              Date: Tue, 20 Mar 2001 10:12:04 GMT
51266              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
51267      Branch: maint-5.6/perl
51268            ! run.c
51269 ____________________________________________________________________________
51270 [  9259] By: jhi                                   on 2001/03/20  14:04:39
51271         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
51272              From: Chris Nandor <pudge@pobox.com>
51273              Date: Tue, 20 Mar 2001 00:40:56 -0500
51274              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
51275      Branch: maint-5.6/perl
51276            ! ext/POSIX/POSIX.xs lib/File/Path.pm
51277 ____________________________________________________________________________
51278 [  9258] By: jhi                                   on 2001/03/20  05:09:34
51279         Log: Update Changes.
51280      Branch: perl
51281            ! Changes patchlevel.h
51282 ____________________________________________________________________________
51283 [  9257] By: jhi                                   on 2001/03/20  05:04:25
51284         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
51285      Branch: perl
51286            ! t/op/tr.t
51287 ____________________________________________________________________________
51288 [  9256] By: jhi                                   on 2001/03/20  04:43:12
51289         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
51290              From: Peter Prymmer <pvhp@forte.com>
51291              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
51292              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
51293      Branch: maint-5.6/perl
51294            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
51295 ____________________________________________________________________________
51296 [  9255] By: jhi                                   on 2001/03/19  23:17:17
51297         Log: substr($bytestr, i, n, $charstr)
51298              
51299              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
51300      Branch: perl
51301            ! Todo-5.6 pp.c t/op/substr.t
51302 ____________________________________________________________________________
51303 [  9254] By: jhi                                   on 2001/03/19  22:25:09
51304         Log: Rearrange the make test target prerequisites so that
51305              in a parallel make 'all' is finished before 'test'.
51306      Branch: perl
51307            ! Makefile.SH
51308 ____________________________________________________________________________
51309 [  9253] By: jhi                                   on 2001/03/19  21:48:07
51310         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
51311              From: Robin Houston <robin@kitsite.com>
51312              Date: Mon, 19 Mar 2001 15:48:41 +0000
51313              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
51314      Branch: perl
51315            ! pp_ctl.c
51316 ____________________________________________________________________________
51317 [  9252] By: jhi                                   on 2001/03/19  21:42:27
51318         Log: Integrate perlio.
51319      Branch: perl
51320           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
51321           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
51322           !> utfebcdic.h vms/perly_c.vms
51323 ____________________________________________________________________________
51324 [  9251] By: jhi                                   on 2001/03/19  21:31:28
51325         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
51326              
51327              Dynaloading in 64-bit AIX with vac.
51328      Branch: perl
51329           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51330           !> hints/aix.sh
51331 ____________________________________________________________________________
51332 [  9250] By: jhi                                   on 2001/03/19  21:18:00
51333         Log: A more robust solution for the 64bitall AIX dynaloading
51334              problem, from Jens-Uwe Mager.
51335      Branch: maint-5.6/perl
51336            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
51337 ____________________________________________________________________________
51338 [  9249] By: nick                                  on 2001/03/19  20:59:37
51339         Log: Integrate mainline.
51340      Branch: perlio
51341           !> (integrate 42 files)
51342 ____________________________________________________________________________
51343 [  9248] By: nick                                  on 2001/03/19  20:22:07
51344         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
51345              (Building on OS390 uses native YACC and YYDEBUG has other
51346              side effects.)
51347      Branch: perlio
51348            ! perly.c perly.y vms/perly_c.vms
51349 ____________________________________________________________________________
51350 [  9247] By: jhi                                   on 2001/03/19  19:59:53
51351         Log: 64-bit AIX dynaloading problem (see #9244) idea
51352              from Jens-Uwe Mager.
51353      Branch: maint-5.6/perl
51354            ! ext/DynaLoader/dl_aix.xs
51355 ____________________________________________________________________________
51356 [  9246] By: nick                                  on 2001/03/19  19:27:57
51357         Log: More EBCDIC fixes.
51358      Branch: perlio
51359            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
51360            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
51361 ____________________________________________________________________________
51362 [  9245] By: jhi                                   on 2001/03/19  19:05:19
51363         Log: Integrate change #9243 from mainline into maintperl.
51364              
51365              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
51366      Branch: maint-5.6/perl
51367           !> README.vmesa
51368 ____________________________________________________________________________
51369 [  9244] By: jhi                                   on 2001/03/19  19:03:15
51370         Log: Get 64bitall AIX building, but still does not test okay:
51371              dynaloading anything fails, for example for op/defins:
51372              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
51373              (update: fixed by #9247,9250)
51374      Branch: maint-5.6/perl
51375            ! hints/aix.sh
51376 ____________________________________________________________________________
51377 [  9243] By: jhi                                   on 2001/03/19  19:00:16
51378         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
51379              From: Robin Barker <rmb1@cise.npl.co.uk>
51380              Date: Mon, 19 Mar 2001 18:01:57 GMT
51381              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
51382      Branch: perl
51383            ! README.vmesa
51384 ____________________________________________________________________________
51385 [  9242] By: jhi                                   on 2001/03/19  18:58:43
51386         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
51387              
51388              TODO: tests.
51389      Branch: perl
51390            ! doop.c op.c
51391 ____________________________________________________________________________
51392 [  9241] By: gsar                                  on 2001/03/19  17:34:46
51393         Log: VMSify tests (from Charles Lane)
51394      Branch: maint-5.6/perl
51395            ! t/lib/filehand.t t/lib/texttabs.t
51396 ____________________________________________________________________________
51397 [  9240] By: jhi                                   on 2001/03/19  14:24:26
51398         Log: Integrate change #9233 from maintperl into mainline.
51399              
51400              some refcounts were incorrect in perl_clone()
51401      Branch: perl
51402           !> sv.c
51403 ____________________________________________________________________________
51404 [  9239] By: gsar                                  on 2001/03/19  09:23:17
51405         Log: this is 5.6.1-trial3
51406      Branch: maint-5.6/perl
51407            ! Changes
51408 ____________________________________________________________________________
51409 [  9238] By: gsar                                  on 2001/03/19  08:47:04
51410         Log: some new symbols are only available under ithreads
51411      Branch: maint-5.6/perl
51412            ! makedef.pl
51413 ____________________________________________________________________________
51414 [  9237] By: gsar                                  on 2001/03/19  08:42:28
51415         Log: update patchlevel.h, Changes, &c.
51416      Branch: maint-5.6/perl
51417            ! Changes patchlevel.h pod/perlhist.pod
51418           !> AUTHORS
51419 ____________________________________________________________________________
51420 [  9236] By: gsar                                  on 2001/03/19  08:17:49
51421         Log: integrate changes#8068,8717 from mainline
51422              
51423              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
51424              
51425              [PATCH CPAN 1.59_51] warning message (not!)
51426      Branch: maint-5.6/perl
51427           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
51428           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
51429           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
51430           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
51431           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
51432 ____________________________________________________________________________
51433 [  9235] By: gsar                                  on 2001/03/19  08:07:09
51434         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
51435              
51436              [PATCH] Add missing CV flags to dump.c
51437              
51438              Re: [patch] Re: PL_ptr_table
51439              
51440              Fixup non-ithread build after 8713
51441              
51442              Generated files form 8713 etc.
51443              
51444              Correct the correction :-(
51445              
51446              Documenting coderef @INC (Re: CPAN "make this script work" feature)
51447              
51448              Subject: Re: sync sync sync: have I missed any patches?
51449              Replace djSP with dSP.
51450      Branch: maint-5.6/perl
51451           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
51452           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
51453           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
51454           !> sv.c sv.h win32/perlhost.h
51455 ____________________________________________________________________________
51456 [  9234] By: gsar                                  on 2001/03/19  07:22:05
51457         Log: revert the change#9090 integrate for now (change looks somewhat
51458              incomplete in that [ha]v_exists() need something similar; lacks
51459              tests; &c.)
51460      Branch: maint-5.6/perl
51461            ! hv.c
51462 ____________________________________________________________________________
51463 [  9233] By: gsar                                  on 2001/03/19  07:10:01
51464         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
51465              destruction when there are unreferenced scalars (SvREFCNT==0)
51466      Branch: maint-5.6/perl
51467            ! sv.c
51468 ____________________________________________________________________________
51469 [  9232] By: jhi                                   on 2001/03/19  05:11:02
51470         Log: Regen api and toc.
51471      Branch: maint-5.6/perl
51472            ! pod/perlapi.pod pod/perltoc.pod
51473 ____________________________________________________________________________
51474 [  9231] By: jhi                                   on 2001/03/19  04:06:03
51475         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
51476              add a lost line in pp.c:pp_chop(), update to new op/chop.
51477              
51478              Clarify the description differentiating for and while; inspired by
51479              
51480              Subject: [ID 20010306.004] || != named unary operator
51481              
51482              The $Is_MacOS needs to be declared.
51483      Branch: maint-5.6/perl
51484            ! pp.c t/op/chop.t
51485           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
51486 ____________________________________________________________________________
51487 [  9230] By: jhi                                   on 2001/03/19  03:48:16
51488         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
51489              9079,9083,9089,9090,9091 from mainline to maintperl.
51490              
51491              Quieten some noise in Win32 builds
51492              
51493              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
51494              
51495              The perlretut was still talking about the old \p and \P
51496              definitions.
51497              
51498              More tweakage on the Unicode character class descriptions.
51499              
51500              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
51501              
51502              Subject: 'no *POSIX' Patch speeding up make on BS2000 
51503              
51504              Subject: [PATCH] perldata.pod here-doc docs
51505              
51506              Add /sbin and /usr/sbin to the list of directories scanned
51507              for setuid programs.  Takes care of bug id 20010309.003.
51508              
51509              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
51510              
51511              In op/stat #35 better to scan all the potential directories
51512              for setuids, not just the first one.
51513      Branch: maint-5.6/perl
51514            ! Makefile.SH
51515           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
51516           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
51517           !> t/op/stat.t toke.c win32/win32.h
51518 ____________________________________________________________________________
51519 [  9229] By: jhi                                   on 2001/03/19  02:31:50
51520         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
51521              From: Chris Nandor <pudge@pobox.com>
51522              Date: Sat, 10 Mar 2001 14:22:19 -0500
51523              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
51524      Branch: maint-5.6/perl
51525            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
51526            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
51527            ! t/lib/b.t t/lib/errno.t
51528 ____________________________________________________________________________
51529 [  9228] By: jhi                                   on 2001/03/19  02:29:59
51530         Log: Integrate changes #9113,9122 from mainline into maintperl.
51531              
51532              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?)
51533      Branch: maint-5.6/perl
51534           !> Configure README.os390 hints/os390.sh
51535 ____________________________________________________________________________
51536 [  9227] By: jhi                                   on 2001/03/19  02:22:35
51537         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
51538              into maintperl.
51539              
51540              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
51541              
51542              Forgot to check-in the larger part of #9120, duh.
51543              
51544              Subject: Another patch for integer.pm POD 
51545              
51546              h2ph strictness and cleanliness from Kurt Starsinic.
51547              
51548              Borland filename case problem.
51549              
51550              h2ph strictness and cleanliness from Kurt Starsinic.
51551              
51552              Subject: [PATCH] the uncontroversial doc patches
51553      Branch: maint-5.6/perl
51554           +> win32/sncfnmcs.pl
51555           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
51556           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
51557           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
51558           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
51559           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
51560           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
51561           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
51562 ____________________________________________________________________________
51563 [  9226] By: jhi                                   on 2001/03/19  02:10:21
51564         Log: Integrate changes #9207,9214 from mainline into maintperl.
51565              
51566              podchecker relaxations: =over has an *optional* number after it,
51567              and whitespace in L<> is okay.
51568      Branch: maint-5.6/perl
51569           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
51570           !> t/pod/poderrs.xr
51571 ____________________________________________________________________________
51572 [  9225] By: jhi                                   on 2001/03/19  02:07:38
51573         Log: Integrate change #9219 from maintperl into mainline.
51574              
51575              remove duplicated tests
51576      Branch: perl
51577           !> t/op/re_tests
51578 ____________________________________________________________________________
51579 [  9224] By: jhi                                   on 2001/03/19  02:06:11
51580         Log: Integrate change #9223 from mainline to maintperl.
51581              
51582              Document -Dmksymlinks.
51583      Branch: maint-5.6/perl
51584           !> INSTALL
51585 ____________________________________________________________________________
51586 [  9223] By: jhi                                   on 2001/03/19  02:01:25
51587         Log: Document -Dmksymlinks.
51588      Branch: perl
51589            ! INSTALL
51590 ____________________________________________________________________________
51591 [  9222] By: jhi                                   on 2001/03/19  01:15:35
51592         Log: The -Dmksymlinks wasn't working for maintperl.
51593      Branch: maint-5.6/perl
51594            ! Configure
51595 ____________________________________________________________________________
51596 [  9221] By: jhi                                   on 2001/03/19  00:49:43
51597         Log: Cleanup pixie residue.
51598      Branch: perl
51599            ! Makefile.SH
51600 ____________________________________________________________________________
51601 [  9220] By: jhi                                   on 2001/03/19  00:44:47
51602         Log: Document the use of pixie/prof; create make targets for it.
51603              
51604              TODO: make t/TEST pixie-aware.
51605      Branch: perl
51606            ! Makefile.SH pod/perlhack.pod
51607 ____________________________________________________________________________
51608 [  9219] By: gsar                                  on 2001/03/19  00:16:55
51609         Log: remove duplicated tests
51610      Branch: maint-5.6/perl
51611            ! t/op/re_tests
51612 ____________________________________________________________________________
51613 [  9218] By: jhi                                   on 2001/03/18  23:59:31
51614         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
51615      Branch: perl
51616            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
51617 ____________________________________________________________________________
51618 [  9217] By: jhi                                   on 2001/03/18  23:25:20
51619         Log: Rewrite the tests section of Makefile to be less redundant
51620              and to allow for more flexible test targets, many recursive
51621              make calls introduced.
51622      Branch: perl
51623            ! Makefile.SH
51624 ____________________________________________________________________________
51625 [  9216] By: jhi                                   on 2001/03/18  22:30:04
51626         Log: Document the use of Third Degree (sparsely).
51627      Branch: perl
51628            ! pod/perlhack.pod t/TEST
51629 ____________________________________________________________________________
51630 [  9215] By: jhi                                   on 2001/03/18  22:10:30
51631         Log: Make targets for testing with Third Degree.
51632      Branch: perl
51633            ! Makefile.SH
51634 ____________________________________________________________________________
51635 [  9214] By: jhi                                   on 2001/03/18  21:08:53
51636         Log: The podchecker relaxations need to mirrored also at the tests.
51637      Branch: perl
51638            ! t/pod/poderrs.xr
51639 ____________________________________________________________________________
51640 [  9213] By: jhi                                   on 2001/03/18  20:56:21
51641         Log: Update Changes.
51642      Branch: perl
51643            ! Changes patchlevel.h
51644 ____________________________________________________________________________
51645 [  9212] By: jhi                                   on 2001/03/18  20:36:59
51646         Log: Looking for config.sh in parent directories isn't
51647              very useful for the toplevel Makefile.
51648      Branch: perl
51649            ! Makefile.SH
51650 ____________________________________________________________________________
51651 [  9211] By: jhi                                   on 2001/03/18  20:33:37
51652         Log: On "make clean" take care of Third Degree droppings.
51653      Branch: perl
51654            ! Makefile.SH
51655 ____________________________________________________________________________
51656 [  9210] By: jhi                                   on 2001/03/18  20:21:34
51657         Log: Add a hook for running the tests under the Third Degree
51658              debugging tool (set $ENV{PERL_3LOG} to non-zero)
51659              
51660              TODO: Document the use of Third Degree.
51661      Branch: perl
51662            ! t/TEST
51663 ____________________________________________________________________________
51664 [  9209] By: jhi                                   on 2001/03/18  20:19:07
51665         Log: Regen toc and api pods.
51666      Branch: perl
51667            ! pod/perlapi.pod pod/perltoc.pod
51668 ____________________________________________________________________________
51669 [  9208] By: jhi                                   on 2001/03/18  20:12:12
51670         Log: Integrate changes #8128,9132 from mainline into maintperl,
51671              Tie::SubstrHash fixes.
51672      Branch: maint-5.6/perl
51673           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
51674 ____________________________________________________________________________
51675 [  9207] By: jhi                                   on 2001/03/18  20:07:43
51676         Log: podchecker relaxations from Michael Stevens.
51677      Branch: perl
51678            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
51679 ____________________________________________________________________________
51680 [  9206] By: jhi                                   on 2001/03/18  20:04:24
51681         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
51682      Branch: perl
51683            ! lib/Locale/Constants.pm lib/Locale/Country.pm
51684            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
51685            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
51686 ____________________________________________________________________________
51687 [  9205] By: jhi                                   on 2001/03/18  19:54:45
51688         Log: Integrate changes #9161,9162 from maintperl to mainline.
51689              
51690              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
51691              results
51692      Branch: perl
51693           !> t/op/magic.t
51694 ____________________________________________________________________________
51695 [  9204] By: jhi                                   on 2001/03/18  19:37:46
51696         Log: Make perl.third checks more understandable to the builder.
51697      Branch: perl
51698            ! Makefile.SH
51699 ____________________________________________________________________________
51700 [  9203] By: jhi                                   on 2001/03/18  19:20:54
51701         Log: Re-integrate #9138 from maintperl to mainline,
51702              the squelching of the unneeded "Scalars leaked" messages.
51703      Branch: perl
51704           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
51705           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
51706           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
51707 ____________________________________________________________________________
51708 [  9202] By: jhi                                   on 2001/03/18  18:48:36
51709         Log: More robust and more paranoid perl.third target.
51710      Branch: perl
51711            ! Makefile.SH
51712 ____________________________________________________________________________
51713 [  9201] By: jhi                                   on 2001/03/18  18:39:21
51714         Log: Integrate change #9197 from maintperl to mainline.
51715              
51716              more thorough cleaning of arenas.
51717      Branch: perl
51718           !> embed.pl perl.c proto.h sv.c t/op/sort.t
51719 ____________________________________________________________________________
51720 [  9200] By: jhi                                   on 2001/03/18  18:25:17
51721         Log: Integrate perlio.
51722      Branch: perl
51723           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
51724           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
51725           !> t/lib/encode.t toke.c universal.c utf8.c
51726 ____________________________________________________________________________
51727 [  9199] By: nick                                  on 2001/03/18  15:23:51
51728         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
51729              is the sense of the test being done. Avoid some magical 127 and 128 values
51730              by using macros.
51731      Branch: perlio
51732            ! doop.c pp_ctl.c sv.c toke.c
51733 ____________________________________________________________________________
51734 [  9198] By: nick                                  on 2001/03/18  14:18:12
51735         Log: UTF-X encoding invariance for Encode:
51736              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
51737              - move the XS code for those to universal.c (so in miniperl)
51738              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
51739              - change ext/Encode/compile to use above.
51740              - Fix t/lib/encode.t for above
51741              - Teach t/lib/b.t to expect -uutf8
51742              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
51743              utf8.pm is needed.
51744      Branch: perlio
51745            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
51746            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
51747 ____________________________________________________________________________
51748 [  9197] By: gsar                                  on 2001/03/18  12:15:57
51749         Log: more thorough cleaning of arenas--keep going until no more
51750              SvREFCNT_dec()s occur (this fixes the problem that causes the
51751              pesky "Scalars leaked" warnings)
51752      Branch: maint-5.6/perl
51753            ! embed.pl perl.c proto.h sv.c t/op/sort.t
51754 ____________________________________________________________________________
51755 [  9196] By: nick                                  on 2001/03/18  10:57:29
51756         Log: Fix pragma/utf8.t # 15
51757              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
51758              are SvUTF8 as well.
51759      Branch: perlio
51760            ! toke.c
51761 ____________________________________________________________________________
51762 [  9195] By: nick                                  on 2001/03/18  09:27:06
51763         Log: Integrate mainline
51764      Branch: perlio
51765           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
51766           !> t/op/pat.t
51767 ____________________________________________________________________________
51768 [  9194] By: jhi                                   on 2001/03/18  05:29:59
51769         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
51770              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
51771      Branch: perl
51772            ! op.c op.h t/op/misc.t t/op/pat.t
51773 ____________________________________________________________________________
51774 [  9193] By: jhi                                   on 2001/03/18  05:15:06
51775         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
51776      Branch: perl
51777            ! mg.c t/op/pat.t
51778 ____________________________________________________________________________
51779 [  9192] By: jhi                                   on 2001/03/18  04:22:43
51780         Log: tr/// UTF-8 patches from Inaba Hiroto.
51781      Branch: perl
51782            ! doop.c op.c
51783 ____________________________________________________________________________
51784 [  9191] By: jhi                                   on 2001/03/18  04:21:17
51785         Log: Integrate perlio.
51786      Branch: perl
51787           !> utf8.c utfebcdic.h
51788 ____________________________________________________________________________
51789 [  9190] By: nick                                  on 2001/03/17  20:32:01
51790         Log: Correct #if EBCDIC side typos.
51791              Builds and passes many tests on OS390.
51792      Branch: perlio
51793            ! utf8.c utfebcdic.h
51794 ____________________________________________________________________________
51795 [  9189] By: jhi                                   on 2001/03/17  18:55:49
51796         Log: Add prerequisites for the perl.third target.
51797      Branch: perl
51798            ! Makefile.SH
51799 ____________________________________________________________________________
51800 [  9188] By: jhi                                   on 2001/03/17  18:46:00
51801         Log: Integrate perlio.
51802      Branch: perl
51803           +> utfebcdic.h
51804           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
51805 ____________________________________________________________________________
51806 [  9187] By: jhi                                   on 2001/03/17  18:38:47
51807         Log: Add a make rule for perl.third (the Third Degree memory debugging
51808              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
51809      Branch: perl
51810            ! Makefile.SH
51811 ____________________________________________________________________________
51812 [  9186] By: nick                                  on 2001/03/17  18:34:48
51813         Log: MANIFEST addition :-(
51814      Branch: perlio
51815            ! MANIFEST
51816 ____________________________________________________________________________
51817 [  9185] By: nick                                  on 2001/03/17  18:29:50
51818         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
51819              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
51820              a superset of ASCII are invariant under the encoding. This is EBCDIC
51821              friendly as an encoded string can be looked at as being EBCDIC by lexer
51822              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
51823              ASCII on ASCII machines.
51824              
51825              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
51826              seperate.
51827              - Add some more macros to comprehend different shift amounts and
51828              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
51829              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
51830              and conditionally #include it.
51831              
51832              EBCDIC build as yet untested.  ASCII still fails the one test.
51833      Branch: perlio
51834            + utfebcdic.h
51835            ! utf8.c utf8.h
51836 ____________________________________________________________________________
51837 [  9184] By: nick                                  on 2001/03/17  17:44:16
51838         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
51839      Branch: perlio
51840            ! doop.c perl.h pp.c utf8.h
51841 ____________________________________________________________________________
51842 [  9183] By: jhi                                   on 2001/03/17  15:55:42
51843         Log: Integrate perlio.
51844      Branch: perl
51845            ! MANIFEST
51846           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
51847 ____________________________________________________________________________
51848 [  9182] By: nick                                  on 2001/03/17  09:16:06
51849         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
51850      Branch: perlio
51851            ! t/op/pat.t
51852 ____________________________________________________________________________
51853 [  9181] By: nick                                  on 2001/03/17  09:15:11
51854         Log: Integrate mainline.
51855      Branch: perlio
51856           +> lib/Locale/Constants.pm lib/Locale/Country.pm
51857           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
51858           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
51859           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
51860           !> (integrate 83 files)
51861 ____________________________________________________________________________
51862 [  9180] By: nick                                  on 2001/03/16  17:23:21
51863         Log: EBCDIC Fixes.
51864      Branch: perlio
51865            ! perl.h sv.c toke.c utf8.c utf8.h
51866 ____________________________________________________________________________
51867 [  9179] By: jhi                                   on 2001/03/16  14:10:12
51868         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
51869              a change needed to work around an AIX compiler bug.
51870      Branch: perl
51871            ! ext/Storable/Storable.xs
51872 ____________________________________________________________________________
51873 [  9178] By: jhi                                   on 2001/03/16  03:19:59
51874         Log: With Damian's approval synchronize damian's modules'
51875              licensing with Perl's standard module licensing.
51876      Branch: perl
51877            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
51878 ____________________________________________________________________________
51879 [  9177] By: jhi                                   on 2001/03/16  03:15:34
51880         Log: Make the Filter::Util:Call files have their own copies
51881              of the Perl standard module licensing, from Paul Marquess.
51882      Branch: perl
51883            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
51884 ____________________________________________________________________________
51885 [  9176] By: jhi                                   on 2001/03/16  02:56:04
51886         Log: Subject: [PATCH] more pod patches
51887              From: Michael Stevens <michael@etla.org>
51888              Date: Thu, 15 Mar 2001 21:25:18 +0000
51889              Message-ID: <20010315212518.A18870@firedrake.org>
51890      Branch: perl
51891            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
51892            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
51893            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
51894            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
51895            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
51896            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
51897            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
51898            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
51899            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
51900            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
51901            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
51902            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
51903            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
51904            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
51905            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
51906            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
51907            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
51908            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
51909            ! lib/Locale/Country.pm lib/Locale/Language.pm
51910            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
51911            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
51912            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
51913            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
51914            ! os2/OS2/Process/Process.pm
51915 ____________________________________________________________________________
51916 [  9175] By: jhi                                   on 2001/03/16  02:53:32
51917         Log: Subject: [PATCH] the uncontroversial doc patches
51918              From: Michael Stevens <michael@etla.org>
51919              Date: Thu, 15 Mar 2001 20:01:12 +0000
51920              Message-ID: <20010315200112.A7636@firedrake.org>
51921      Branch: perl
51922            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
51923            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
51924            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
51925            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
51926            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
51927 ____________________________________________________________________________
51928 [  9174] By: jhi                                   on 2001/03/16  02:50:49
51929         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
51930              From: Paul Lindner <lindner@inuus.com>
51931              Date: Fri, 16 Mar 2001 11:28:03 -0800
51932              Message-ID: <20010316112803.A7577@inuus.com>
51933      Branch: perl
51934            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51935 ____________________________________________________________________________
51936 [  9173] By: nick                                  on 2001/03/15  20:21:03
51937         Log: 1st day's EBCDIC fixes:
51938              - toke.c's parsing of strings needed attention
51939              needed to conditionally e2a if string was already UTF-8
51940              - e2a/a2e tables where wrong way round.
51941              - new macros in utf8.h
51942      Branch: perlio
51943            ! perl.h toke.c utf8.h
51944 ____________________________________________________________________________
51945 [  9172] By: jhi                                   on 2001/03/15  15:17:17
51946         Log: Update Changes.
51947      Branch: perl
51948            ! Changes patchlevel.h
51949 ____________________________________________________________________________
51950 [  9171] By: jhi                                   on 2001/03/15  15:09:32
51951         Log: Subject: Re: Another Borland C++ problem.
51952              From: "Vadim Konovalov" <watman@inbox.ru>
51953              Date: Sat, 10 Mar 2001 19:26:07 +0300
51954              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
51955              
51956              Borland filename case problem.
51957      Branch: perl
51958            + win32/sncfnmcs.pl
51959            ! MANIFEST README.win32
51960 ____________________________________________________________________________
51961 [  9170] By: jhi                                   on 2001/03/15  14:54:23
51962         Log: Add Locale::Codes 1.06, from Neil Bowers.
51963      Branch: perl
51964            + lib/Locale/Constants.pm lib/Locale/Country.pm
51965            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
51966            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
51967            + t/lib/lc-language.t t/lib/lc-uk.t
51968            ! MANIFEST
51969 ____________________________________________________________________________
51970 [  9169] By: jhi                                   on 2001/03/15  14:19:01
51971         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
51972      Branch: perl
51973            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51974            ! ext/Storable/Storable.xs
51975 ____________________________________________________________________________
51976 [  9168] By: jhi                                   on 2001/03/15  14:13:22
51977         Log: Integrate changes #9120,9167 from mainline to maintperl.
51978              
51979              Subject: [PATCH 5.6.1] OS/2 docs
51980              
51981              Subject: [PATCH 5.6.1] perldoc
51982      Branch: maint-5.6/perl
51983           !> os2/Changes utils/perldoc.PL
51984 ____________________________________________________________________________
51985 [  9167] By: jhi                                   on 2001/03/15  14:07:42
51986         Log: Subject: [PATCH 5.6.1] perldoc
51987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51988              Date: Wed, 14 Mar 2001 23:46:52 -0500
51989              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
51990      Branch: perl
51991            ! utils/perldoc.PL
51992 ____________________________________________________________________________
51993 [  9166] By: jhi                                   on 2001/03/15  13:53:15
51994         Log: sigaction test condition tweakage.
51995      Branch: perl
51996            ! t/lib/sigaction.t
51997 ____________________________________________________________________________
51998 [  9165] By: alanbur                               on 2001/03/15  03:49:17
51999         Log: Resynchronised with parent
52000      Branch: maint-5.6/pureperl
52001           +> os2/os2add.sym t/op/anonsub.t
52002           !> (integrate 72 files)
52003 ____________________________________________________________________________
52004 [  9164] By: jhi                                   on 2001/03/15  01:05:01
52005         Log: Avoid stomping off the beginning of an array in tr///.
52006      Branch: perl
52007            ! op.c
52008 ____________________________________________________________________________
52009 [  9163] By: jhi                                   on 2001/03/15  00:58:57
52010         Log: h2ph strictness and cleanliness from Kurt Starsinic.
52011      Branch: perl
52012            ! utils/h2ph.PL
52013 ____________________________________________________________________________
52014 [  9162] By: gsar                                  on 2001/03/15  00:56:53
52015         Log: avoid warnings
52016      Branch: maint-5.6/perl
52017            ! t/op/magic.t
52018 ____________________________________________________________________________
52019 [  9161] By: gsar                                  on 2001/03/15  00:52:09
52020         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
52021              results
52022      Branch: maint-5.6/perl
52023            ! t/op/magic.t
52024 ____________________________________________________________________________
52025 [  9160] By: jhi                                   on 2001/03/14  22:02:10
52026         Log: Do not use the Perl malloc in IRIX, suggested by
52027              Helmus Jarausch.
52028      Branch: perl
52029            ! hints/irix_6.sh
52030 ____________________________________________________________________________
52031 [  9159] By: nick                                  on 2001/03/14  21:45:59
52032         Log: Integrate mainline
52033      Branch: perlio
52034           +> t/op/loopctl.t
52035           !> (integrate 41 files)
52036 ____________________________________________________________________________
52037 [  9158] By: jhi                                   on 2001/03/14  21:10:09
52038         Log: The Day of the Retractions continues: the #9138
52039              (integrated in #9144) doesn't work well in mainline.
52040      Branch: perl
52041            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
52042            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
52043            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
52044 ____________________________________________________________________________
52045 [  9157] By: jhi                                   on 2001/03/14  20:58:12
52046         Log: The #9145 CANNOT be enabled: the clear_pmop code still
52047              dumps core all over in Tru64.
52048      Branch: perl
52049            ! op.c op.h t/op/pat.t
52050 ____________________________________________________________________________
52051 [  9156] By: jhi                                   on 2001/03/14  20:48:06
52052         Log: Integrate change #9154 from maintperl to mainline.
52053              
52054              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
52055              (caused Storable 1.0.10 to break on windows)
52056      Branch: perl
52057           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
52058           !> perlapi.c proto.h
52059 ____________________________________________________________________________
52060 [  9155] By: jhi                                   on 2001/03/14  20:23:53
52061         Log: Retract #9136: breaks threading (and binary compatibility).
52062      Branch: perl
52063            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52064 ____________________________________________________________________________
52065 [  9154] By: gsar                                  on 2001/03/14  17:48:18
52066         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
52067              (caused Storable 1.0.10 to break on windows)
52068      Branch: maint-5.6/perl
52069            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
52070            ! perlapi.c proto.h
52071 ____________________________________________________________________________
52072 [  9153] By: jhi                                   on 2001/03/14  13:35:21
52073         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
52074      Branch: perl
52075            ! t/lib/sigaction.t
52076 ____________________________________________________________________________
52077 [  9152] By: gsar                                  on 2001/03/14  07:29:40
52078         Log: back out changes#9012,9010,9009 and parts of change#9016
52079              (causes ABRs under purify, and some prerequisites don't
52080              seem to be there in 5.6.x)
52081      Branch: maint-5.6/perl
52082            ! doop.c op.c t/op/tr.t toke.c
52083 ____________________________________________________________________________
52084 [  9151] By: gsar                                  on 2001/03/14  07:01:29
52085         Log: reenable change#9145 (the test was busted due to a missing
52086              C<print "ok 27\n">)
52087      Branch: perl
52088            ! op.c op.h t/op/pat.t
52089 ____________________________________________________________________________
52090 [  9150] By: jhi                                   on 2001/03/14  06:38:36
52091         Log: Retract #9145.
52092      Branch: perl
52093            ! op.c op.h t/op/pat.t
52094 ____________________________________________________________________________
52095 [  9149] By: jhi                                   on 2001/03/14  06:14:56
52096         Log: Retract #9143.
52097      Branch: perl
52098            ! op.c
52099 ____________________________________________________________________________
52100 [  9148] By: gsar                                  on 2001/03/14  06:13:02
52101         Log: Uninitialized Memory Read in regexec.c
52102      Branch: perl
52103            ! regexec.c
52104 ____________________________________________________________________________
52105 [  9147] By: jhi                                   on 2001/03/14  04:59:54
52106         Log: Subject: PATCH: make goto work in nested eval ""
52107              From: Robin Houston <robin@kitsite.com>
52108              Date: Wed, 14 Mar 2001 04:16:10 +0000
52109              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
52110      Branch: perl
52111            ! pp_ctl.c t/op/goto.t
52112 ____________________________________________________________________________
52113 [  9146] By: jhi                                   on 2001/03/14  04:42:54
52114         Log: Preserve the #ifdef PERL_CORE in perly.h.
52115      Branch: perl
52116            ! perly.fixer
52117 ____________________________________________________________________________
52118 [  9145] By: jhi                                   on 2001/03/14  03:57:41
52119         Log: (Retracted by #9150.)
52120      Branch: perl
52121            ! op.c op.h t/op/pat.t
52122 ____________________________________________________________________________
52123 [  9144] By: jhi                                   on 2001/03/14  03:50:38
52124         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
52125              
52126              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
52127              
52128              remove squelch controls for "Scalars leaked" messages in most places
52129              (these are now cured)
52130              
52131              fix another memory leak reported by purify (tie callbacks that
52132              croak can leak when wiping out magic)
52133      Branch: perl
52134           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
52135           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
52136           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
52137           !> t/pragma/warnings.t
52138 ____________________________________________________________________________
52139 [  9143] By: jhi                                   on 2001/03/14  03:37:53
52140         Log: (Retracted by #9149.)
52141      Branch: perl
52142            ! op.c
52143 ____________________________________________________________________________
52144 [  9142] By: gsar                                  on 2001/03/14  03:20:48
52145         Log: fix another memory leak reported by purify (tie callbacks that
52146              croak can leak when wiping out magic)
52147      Branch: maint-5.6/perl
52148            ! scope.c
52149 ____________________________________________________________________________
52150 [  9141] By: jhi                                   on 2001/03/14  02:55:00
52151         Log: Subject: PATCH for [ID 20010305.003]
52152              From: Robin Houston <robin@kitsite.com>
52153              Date: Wed, 14 Mar 2001 02:45:51 +0000
52154              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
52155      Branch: perl
52156            ! pp_ctl.c t/op/eval.t
52157 ____________________________________________________________________________
52158 [  9140] By: jhi                                   on 2001/03/14  02:41:54
52159         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52160              Date: Wed, 14 Mar 2001 01:52:51 +0000
52161              From: Robin Houston <robin@kitsite.com>
52162              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
52163              
52164              Fix for 2000313.004.
52165      Branch: perl
52166            ! pp_ctl.c t/op/goto.t
52167 ____________________________________________________________________________
52168 [  9139] By: jhi                                   on 2001/03/14  02:40:50
52169         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52170              From: Robin Houston <robin@kitsite.com>
52171              Date: Wed, 14 Mar 2001 00:43:45 +0000
52172              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
52173      Branch: perl
52174            + t/op/loopctl.t
52175            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
52176            ! vms/perly_c.vms
52177 ____________________________________________________________________________
52178 [  9138] By: gsar                                  on 2001/03/14  01:18:00
52179         Log: remove squelch controls for "Scalars leaked" messages in most places
52180              (these are now cured)
52181      Branch: maint-5.6/perl
52182            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
52183            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
52184            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
52185 ____________________________________________________________________________
52186 [  9137] By: gsar                                  on 2001/03/14  00:57:04
52187         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
52188      Branch: maint-5.6/perl
52189            ! regcomp.c
52190 ____________________________________________________________________________
52191 [  9136] By: jhi                                   on 2001/03/13  23:12:24
52192         Log: (Retracted by #9155)
52193              
52194              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
52195              From: Jens-Uwe Mager <jum@helios.de>
52196              Date: Wed, 21 Feb 2001 21:32:04 +0100
52197              Message-ID: <20010221213203.A18340@ans.helios.de>
52198      Branch: perl
52199            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
52200 ____________________________________________________________________________
52201 [  9135] By: jhi                                   on 2001/03/13  22:50:05
52202         Log: Integrate perlio.
52203      Branch: perl
52204           !> pp.c
52205 ____________________________________________________________________________
52206 [  9134] By: jhi                                   on 2001/03/13  22:49:05
52207         Log: Integrate change #9131 from maintperl into mainline.
52208              
52209              make the error text look more consistent in hints/hpux.sh
52210      Branch: perl
52211           !> hints/hpux.sh
52212 ____________________________________________________________________________
52213 [  9133] By: gsar                                  on 2001/03/13  22:46:20
52214         Log: integrate change#9067 from mainline
52215              
52216              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
52217      Branch: maint-5.6/perl
52218           !> lib/ExtUtils/MM_Unix.pm
52219 ____________________________________________________________________________
52220 [  9132] By: jhi                                   on 2001/03/13  22:41:21
52221         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
52222              From: "John P. Linderman" <jpl@research.att.com>
52223              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
52224              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
52225              
52226              A more correct prime finder.
52227      Branch: perl
52228            ! lib/Tie/SubstrHash.pm
52229 ____________________________________________________________________________
52230 [  9131] By: gsar                                  on 2001/03/13  22:30:42
52231         Log: make the error text look more consistent in hints/hpux.sh
52232      Branch: maint-5.6/perl
52233            ! hints/hpux.sh
52234 ____________________________________________________________________________
52235 [  9130] By: jhi                                   on 2001/03/13  22:23:44
52236         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
52237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52238              Date: Tue, 13 Mar 2001 18:41:26 +0100
52239              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
52240              
52241              If the test is run non-interactively the default handler
52242              is different.
52243      Branch: perl
52244            ! t/lib/sigaction.t
52245 ____________________________________________________________________________
52246 [  9129] By: jhi                                   on 2001/03/13  22:20:21
52247         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
52248              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52249              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
52250              Date:     Tue, 13 Mar 2001 16:44:32 EST
52251      Branch: perl
52252            ! t/lib/1_compile.t
52253 ____________________________________________________________________________
52254 [  9128] By: jhi                                   on 2001/03/13  22:18:34
52255         Log: Subject: Another patch for integer.pm POD 
52256              From: "John L. Allen" <allen@grumman.com>
52257              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
52258              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
52259      Branch: perl
52260            ! lib/integer.pm
52261 ____________________________________________________________________________
52262 [  9127] By: nick                                  on 2001/03/13  21:26:30
52263         Log: Integrate mainline.
52264      Branch: perlio
52265           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
52266           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
52267           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
52268           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
52269           !> Changes Configure MANIFEST README.os2 README.os390
52270           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
52271           !> os2/Changes patchlevel.h win32/perlhost.h
52272 ____________________________________________________________________________
52273 [  9126] By: nick                                  on 2001/03/13  20:39:51
52274         Log: #ifdef'ed out code to make packed side of pack/unpack
52275              octets. (i.e. pack('U') => encode_utf8).
52276      Branch: perlio
52277            ! pp.c
52278 ____________________________________________________________________________
52279 [  9125] By: jhi                                   on 2001/03/13  15:07:16
52280         Log: Update Changes.
52281      Branch: perl
52282            ! Changes patchlevel.h
52283 ____________________________________________________________________________
52284 [  9124] By: jhi                                   on 2001/03/13  14:22:45
52285         Log: Workaround for the buggy ("internal compiler error")
52286              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
52287              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
52288              of Andreas König.
52289      Branch: perl
52290            ! ext/re/Makefile.PL hints/aix.sh
52291 ____________________________________________________________________________
52292 [  9123] By: jhi                                   on 2001/03/13  03:24:34
52293         Log: Typo in #9114.
52294      Branch: metaconfig
52295            ! U/modified/myhostname.U
52296 ____________________________________________________________________________
52297 [  9122] By: jhi                                   on 2001/03/13  03:24:06
52298         Log: Typo in #9113.
52299      Branch: perl
52300            ! Configure
52301 ____________________________________________________________________________
52302 [  9121] By: jhi                                   on 2001/03/13  01:53:05
52303         Log: Forgot to check-in the larger part of #9120, duh.
52304      Branch: perl
52305            ! README.os2
52306 ____________________________________________________________________________
52307 [  9120] By: jhi                                   on 2001/03/13  01:51:31
52308         Log: Subject: [PATCH 5.6.1] OS/2 docs
52309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52310              Date: Mon, 12 Mar 2001 03:27:32 -0500
52311              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
52312      Branch: perl
52313            ! os2/Changes
52314 ____________________________________________________________________________
52315 [  9119] By: jhi                                   on 2001/03/13  01:49:41
52316         Log: Integrate change #9116 from maintperl into mainline.
52317              
52318              Win32::GetCwd() returns C: instead of C:\ in the root directory
52319              under ithreads
52320      Branch: perl
52321           !> win32/perlhost.h
52322 ____________________________________________________________________________
52323 [  9118] By: jhi                                   on 2001/03/13  01:13:39
52324         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
52325      Branch: perl
52326            + lib/Switch.pm t/lib/switch.t
52327            ! MANIFEST
52328 ____________________________________________________________________________
52329 [  9117] By: jhi                                   on 2001/03/13  01:03:17
52330         Log: Add Text::Balanced 1.83.
52331      Branch: perl
52332            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
52333            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
52334            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
52335            + t/lib/tb-xvari.t
52336            ! MANIFEST
52337 ____________________________________________________________________________
52338 [  9116] By: gsar                                  on 2001/03/13  00:55:53
52339         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
52340              under ithreads
52341      Branch: maint-5.6/perl
52342            ! win32/perlhost.h
52343 ____________________________________________________________________________
52344 [  9115] By: jhi                                   on 2001/03/13  00:54:09
52345         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
52346              From: "John L. Allen" <allen@grumman.com>
52347              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
52348              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
52349              
52350              use integer document clarification.
52351      Branch: perl
52352            ! lib/integer.pm
52353 ____________________________________________________________________________
52354 [  9114] By: jhi                                   on 2001/03/13  00:38:54
52355         Log: Metaconfig unit change for #9113.
52356      Branch: metaconfig
52357            ! U/modified/myhostname.U
52358 ____________________________________________________________________________
52359 [  9113] By: jhi                                   on 2001/03/13  00:38:35
52360         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?)
52361              From: Peter Prymmer <pvhp@forte.com>
52362              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
52363              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
52364      Branch: perl
52365            ! Configure README.os390 hints/os390.sh
52366 ____________________________________________________________________________
52367 [  9112] By: jhi                                   on 2001/03/13  00:29:00
52368         Log: Integrate perlio.
52369      Branch: perl
52370           !> sv.c utf8.h
52371 ____________________________________________________________________________
52372 [  9111] By: nick                                  on 2001/03/12  21:16:33
52373         Log: Integrate mainline.
52374      Branch: perlio
52375           +> t/op/anonsub.t
52376           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52377           !> proto.h sv.c
52378 ____________________________________________________________________________
52379 [  9110] By: nick                                  on 2001/03/12  21:00:13
52380         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
52381      Branch: perlio
52382            ! sv.c utf8.h
52383 ____________________________________________________________________________
52384 [  9109] By: jhi                                   on 2001/03/12  16:04:47
52385         Log: Integrate change #9108 from maintperl to mainline.
52386              
52387              fix memory leak in C<sub X { sub {} }> arising from a refcount
52388              loop between the outer sub and the inner prototype anonsub
52389              
52390              this also enables closures returned by subroutines that
52391              subsequently get redefined to work without generating coredumps :)
52392              
52393              completely removed the free_closures() hack--it shouldn't be
52394              needed anymore
52395      Branch: perl
52396           +> t/op/anonsub.t
52397           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52398           !> proto.h sv.c
52399 ____________________________________________________________________________
52400 [  9108] By: gsar                                  on 2001/03/12  10:21:31
52401         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
52402              loop between the outer sub and the inner prototype anonsub
52403              
52404              this also enables closures returned by subroutines that
52405              subsequently get redefined to work without generating coredumps :)
52406              
52407              completely removed the free_closures() hack--it shouldn't be
52408              needed anymore
52409      Branch: maint-5.6/perl
52410            + t/op/anonsub.t
52411            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
52412            ! proto.h sv.c
52413 ____________________________________________________________________________
52414 [  9107] By: jhi                                   on 2001/03/12  05:15:31
52415         Log: Integrate perlio.
52416      Branch: perl
52417           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
52418 ____________________________________________________________________________
52419 [  9106] By: nick                                  on 2001/03/11  20:10:12
52420         Log: regcomp.c is working in native space, not Unicode space (if different)
52421              as it is doing compare against 'W' in \W etc.
52422      Branch: perlio
52423            ! regcomp.c
52424 ____________________________________________________________________________
52425 [  9105] By: nick                                  on 2001/03/11  19:39:34
52426         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
52427              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
52428      Branch: perlio
52429            ! regcomp.c toke.c utf8.c
52430 ____________________________________________________________________________
52431 [  9104] By: nick                                  on 2001/03/11  18:15:44
52432         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
52433      Branch: perlio
52434            ! sv.c
52435 ____________________________________________________________________________
52436 [  9103] By: nick                                  on 2001/03/11  18:03:28
52437         Log: Integrate mainline (for regexp stuff).
52438      Branch: perlio
52439           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
52440           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
52441           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
52442           !> t/lib/errno.t t/op/pat.t
52443 ____________________________________________________________________________
52444 [  9102] By: nick                                  on 2001/03/11  17:44:20
52445         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
52446              - exclude layer syms in makedef.pl for sfio
52447              - also inhibit Encode from trying to build ":encode()" layer.
52448      Branch: perlio
52449            ! ext/Encode/Encode.xs makedef.pl
52450 ____________________________________________________________________________
52451 [  9101] By: jhi                                   on 2001/03/10  22:38:13
52452         Log: The $Is_MacOS needs to be declared.
52453      Branch: perl
52454            ! lib/ExtUtils/Manifest.pm
52455 ____________________________________________________________________________
52456 [  9100] By: jhi                                   on 2001/03/10  22:14:29
52457         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
52458              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
52459              pollute the symbolspace if using sfio.
52460      Branch: perl
52461            ! ext/Encode/Encode.xs
52462 ____________________________________________________________________________
52463 [  9099] By: jhi                                   on 2001/03/10  21:58:48
52464         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
52465              Date: Sat, 10 Mar 2001 14:23:55 -0500
52466              From: Chris Nandor <pudge@pobox.com>
52467              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
52468      Branch: perl
52469            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
52470            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
52471            ! t/lib/errno.t
52472 ____________________________________________________________________________
52473 [  9098] By: jhi                                   on 2001/03/10  21:38:30
52474         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
52475      Branch: perl
52476            ! regcomp.c regexec.c t/op/pat.t
52477 ____________________________________________________________________________
52478 [  9097] By: jhi                                   on 2001/03/10  14:38:07
52479         Log: Integrate perlio.
52480      Branch: perl
52481           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
52482           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
52483           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
52484 ____________________________________________________________________________
52485 [  9096] By: nick                                  on 2001/03/10  11:55:43
52486         Log: EBCDIC sanity - phase I
52487              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
52488              - use utf8n_xxxx (c.f. pvn) for forms which take length.
52489              - back out vN.N and $^V exceptions to e2a/a2e
52490              - make "locale" isxxx macros be uvchr (may be redundant?)
52491              
52492              Not clear yet that toUPPER_uni et. al. return being handled correctly.
52493              The tr// and rexexp stuff still needs an audit, assumption is they are working
52494              in Unicode space.
52495              
52496              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
52497      Branch: perlio
52498            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
52499            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
52500            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
52501 ____________________________________________________________________________
52502 [  9095] By: jhi                                   on 2001/03/09  22:10:01
52503         Log: Integrate perlio.
52504      Branch: perl
52505           !> dump.c
52506 ____________________________________________________________________________
52507 [  9094] By: nick                                  on 2001/03/09  17:36:38
52508         Log: Builds an passes all tests after integrate and this tweak.
52509      Branch: perlio
52510            ! dump.c
52511 ____________________________________________________________________________
52512 [  9093] By: nick                                  on 2001/03/09  17:16:03
52513         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
52514      Branch: perlio
52515           +> lib/unicode/Scripts.txt t/lib/sigaction.t
52516           !> (integrate 79 files)
52517 ____________________________________________________________________________
52518 [  9092] By: jhi                                   on 2001/03/09  15:28:26
52519         Log: Update Changes.
52520      Branch: perl
52521            ! Changes patchlevel.h
52522 ____________________________________________________________________________
52523 [  9091] By: jhi                                   on 2001/03/09  15:25:05
52524         Log: In op/stat #35 better to scan all the potential directories
52525              for setuids, not just the first one.
52526      Branch: perl
52527            ! t/op/stat.t
52528 ____________________________________________________________________________
52529 [  9090] By: jhi                                   on 2001/03/09  15:01:27
52530         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
52531              From: rspier@pobox.com (Robert Spier)
52532              Date: Fri, 9 Mar 2001 03:30:20 -0500
52533              Message-ID: <15016.38044.381174.160189@rls.cx>
52534              
52535              EXISTS() returning undef mistakenly triggered a FETCH().
52536      Branch: perl
52537            ! hv.c
52538 ____________________________________________________________________________
52539 [  9089] By: jhi                                   on 2001/03/09  14:59:02
52540         Log: Add /sbin and /usr/sbin to the list of directories scanned
52541              for setuid programs.  Takes care of bug id 20010309.003.
52542      Branch: perl
52543            ! t/op/stat.t
52544 ____________________________________________________________________________
52545 [  9088] By: jhi                                   on 2001/03/09  14:48:32
52546         Log: Regen perlapi, perltoc.
52547      Branch: perl
52548            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
52549 ____________________________________________________________________________
52550 [  9087] By: jhi                                   on 2001/03/09  14:38:56
52551         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
52552              From: David Mitchell <davem@fdgroup.co.uk>
52553              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
52554              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
52555      Branch: perl
52556            ! dump.c perl.c perl.h pod/perlrun.pod
52557 ____________________________________________________________________________
52558 [  9086] By: jhi                                   on 2001/03/09  01:47:16
52559         Log: A modified version of
52560              
52561              Subject: [ID 20010307.005] POSIX::sigaction has various problems
52562              From: anders@broadcom.com
52563              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
52564              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
52565              
52566              Currently the sigaction.t test #6 fails (and is fudged to look
52567              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
52568              This may well be a genuine bug in Linux sigaction() (since at
52569              least Tru64, Solaris, and HP-UX disagree with Linux).
52570              Anyone with POSIX / SUSv2 tome handy?  The problem is that
52571              the flags of the oldaction don't match with the flags in
52572              the previously installed disposition.
52573      Branch: perl
52574            + t/lib/sigaction.t
52575            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
52576 ____________________________________________________________________________
52577 [  9085] By: jhi                                   on 2001/03/09  01:30:13
52578         Log: Subject: Re: mission impossible for the day
52579              From: Alex Gough <alex@rcon.org>
52580              Date: Thu, 08 Mar 2001 17:18:19 +0000
52581              Message-ID: <3AA7BEDB.8070409@rcon.org>
52582              
52583              If references (are overloaded) and can be directly stringified,
52584              show that instead of "stringified".
52585              
52586              (The problem, infinite mutual recursion caused by overloaded bool
52587              in Switch.pm, tracked by David Mitchell)
52588      Branch: perl
52589            ! lib/Carp/Heavy.pm
52590 ____________________________________________________________________________
52591 [  9084] By: jhi                                   on 2001/03/09  01:20:39
52592         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
52593              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
52594              From: David Mitchell <davem@fdgroup.co.uk>
52595              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
52596      Branch: perl
52597            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
52598            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
52599 ____________________________________________________________________________
52600 [  9083] By: jhi                                   on 2001/03/09  01:16:51
52601         Log: Subject: [PATCH] perldata.pod here-doc docs
52602              From: Jeff Pinyan <jeffp@crusoe.net>
52603              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
52604              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
52605      Branch: perl
52606            ! pod/perldata.pod
52607 ____________________________________________________________________________
52608 [  9082] By: jhi                                   on 2001/03/09  01:01:27
52609         Log: Subject: Re: Unicode/EBCDIC
52610              From: Peter Prymmer <pvhp@forte.com>
52611              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
52612              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
52613      Branch: perl
52614            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
52615 ____________________________________________________________________________
52616 [  9081] By: jhi                                   on 2001/03/08  13:41:30
52617         Log: Subject: Ooops, wrong 'no *POSIX' Patch
52618              From: Dorner Thomas <Thomas.Dorner@start.de>
52619              Date: Thu, 8 Mar 2001 08:43:28 +0100
52620              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
52621      Branch: perl
52622            ! hints/posix-bc.sh
52623 ____________________________________________________________________________
52624 [  9080] By: jhi                                   on 2001/03/08  13:11:42
52625         Log: It's Scripts.txt, not Script.txt.
52626      Branch: perl
52627            ! MANIFEST
52628 ____________________________________________________________________________
52629 [  9079] By: jhi                                   on 2001/03/08  12:59:05
52630         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
52631              From: Dorner Thomas <Thomas.Dorner@start.de>
52632              Date: Wed, 7 Mar 2001 14:13:31 +0100
52633              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
52634      Branch: perl
52635            ! makedepend.SH
52636 ____________________________________________________________________________
52637 [  9078] By: jhi                                   on 2001/03/08  12:57:43
52638         Log: Retract #9069, wrong patch.
52639      Branch: perl
52640            ! Makefile.SH
52641 ____________________________________________________________________________
52642 [  9077] By: jhi                                   on 2001/03/08  01:06:13
52643         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
52644      Branch: perl
52645            + lib/unicode/Scripts.txt
52646            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
52647            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
52648            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
52649            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52650            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
52651            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
52652            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
52653            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
52654            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
52655            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
52656            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
52657            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
52658            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
52659            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
52660            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
52661            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
52662            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
52663            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
52664            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
52665            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
52666            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
52667            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
52668            ! lib/unicode/version
52669 ____________________________________________________________________________
52670 [  9076] By: jhi                                   on 2001/03/07  22:59:39
52671         Log: Integrate change #7784 from mainline into maintperl.
52672              
52673              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
52674      Branch: maint-5.6/perl
52675           !> pp_ctl.c t/op/pat.t
52676 ____________________________________________________________________________
52677 [  9075] By: jhi                                   on 2001/03/07  22:05:11
52678         Log: More UTF-8 test tweaks.
52679      Branch: perl
52680            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
52681 ____________________________________________________________________________
52682 [  9074] By: nick                                  on 2001/03/07  21:39:29
52683         Log: Integrate mainline.
52684      Branch: perlio
52685           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
52686           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
52687           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
52688           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
52689           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
52690 ____________________________________________________________________________
52691 [  9073] By: jhi                                   on 2001/03/07  16:37:09
52692         Log: Update Changes.
52693      Branch: perl
52694            ! Changes patchlevel.h
52695 ____________________________________________________________________________
52696 [  9072] By: jhi                                   on 2001/03/07  16:32:30
52697         Log: Subject: [ID 20010306.004] || != named unary operator
52698              From: abela@geneanet.org
52699              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
52700              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
52701      Branch: perl
52702            ! pod/perlop.pod
52703 ____________________________________________________________________________
52704 [  9071] By: jhi                                   on 2001/03/07  15:14:11
52705         Log: Subject: downgrading to bytes for common functions
52706              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
52707              Date: Wed, 7 Mar 2001 02:36:55 -0500
52708              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
52709      Branch: perl
52710            ! pp_sys.c
52711 ____________________________________________________________________________
52712 [  9070] By: jhi                                   on 2001/03/07  15:04:58
52713         Log: Clarify the description differentiating for and while; inspired by
52714              
52715              Subject: [ID 20010306.002] for/while difference in for definition
52716              From: abela@geneanet.org
52717              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
52718              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
52719      Branch: perl
52720            ! pod/perlsyn.pod
52721 ____________________________________________________________________________
52722 [  9069] By: jhi                                   on 2001/03/07  14:55:30
52723         Log: (Retracted by #9078.)
52724      Branch: perl
52725            ! Makefile.SH
52726 ____________________________________________________________________________
52727 [  9068] By: jhi                                   on 2001/03/07  14:51:17
52728         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
52729              From: Radu Greab <radu@netsoft.ro>
52730              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
52731              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
52732      Branch: perl
52733            ! pp.c t/op/chop.t
52734 ____________________________________________________________________________
52735 [  9067] By: jhi                                   on 2001/03/07  14:48:57
52736         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
52737              From: Simon Cozens <simon@netthink.co.uk>
52738              Date: Wed, 7 Mar 2001 13:59:28 +0000
52739              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
52740              
52741              In order to allow MakeMaker to build correct Makefiles,
52742              you need to change the order of the arguments in MM_Unix.pm
52743              as well. (Unless you have C89_CCMODE set, but we're trying
52744              to be POSIXly correct)
52745              
52746              Thanks to Merijn Broeren for tracking this down.
52747      Branch: perl
52748            ! lib/ExtUtils/MM_Unix.pm
52749 ____________________________________________________________________________
52750 [  9066] By: jhi                                   on 2001/03/07  14:30:02
52751         Log: Floating point too messy.
52752      Branch: perl
52753            ! t/camel-III/vstring.t
52754 ____________________________________________________________________________
52755 [  9065] By: jhi                                   on 2001/03/07  14:17:44
52756         Log: Integrate change #9064 from maintperl into mainline.
52757              
52758              fix memory leak in pack("Bb",...)
52759      Branch: perl
52760           !> perl.c
52761 ____________________________________________________________________________
52762 [  9064] By: gsar                                  on 2001/03/07  06:29:24
52763         Log: fix memory leak in pack("Bb",...)
52764      Branch: maint-5.6/perl
52765            ! perl.c
52766 ____________________________________________________________________________
52767 [  9063] By: jhi                                   on 2001/03/07  00:55:04
52768         Log: Major utf8 test reorganisation and rewrite.
52769              Hopefully no tests were lost in the shuffle.
52770              (The beginning of pragma/utf8 was lost intentionally,
52771              the tests were rather bogus and incomplete.)
52772      Branch: perl
52773            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
52774            ! t/pragma/utf8.t
52775 ____________________________________________________________________________
52776 [  9062] By: jhi                                   on 2001/03/07  00:41:16
52777         Log: More tweakage on the Unicode character class descriptions.
52778      Branch: perl
52779            ! lib/unicode/mktables.PL pod/perlretut.pod
52780 ____________________________________________________________________________
52781 [  9061] By: jhi                                   on 2001/03/06  23:12:38
52782         Log: The perlretut was still talking about the old \p and \P
52783              definitions.
52784      Branch: perl
52785            ! pod/perlretut.pod
52786 ____________________________________________________________________________
52787 [  9060] By: nick                                  on 2001/03/06  20:52:37
52788         Log: Integrate mainline (make test works again now).
52789      Branch: perlio
52790           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
52791 ____________________________________________________________________________
52792 [  9059] By: jhi                                   on 2001/03/06  15:36:14
52793         Log: 0.999... does equal 1.0, doesn't it?
52794      Branch: perl
52795            ! t/camel-III/vstring.t
52796 ____________________________________________________________________________
52797 [  9058] By: jhi                                   on 2001/03/06  15:34:00
52798         Log: Make /x{abcd}/ to work without use utf8.
52799      Branch: perl
52800            ! regcomp.c
52801 ____________________________________________________________________________
52802 [  9057] By: jhi                                   on 2001/03/06  03:02:36
52803         Log: Easier to outcomment all the three reset() tests for now.
52804      Branch: perl
52805            ! t/op/pat.t
52806 ____________________________________________________________________________
52807 [  9056] By: jhi                                   on 2001/03/06  02:30:02
52808         Log: Comment out the deadly reset; until the 20010301.005
52809              is finally fixed.
52810      Branch: perl
52811            ! t/op/pat.t
52812 ____________________________________________________________________________
52813 [  9055] By: jhi                                   on 2001/03/06  02:21:26
52814         Log: Integrate the change #9054 from mainline:
52815              retract the PMOP cleanup patch pending further investigation.
52816      Branch: maint-5.6/perl
52817           !> op.c op.h
52818 ____________________________________________________________________________
52819 [  9054] By: jhi                                   on 2001/03/06  02:19:57
52820         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
52821              with oddly familiar stack traces.
52822      Branch: perl
52823            ! op.c op.h
52824 ____________________________________________________________________________
52825 [  9053] By: jhi                                   on 2001/03/05  23:20:28
52826         Log: Integrate perlio.
52827      Branch: perl
52828           +> ext/Encode/Encode/koi8-r.ucm
52829           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
52830           !> makedef.pl
52831 ____________________________________________________________________________
52832 [  9052] By: nick                                  on 2001/03/05  23:08:17
52833         Log: skipping USE_PERLIO symbols correction.
52834      Branch: perlio
52835            ! makedef.pl
52836 ____________________________________________________________________________
52837 [  9051] By: nick                                  on 2001/03/05  22:35:07
52838         Log: More Encode alias tidying.
52839      Branch: perlio
52840            + ext/Encode/Encode/koi8-r.ucm
52841            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
52842 ____________________________________________________________________________
52843 [  9050] By: jhi                                   on 2001/03/05  21:44:29
52844         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
52845              Sarathy's fix for ID 20010301.005.
52846      Branch: maint-5.6/perl
52847           !> op.c op.h
52848 ____________________________________________________________________________
52849 [  9049] By: nick                                  on 2001/03/05  19:54:04
52850         Log: Integrate Jarkko's Encode.pm tweak.
52851      Branch: perlio
52852           !> ext/Encode/Encode.pm
52853 ____________________________________________________________________________
52854 [  9048] By: nick                                  on 2001/03/05  19:47:57
52855         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
52856      Branch: perlio
52857           +> os2/os2add.sym
52858           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
52859           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
52860           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
52861           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
52862           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
52863 ____________________________________________________________________________
52864 [  9047] By: jhi                                   on 2001/03/05  19:25:26
52865         Log: Regen perlapi.
52866      Branch: perl
52867            ! pod/perlapi.pod
52868 ____________________________________________________________________________
52869 [  9046] By: jhi                                   on 2001/03/05  19:12:14
52870         Log: Integrate perlio.
52871      Branch: perl
52872           +> t/camel-III/vstring.t
52873           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
52874 ____________________________________________________________________________
52875 [  9045] By: jhi                                   on 2001/03/05  19:10:36
52876         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
52877      Branch: perl
52878            ! ext/Encode/Encode.pm
52879 ____________________________________________________________________________
52880 [  9044] By: jhi                                   on 2001/03/05  18:49:12
52881         Log: Forgot the other half of the PMOP patch (#9033).
52882      Branch: perl
52883            ! op.h
52884 ____________________________________________________________________________
52885 [  9043] By: nick                                  on 2001/03/05  18:14:47
52886         Log: Update MANIFEST for new test.
52887      Branch: perlio
52888            ! MANIFEST
52889 ____________________________________________________________________________
52890 [  9042] By: nick                                  on 2001/03/05  18:12:41
52891         Log: Some tests for Camel 3rd edition features.
52892              Make gethostbyaddr() test in above work.
52893      Branch: perlio
52894            + t/camel-III/vstring.t
52895            ! pp.h pp_sys.c t/TEST t/harness
52896 ____________________________________________________________________________
52897 [  9041] By: jhi                                   on 2001/03/05  17:41:48
52898         Log: Add more ISO 8859 encoding aliases.
52899      Branch: perl
52900            ! ext/Encode/Encode.pm
52901 ____________________________________________________________________________
52902 [  9040] By: jhi                                   on 2001/03/05  17:30:43
52903         Log: Integrate perlio.
52904      Branch: perl
52905           !> MANIFEST sv.c
52906 ____________________________________________________________________________
52907 [  9039] By: nick                                  on 2001/03/05  17:11:36
52908         Log: Missed added file.
52909      Branch: perlio
52910            ! MANIFEST
52911 ____________________________________________________________________________
52912 [  9038] By: jhi                                   on 2001/03/05  15:58:01
52913         Log: Add tr tests for EBCDIC, from Karsten Sperling.
52914      Branch: perl
52915            ! t/op/tr.t
52916 ____________________________________________________________________________
52917 [  9037] By: nick                                  on 2001/03/05  15:56:35
52918         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
52919              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
52920              
52921              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
52922              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
52923              - uses SvPV() rather than sv_2pv() in case it isn't a string.
52924      Branch: perlio
52925            ! sv.c
52926 ____________________________________________________________________________
52927 [  9036] By: jhi                                   on 2001/03/05  15:49:15
52928         Log: Add matching tests currently failing in EBCDIC,
52929              suggested by Karsten Sperling.
52930      Branch: perl
52931            ! t/op/pat.t
52932 ____________________________________________________________________________
52933 [  9035] By: jhi                                   on 2001/03/05  15:36:55
52934         Log: The #9034 needs a MANIFESTation.
52935      Branch: perl
52936            ! MANIFEST
52937 ____________________________________________________________________________
52938 [  9034] By: jhi                                   on 2001/03/05  15:35:14
52939         Log: Integrate perlio.
52940      Branch: perl
52941           +> ext/Encode/Encode/Tcl.pm
52942           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
52943           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
52944           !> ext/Encode/Encode/iso8859-1.ucm
52945           !> ext/Encode/Encode/iso8859-10.ucm
52946           !> ext/Encode/Encode/iso8859-13.ucm
52947           !> ext/Encode/Encode/iso8859-14.ucm
52948           !> ext/Encode/Encode/iso8859-15.ucm
52949           !> ext/Encode/Encode/iso8859-16.ucm
52950           !> ext/Encode/Encode/iso8859-2.ucm
52951           !> ext/Encode/Encode/iso8859-3.ucm
52952           !> ext/Encode/Encode/iso8859-4.ucm
52953           !> ext/Encode/Encode/iso8859-5.ucm
52954           !> ext/Encode/Encode/iso8859-6.ucm
52955           !> ext/Encode/Encode/iso8859-7.ucm
52956           !> ext/Encode/Encode/iso8859-8.ucm
52957           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
52958           !> t/lib/encode.t
52959 ____________________________________________________________________________
52960 [  9033] By: jhi                                   on 2001/03/05  15:33:18
52961         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
52962              From: Gurusamy Sarathy <gsar@ActiveState.com>
52963              Date: Sun, 04 Mar 2001 22:33:15 -0800
52964              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
52965              
52966              PMOPs need to remember their own stash so that they can
52967              gracefully remove themselves from their linked list.
52968      Branch: perl
52969            ! op.c
52970 ____________________________________________________________________________
52971 [  9032] By: nick                                  on 2001/03/05  14:51:50
52972         Log: Encode implementation "completion"
52973              Implement and document define_encoding()
52974              Implement and document encoding aliases including define_alias()
52975              Make Encode::XS use define_encoding() rather than back-door.
52976              Move run-time *.enc to separate Encode::Tcl module.
52977              Make 'compile' honour <codeset_name>
52978              Change canonical names of to iso-8859-* and US-ascii.
52979      Branch: perlio
52980            + ext/Encode/Encode/Tcl.pm
52981            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
52982            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
52983            ! ext/Encode/Encode/iso8859-1.ucm
52984            ! ext/Encode/Encode/iso8859-10.ucm
52985            ! ext/Encode/Encode/iso8859-13.ucm
52986            ! ext/Encode/Encode/iso8859-14.ucm
52987            ! ext/Encode/Encode/iso8859-15.ucm
52988            ! ext/Encode/Encode/iso8859-16.ucm
52989            ! ext/Encode/Encode/iso8859-2.ucm
52990            ! ext/Encode/Encode/iso8859-3.ucm
52991            ! ext/Encode/Encode/iso8859-4.ucm
52992            ! ext/Encode/Encode/iso8859-5.ucm
52993            ! ext/Encode/Encode/iso8859-6.ucm
52994            ! ext/Encode/Encode/iso8859-7.ucm
52995            ! ext/Encode/Encode/iso8859-8.ucm
52996            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
52997            ! t/lib/encode.t
52998 ____________________________________________________________________________
52999 [  9031] By: jhi                                   on 2001/03/05  13:51:17
53000         Log: Integrate change #9030 from maintperl into mainline.
53001              
53002              Subject: [PATCH 5.6.1] OS/2 cleanup
53003      Branch: perl
53004           +> os2/os2add.sym
53005           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
53006           !> makedef.pl os2/Changes os2/Makefile.SHs
53007           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
53008           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
53009           !> os2/os2.sym os2/os2ish.h
53010 ____________________________________________________________________________
53011 [  9030] By: jhi                                   on 2001/03/05  13:46:49
53012         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
53013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53014              Date: Mon, 5 Mar 2001 02:29:44 -0500
53015              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
53016      Branch: maint-5.6/perl
53017            + os2/os2add.sym
53018            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
53019            ! makedef.pl os2/Changes os2/Makefile.SHs
53020            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
53021            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
53022            ! os2/os2.sym os2/os2ish.h
53023 ____________________________________________________________________________
53024 [  9029] By: jhi                                   on 2001/03/05  13:40:35
53025         Log: Integrate change #9028 from maintperl into mainline.
53026              
53027              various nits in MM_Unix.pm found by disabling SelfLoader
53028      Branch: perl
53029           !> lib/ExtUtils/MM_Unix.pm
53030 ____________________________________________________________________________
53031 [  9028] By: gsar                                  on 2001/03/05  09:58:38
53032         Log: various nits in MM_Unix.pm found by disabling SelfLoader
53033      Branch: maint-5.6/perl
53034            ! lib/ExtUtils/MM_Unix.pm
53035 ____________________________________________________________________________
53036 [  9027] By: nick                                  on 2001/03/05  08:35:22
53037         Log: Integrate mainline
53038      Branch: perlio
53039           !> (integrate 28 files)
53040 ____________________________________________________________________________
53041 [  9026] By: jhi                                   on 2001/03/05  02:14:59
53042         Log: Integrate change #9025 from mainline to maintperl,
53043              retract \N{U+HHHH}.
53044      Branch: maint-5.6/perl
53045           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53046           !> t/lib/charnames.t toke.c
53047 ____________________________________________________________________________
53048 [  9025] By: jhi                                   on 2001/03/05  02:13:09
53049         Log: Retracting \N{U+HHHH}.
53050      Branch: perl
53051            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53052            ! t/lib/charnames.t toke.c
53053 ____________________________________________________________________________
53054 [  9024] By: jhi                                   on 2001/03/04  20:51:07
53055         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
53056              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53057              Date: Fri, 02 Mar 2001 18:25:26 +0100
53058              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
53059              
53060              Casting problem.
53061      Branch: perl
53062            ! ext/Storable/Storable.xs
53063 ____________________________________________________________________________
53064 [  9023] By: jhi                                   on 2001/03/04  19:46:45
53065         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
53066              From: nick@talking.bollo.cx
53067              Date: Sat, 03 Mar 2001 21:41:33 +0000
53068              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
53069              
53070              Revert the workaround.
53071      Branch: perl
53072            ! perlio.c
53073 ____________________________________________________________________________
53074 [  9022] By: jhi                                   on 2001/03/04  19:36:28
53075         Log: Update Changes.
53076      Branch: perl
53077            ! Changes patchlevel.h
53078 ____________________________________________________________________________
53079 [  9021] By: jhi                                   on 2001/03/04  18:41:00
53080         Log: makedef.pl updates suggested by Chris Nandor; double-checking
53081              the changes in AIX, OS/2 Win32 would be nice.
53082      Branch: perl
53083            ! makedef.pl
53084 ____________________________________________________________________________
53085 [  9020] By: jhi                                   on 2001/03/04  18:23:58
53086         Log: Integrate change #9012 from maintperl into mainline,
53087              quench a compiler warning.
53088      Branch: perl
53089           !> toke.c
53090 ____________________________________________________________________________
53091 [  9019] By: jhi                                   on 2001/03/04  18:18:43
53092         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
53093              
53094              \N{U+HHHH} fix.
53095              
53096              pattern in G_ARRAY context
53097      Branch: maint-5.6/perl
53098           !> pp_hot.c t/op/pat.t toke.c
53099 ____________________________________________________________________________
53100 [  9018] By: jhi                                   on 2001/03/04  18:07:48
53101         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
53102              From: Jeff Pinyan <jeffp@crusoe.net>
53103              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
53104              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
53105      Branch: perl
53106            ! pp_hot.c t/op/pat.t
53107 ____________________________________________________________________________
53108 [  9017] By: jhi                                   on 2001/03/04  18:06:21
53109         Log: I thought I tested the #9014.
53110      Branch: perl
53111            ! toke.c
53112 ____________________________________________________________________________
53113 [  9016] By: jhi                                   on 2001/03/04  17:41:22
53114         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
53115              
53116              Tweak the get*ent() OS/2 prototypes.
53117              
53118              Add the \N{U+HHHH} syntax.
53119              
53120              More tr/// UTF-8 fixes from Inaba Hiroto.
53121      Branch: maint-5.6/perl
53122           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
53123           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
53124 ____________________________________________________________________________
53125 [  9015] By: jhi                                   on 2001/03/04  17:36:04
53126         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
53127      Branch: perl
53128            ! doop.c t/op/tr.t
53129 ____________________________________________________________________________
53130 [  9014] By: jhi                                   on 2001/03/04  17:24:49
53131         Log: Add the \N{U+HHHH} syntax.
53132      Branch: perl
53133            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
53134            ! t/lib/charnames.t toke.c
53135 ____________________________________________________________________________
53136 [  9013] By: jhi                                   on 2001/03/04  17:20:45
53137         Log: Tweak the get*ent() OS/2 prototypes.
53138      Branch: perl
53139            ! os2/os2.c
53140 ____________________________________________________________________________
53141 [  9012] By: gsar                                  on 2001/03/04  06:26:14
53142         Log: avoid warning (nit in change#9009)
53143      Branch: maint-5.6/perl
53144            ! toke.c
53145 ____________________________________________________________________________
53146 [  9011] By: gsar                                  on 2001/03/04  06:15:24
53147         Log: lib/charnames.t fails in 5.6.x because of older Unicode
53148              data
53149              
53150              TODO: need to revisit this after updating lib/unicode/...
53151      Branch: maint-5.6/perl
53152            ! t/lib/charnames.t
53153 ____________________________________________________________________________
53154 [  9010] By: gsar                                  on 2001/03/04  06:08:36
53155         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
53156      Branch: maint-5.6/perl
53157            ! toke.c
53158 ____________________________________________________________________________
53159 [  9009] By: jhi                                   on 2001/03/03  19:27:20
53160         Log: Integrate change #9008 from mainline to maintperl,
53161              UTF-8 tr/// fixes from Inaba Hiroto.
53162      Branch: maint-5.6/perl
53163           !> doop.c op.c t/op/tr.t toke.c
53164 ____________________________________________________________________________
53165 [  9008] By: jhi                                   on 2001/03/03  19:19:42
53166         Log: UTF8 tr/// fixes from Inaba Hiroto.
53167      Branch: perl
53168            ! doop.c op.c t/op/tr.t toke.c
53169 ____________________________________________________________________________
53170 [  9007] By: jhi                                   on 2001/03/03  19:00:30
53171         Log: Integrate change #9006 from maintperl to mainline,
53172              more robust quest for the infinite.
53173      Branch: perl
53174           !> lib/Math/Complex.pm
53175 ____________________________________________________________________________
53176 [  9006] By: jhi                                   on 2001/03/03  18:58:06
53177         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
53178              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53179              Date: Sat, 3 Mar 2001 12:51:50 -0500
53180              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
53181              
53182              Be more robust in our quest for the infinite.
53183      Branch: maint-5.6/perl
53184            ! lib/Math/Complex.pm
53185 ____________________________________________________________________________
53186 [  9005] By: jhi                                   on 2001/03/03  17:55:50
53187         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
53188      Branch: maint-5.6/perl
53189            ! doio.c
53190 ____________________________________________________________________________
53191 [  9004] By: jhi                                   on 2001/03/03  17:40:14
53192         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
53193              so that picky compilers like IRIX won't get huffy about
53194              "statements without effect" (like 1;).
53195      Branch: perl
53196            ! toke.c
53197 ____________________________________________________________________________
53198 [  9003] By: jhi                                   on 2001/03/03  17:15:52
53199         Log: Integrate change #9002 from mainline to maintperl.
53200              
53201              Subject: [perl-5.6.x, perl-current] accept for EPOC
53202      Branch: maint-5.6/perl
53203           !> pp_sys.c
53204 ____________________________________________________________________________
53205 [  9002] By: jhi                                   on 2001/03/03  17:14:30
53206         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
53207              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53208              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
53209              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
53210      Branch: perl
53211            ! pp_sys.c
53212 ____________________________________________________________________________
53213 [  9001] By: jhi                                   on 2001/03/03  17:13:13
53214         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
53215              From: "Craig A. Berry" <craigberry@mac.com>
53216              Date: Fri, 02 Mar 2001 17:44:40 -0600
53217              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
53218      Branch: perl
53219            ! t/pod/find.t
53220 ____________________________________________________________________________
53221 [  9000] By: jhi                                   on 2001/03/03  17:11:55
53222         Log: Integrate changes #8997,8999 from maintperl.
53223              
53224              Subject: [PATCH 5.6.1] compiling on OS/2
53225              (Better error message from hints/os2.sh)
53226              
53227              Subject: [PATCH 5.6.1] syslog.t
53228      Branch: perl
53229           !> hints/os2.sh t/lib/syslog.t
53230 ____________________________________________________________________________
53231 [  8999] By: jhi                                   on 2001/03/03  17:09:28
53232         Log: Subject: [PATCH 5.6.1] syslog.t
53233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53234              Date: Sat, 3 Mar 2001 02:11:17 -0500
53235              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
53236      Branch: maint-5.6/perl
53237            ! t/lib/syslog.t
53238 ____________________________________________________________________________
53239 [  8998] By: jhi                                   on 2001/03/03  17:07:50
53240         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
53241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53242              Date: Sat, 3 Mar 2001 01:53:52 -0500
53243              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
53244      Branch: maint-5.6/perl
53245            ! opcode.pl os2/os2.c
53246 ____________________________________________________________________________
53247 [  8997] By: jhi                                   on 2001/03/03  17:03:30
53248         Log: Subject: [PATCH 5.6.1] compiling on OS/2
53249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53250              Date: Sat, 3 Mar 2001 01:59:59 -0500
53251              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
53252      Branch: maint-5.6/perl
53253            ! hints/os2.sh
53254 ____________________________________________________________________________
53255 [  8996] By: jhi                                   on 2001/03/03  00:55:58
53256         Log: Regen files for mainline.
53257      Branch: perl
53258            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53259            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
53260 ____________________________________________________________________________
53261 [  8995] By: jhi                                   on 2001/03/03  00:35:22
53262         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
53263              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
53264              to maintperl.
53265              
53266              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
53267              
53268              Add Configure option -Dmksymlinks which will create a symlink
53269              forest if the current/build differs from the source directory.
53270              (8218,8220,8221,8317,8318,8971)
53271              
53272              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
53273              (Document APPLLIB_EXP in INSTALL.)
53274              
53275              If running byacc write-enable also perly.h.
53276              
53277              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
53278              
53279              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
53280              
53281              Sanity check for conflicting thread flavours.
53282              
53283              Fix the sys/fcntl.h problem reported by Peter Prymmer.
53284              
53285              Add few CPUs/architectures to the Cppsym scan,
53286              add -perlio to archname if so selected (modified 8890)
53287              
53288              Be more helpful for devel builders, suggested by John L. Allen.
53289              (admittedly pointless change for maintperl, but the usedevel
53290              code is there already)
53291      Branch: maint-5.6/perl
53292           !> Configure INSTALL Makefile.SH Porting/Glossary
53293           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
53294           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
53295           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
53296           !> win32/config.bc win32/config.gc win32/config.vc
53297 ____________________________________________________________________________
53298 [  8994] By: jhi                                   on 2001/03/02  23:31:41
53299         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
53300      Branch: metaconfig/U/perl
53301            ! gccvers.U
53302 ____________________________________________________________________________
53303 [  8993] By: jhi                                   on 2001/03/02  23:22:12
53304         Log: Regenerate various files for maint.
53305      Branch: maint-5.6/perl
53306            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
53307            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
53308 ____________________________________________________________________________
53309 [  8992] By: alanbur                               on 2001/03/02  22:48:34
53310         Log: Resync wuth parent
53311      Branch: maint-5.6/pureperl
53312           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
53313           !> (integrate 60 files)
53314 ____________________________________________________________________________
53315 [  8991] By: jhi                                   on 2001/03/02  21:00:08
53316         Log: Retract the #8742 part of #8986, backward compat.
53317      Branch: maint-5.6/perl
53318            ! embed.pl
53319 ____________________________________________________________________________
53320 [  8990] By: jhi                                   on 2001/03/02  20:40:07
53321         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
53322      Branch: maint-5.6/perl
53323            ! hv.c
53324 ____________________________________________________________________________
53325 [  8989] By: jhi                                   on 2001/03/02  19:59:56
53326         Log: Update Changes.
53327      Branch: perl
53328            ! Changes patchlevel.h
53329 ____________________________________________________________________________
53330 [  8988] By: jhi                                   on 2001/03/02  19:57:08
53331         Log: Integrate perlio.
53332      Branch: perl
53333           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
53334           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
53335           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
53336           !> ext/Encode/Encode/iso8859-10.ucm
53337           !> ext/Encode/Encode/iso8859-13.ucm
53338           !> ext/Encode/Encode/iso8859-14.ucm
53339           !> ext/Encode/Encode/iso8859-15.ucm
53340           !> ext/Encode/Encode/iso8859-16.ucm
53341           !> ext/Encode/Encode/iso8859-2.ucm
53342           !> ext/Encode/Encode/iso8859-3.ucm
53343           !> ext/Encode/Encode/iso8859-4.ucm
53344           !> ext/Encode/Encode/iso8859-5.ucm
53345           !> ext/Encode/Encode/iso8859-6.ucm
53346           !> ext/Encode/Encode/iso8859-7.ucm
53347           !> ext/Encode/Encode/iso8859-8.ucm
53348           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
53349           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
53350 ____________________________________________________________________________
53351 [  8987] By: jhi                                   on 2001/03/02  19:43:40
53352         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
53353              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
53354              8950,8952,8955 from mainline to maintperl.
53355              
53356              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
53357              
53358              Put to rest the 20010205.001, the email address checking (not) regex.
53359              
53360              fork() not everywhere, cleanup temp files.
53361              
53362              The #8843 wasn't quite right: %Config needs to imported.
53363              
53364              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
53365              (#8849: the glob-basic hunk needed massaging as it depended
53366              on Schwern's large-scale (unintegrated) patches)
53367              
53368              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
53369              
53370              Upgrade to CGI.pm 2.752, from Lincoln Stein.
53371              (Note: there were some conflicts due to EBCDIC and EPOC
53372              patches, in general I preferred the repository code.)
53373              (When 2.753 comes out, we need to synchronize.)
53374              
53375              Subject: [PATCH] fix for charnames above FFFF
53376              
53377              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
53378              
53379              If no sfio, no -lsfio.
53380              
53381              Run run/*.t also in minitest.
53382              
53383              Subject:  [PATCH perl 5.7.0] malloc message address offset
53384              
53385              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
53386              
53387              Subject: fix for parameter -Dm (for perl@8867)
53388              
53389              Subject: [PATCH: perl@8892] was Re: hashing order difference?
53390              (make the test more portable)
53391              
53392              Subject: Re: [PATCH] fix for charnames above FFFF
53393              
53394              Subject: Re: I'm losing the war...
53395              (hv_store() not working correctly in ENV_IS_CASELESS case.)
53396              
53397              Subject: Modified README.bs2000 
53398              
53399              Subject: [PATCH: perl@8935] -Dt padsv($var)
53400              
53401              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
53402              
53403              Subject: PATCH: extra tests to check on negative float to unsigned cast
53404              
53405              Subject: [PATCH] XPUSH[insp] was Re: progress
53406              
53407              Subject: Re: Compile with perlcc..
53408      Branch: maint-5.6/perl
53409           !> (integrate 36 files)
53410 ____________________________________________________________________________
53411 [  8986] By: jhi                                   on 2001/03/02  18:51:25
53412         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
53413              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
53414              to maintperl.
53415              
53416              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
53417              
53418              Subject: [DOC PATCH] overload.pm nits
53419              
53420              Add header for LIB$ prototypes (C. Berry)
53421              
53422              Convert fwrite()s to sockets to write()s, since some socket stacks
53423              don't take kindly to stdio.
53424              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
53425              (for often optional LNMs)
53426              Correct a few typos
53427              (C. Bailey)
53428              
53429              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
53430              
53431              De-cut-and-pasto.
53432              
53433              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
53434              
53435              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
53436              
53437              Upgrade to CPAN 1.59_54, from Andreas König.
53438              
53439              Bogus shebang.
53440              
53441              Subject: [PATCH] Document makepatch in Porting/patching
53442              
53443              UTF-8 documentation.
53444              
53445              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
53446              
53447              Sort the MANIFEST.
53448              
53449              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
53450              
53451              Subject: [PATCH @8807] toke.c cleanup: scan_str()
53452              
53453              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
53454              
53455              Add run/*.t to testables.
53456              
53457              TODO: integrate #8784.
53458      Branch: maint-5.6/perl
53459           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
53460           !> (integrate 28 files)
53461 ____________________________________________________________________________
53462 [  8985] By: nick                                  on 2001/03/02  18:15:45
53463         Log: Integrate mainline
53464      Branch: perlio
53465           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
53466           !> vms/vms.c
53467 ____________________________________________________________________________
53468 [  8984] By: jhi                                   on 2001/03/02  16:00:17
53469         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
53470              
53471              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
53472              5.004_05, and mention the suidperl August 2000 security problem.
53473              (#8978,#8981)
53474              
53475              Subject: [ID 20010301.004] Technically speaking in perldata
53476              
53477              Subject: [PATCH] File::Copy for bleadperl, maintperl
53478              
53479              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
53480              
53481              (The #8982, fix for 20010221.005 and 20010221.008,
53482              would be nice too but it didn't integrate cleanly.)
53483      Branch: maint-5.6/perl
53484           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
53485 ____________________________________________________________________________
53486 [  8983] By: jhi                                   on 2001/03/02  15:51:16
53487         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
53488              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53489              Date:     Thu, 1 Mar 2001 15:54:09 EST
53490              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
53491      Branch: perl
53492            ! vms/vms.c
53493 ____________________________________________________________________________
53494 [  8982] By: jhi                                   on 2001/03/02  15:43:31
53495         Log: Subject: Re: sync sync sync: have I missed any patches?
53496              From: Radu Greab <radu@netsoft.ro> 
53497              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
53498              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
53499              
53500              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
53501              was checking argv[0] regardless of whether a different pathname
53502              will actually be executed."  Test case not supplied because 
53503              drafting that, ironically enough, revealed another bug
53504              (or a feature).
53505      Branch: perl
53506            ! doio.c
53507 ____________________________________________________________________________
53508 [  8981] By: jhi                                   on 2001/03/02  15:28:03
53509         Log: Misdate in #8978.
53510      Branch: perl
53511            ! pod/perlfaq1.pod
53512 ____________________________________________________________________________
53513 [  8980] By: jhi                                   on 2001/03/02  15:24:20
53514         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
53515              From: Chris Nandor <pudge@pobox.com>
53516              Date: Wed, 28 Feb 2001 22:10:15 -0500
53517              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
53518      Branch: perl
53519            ! lib/File/Copy.pm
53520 ____________________________________________________________________________
53521 [  8979] By: jhi                                   on 2001/03/02  15:17:16
53522         Log: Subject: [ID 20010301.004] Technically speaking in perldata
53523              From: abela@geneanet.org
53524              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
53525              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
53526      Branch: perl
53527            ! pod/perldata.pod
53528 ____________________________________________________________________________
53529 [  8978] By: jhi                                   on 2001/03/02  15:15:27
53530         Log: Subject: [ID 20010301.003] ref to 5.004
53531              From: abela@geneanet.org
53532              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
53533              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
53534              
53535              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
53536              and mention the suidperl August 2000 security problem.
53537      Branch: perl
53538            ! pod/perlfaq1.pod
53539 ____________________________________________________________________________
53540 [  8977] By: alanbur                               on 2001/03/02  14:17:45
53541         Log: Resynchronised with parent
53542      Branch: maint-5.6/pureperl
53543           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
53544           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
53545           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
53546           !> vms/descrip_mms.template win32/win32.c win32/win32.h
53547           !> win32/win32iop.h
53548 ____________________________________________________________________________
53549 [  8976] By: nick                                  on 2001/03/01  23:25:30
53550         Log: Integrate mainline.
53551      Branch: perlio
53552            - t/op/qu.t
53553           !> (integrate 55 files)
53554 ____________________________________________________________________________
53555 [  8975] By: jhi                                   on 2001/03/01  16:51:34
53556         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
53557      Branch: perl
53558           !> toke.c
53559 ____________________________________________________________________________
53560 [  8974] By: gsar                                  on 2001/03/01  16:28:21
53561         Log: fix for bugid 20010226.008
53562              
53563              the problem was that some of the pointers (PL_last_lop and
53564              PL_last_uni specifically) into the lex buffers weren't correctly
53565              being invalidated when the buffer changed; this would leave the
53566              pointers pointing at an arbitrary location in the buffer if
53567              the buffer didn't need to be reallocated, or point into freed
53568              memory if the buffer had to be realloced
53569              
53570              TODO item for bugdb maintainers: check other seemingly random
53571              parser-related bugs--they might be cured by this
53572      Branch: maint-5.6/perl
53573            ! toke.c
53574 ____________________________________________________________________________
53575 [  8973] By: jhi                                   on 2001/03/01  02:23:25
53576         Log: Retract #8970 because of a completely mysterious core dump:
53577              adding the tests 241..244 causes op/pat dump core at test #25.
53578              The test needs a lot of whittling down before the bug can be solved.
53579      Branch: perl
53580            ! t/op/pat.t
53581 ____________________________________________________________________________
53582 [  8972] By: jhi                                   on 2001/03/01  01:58:38
53583         Log: Regen perlapi.
53584      Branch: perl
53585            ! pod/perlapi.pod
53586 ____________________________________________________________________________
53587 [  8971] By: jhi                                   on 2001/03/01  01:34:09
53588         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))
53589              From: Nicholas Clark <nick@ccl4.org>
53590              Date: Wed, 28 Feb 2001 23:28:49 +0000
53591              Message-ID: <20010228232849.A55187@plum.flirble.org>
53592              
53593              Allow a completely write protected source code tree
53594              when using the Configure -Dmksymlinks.
53595      Branch: perl
53596            ! embed.pl warnings.pl
53597 ____________________________________________________________________________
53598 [  8970] By: jhi                                   on 2001/03/01  01:32:04
53599         Log: Add back the EBCDIC character range tests (for matching).
53600      Branch: perl
53601            ! t/op/pat.t
53602 ____________________________________________________________________________
53603 [  8969] By: nick                                  on 2001/02/28  18:18:01
53604         Log: Add charname comments to .ucm files writen by 'compile',
53605              also order charmaps in those files by source encoding.
53606              regenerate distrubuted .ucm files
53607      Branch: perlio
53608            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
53609            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
53610            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
53611            ! ext/Encode/Encode/iso8859-10.ucm
53612            ! ext/Encode/Encode/iso8859-13.ucm
53613            ! ext/Encode/Encode/iso8859-14.ucm
53614            ! ext/Encode/Encode/iso8859-15.ucm
53615            ! ext/Encode/Encode/iso8859-16.ucm
53616            ! ext/Encode/Encode/iso8859-2.ucm
53617            ! ext/Encode/Encode/iso8859-3.ucm
53618            ! ext/Encode/Encode/iso8859-4.ucm
53619            ! ext/Encode/Encode/iso8859-5.ucm
53620            ! ext/Encode/Encode/iso8859-6.ucm
53621            ! ext/Encode/Encode/iso8859-7.ucm
53622            ! ext/Encode/Encode/iso8859-8.ucm
53623            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
53624            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
53625 ____________________________________________________________________________
53626 [  8968] By: jhi                                   on 2001/02/28  16:26:37
53627         Log: Expand usemorebits early if d_casti32 needs to be undefined.
53628      Branch: perl
53629            ! hints/hpux.sh hints/irix_6.sh
53630 ____________________________________________________________________________
53631 [  8967] By: jhi                                   on 2001/02/28  16:22:26
53632         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
53633              retract toke.c/qu parts of #8583, retract #8485, retract
53634              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
53635              op/length.t, and MANIFEST, and delete t/op/qu.t.
53636      Branch: perl
53637            - t/op/qu.t
53638            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
53639            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
53640            ! t/op/length.t toke.c
53641 ____________________________________________________________________________
53642 [  8966] By: jhi                                   on 2001/02/28  15:00:27
53643         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
53644              by not changing from pre-Unicode days into being Unicode-aware.
53645              Sniff.
53646      Branch: perl
53647            ! pp.c t/op/pack.t t/op/qu.t
53648 ____________________________________________________________________________
53649 [  8965] By: jhi                                   on 2001/02/28  14:37:55
53650         Log: Subject: Re: Errors in core PODs
53651              From: Michael Stevens <michael@etla.org> 
53652              Date: Fri, 23 Feb 2001 15:47:56 +0000
53653              Message-ID: <20010223154756.A7723@firedrake.org> 
53654      Branch: perl
53655            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
53656            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
53657            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
53658            ! x2p/a2p.pod
53659 ____________________________________________________________________________
53660 [  8964] By: jhi                                   on 2001/02/28  14:35:35
53661         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
53662              (The #8961 was too bold.)
53663      Branch: perl
53664            ! hints/hpux.sh hints/irix_6.sh
53665 ____________________________________________________________________________
53666 [  8963] By: jhi                                   on 2001/02/28  14:33:39
53667         Log: Subject: Re: sync sync sync: have I missed any patches?
53668              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53669              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
53670              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
53671              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
53672              
53673              Replace djSP with dSP.
53674      Branch: perl
53675            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
53676            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
53677            ! win32/perlhost.h
53678 ____________________________________________________________________________
53679 [  8962] By: jhi                                   on 2001/02/27  23:21:14
53680         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
53681      Branch: perl
53682            ! lib/Filter/Simple.pm
53683 ____________________________________________________________________________
53684 [  8961] By: jhi                                   on 2001/02/27  22:55:26
53685         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
53686              and this would be it.
53687      Branch: perl
53688            ! hints/hpux.sh hints/irix_6.sh
53689 ____________________________________________________________________________
53690 [  8960] By: jhi                                   on 2001/02/27  22:51:33
53691         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
53692              From: "Craig A. Berry" <craigberry@mac.com>
53693              Date: Tue, 27 Feb 2001 16:11:44 -0600
53694              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
53695      Branch: maint-5.6/perl
53696            ! configure.com vms/descrip_mms.template
53697 ____________________________________________________________________________
53698 [  8959] By: jhi                                   on 2001/02/27  22:47:23
53699         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
53700              From: "Craig A. Berry" <craigberry@mac.com>
53701              Date: Tue, 27 Feb 2001 16:11:44 -0600
53702              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
53703      Branch: perl
53704            ! configure.com vms/descrip_mms.template
53705 ____________________________________________________________________________
53706 [  8958] By: jhi                                   on 2001/02/27  15:16:42
53707         Log: Update Changes.
53708      Branch: perl
53709            ! Changes patchlevel.h
53710 ____________________________________________________________________________
53711 [  8957] By: jhi                                   on 2001/02/27  06:15:07
53712         Log: Subject: [5.6.x] EPOC additions
53713              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53714              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
53715              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
53716      Branch: maint-5.6/perl
53717            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
53718 ____________________________________________________________________________
53719 [  8956] By: jhi                                   on 2001/02/27  06:12:11
53720         Log: Subject: [perl-current] EPOC 
53721              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53722              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
53723              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
53724      Branch: perl
53725            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
53726            ! epoc/epocish.c epoc/epocish.h pp_sys.c
53727 ____________________________________________________________________________
53728 [  8955] By: jhi                                   on 2001/02/27  05:59:50
53729         Log: Subject: Re: Compile with perlcc..
53730              From: Edward Peschko <edwardp@excitehome.net>
53731              Date: Mon, 26 Feb 2001 18:51:58 -0800
53732              Message-ID: <20010226185158.A9871@excitehome.net>
53733              
53734              plus add a simple usage message if no arguments given.
53735      Branch: perl
53736            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
53737            ! utils/Makefile utils/perlcc.PL win32/pod.mak
53738 ____________________________________________________________________________
53739 [  8954] By: nick                                  on 2001/02/26  21:02:59
53740         Log: Integrate mainline
53741      Branch: perlio
53742           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
53743           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
53744           !> t/op/sprintf.t
53745 ____________________________________________________________________________
53746 [  8953] By: jhi                                   on 2001/02/26  14:43:54
53747         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
53748              From: Nicholas Clark <nick@ccl4.org>
53749              Date: Mon, 26 Feb 2001 00:42:07 +0000
53750              Message-ID: <20010226004207.F23333@plum.flirble.org>
53751      Branch: perl
53752            ! pp_ctl.c
53753 ____________________________________________________________________________
53754 [  8952] By: jhi                                   on 2001/02/26  14:42:13
53755         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
53756              From: Simon Cozens <simon@netthink.co.uk>
53757              Date: Mon, 26 Feb 2001 12:23:48 +0000
53758              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
53759      Branch: perl
53760            ! pod/perlguts.pod
53761 ____________________________________________________________________________
53762 [  8951] By: jhi                                   on 2001/02/26  14:39:15
53763         Log: Subject: [PATCH] perlio - unknown layer
53764              From: Nicholas Clark <nick@ccl4.org>
53765              Date: Mon, 26 Feb 2001 00:27:19 +0000
53766              Message-ID: <20010226002719.E23333@plum.flirble.org>
53767      Branch: perl
53768            ! perlio.c
53769 ____________________________________________________________________________
53770 [  8950] By: jhi                                   on 2001/02/26  14:38:04
53771         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
53772              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
53773              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
53774              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
53775      Branch: perl
53776            ! t/op/bop.t
53777 ____________________________________________________________________________
53778 [  8949] By: jhi                                   on 2001/02/26  14:37:07
53779         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
53780              From: Peter Prymmer <pvhp@forte.com>
53781              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
53782              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
53783      Branch: perl
53784            ! lib/Test.pm
53785 ____________________________________________________________________________
53786 [  8948] By: jhi                                   on 2001/02/26  14:35:53
53787         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
53788              From: Radu Greab <radu@netsoft.ro>
53789              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
53790              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
53791      Branch: perl
53792            ! pod/perlop.pod
53793 ____________________________________________________________________________
53794 [  8947] By: jhi                                   on 2001/02/26  14:34:46
53795         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
53796              From: David Mitchell <davem@fdgroup.co.uk>
53797              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
53798              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
53799      Branch: perl
53800            ! run.c
53801 ____________________________________________________________________________
53802 [  8946] By: jhi                                   on 2001/02/26  14:32:37
53803         Log: Subject: Modified README.bs2000 
53804              From: Dorner Thomas <Thomas.Dorner@start.de>
53805              Date: Mon, 26 Feb 2001 09:22:17 +0100
53806              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
53807      Branch: perl
53808            ! README.bs2000
53809 ____________________________________________________________________________
53810 [  8945] By: jhi                                   on 2001/02/26  14:19:53
53811         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
53812              to maintperl, listing the known failures on the tests 129 and 130.
53813      Branch: maint-5.6/perl
53814           !> t/op/sprintf.t
53815 ____________________________________________________________________________
53816 [  8944] By: jhi                                   on 2001/02/26  14:14:15
53817         Log: Add more known sprintf failures.
53818      Branch: perl
53819            ! t/op/sprintf.t
53820 ____________________________________________________________________________
53821 [  8943] By: jhi                                   on 2001/02/26  13:56:22
53822         Log: perlglob.exe needs to be found in Win32, patch from
53823              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
53824              which needs external glob at mini-perl time."
53825      Branch: perl
53826            ! ext/Encode/compile
53827 ____________________________________________________________________________
53828 [  8942] By: jhi                                   on 2001/02/26  13:52:19
53829         Log: A missing dTHX from Vadim Konovalov.
53830      Branch: perl
53831            ! perlio.c
53832 ____________________________________________________________________________
53833 [  8941] By: jhi                                   on 2001/02/26  13:37:05
53834         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
53835      Branch: perl
53836            ! op.c
53837 ____________________________________________________________________________
53838 [  8940] By: jhi                                   on 2001/02/26  13:35:40
53839         Log: Integrate perlio.
53840      Branch: perl
53841           !> ext/Encode/Encode.pm
53842 ____________________________________________________________________________
53843 [  8939] By: nick                                  on 2001/02/25  23:47:09
53844         Log: Integrate mainline.
53845      Branch: perlio
53846           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
53847           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
53848 ____________________________________________________________________________
53849 [  8938] By: nick                                  on 2001/02/25  19:36:28
53850         Log: Encode implementations docs.
53851      Branch: perlio
53852            ! ext/Encode/Encode.pm
53853 ____________________________________________________________________________
53854 [  8937] By: jhi                                   on 2001/02/25  19:26:16
53855         Log: Script wasn't aligned with reality.
53856      Branch: perl
53857            ! t/pod/find.t
53858 ____________________________________________________________________________
53859 [  8936] By: jhi                                   on 2001/02/25  18:54:55
53860         Log: Update Changes.
53861      Branch: perl
53862            ! Changes patchlevel.h
53863 ____________________________________________________________________________
53864 [  8935] By: jhi                                   on 2001/02/25  18:46:36
53865         Log: Retract #8929,8930,8932,8933 for now.
53866      Branch: perl
53867            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
53868 ____________________________________________________________________________
53869 [  8934] By: jhi                                   on 2001/02/25  17:34:35
53870         Log: Integrate perlio.
53871      Branch: perl
53872           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
53873           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
53874           !> t/lib/encode.t
53875 ____________________________________________________________________________
53876 [  8933] By: jhi                                   on 2001/02/25  17:33:12
53877         Log: (Retracted by #8395.)
53878              
53879              Slight tweaks in scan_const(), not fixes yet, it seems like
53880              lots of work remains to be done...
53881      Branch: perl
53882            ! toke.c
53883 ____________________________________________________________________________
53884 [  8932] By: jhi                                   on 2001/02/25  17:27:11
53885         Log: (Retracted by #8395.)
53886              
53887              Missing from #8930.
53888      Branch: perl
53889            ! perl.h
53890 ____________________________________________________________________________
53891 [  8931] By: jhi                                   on 2001/02/25  17:26:19
53892         Log: A comment tweak.
53893      Branch: perl
53894            ! utf8.c
53895 ____________________________________________________________________________
53896 [  8930] By: jhi                                   on 2001/02/25  17:25:47
53897         Log: (Retracted by #8395.)
53898              
53899              Attempt to fix the EBCDIC character range problem with //.
53900      Branch: perl
53901            ! regcomp.c
53902 ____________________________________________________________________________
53903 [  8929] By: jhi                                   on 2001/02/25  17:23:45
53904         Log: (Retracted by #8395.)
53905              
53906              Expand the EBCDIC character range tests, and add few nasty
53907              tr tests from Karsten Sperling.
53908      Branch: perl
53909            ! t/op/pat.t t/op/tr.t
53910 ____________________________________________________________________________
53911 [  8928] By: jhi                                   on 2001/02/25  17:18:49
53912         Log: Missing check-in.
53913      Branch: perl
53914            ! lib/Pod/Find.pm
53915 ____________________________________________________________________________
53916 [  8927] By: nick                                  on 2001/02/25  11:30:22
53917         Log: Change method names in Encode implementation classes to something
53918              less confusing (preparing to "go public").
53919      Branch: perlio
53920            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
53921 ____________________________________________________________________________
53922 [  8926] By: nick                                  on 2001/02/25  10:53:24
53923         Log: GCC __atribute__ / printf fix
53924      Branch: perlio
53925            ! perl.h
53926 ____________________________________________________________________________
53927 [  8925] By: nick                                  on 2001/02/25  10:52:25
53928         Log: Checked in the wrong one ...
53929      Branch: perlio
53930            ! ext/Encode/Encode.pm
53931 ____________________________________________________________________________
53932 [  8924] By: nick                                  on 2001/02/24  18:46:51
53933         Log: Integrate mainline - to see what Jarkko has in ...
53934      Branch: perlio
53935           +> t/pod/testpods/lib/Pod/Stuff.pm
53936           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
53937 ____________________________________________________________________________
53938 [  8923] By: nick                                  on 2001/02/24  17:05:23
53939         Log: Encode API documentation nd tidy up.
53940              Minor additions to test.
53941              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
53942              Adds STRLEN to standard typemap.
53943      Branch: perlio
53944            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
53945            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
53946 ____________________________________________________________________________
53947 [  8922] By: jhi                                   on 2001/02/24  16:38:12
53948         Log: Add a test for the "character range should match in EBCDIC
53949              if specified using explicit numerics" bug found by Karsten
53950              Sperling.
53951      Branch: perl
53952            ! t/op/pat.t
53953 ____________________________________________________________________________
53954 [  8921] By: jhi                                   on 2001/02/24  16:30:16
53955         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
53956              From: schwern@pobox.com
53957              Date: Fri, 23 Feb 2001 03:21:37 -0500
53958              Message-ID: <20010223032137.A26022@magnonel.guild.net>
53959              
53960              plus Charles Lane's fixes, plus tweaks.
53961      Branch: perl
53962            + t/pod/testpods/lib/Pod/Stuff.pm
53963            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
53964 ____________________________________________________________________________
53965 [  8920] By: nick                                  on 2001/02/24  10:30:11
53966         Log: Integrate mainline
53967      Branch: perlio
53968           !> (integrate 33 files)
53969 ____________________________________________________________________________
53970 [  8919] By: jhi                                   on 2001/02/24  00:23:35
53971         Log: Subject: Re: I'm losing the war...
53972              From: "Vadim Konovalov" <watman@inbox.ru>
53973              Date: Sat, 24 Feb 2001 00:10:14 +0300
53974              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
53975              
53976              hv_store() not working correctly in ENV_IS_CASELESS case.
53977      Branch: perl
53978            ! hv.c
53979 ____________________________________________________________________________
53980 [  8918] By: jhi                                   on 2001/02/24  00:20:09
53981         Log: Subject: Re: [PATCH] fix for charnames above FFFF
53982              From: andreas.koenig@anima.de (Andreas J. Koenig)
53983              Date: 23 Feb 2001 02:39:03 +0100
53984              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
53985              
53986              A further efficiency tweak.
53987      Branch: perl
53988            ! lib/charnames.pm
53989 ____________________________________________________________________________
53990 [  8917] By: jhi                                   on 2001/02/23  20:27:51
53991         Log: Integrate change #8916 from mainline,
53992              do away with USE_WIN32_RTL_ENV.
53993      Branch: maint-5.6/perl
53994           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
53995 ____________________________________________________________________________
53996 [  8916] By: jhi                                   on 2001/02/23  20:02:25
53997         Log: Abolish USE_WIN32_RTL_ENV.
53998      Branch: perl
53999            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
54000 ____________________________________________________________________________
54001 [  8915] By: jhi                                   on 2001/02/23  19:36:00
54002         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
54003              later protected by some #define.
54004      Branch: perl
54005            ! gv.c
54006 ____________________________________________________________________________
54007 [  8914] By: jhi                                   on 2001/02/23  19:31:38
54008         Log: Retract #8902 for now, requested by Charles Lane, the correct
54009              fix will be something else.
54010      Branch: perl
54011            ! op.c
54012 ____________________________________________________________________________
54013 [  8913] By: jhi                                   on 2001/02/23  19:11:36
54014         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
54015              From: Peter Prymmer <pvhp@forte.com>
54016              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
54017              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
54018      Branch: perl
54019            ! t/op/lex_assign.t
54020 ____________________________________________________________________________
54021 [  8912] By: jhi                                   on 2001/02/23  18:38:20
54022         Log: Subject: [patch] perlio + useithreads
54023              From: Doug MacEachern <dougm@covalent.net>
54024              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
54025              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
54026              
54027              Gets things running but not complete.
54028      Branch: perl
54029            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
54030 ____________________________________________________________________________
54031 [  8911] By: jhi                                   on 2001/02/23  04:20:02
54032         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
54033              
54034              Duplicated environment freeing, File::Temp 0.12,
54035              op/append portability (EBCDIC) tweak.
54036      Branch: maint-5.6/perl
54037           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54038           !> t/op/append.t
54039 ____________________________________________________________________________
54040 [  8910] By: jhi                                   on 2001/02/23  02:07:33
54041         Log: Integrate change #8909 from mainline, a better Borland
54042              putenv() workaround.
54043      Branch: maint-5.6/perl
54044           !> perl.c
54045 ____________________________________________________________________________
54046 [  8909] By: jhi                                   on 2001/02/23  02:05:46
54047         Log: A better workaround for Borland putenv() brokenness from Sarathy.
54048      Branch: perl
54049            ! perl.c
54050 ____________________________________________________________________________
54051 [  8908] By: jhi                                   on 2001/02/23  02:04:14
54052         Log: Subject: fix for parameter -Dm (for perl@8867)
54053              From: "Vadim Konovalov" <watman@inbox.ru>
54054              Date: Thu, 22 Feb 2001 17:30:12 +0300
54055              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
54056      Branch: perl
54057            ! perl.h
54058 ____________________________________________________________________________
54059 [  8907] By: jhi                                   on 2001/02/23  01:58:20
54060         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
54061              From: Peter Prymmer <pvhp@forte.com>
54062              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
54063              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
54064      Branch: perl
54065            ! t/op/append.t
54066 ____________________________________________________________________________
54067 [  8906] By: jhi                                   on 2001/02/23  01:48:34
54068         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
54069      Branch: perl
54070            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
54071 ____________________________________________________________________________
54072 [  8905] By: jhi                                   on 2001/02/23  01:43:30
54073         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
54074              From: Peter Prymmer <pvhp@forte.com>
54075              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
54076              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
54077      Branch: perl
54078            ! t/lib/st-06compat.t
54079 ____________________________________________________________________________
54080 [  8904] By: jhi                                   on 2001/02/23  01:42:39
54081         Log: Metaconfig unit change for #8903.
54082      Branch: metaconfig/U/perl
54083            ! Devel.U
54084 ____________________________________________________________________________
54085 [  8903] By: jhi                                   on 2001/02/23  01:42:12
54086         Log: Be more helpful for devel builders, suggested by John L. Allen.
54087      Branch: perl
54088            ! Configure
54089 ____________________________________________________________________________
54090 [  8902] By: jhi                                   on 2001/02/23  01:37:41
54091         Log: (Retracted by #8914)
54092              (Wrongly, reinstated by #8941)
54093              
54094              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
54095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54096              Date:     Thu, 22 Feb 2001 09:43:57 EST
54097              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
54098      Branch: perl
54099            ! op.c
54100 ____________________________________________________________________________
54101 [  8901] By: jhi                                   on 2001/02/23  01:20:32
54102         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
54103              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54104              Date:     Thu, 22 Feb 2001 08:01:35 EST
54105              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
54106      Branch: perl
54107            ! malloc.c
54108 ____________________________________________________________________________
54109 [  8900] By: jhi                                   on 2001/02/23  01:18:02
54110         Log: Integrate changes #8898,8899 from mainline, environ handling.
54111      Branch: maint-5.6/perl
54112           !> perl.c
54113 ____________________________________________________________________________
54114 [  8899] By: jhi                                   on 2001/02/23  01:16:25
54115         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
54116              putenv() is not to be relied on, they are either broken or leaky
54117              or both.)
54118      Branch: perl
54119            ! perl.c
54120 ____________________________________________________________________________
54121 [  8898] By: jhi                                   on 2001/02/22  23:36:59
54122         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
54123              and safesysfree() must be used.
54124      Branch: perl
54125            ! perl.c
54126 ____________________________________________________________________________
54127 [  8897] By: jhi                                   on 2001/02/22  23:25:45
54128         Log: With environ one must use safesysmalloc()/safesysfree().
54129      Branch: perl
54130            ! perl.c
54131 ____________________________________________________________________________
54132 [  8896] By: jhi                                   on 2001/02/22  22:13:18
54133         Log: If we have a duplicated environment free it
54134              if PERL_DESTRUCT_LEVEL.
54135      Branch: perl
54136            ! perl.c
54137 ____________________________________________________________________________
54138 [  8895] By: alanbur                               on 2001/02/22  19:31:57
54139         Log: Synchronised with parent
54140      Branch: maint-5.6/pureperl
54141           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
54142 ____________________________________________________________________________
54143 [  8894] By: gsar                                  on 2001/02/22  19:06:18
54144         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
54145              
54146              fix memory leak in method call optimization (change#3768);
54147              made C<eval "$x->foo()"> leak
54148              
54149              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
54150      Branch: maint-5.6/perl
54151           !> op.c
54152 ____________________________________________________________________________
54153 [  8893] By: jhi                                   on 2001/02/22  18:35:27
54154         Log: (Retracted by #8915.)
54155              
54156              Third Degree finding:
54157              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
54158      Branch: perl
54159            ! gv.c
54160 ____________________________________________________________________________
54161 [  8892] By: jhi                                   on 2001/02/22  14:28:32
54162         Log: Update Changes.
54163      Branch: perl
54164            ! Changes patchlevel.h
54165 ____________________________________________________________________________
54166 [  8891] By: jhi                                   on 2001/02/22  13:22:45
54167         Log: Metaconfig unit changes for #8890.
54168      Branch: metaconfig
54169            ! U/modified/Cppsym.U U/threads/archname.U
54170 ____________________________________________________________________________
54171 [  8890] By: jhi                                   on 2001/02/22  13:22:12
54172         Log: Add -stdio to the archname if no perlio selected,
54173              no -perlio added since that is now the default.
54174              
54175              Add few CPUs/architectures to the Cppsym scan.
54176      Branch: perl
54177            ! Configure config_h.SH
54178 ____________________________________________________________________________
54179 [  8889] By: jhi                                   on 2001/02/22  13:05:59
54180         Log: Metaconfig unit change for #8888.
54181      Branch: metaconfig/U/perl
54182            ! useperlio.U
54183 ____________________________________________________________________________
54184 [  8888] By: jhi                                   on 2001/02/22  13:05:28
54185         Log: *drum roll*  Make perlio the default.
54186      Branch: perl
54187            ! Configure config_h.SH
54188 ____________________________________________________________________________
54189 [  8887] By: jhi                                   on 2001/02/22  12:50:52
54190         Log: Integrate change #8665 from maintperl to mainline,
54191              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
54192      Branch: perl
54193           !> ext/POSIX/POSIX.xs
54194 ____________________________________________________________________________
54195 [  8886] By: jhi                                   on 2001/02/22  12:49:24
54196         Log: Integrate changes #8883,8884 from mainline to maintperl.
54197              
54198              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
54199              Subject: Re: File::Temp::_gettemp warning
54200      Branch: maint-5.6/perl
54201           !> embed.h embed.pl lib/File/Temp.pm
54202 ____________________________________________________________________________
54203 [  8885] By: jhi                                   on 2001/02/22  12:43:59
54204         Log: Based on
54205              
54206              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
54207              From: schwab@suse.de
54208              Date: Thu, 22 Feb 2001 13:08:09 +0100
54209              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
54210              
54211              but the fix done slightly differently because the other
54212              half was already done in #8664.
54213      Branch: maint-5.6/perl
54214            ! ext/POSIX/POSIX.xs
54215 ____________________________________________________________________________
54216 [  8884] By: jhi                                   on 2001/02/22  12:37:15
54217         Log: Subject: Re: File::Temp::_gettemp warning
54218              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54219              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
54220              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
54221              
54222              This patch to File::Temp does two things:
54223              
54224              1. Fixes the problem with CGI::Carp when determining
54225              the Fcntl constants
54226              
54227              2. Removes most of the carps and consolidates them so that all the
54228              reasons are included in a single die that is caught by the test. This
54229              means that the correct skipping behaviour is displayed by the test.
54230      Branch: perl
54231            ! lib/File/Temp.pm
54232 ____________________________________________________________________________
54233 [  8883] By: jhi                                   on 2001/02/22  12:29:19
54234         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
54235              From: Peter Prymmer <pvhp@forte.com>
54236              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
54237              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
54238      Branch: perl
54239            ! embed.h embed.pl
54240 ____________________________________________________________________________
54241 [  8882] By: jhi                                   on 2001/02/21  19:41:33
54242         Log: Integrate change #8881 from mainlin to maintperl.
54243              
54244              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
54245      Branch: maint-5.6/perl
54246           !> op.c
54247 ____________________________________________________________________________
54248 [  8881] By: jhi                                   on 2001/02/21  19:38:57
54249         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
54250              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54251              Date:     Wed, 21 Feb 2001 13:08:03 EST
54252              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
54253      Branch: perl
54254            ! op.c
54255 ____________________________________________________________________________
54256 [  8880] By: jhi                                   on 2001/02/21  19:34:34
54257         Log: Retract #8875, cannot let go of the old semantics of unpack U
54258              without rethinking utf8decode.t.
54259      Branch: perl
54260            ! pp.c t/op/pack.t
54261 ____________________________________________________________________________
54262 [  8879] By: jhi                                   on 2001/02/21  19:08:02
54263         Log: Run run/*.t also in minitest.
54264      Branch: perl
54265            ! Makefile.SH
54266 ____________________________________________________________________________
54267 [  8878] By: nick                                  on 2001/02/21  18:55:37
54268         Log: Integrate mainline
54269      Branch: perlio
54270           !> (integrate 76 files)
54271 ____________________________________________________________________________
54272 [  8877] By: jhi                                   on 2001/02/21  15:09:33
54273         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
54274      Branch: metaconfig
54275            ! U/compline/nblock_io.U
54276      Branch: perl
54277            ! Configure config_h.SH
54278 ____________________________________________________________________________
54279 [  8876] By: jhi                                   on 2001/02/21  14:54:45
54280         Log: If no sfio, no -lsfio.
54281      Branch: metaconfig/U/perl
54282            ! d_sfio.U
54283      Branch: perl
54284            ! Configure config_h.SH
54285 ____________________________________________________________________________
54286 [  8875] By: jhi                                   on 2001/02/21  14:54:00
54287         Log: Make unpack C and unpack U truly equivalent.
54288      Branch: perl
54289            ! pp.c t/op/pack.t
54290 ____________________________________________________________________________
54291 [  8874] By: jhi                                   on 2001/02/21  14:26:02
54292         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
54293              From: Peter Prymmer <pvhp@forte.com>
54294              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
54295              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
54296      Branch: perl
54297            ! pod/perlport.pod
54298 ____________________________________________________________________________
54299 [  8873] By: jhi                                   on 2001/02/21  14:24:31
54300         Log: Subject: [PATCH] fix for charnames above FFFF
54301              From: andreas.koenig@anima.de (Andreas J. Koenig)
54302              Date: 21 Feb 2001 07:05:45 +0100
54303              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
54304      Branch: perl
54305            ! lib/charnames.pm t/lib/charnames.t
54306 ____________________________________________________________________________
54307 [  8872] By: jhi                                   on 2001/02/21  14:15:25
54308         Log: Integrate change #8868 from pureperl to mainline.
54309              
54310              Fixed reference count loop caused by sv_magic.
54311      Branch: perl
54312           !> sv.c
54313 ____________________________________________________________________________
54314 [  8871] By: jhi                                   on 2001/02/21  14:07:29
54315         Log: Integrate change #8868 from pureperl to maintperl.
54316              
54317              Fixed reference count loop caused by sv_magic.
54318      Branch: maint-5.6/perl
54319           !> sv.c
54320 ____________________________________________________________________________
54321 [  8870] By: jhi                                   on 2001/02/21  14:04:41
54322         Log: Put back the #8840, it was innocent.
54323      Branch: perl
54324            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
54325            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
54326 ____________________________________________________________________________
54327 [  8869] By: jhi                                   on 2001/02/21  14:00:03
54328         Log: unpack("C", ...) was left slightly unfinished by #8865.
54329      Branch: perl
54330            ! pp.c t/op/pack.t
54331 ____________________________________________________________________________
54332 [  8868] By: alanbur                               on 2001/02/21  01:33:45
54333         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
54334              from gv_fetchpv to create single-character magic variables (e.g. $!),
54335              and it is passed a sv and the gv that contains the sv as the mg_obj
54336              value.  When sv_magic stores the mg_obj pointer it increments the gv
54337              refcount, thus causing a sv-gv pair that can't be freed.  There is
54338              already a check for sv == obj which is used to prevent such reference
54339              loops.  This change extends the check to cover the case described above.
54340      Branch: maint-5.6/pureperl
54341            ! sv.c
54342 ____________________________________________________________________________
54343 [  8867] By: jhi                                   on 2001/02/21  00:52:39
54344         Log: Update Changes.
54345      Branch: perl
54346            ! Changes patchlevel.h
54347 ____________________________________________________________________________
54348 [  8866] By: jhi                                   on 2001/02/21  00:34:20
54349         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
54350              (Note: there were some conflicts due to EBCDIC and EPOC
54351              patches, in general I preferred the repository code.)
54352              (When 2.753 comes out, we need to synchronize.)
54353      Branch: perl
54354            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
54355            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
54356            ! t/lib/cgi-html.t
54357 ____________________________________________________________________________
54358 [  8865] By: jhi                                   on 2001/02/21  00:24:22
54359         Log: Make pack("C", 0x100) to create Unicode, unless under the
54360              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
54361              will understand Unicode, unless you under know what.
54362      Branch: perl
54363            ! pp.c t/op/pack.t t/op/qu.t
54364 ____________________________________________________________________________
54365 [  8864] By: alanbur                               on 2001/02/20  22:35:34
54366         Log: Resynchronised with parent
54367      Branch: maint-5.6/pureperl
54368           !> README.win32 ext/GDBM_File/GDBM_File.pm
54369           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
54370           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
54371           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
54372           !> t/lib/sdbm.t util.c
54373 ____________________________________________________________________________
54374 [  8863] By: jhi                                   on 2001/02/20  20:55:11
54375         Log: Integrate change #8860,8861 from mainline into maintperl.
54376              
54377              "pseudo-literal j"
54378              
54379              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
54380      Branch: maint-5.6/perl
54381           !> lib/Test.pm pod/perlop.pod
54382 ____________________________________________________________________________
54383 [  8862] By: jhi                                   on 2001/02/20  20:30:07
54384         Log: Don't do casting between pointers pointing to differently sized
54385              integers.
54386      Branch: perl
54387            ! hv.c sv.c
54388 ____________________________________________________________________________
54389 [  8861] By: jhi                                   on 2001/02/20  19:53:44
54390         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
54391              From: Peter Prymmer <pvhp@forte.com>
54392              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
54393              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
54394      Branch: perl
54395            ! lib/Test.pm
54396 ____________________________________________________________________________
54397 [  8860] By: jhi                                   on 2001/02/20  19:48:02
54398         Log: "pseudo-literal j", a documentation glitch reported to Debian.
54399              The text recovered from Perl 5.005_03, and pseudo-literal replaced
54400              by "backtick string".
54401      Branch: perl
54402            ! pod/perlop.pod
54403 ____________________________________________________________________________
54404 [  8859] By: jhi                                   on 2001/02/20  19:15:46
54405         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
54406              from Chris Nandor.
54407      Branch: perl
54408            ! makedef.pl
54409 ____________________________________________________________________________
54410 [  8858] By: jhi                                   on 2001/02/20  17:36:53
54411         Log: Integrate pureperl changes #8844,8845,8850 to mainline
54412              (via maintperl #8855).
54413              
54414              Fixed %^H scoping bug
54415              
54416              Removed GV <-> CV refcount loop
54417              
54418              Removed %ENV refcount loop
54419      Branch: perl
54420           !> gv.c op.c perl.c pp.c scope.c
54421 ____________________________________________________________________________
54422 [  8857] By: jhi                                   on 2001/02/20  17:34:32
54423         Log: Integrate changes #8853,8854 from maintperl to mainline.
54424              
54425              EBDIC fixes, README.win32 Borland update.
54426      Branch: perl
54427           !> README.win32 handy.h util.c
54428 ____________________________________________________________________________
54429 [  8856] By: jhi                                   on 2001/02/20  17:33:16
54430         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
54431      Branch: maint-5.6/perl
54432           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
54433           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
54434           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54435 ____________________________________________________________________________
54436 [  8855] By: jhi                                   on 2001/02/20  17:32:13
54437         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
54438              
54439              Fixed %^H scoping bug
54440              
54441              Removed GV <-> CV refcount loop
54442              
54443              Removed %ENV refcount loop
54444      Branch: maint-5.6/perl
54445           !> gv.c op.c perl.c pp.c scope.c
54446 ____________________________________________________________________________
54447 [  8854] By: jhi                                   on 2001/02/20  17:25:06
54448         Log: Subject: Addition to readme.win32 for Borland C++ compilers
54449              Date: Tue, 20 Feb 2001 02:15:25 +0300
54450              From: "Vadim Konovalov" <watman@inbox.ru>
54451              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
54452              
54453              Document Borland compiler misbehaviour.
54454      Branch: maint-5.6/perl
54455            ! README.win32
54456 ____________________________________________________________________________
54457 [  8853] By: jhi                                   on 2001/02/20  17:22:25
54458         Log: The assimilation of ebcdic.c didn't quite work at the first try,
54459              patches from Thomas Dorner.
54460      Branch: maint-5.6/perl
54461            ! handy.h util.c
54462 ____________________________________________________________________________
54463 [  8852] By: jhi                                   on 2001/02/20  17:20:15
54464         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
54465              From: Chris Nandor <pudge@pobox.com>
54466              Date: Tue, 20 Feb 2001 08:32:45 -0500
54467              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
54468      Branch: maint-5.6/perl
54469            ! makedef.pl mg.c
54470 ____________________________________________________________________________
54471 [  8851] By: jhi                                   on 2001/02/20  17:15:52
54472         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
54473      Branch: perl
54474            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
54475            ! t/lib/filter-util.t
54476 ____________________________________________________________________________
54477 [  8850] By: alanbur                               on 2001/02/20  17:12:40
54478         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
54479              and the magic pointer points back to the GV that contains the
54480              %ENV hash.  This creates a refcount loop that prevents members
54481              of %ENV from being freed correctly.  This change removes the
54482              refcount loop - the magic pointer was never used anyway, the
54483              only use of the magic was to check the type ('E') so that the
54484              appropriate environment manipulation code is called when %ENV
54485              is modified.
54486      Branch: maint-5.6/pureperl
54487            ! perl.c
54488 ____________________________________________________________________________
54489 [  8849] By: jhi                                   on 2001/02/20  17:12:20
54490         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
54491              From: "Craig A. Berry" <craigberry@mac.com>
54492              Date: Mon, 19 Feb 2001 23:36:12 -0600
54493              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
54494              
54495              Case-forgiving systems match TestInit.pm with TES*.
54496      Branch: perl
54497            ! t/lib/glob-basic.t
54498 ____________________________________________________________________________
54499 [  8848] By: jhi                                   on 2001/02/20  17:10:02
54500         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
54501      Branch: perl
54502            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
54503            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
54504            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54505 ____________________________________________________________________________
54506 [  8847] By: jhi                                   on 2001/02/20  15:34:41
54507         Log: The #8843 wasn't quite right: %Config needs to imported.
54508      Branch: perl
54509            ! t/run/runenv.t
54510 ____________________________________________________________________________
54511 [  8846] By: jhi                                   on 2001/02/20  15:31:50
54512         Log: Retract the #8838 and #8840 for now because of
54513              the DB_File tie problem.
54514      Branch: perl
54515            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
54516            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
54517            ! proto.h sv.c
54518 ____________________________________________________________________________
54519 [  8845] By: alanbur                               on 2001/02/20  14:25:41
54520         Log: Removed GV <-> CV refcount loop
54521              CvGV(mycv) points to the parent GV of the CV, and was previously
54522              refcounted.  The pointer remains, but the refcounting has been removed
54523              as it causes a refcount loop between the CV and GV that means the CV
54524              can't ever be deleted.
54525      Branch: maint-5.6/pureperl
54526            ! gv.c op.c pp.c
54527 ____________________________________________________________________________
54528 [  8844] By: alanbur                               on 2001/02/20  14:23:13
54529         Log: Fixed %^H scoping bug
54530      Branch: maint-5.6/pureperl
54531            ! scope.c
54532 ____________________________________________________________________________
54533 [  8843] By: jhi                                   on 2001/02/19  13:38:08
54534         Log: fork() not everywhere, cleanup temp files.
54535      Branch: perl
54536            ! t/run/runenv.t
54537 ____________________________________________________________________________
54538 [  8842] By: alanbur                               on 2001/02/19  12:42:07
54539         Log: Resynchronised with parent
54540      Branch: maint-5.6/pureperl
54541           !> pod/perlfaq4.pod sv.c utf8.c
54542 ____________________________________________________________________________
54543 [  8841] By: jhi                                   on 2001/02/19  03:35:51
54544         Log: Update Changes.
54545      Branch: perl
54546            ! Changes patchlevel.h
54547 ____________________________________________________________________________
54548 [  8840] By: jhi                                   on 2001/02/19  00:23:41
54549         Log: Subject: [patch] add sv_setref_uv
54550              From: Doug MacEachern <dougm@covalent.net>
54551              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
54552              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
54553      Branch: perl
54554            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
54555            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
54556 ____________________________________________________________________________
54557 [  8839] By: jhi                                   on 2001/02/19  00:01:38
54558         Log: Put to rest the 20010205.001, the email address checking (not) regex.
54559      Branch: perl
54560            ! pod/perlfaq9.pod
54561 ____________________________________________________________________________
54562 [  8838] By: jhi                                   on 2001/02/18  22:17:54
54563         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
54564              From: Doug MacEachern <dougm@covalent.net>
54565              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
54566              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
54567      Branch: perl
54568            ! lib/ExtUtils/xsubpp
54569 ____________________________________________________________________________
54570 [  8837] By: jhi                                   on 2001/02/18  22:16:50
54571         Log: Subject: [patch] -Wall cleanup round 2
54572              From: Doug MacEachern <dougm@covalent.net>
54573              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
54574              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
54575      Branch: perl
54576            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
54577            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
54578            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
54579            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
54580            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
54581            ! ext/SDBM_File/SDBM_File.xs
54582 ____________________________________________________________________________
54583 [  8836] By: jhi                                   on 2001/02/18  22:11:20
54584         Log: Misapplied regex optimizations when \C is present.
54585              Fixes 20001230.002.
54586              
54587              What still remains broken is that the submatches that
54588              have \C in them get their UTF8 flag on because their
54589              parent SV has it on.  This will result in malformed
54590              UTF8 if a \C happened to match a non-ASCII byte.
54591      Branch: perl
54592            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
54593            ! t/pragma/utf8.t
54594 ____________________________________________________________________________
54595 [  8835] By: jhi                                   on 2001/02/18  20:12:02
54596         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
54597              
54598              The hash key got wrongly UTF8fied.
54599      Branch: perl
54600            ! pod/perlapi.pod toke.c utf8.c
54601 ____________________________________________________________________________
54602 [  8834] By: jhi                                   on 2001/02/18  19:44:25
54603         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
54604              don't warn on magical or overloaded things.
54605      Branch: perl
54606            ! pp_hot.c
54607 ____________________________________________________________________________
54608 [  8833] By: nick                                  on 2001/02/18  19:31:22
54609         Log: Integrate mainline
54610      Branch: perlio
54611           +> t/TestInit.pm t/run/runenv.t
54612            - t/UTEST
54613           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
54614           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
54615           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
54616           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
54617           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
54618           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
54619           !> utf8.c
54620 ____________________________________________________________________________
54621 [  8832] By: jhi                                   on 2001/02/18  19:21:18
54622         Log: Integrate perlio.
54623      Branch: perl
54624           !> perlio.c pod/perldiag.pod
54625 ____________________________________________________________________________
54626 [  8831] By: jhi                                   on 2001/02/18  19:14:20
54627         Log: Integrate change #8827 from mainline.
54628              
54629              UTF8 tweaks.
54630      Branch: maint-5.6/perl
54631           !> sv.c utf8.c
54632 ____________________________________________________________________________
54633 [  8830] By: nick                                  on 2001/02/18  19:10:34
54634         Log: Apply the spirit of patch from Nick Clark:
54635              Subject: [PATCH] Re: extensions that provide layers
54636              From: Nicholas Clark <nick@ccl4.org>
54637              Date: Mon, 12 Feb 2001 16:43:51 +0000
54638              Message-Id: <20010212164350.Q3652@plum.flirble.org>
54639      Branch: perlio
54640            ! perlio.c pod/perldiag.pod
54641 ____________________________________________________________________________
54642 [  8829] By: jhi                                   on 2001/02/18  19:03:25
54643         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
54644              From: schwern@pobox.com 
54645              Date: Sun, 18 Feb 2001 13:44:35 -0500
54646              Message-ID: <20010218134435.A17544@magnonel.guild.net>
54647              
54648              Applied, but as t/TestInit.pm.
54649      Branch: perl
54650            + t/TestInit.pm
54651            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
54652            ! t/op/subst_wamp.t
54653 ____________________________________________________________________________
54654 [  8828] By: jhi                                   on 2001/02/18  18:43:52
54655         Log: Integrate perlio.
54656      Branch: perl
54657           !> perlio.c
54658 ____________________________________________________________________________
54659 [  8827] By: jhi                                   on 2001/02/18  18:41:33
54660         Log: UTF-8 tweaks.
54661      Branch: perl
54662            ! sv.c utf8.c
54663 ____________________________________________________________________________
54664 [  8826] By: nick                                  on 2001/02/18  17:40:59
54665         Log: Fix [ID 20010217.002]
54666              open FOO, "<:raw:perlio", ...
54667              :raw now inserts default base layer below itself.
54668              Also
54669              open FOO, "<:unix", ...
54670              works as well - but leaves buffer layer on stack under the unix layer.
54671      Branch: perlio
54672            ! perlio.c
54673 ____________________________________________________________________________
54674 [  8825] By: jhi                                   on 2001/02/18  17:15:39
54675         Log: Integrate perlio.
54676      Branch: perl
54677           !> perlio.c perliol.h
54678 ____________________________________________________________________________
54679 [  8824] By: jhi                                   on 2001/02/18  17:10:53
54680         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
54681              From: schwern@pobox.com
54682              Date: Sun, 18 Feb 2001 01:48:50 -0500
54683              Message-ID: <20010218014850.C19957@magnonel.guild.net>
54684      Branch: perl
54685            ! lib/Test/Harness.pm t/TEST t/op/chop.t
54686 ____________________________________________________________________________
54687 [  8823] By: jhi                                   on 2001/02/18  17:01:06
54688         Log: Add run/*.t to testables.
54689      Branch: perl
54690            ! t/TEST
54691 ____________________________________________________________________________
54692 [  8822] By: jhi                                   on 2001/02/18  16:58:58
54693         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
54694              From: schwern@pobox.com
54695              Date: Sun, 18 Feb 2001 01:11:35 -0500
54696              Message-ID: <20010218011135.A19957@magnonel.guild.net>
54697              
54698              Revive mjd's and Simon's PERL5OPT fix.
54699      Branch: perl
54700            + t/run/runenv.t
54701            ! MANIFEST perl.c
54702 ____________________________________________________________________________
54703 [  8821] By: jhi                                   on 2001/02/18  16:53:46
54704         Log: Subject: Re: Why t/TEST and not Test::Harness?
54705              From: schwern@pobox.com
54706              Date: Sat, 17 Feb 2001 22:44:44 -0500
54707              Message-ID: <20010217224444.A6679@magnonel.guild.net>
54708              
54709              Replace UTEST with TEST -utf8.
54710      Branch: perl
54711            - t/UTEST
54712            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
54713            ! t/lib/glob-basic.t
54714 ____________________________________________________________________________
54715 [  8820] By: nick                                  on 2001/02/18  13:06:16
54716         Log: Clean up a few core dumps when layers are used in unexpected ways.
54717              (Still not "right"...)
54718      Branch: perlio
54719            ! perlio.c perliol.h
54720 ____________________________________________________________________________
54721 [  8819] By: jhi                                   on 2001/02/18  02:25:55
54722         Log: Integrate change #8818 from maintperl, a FAQ nit.
54723      Branch: perl
54724           !> pod/perlfaq4.pod
54725 ____________________________________________________________________________
54726 [  8818] By: jhi                                   on 2001/02/18  02:24:50
54727         Log: FAQ nit from Chris Fedde.
54728      Branch: maint-5.6/perl
54729            ! pod/perlfaq4.pod
54730 ____________________________________________________________________________
54731 [  8817] By: nick                                  on 2001/02/17  18:20:14
54732         Log: Integrate mainline
54733      Branch: perlio
54734           +> lib/unicode/UCD.html lib/unicode/Unicode.html
54735           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
54736           +> pod/perlclib.pod
54737            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
54738            - lib/unicode/Unicode.301
54739           !> (integrate 324 files)
54740 ____________________________________________________________________________
54741 [  8816] By: jhi                                   on 2001/02/17  16:56:58
54742         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
54743      Branch: perl
54744            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
54745            ! ext/Storable/Storable.xs t/lib/st-06compat.t
54746            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
54747 ____________________________________________________________________________
54748 [  8815] By: jhi                                   on 2001/02/17  16:40:07
54749         Log: Subject: [patch] -Wall
54750              From: Doug MacEachern <dougm@covalent.net>
54751              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
54752              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
54753      Branch: perl
54754            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
54755            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
54756 ____________________________________________________________________________
54757 [  8814] By: jhi                                   on 2001/02/16  19:27:18
54758         Log: Document qu better.
54759      Branch: perl
54760            ! pod/perlop.pod
54761 ____________________________________________________________________________
54762 [  8813] By: jhi                                   on 2001/02/15  13:54:37
54763         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
54764              From: Hugo <hv@crypt.compulink.co.uk>
54765              Date: Thu, 15 Feb 2001 13:39:49 +0000
54766              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
54767      Branch: perl
54768            ! toke.c
54769 ____________________________________________________________________________
54770 [  8812] By: alanbur                               on 2001/02/15  13:52:16
54771         Log: Resynchronised with parent
54772      Branch: maint-5.6/pureperl
54773            - ebcdic.c
54774           !> (integrate 36 files)
54775 ____________________________________________________________________________
54776 [  8811] By: jhi                                   on 2001/02/15  13:51:16
54777         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
54778              
54779              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
54780              From: Jan Dubois <JanD@ActiveState.com>
54781              Date: Wed, 31 Jan 2001 21:17:03 -0800
54782              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
54783              
54784              tweak change#8659 to keep it simple
54785              
54786              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
54787              From: Russ Allbery <rra@stanford.edu>
54788              Date: 14 Feb 2001 10:15:41 -0800
54789              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
54790              
54791              (8809 empty)
54792              
54793              Upgrade to podlators 1.08, from Russ Allbery.
54794      Branch: perl
54795           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
54796           !> utils/perldoc.PL
54797 ____________________________________________________________________________
54798 [  8810] By: jhi                                   on 2001/02/15  13:35:08
54799         Log: Upgrade to podlators 1.08, from Russ Allbery.
54800      Branch: maint-5.6/perl
54801            ! lib/Pod/Man.pm lib/Pod/Text.pm
54802 ____________________________________________________________________________
54803 [  8809] By: jhi                                   on 2001/02/15  13:26:38
54804         Log: (accidentally empty check-in)
54805      Branch: maint-5.6/perl
54806            ! lib/Test/Harness.pm
54807 ____________________________________________________________________________
54808 [  8808] By: jhi                                   on 2001/02/15  13:23:47
54809         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
54810              From: Russ Allbery <rra@stanford.edu>
54811              Date: 14 Feb 2001 10:15:41 -0800
54812              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
54813              
54814              perldoc was hardcoding $Config{installscript}, which breaks
54815              when install* isn't where Perl ends up (such as with AFS).
54816              
54817              Use $Config{scriptdir} instead.
54818      Branch: maint-5.6/perl
54819            ! utils/perldoc.PL
54820 ____________________________________________________________________________
54821 [  8807] By: jhi                                   on 2001/02/14  14:37:27
54822         Log: Update Changes.
54823      Branch: perl
54824            ! Changes patchlevel.h
54825 ____________________________________________________________________________
54826 [  8806] By: jhi                                   on 2001/02/14  14:25:31
54827         Log: Integrate changes #8803,8804,8805 from mainline.
54828              
54829              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
54830              
54831              Don't skip too much of the locale error message if no environ array,
54832              from Chris Nandor.
54833              
54834              More MacOS Classic fixes from Chris Nandor.
54835      Branch: maint-5.6/perl
54836           !> doop.c lib/Cwd.pm perl.c perl.h util.c
54837 ____________________________________________________________________________
54838 [  8805] By: jhi                                   on 2001/02/14  03:29:01
54839         Log: More MacOS Classic fixes from Chris Nandor.
54840      Branch: perl
54841            ! doop.c lib/Cwd.pm
54842 ____________________________________________________________________________
54843 [  8804] By: jhi                                   on 2001/02/14  03:18:35
54844         Log: Don't skip too much of the locale error message if no environ array,
54845              from Chris Nandor.
54846      Branch: perl
54847            ! util.c
54848 ____________________________________________________________________________
54849 [  8803] By: jhi                                   on 2001/02/14  03:14:14
54850         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
54851      Branch: perl
54852            ! perl.c perl.h
54853 ____________________________________________________________________________
54854 [  8802] By: jhi                                   on 2001/02/13  18:31:33
54855         Log: AUTHORS update.
54856      Branch: perl
54857            ! AUTHORS
54858 ____________________________________________________________________________
54859 [  8801] By: jhi                                   on 2001/02/13  17:55:19
54860         Log: Integrate change #8792 from mainline.
54861              
54862              Subject: buncha MacPerl patches for bleadperl
54863              From: Chris Nandor <pudge@pobox.com>
54864              Date: Tue, 13 Feb 2001 00:02:43 -0500
54865              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
54866      Branch: maint-5.6/perl
54867           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
54868           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
54869           !> t/lib/basename.t toke.c util.h
54870 ____________________________________________________________________________
54871 [  8800] By: jhi                                   on 2001/02/13  17:46:43
54872         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
54873              to be forced to Off_t.
54874              
54875              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
54876              From: nick@ccl4.org
54877              Date: Thu, 1 Feb 2001 12:01:04 +0000
54878              Message-Id: <20010201120103.E11401@plum.flirble.org>
54879      Branch: maint-5.6/perl
54880            ! iperlsys.h perlio.c
54881 ____________________________________________________________________________
54882 [  8799] By: jhi                                   on 2001/02/13  16:52:51
54883         Log: Duplex duplex hunk hunk.
54884      Branch: maint-5.6/perl
54885            ! Makefile.SH
54886 ____________________________________________________________________________
54887 [  8797] By: jhi                                   on 2001/02/13  14:52:04
54888         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
54889              From: "Craig A. Berry" <craigberry@mac.com>
54890              Date: Mon, 12 Feb 2001 11:05:25 -0600
54891              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
54892      Branch: perl
54893            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
54894 ____________________________________________________________________________
54895 [  8796] By: jhi                                   on 2001/02/13  14:36:47
54896         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
54897              From: simon.cozens@pembroke.oxford.ac.uk 
54898              Date: Sat, 10 Feb 2001 17:57:02 +0000
54899              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
54900              
54901              Now it does include.
54902      Branch: perl
54903            ! pod/perldiag.pod
54904 ____________________________________________________________________________
54905 [  8795] By: jhi                                   on 2001/02/13  14:30:11
54906         Log: Sort the MANIFEST.
54907      Branch: perl
54908            ! MANIFEST
54909 ____________________________________________________________________________
54910 [  8794] By: jhi                                   on 2001/02/13  14:26:51
54911         Log: Integrate change #8793 from mainline, FAQ updates.
54912      Branch: maint-5.6/perl
54913           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
54914 ____________________________________________________________________________
54915 [  8793] By: jhi                                   on 2001/02/13  14:25:13
54916         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
54917      Branch: perl
54918            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
54919 ____________________________________________________________________________
54920 [  8792] By: jhi                                   on 2001/02/13  14:22:50
54921         Log: Subject: buncha MacPerl patches for bleadperl
54922              From: Chris Nandor <pudge@pobox.com>
54923              Date: Tue, 13 Feb 2001 00:02:43 -0500
54924              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
54925      Branch: perl
54926            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
54927            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
54928            ! t/lib/basename.t toke.c util.h
54929 ____________________________________________________________________________
54930 [  8791] By: jhi                                   on 2001/02/13  14:10:39
54931         Log: Integrate change #8790 from mainline.
54932              
54933              environ array wrongly assumed in Perl_init_i18nl10n(),
54934      Branch: maint-5.6/perl
54935           !> util.c
54936 ____________________________________________________________________________
54937 [  8790] By: jhi                                   on 2001/02/13  14:06:15
54938         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
54939              noticed by Chris Nandor in MacOS Classic.
54940      Branch: perl
54941            ! util.c
54942 ____________________________________________________________________________
54943 [  8789] By: jhi                                   on 2001/02/13  13:58:07
54944         Log: Integrate changes #8373,8487,8544,8783 from mainline.
54945              
54946              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
54947              hints files, the dynaloading, assimilate ebcdic into util.c.
54948      Branch: maint-5.6/perl
54949            - ebcdic.c
54950            ! MANIFEST hints/posix-bc.sh
54951           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
54952           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
54953           !> perlapi.c proto.h util.c
54954 ____________________________________________________________________________
54955 [  8788] By: alanbur                               on 2001/02/13  10:33:13
54956         Log: Integrated changes from maint-5.6
54957      Branch: maint-5.6/pureperl
54958           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
54959           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
54960           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54961           !> vos/config.ga.h vos/configure_perl.cm
54962 ____________________________________________________________________________
54963 [  8787] By: jhi                                   on 2001/02/13  05:56:36
54964         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
54965      Branch: perl
54966           !> Makefile.SH
54967 ____________________________________________________________________________
54968 [  8786] By: jhi                                   on 2001/02/13  05:54:34
54969         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
54970              From: Dorner Thomas <Thomas.Dorner@start.de>
54971              Date: Mon, 12 Feb 2001 15:06:26 +0100
54972              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
54973      Branch: maint-5.6/perl
54974            ! Makefile.SH
54975 ____________________________________________________________________________
54976 [  8785] By: jhi                                   on 2001/02/13  05:29:04
54977         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
54978      Branch: perl
54979           !> hints/openbsd.sh
54980 ____________________________________________________________________________
54981 [  8784] By: jhi                                   on 2001/02/13  02:25:24
54982         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
54983              From: Peter Prymmer <pvhp@forte.com>
54984              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
54985              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
54986      Branch: perl
54987            ! pod/perlclib.pod
54988 ____________________________________________________________________________
54989 [  8783] By: jhi                                   on 2001/02/13  02:22:36
54990         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
54991      Branch: perl
54992            - ebcdic.c
54993            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
54994            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
54995            ! util.c
54996 ____________________________________________________________________________
54997 [  8782] By: jhi                                   on 2001/02/13  02:00:07
54998         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
54999      Branch: maint-5.6/perl
55000            ! pod/perlport.pod
55001 ____________________________________________________________________________
55002 [  8781] By: jhi                                   on 2001/02/13  01:58:44
55003         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
55004      Branch: maint-5.6/perl
55005            ! hints/openbsd.sh
55006 ____________________________________________________________________________
55007 [  8780] By: jhi                                   on 2001/02/13  01:57:33
55008         Log: Synchronize the regexp tests between maintperl and mainline.
55009      Branch: maint-5.6/perl
55010           !> t/op/re_tests
55011 ____________________________________________________________________________
55012 [  8779] By: jhi                                   on 2001/02/13  01:49:35
55013         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
55014              From: Hugo <hv@crypt.compulink.co.uk>
55015              Date: Tue, 13 Feb 2001 00:11:11 +0000
55016              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
55017      Branch: perl
55018            ! regcomp.c t/op/re_tests
55019 ____________________________________________________________________________
55020 [  8778] By: jhi                                   on 2001/02/13  00:23:10
55021         Log: Comments do not nest.
55022      Branch: perl
55023            ! perl.h
55024 ____________________________________________________________________________
55025 [  8777] By: jhi                                   on 2001/02/13  00:17:54
55026         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
55027              From: Hugo <hv@crypt.compulink.co.uk>
55028              Date: Tue, 13 Feb 2001 00:11:11 +0000
55029              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
55030      Branch: maint-5.6/perl
55031            ! regcomp.c t/op/re_tests
55032 ____________________________________________________________________________
55033 [  8776] By: jhi                                   on 2001/02/12  23:25:52
55034         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
55035      Branch: maint-5.6/perl
55036            ! pod/perlport.pod
55037 ____________________________________________________________________________
55038 [  8775] By: jhi                                   on 2001/02/12  23:04:28
55039         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
55040      Branch: maint-5.6/perl
55041            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
55042            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55043            ! vos/configure_perl.cm
55044 ____________________________________________________________________________
55045 [  8774] By: jhi                                   on 2001/02/12  22:59:11
55046         Log: Subject: Re: [patch] context for 'U' magic functions
55047              From: Doug MacEachern <dougm@covalent.net>
55048              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
55049              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
55050              
55051              plus the suggestion by Nick Ing-Simmons to name the macro
55052              as PERL_MG_UFUNC to avoid namespace pollution, plus add
55053              the advice by Doug for XS writers to perl.h
55054      Branch: perl
55055            ! mg.c perl.h
55056 ____________________________________________________________________________
55057 [  8773] By: jhi                                   on 2001/02/11  20:14:12
55058         Log: Update Changes.
55059      Branch: perl
55060            ! Changes patchlevel.h
55061 ____________________________________________________________________________
55062 [  8772] By: jhi                                   on 2001/02/11  18:47:52
55063         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
55064              From: Simon Cozens <simon@cozens.net>
55065              Date: Wed, 31 Jan 2001 16:31:43 +0000
55066              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
55067      Branch: perl
55068            + pod/perlclib.pod
55069            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
55070            ! pod/perltoc.pod
55071 ____________________________________________________________________________
55072 [  8771] By: jhi                                   on 2001/02/11  18:36:48
55073         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
55074              
55075              Blocks-4d3.beta.txt
55076              CaseFolding-3d4.beta.txt
55077              CompositionExclusions-3d6.beta.txt
55078              EastAsianWidth-4d4.beta.txt
55079              LineBreak-6d3.beta.txt
55080              NamesList-3.1.0d1.beta.txt
55081              PropList-3.1.0d4.beta.txt
55082              SpecialCasing-4d1.beta.txt
55083              UnicodeData-3.1.0d6.beta.txt
55084      Branch: perl
55085            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
55086           +> lib/unicode/UCD.html lib/unicode/Unicode.html
55087            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
55088            - lib/unicode/Unicode.301
55089            ! (edit 257 files)
55090 ____________________________________________________________________________
55091 [  8770] By: jhi                                   on 2001/02/11  17:26:22
55092         Log: UTF-8 documentation.
55093      Branch: perl
55094            ! utf8.h
55095 ____________________________________________________________________________
55096 [  8769] By: jhi                                   on 2001/02/11  17:12:49
55097         Log: Retract #8762.
55098      Branch: perl
55099            ! regexec.c
55100 ____________________________________________________________________________
55101 [  8768] By: jhi                                   on 2001/02/11  16:54:45
55102         Log: Subject: [PATCH] Test::Harness
55103              From: andreas.koenig@anima.de (Andreas J. Koenig)
55104              Date: 11 Feb 2001 14:37:00 +0100
55105              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
55106      Branch: perl
55107            ! lib/Test/Harness.pm
55108 ____________________________________________________________________________
55109 [  8767] By: jhi                                   on 2001/02/11  16:53:52
55110         Log: Subject: [PATCH] Document makepatch in Porting/patching
55111              From: andreas.koenig@anima.de (Andreas J. Koenig)
55112              Date: 11 Feb 2001 16:46:28 +0100
55113              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
55114      Branch: perl
55115            ! Porting/patching.pod
55116 ____________________________________________________________________________
55117 [  8766] By: jhi                                   on 2001/02/11  06:30:23
55118         Log: Subject: Re: [patch] GvSHARED
55119              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
55120              From: Doug MacEachern <dougm@covalent.net>
55121              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
55122              
55123              Subject: Re: [patch] GvSHARED
55124              From: Doug MacEachern <dougm@covalent.net>
55125              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
55126              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
55127              
55128              Subject: [patch] attributes.pm support for `shared'
55129              From: Doug MacEachern <dougm@covalent.net>
55130              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
55131              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
55132              
55133              our() attributes were ignored, our :shared pieces missing,
55134              allow attributes.pm to turn on shared.
55135      Branch: perl
55136            ! op.c t/op/attrs.t toke.c xsutils.c
55137 ____________________________________________________________________________
55138 [  8765] By: alanbur                               on 2001/02/10  23:11:19
55139         Log: Resync with parent (hopefully sucessfully this time)
55140      Branch: maint-5.6/pureperl
55141           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
55142           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
55143           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55144           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55145           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55146           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55147           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
55148 ____________________________________________________________________________
55149 [  8764] By: jhi                                   on 2001/02/10  22:54:38
55150         Log: Make TEST and UTEST more verbose in case something goes
55151              wrong in running/compiling a script, suggested by Doug
55152              MacEachern.
55153      Branch: perl
55154            ! t/TEST t/UTEST
55155 ____________________________________________________________________________
55156 [  8763] By: jhi                                   on 2001/02/10  22:11:34
55157         Log: Bogus shebang.
55158      Branch: perl
55159            ! t/lib/texttabs.t
55160 ____________________________________________________________________________
55161 [  8762] By: jhi                                   on 2001/02/10  21:56:02
55162         Log: (Retracted by #8769)
55163      Branch: perl
55164            ! regexec.c
55165 ____________________________________________________________________________
55166 [  8761] By: jhi                                   on 2001/02/10  21:26:15
55167         Log: Subject: Re: [patch] GvSHARED 
55168              From: Doug MacEachern <dougm@covalent.net>
55169              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
55170              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
55171              
55172              our @EXPORT : shared = (...);
55173      Branch: perl
55174            ! toke.c
55175 ____________________________________________________________________________
55176 [  8760] By: jhi                                   on 2001/02/10  21:25:07
55177         Log: Subject: [patch] GvSHARED
55178              From: Doug MacEachern <dougm@covalent.net>
55179              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
55180              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
55181      Branch: perl
55182            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
55183 ____________________________________________________________________________
55184 [  8759] By: alanbur                               on 2001/02/10  21:24:27
55185         Log: Backed out mismerge.
55186      Branch: maint-5.6/pureperl
55187            ! MANIFEST README.hpux README.vmesa gv.c installhtml
55188            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
55189            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55190            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55191            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55192            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55193            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
55194 ____________________________________________________________________________
55195 [  8758] By: jhi                                   on 2001/02/10  18:01:17
55196         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
55197              
55198              Fixed UMRs and leak in Perl_pmtrans()
55199              
55200              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55201              associated UTFied tr/// code.  Also fixed scoping leak of
55202              PL_reg_start_tmp.
55203              
55204              newATTRSUB leaks when an attempt to redefine the active sort sub is
55205              made.
55206      Branch: maint-5.6/perl
55207           !> op.c regcomp.c
55208 ____________________________________________________________________________
55209 [  8757] By: alanbur                               on 2001/02/10  17:56:46
55210         Log: Resynchronised with parent
55211      Branch: maint-5.6/pureperl
55212           +> README.bs2000
55213            - README.posix-bc
55214            ! gv.c perl.c sv.c
55215           !> MANIFEST README.hpux README.vmesa installhtml
55216           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
55217           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55218           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
55219           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
55220           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
55221           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
55222 ____________________________________________________________________________
55223 [  8756] By: alanbur                               on 2001/02/10  17:51:15
55224         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
55225              made.
55226      Branch: maint-5.6/pureperl
55227            ! op.c
55228 ____________________________________________________________________________
55229 [  8755] By: jhi                                   on 2001/02/09  22:41:35
55230         Log: Upgrade to CPAN 1.59_54, from Andreas König.
55231      Branch: perl
55232            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55233 ____________________________________________________________________________
55234 [  8754] By: jhi                                   on 2001/02/09  22:29:20
55235         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
55236              
55237              Didn't upgrade the fill.t since it has a dependency to File::Slurp
55238              purely for debugging purposes, the actual test hasn't changed.
55239      Branch: perl
55240            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
55241            ! t/lib/textwrap.t
55242 ____________________________________________________________________________
55243 [  8753] By: jhi                                   on 2001/02/09  20:17:50
55244         Log: Integrate change #8682 from maintperl.
55245              
55246              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
55247              to work correctly.
55248      Branch: perl
55249           !> hints/irix_6.sh
55250 ____________________________________________________________________________
55251 [  8752] By: jhi                                   on 2001/02/09  20:00:46
55252         Log: Update Changes.
55253      Branch: perl
55254            ! Changes patchlevel.h
55255 ____________________________________________________________________________
55256 [  8751] By: nick                                  on 2001/02/09  19:48:37
55257         Log: Integrate mainline
55258      Branch: perlio
55259           +> README.bs2000 t/lib/cgi-esc.t
55260            - README.posix-bc
55261           !> (integrate 53 files)
55262 ____________________________________________________________________________
55263 [  8750] By: nick                                  on 2001/02/09  19:25:16
55264         Log: Subject: RE: Biannual Competition to Improve Hashing Function
55265              From: Fisher Mark <fisherm@tce.com>
55266              Date: Thu, 8 Feb 2001 10:44:00 -0500
55267              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
55268              Date: Thu, 8 Feb 2001 15:02:47 -0500
55269              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
55270      Branch: perl
55271            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
55272 ____________________________________________________________________________
55273 [  8749] By: jhi                                   on 2001/02/09  19:02:35
55274         Log: Forgotten fragment.
55275      Branch: perl
55276            ! pod/perlapi.pod
55277 ____________________________________________________________________________
55278 [  8748] By: jhi                                   on 2001/02/09  18:31:34
55279         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
55280              plus manual tweakage.
55281              
55282              Sync the perlfaq2 between mainline and maintperl.
55283      Branch: maint-5.6/perl
55284            ! pod/perlfaq2.pod
55285      Branch: perl
55286           !> pod/perlfaq2.pod
55287 ____________________________________________________________________________
55288 [  8747] By: jhi                                   on 2001/02/09  18:12:04
55289         Log: Subject: versiononly and installperl
55290              From: abigail@foad.org
55291              Date: Wed, 7 Feb 2001 22:43:12 +0100
55292              Message-ID: <20010207214312.7045.qmail@foad.org>    
55293              
55294              Add +v flag to force a normal install of the perl binary
55295              and the utilities.
55296              
55297              Subject: [PATCH] installperl
55298              From: Nicholas Clark <nick@ccl4.org>
55299              Date: Fri, 9 Feb 2001 16:28:57 +0000
55300              Message-ID: <20010209162857.B10931@plum.flirble.org>
55301              
55302              Add -A flag which also hardlinks the binary with
55303              the full architecture name.
55304      Branch: perl
55305            ! installperl
55306 ____________________________________________________________________________
55307 [  8746] By: jhi                                   on 2001/02/09  18:03:43
55308         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
55309              
55310              Subject: perlfaq2, re: perlmongers
55311              
55312              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
55313              
55314              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
55315              
55316              Subject: [ID 20010205.001] typo in perlfaq9
55317              
55318              Subject: [ID 20010208.002] unordered explanation in perlcall
55319      Branch: maint-5.6/perl
55320           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
55321           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
55322           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
55323 ____________________________________________________________________________
55324 [  8745] By: jhi                                   on 2001/02/09  17:59:09
55325         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
55326              From: abela@geneanet.org
55327              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
55328              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
55329      Branch: perl
55330            ! pod/perlcall.pod
55331 ____________________________________________________________________________
55332 [  8744] By: jhi                                   on 2001/02/09  17:48:16
55333         Log: Subject: [ID 20010205.001] typo in perlfaq9
55334              From: eserte@vran.herceg.de
55335              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
55336              Message-Id: <200102042244.XAA21926@vran.herceg.de>
55337      Branch: perl
55338            ! pod/perlfaq9.pod
55339 ____________________________________________________________________________
55340 [  8743] By: jhi                                   on 2001/02/09  17:25:12
55341         Log: Integrate change #8695 from maintperl.
55342              
55343              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
55344      Branch: perl
55345           !> thread.h
55346 ____________________________________________________________________________
55347 [  8742] By: jhi                                   on 2001/02/09  17:21:22
55348         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
55349              From: Andy Dougherty <doughera@lafayette.edu>
55350              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
55351              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
55352      Branch: perl
55353            ! embed.pl
55354 ____________________________________________________________________________
55355 [  8741] By: jhi                                   on 2001/02/09  17:05:19
55356         Log: Integrate changes #8738,8739,8740 from maintperl.
55357              
55358              Html files will be installed in a more logical and easier to
55359              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
55360              
55361              Html files will be generated with a header to make them look
55362              a little less bare.
55363              
55364              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
55365      Branch: perl
55366           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
55367 ____________________________________________________________________________
55368 [  8740] By: jhi                                   on 2001/02/09  17:03:46
55369         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
55370              From: "Brendan O'Dea" <bod@compusol.com.au>
55371              Date: Sun, 4 Feb 2001 11:17:56 +1100
55372              Message-ID: <20010204111756.A16301@compusol.com.au>
55373      Branch: maint-5.6/perl
55374            ! pod/perlfaq3.pod
55375 ____________________________________________________________________________
55376 [  8739] By: jhi                                   on 2001/02/09  17:01:59
55377         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
55378              From: "Indy Singh" <indy@nusphere.com>
55379              Date: Fri, 2 Feb 2001 15:09:59 -0500
55380              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
55381              
55382              Html files will be generated with a header to make them look
55383              a little less bare.
55384      Branch: maint-5.6/perl
55385            ! installhtml
55386 ____________________________________________________________________________
55387 [  8738] By: jhi                                   on 2001/02/09  16:58:48
55388         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
55389              From: "Indy Singh" <indy@nusphere.com>
55390              Date: Fri, 2 Feb 2001 15:08:23 -0500
55391              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
55392              
55393              Html files will be installed in a more logical and easier to
55394              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
55395      Branch: maint-5.6/perl
55396            ! win32/Makefile win32/makefile.mk
55397 ____________________________________________________________________________
55398 [  8737] By: jhi                                   on 2001/02/09  16:46:54
55399         Log: Integrate changes #8687,8736 from maintperl.
55400              
55401              HP-UX thread patches from Merijn H. Brand.
55402              
55403              Latin nit from Philip Newton.
55404      Branch: perl
55405           !> README.hpux hints/hpux.sh
55406 ____________________________________________________________________________
55407 [  8736] By: jhi                                   on 2001/02/09  16:42:31
55408         Log: Latin nit from Philip Newton.
55409      Branch: maint-5.6/perl
55410            ! README.hpux
55411 ____________________________________________________________________________
55412 [  8735] By: jhi                                   on 2001/02/09  16:24:03
55413         Log: Integrate changes #8704,8710 from pureperl.
55414              
55415              Fixed UMRs and leak in Perl_pmtrans()
55416              
55417              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55418              associated UTFied tr/// code.  Also fixed scoping leak of
55419              PL_reg_start_tmp.
55420      Branch: perl
55421           !> op.c regcomp.c
55422 ____________________________________________________________________________
55423 [  8734] By: jhi                                   on 2001/02/09  15:40:21
55424         Log: Integrate change #8733 from maintperl.
55425              
55426              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
55427      Branch: perl
55428           !> pod/perlre.pod
55429 ____________________________________________________________________________
55430 [  8733] By: jhi                                   on 2001/02/09  15:35:47
55431         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
55432              From: Prymmer/Kahn <pvhp@best.com>
55433              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
55434              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
55435      Branch: maint-5.6/perl
55436            ! pod/perlre.pod
55437 ____________________________________________________________________________
55438 [  8732] By: jhi                                   on 2001/02/09  15:26:17
55439         Log: Rename README.posix-bc to README.bs2000 (to avoid the
55440              confusion of a "perlposix-bc.pod"), add a few missing
55441              arch pods, regen toc.
55442      Branch: maint-5.6/perl
55443           +> README.bs2000
55444            - README.posix-bc
55445            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
55446            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
55447 ____________________________________________________________________________
55448 [  8731] By: jhi                                   on 2001/02/09  15:23:39
55449         Log: De-cut-and-pasto.
55450      Branch: perl
55451            ! pod/perl.pod
55452 ____________________________________________________________________________
55453 [  8730] By: jhi                                   on 2001/02/09  15:11:13
55454         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
55455              when people think that perlposix-bc.pod tells anything about
55456              Perl and POSIX.  Regen toc.
55457      Branch: perl
55458           +> README.bs2000
55459            - README.posix-bc
55460            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
55461            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
55462 ____________________________________________________________________________
55463 [  8729] By: jhi                                   on 2001/02/09  14:52:28
55464         Log: The README.vmesa part of #8712 from maintperl.
55465      Branch: perl
55466            ! README.vmesa
55467 ____________________________________________________________________________
55468 [  8728] By: jhi                                   on 2001/02/09  14:46:06
55469         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
55470              From: Peter Prymmer <pvhp@forte.com>
55471              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
55472              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
55473      Branch: maint-5.6/perl
55474            ! README.vmesa win32/Makefile win32/makefile.mk
55475 ____________________________________________________________________________
55476 [  8727] By: jhi                                   on 2001/02/09  14:33:25
55477         Log: Integrate change #8712 from mainline.
55478              
55479              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
55480      Branch: maint-5.6/perl
55481           !> lib/Pod/Find.pm
55482 ____________________________________________________________________________
55483 [  8726] By: jhi                                   on 2001/02/09  14:30:28
55484         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
55485              From: Peter Prymmer <pvhp@forte.com>
55486              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
55487              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
55488      Branch: perl
55489            + t/lib/cgi-esc.t
55490            ! MANIFEST lib/CGI/Util.pm
55491 ____________________________________________________________________________
55492 [  8725] By: jhi                                   on 2001/02/09  04:56:47
55493         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
55494      Branch: maint-5.6/perl
55495            ! pod/perlport.pod
55496 ____________________________________________________________________________
55497 [  8724] By: jhi                                   on 2001/02/09  04:40:59
55498         Log: Integrate changes 7819,7820 from vmsperl into mainline.
55499              
55500              Add header for LIB$ prototypes (C. Berry)
55501              
55502              Convert fwrite()s to sockets to write()s, since some socket stacks
55503              don't take kindly to stdio.
55504              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
55505              (for often optional LNMs)
55506              Correct a few typos
55507              (C. Bailey)
55508      Branch: perl
55509           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
55510 ____________________________________________________________________________
55511 [  8723] By: jhi                                   on 2001/02/09  03:29:29
55512         Log: Integrate change #8722 from mainline.
55513              
55514              The Im() function wasn't returning zero for non-Math::Complex
55515              arguments.  The bug reported by John Gamble.
55516      Branch: maint-5.6/perl
55517           !> lib/Math/Complex.pm
55518 ____________________________________________________________________________
55519 [  8722] By: jhi                                   on 2001/02/09  03:28:33
55520         Log: The Im() function wasn't returning zero for non-Math::Complex
55521              arguments.  The bug reported by John Gamble.
55522      Branch: perl
55523            ! lib/Math/Complex.pm
55524 ____________________________________________________________________________
55525 [  8721] By: nick                                  on 2001/02/08  22:11:35
55526         Log: Correct the correction :-(
55527      Branch: perl
55528            ! perl.c
55529 ____________________________________________________________________________
55530 [  8720] By: bailey                                on 2001/02/08  20:59:22
55531         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
55532              don't take kindly to stdio.
55533              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
55534              (for often optional LNMs)
55535              Correct a few typos
55536              (C. Bailey)
55537      Branch: vmsperl
55538            ! vms/vms.c vms/vmsish.h
55539 ____________________________________________________________________________
55540 [  8719] By: bailey                                on 2001/02/08  20:51:02
55541         Log: Add header for LIB$ prototypes (C. Berry)
55542      Branch: vmsperl
55543            ! ext/Devel/DProf/DProf.xs
55544 ____________________________________________________________________________
55545 [  8718] By: bailey                                on 2001/02/08  20:49:00
55546         Log: SYN SYN
55547      Branch: vmsperl
55548           +> pod/perliol.pod t/lib/sample-tests/bailout
55549           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
55550           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
55551           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
55552           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
55553           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
55554           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
55555            - lib/unicode/Is/DCinital.pl
55556           !> (integrate 101 files)
55557 ____________________________________________________________________________
55558 [  8717] By: nick                                  on 2001/02/08  19:38:48
55559         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
55560              From: Robin Barker <rmb1@cise.npl.co.uk>
55561              Date: Thu, 8 Feb 2001 14:38:07 GMT
55562              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
55563      Branch: perl
55564            ! lib/CPAN.pm
55565 ____________________________________________________________________________
55566 [  8716] By: nick                                  on 2001/02/08  19:29:07
55567         Log: Generated files form 8713 etc.
55568      Branch: perl
55569            ! embed.h global.sym objXSUB.h perlapi.c proto.h
55570 ____________________________________________________________________________
55571 [  8715] By: nick                                  on 2001/02/08  19:26:08
55572         Log: Fixup non-ithread build after 8713
55573      Branch: perl
55574            ! perl.c
55575 ____________________________________________________________________________
55576 [  8714] By: nick                                  on 2001/02/08  19:17:45
55577         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
55578              From: nick@ccl4.org
55579              Date: Wed, 7 Feb 2001 00:27:47 +0000
55580              Message-Id: <20010207002747.B63724@plum.flirble.org>
55581      Branch: perl
55582            ! sv.c toke.c
55583 ____________________________________________________________________________
55584 [  8713] By: nick                                  on 2001/02/08  19:15:58
55585         Log: Subject: Re: [patch] Re: PL_ptr_table
55586              From: Doug Maceachern <dougm@covalent.net>
55587              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
55588              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
55589      Branch: perl
55590            ! embed.pl perl.c sv.c sv.h
55591 ____________________________________________________________________________
55592 [  8712] By: nick                                  on 2001/02/08  19:12:47
55593         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
55594              From: Peter Prymmer <pvhp@forte.com>
55595              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
55596              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
55597      Branch: perl
55598            ! lib/Pod/Find.pm
55599 ____________________________________________________________________________
55600 [  8711] By: nick                                  on 2001/02/07  21:06:11
55601         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
55602              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
55603              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55604              Date: Tue, 06 Feb 2001 23:37:01 +0000
55605              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
55606      Branch: perl
55607            ! regcomp.c
55608 ____________________________________________________________________________
55609 [  8710] By: alanbur                               on 2001/02/07  00:22:04
55610         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
55611              associated UTFied tr/// code.  Also fixed scoping leak of
55612              PL_reg_start_tmp.
55613      Branch: maint-5.6/pureperl
55614            ! op.c regcomp.c
55615 ____________________________________________________________________________
55616 [  8709] By: nick                                  on 2001/02/06  21:16:49
55617         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
55618              From: Michael G Schwern <schwern@pobox.com>
55619              Date: Sun, 4 Feb 2001 19:47:14 -0500
55620              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
55621      Branch: perl
55622            ! pod/perlapi.pod pod/perlmodlib.PL
55623 ____________________________________________________________________________
55624 [  8708] By: nick                                  on 2001/02/06  20:41:20
55625         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
55626              From: Michael G Schwern <schwern@pobox.com>
55627              Date: Sun, 4 Feb 2001 21:17:49 -0500
55628              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
55629      Branch: perl
55630            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
55631            ! pod/perltootc.pod
55632 ____________________________________________________________________________
55633 [  8707] By: nick                                  on 2001/02/06  20:29:11
55634         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
55635              From: Michael G Schwern <schwern@pobox.com>
55636              Date: Tue, 6 Feb 2001 05:54:30 -0500
55637              Message-Id: <20010206055430.A951@blackrider.aocn.com>
55638      Branch: perl
55639            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
55640 ____________________________________________________________________________
55641 [  8706] By: nick                                  on 2001/02/06  20:21:40
55642         Log: Subject: RE: some win32 fixes
55643              Date: Tue, 6 Feb 2001 09:23:20 +0300
55644              From: Vadim Konovalov <vkonovalov@lucent.com>
55645              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
55646      Branch: perl
55647            ! toke.c win32/Makefile win32/config.bc win32/config.gc
55648            ! win32/config.vc win32/config_H.bc win32/makefile.mk
55649 ____________________________________________________________________________
55650 [  8705] By: alanbur                               on 2001/02/06  15:00:03
55651         Log: Synchronised with parent
55652      Branch: maint-5.6/pureperl
55653            ! regexec.c
55654           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
55655           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
55656 ____________________________________________________________________________
55657 [  8704] By: alanbur                               on 2001/02/06  14:55:24
55658         Log: Fixed UMRs and leak in Perl_pmtrans()
55659      Branch: maint-5.6/pureperl
55660            ! op.c
55661 ____________________________________________________________________________
55662 [  8703] By: gsar                                  on 2001/02/06  02:29:37
55663         Log: $(MAKE) distclean doesn't clean up properly on windows
55664      Branch: maint-5.6/perl
55665            ! win32/Makefile win32/makefile.mk
55666 ____________________________________________________________________________
55667 [  8702] By: gsar                                  on 2001/02/06  01:00:46
55668         Log: tweak change#8659 to keep it simple
55669      Branch: maint-5.6/perl
55670            ! utils/perldoc.PL
55671 ____________________________________________________________________________
55672 [  8701] By: gsar                                  on 2001/02/05  22:45:41
55673         Log: change#8693 was missing testsuite changes
55674      Branch: maint-5.6/perl
55675           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
55676 ____________________________________________________________________________
55677 [  8700] By: nick                                  on 2001/02/05  20:32:52
55678         Log: Integrate mainline
55679      Branch: perlio
55680           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
55681           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
55682           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
55683           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
55684           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
55685           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
55686           +> t/lib/test-harness.t
55687           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
55688           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
55689           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
55690           !> pod/perlutil.pod t/TEST utils/h2xs.PL
55691 ____________________________________________________________________________
55692 [  8699] By: nick                                  on 2001/02/05  19:41:07
55693         Log: Subject: perlfaq2, re: perlmongers
55694              From: David H. Adler <dha@panix.com>
55695              Date: Sun, 4 Feb 2001 23:48:23 -0500
55696              Message-Id: <20010204234823.A13429@panix.com>
55697      Branch: perl
55698            ! pod/perlfaq2.pod
55699 ____________________________________________________________________________
55700 [  8698] By: nick                                  on 2001/02/05  19:39:31
55701         Log: Missed file f#rom the testharness mess.
55702      Branch: perl
55703            + t/lib/test-harness.t
55704 ____________________________________________________________________________
55705 [  8697] By: nick                                  on 2001/02/05  19:37:21
55706         Log: Subject: [DOC PATCH] overload.pm nits
55707              From: John Tobey <jtobey@john-edwin-tobey.org>
55708              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
55709              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
55710      Branch: perl
55711            ! lib/overload.pm
55712 ____________________________________________________________________________
55713 [  8696] By: alanbur                               on 2001/02/05  11:56:00
55714         Log: Sync with parent
55715      Branch: maint-5.6/pureperl
55716           !> thread.h
55717 ____________________________________________________________________________
55718 [  8695] By: gsar                                  on 2001/02/05  03:27:34
55719         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
55720      Branch: maint-5.6/perl
55721            ! thread.h
55722 ____________________________________________________________________________
55723 [  8694] By: alanbur                               on 2001/02/05  00:07:47
55724         Log: Initial branch creation from //depot/maint-5.6/perl
55725      Branch: maint-5.6/pureperl
55726           +> (branch 1719 files)
55727 ____________________________________________________________________________
55728 [  8693] By: gsar                                  on 2001/02/04  22:38:49
55729         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
55730              changes)
55731      Branch: maint-5.6/perl
55732           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
55733           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
55734           !> ext/DB_File/version.c
55735 ____________________________________________________________________________
55736 [  8692] By: nick                                  on 2001/02/04  18:15:57
55737         Log: The missed t/TEST part of the grand testharness upgrade.
55738      Branch: perl
55739            ! t/TEST
55740 ____________________________________________________________________________
55741 [  8691] By: nick                                  on 2001/02/04  18:05:17
55742         Log: New improved test harness
55743              Subject: Re: [PATCH Test::Harness] Third time's a charm?
55744              From: Michael G Schwern <schwern@pobox.com>
55745              Date: Sun, 4 Feb 2001 08:01:20 -0500
55746              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
55747      Branch: perl
55748            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
55749            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
55750            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
55751            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
55752            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
55753            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
55754            ! MANIFEST lib/Test/Harness.pm
55755 ____________________________________________________________________________
55756 [  8690] By: nick                                  on 2001/02/04  17:57:51
55757         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
55758              From: Jonathan Stowe <gellyfish@gellyfish.com>
55759              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
55760              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
55761      Branch: perl
55762            ! utils/h2xs.PL
55763 ____________________________________________________________________________
55764 [  8689] By: nick                                  on 2001/02/04  17:55:24
55765         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
55766              From: Michael G Schwern <schwern@pobox.com>
55767              Date: Sat, 3 Feb 2001 22:46:38 -0500
55768              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
55769      Branch: perl
55770            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
55771            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
55772 ____________________________________________________________________________
55773 [  8688] By: nick                                  on 2001/02/04  17:43:55
55774         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
55775              length byfailing to spot lack of closing )
55776              From: nick@talking.bollo.cx
55777              Date: Sat, 03 Feb 2001 23:53:16 +0000
55778              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
55779      Branch: perl
55780            ! perlio.c pod/perldiag.pod
55781 ____________________________________________________________________________
55782 [  8687] By: jhi                                   on 2001/02/03  17:11:42
55783         Log: HP-UX thread patches from Merijn H. Brand.
55784      Branch: maint-5.6/perl
55785            ! README.hpux hints/hpux.sh
55786 ____________________________________________________________________________
55787 [  8686] By: jhi                                   on 2001/02/03  16:40:12
55788         Log: Metaconfig changes for #8685.
55789      Branch: metaconfig
55790            ! U/installdirs/instubperl.U
55791      Branch: metaconfig/U/perl
55792            ! Devel.U versiononly.U
55793 ____________________________________________________________________________
55794 [  8685] By: jhi                                   on 2001/02/03  16:39:49
55795         Log: For -Dusedevel builds turn off installusrbinperl and turn on
55796              versiononly, a combined idea of Richard Soderberg and Merijn
55797              H. Brand.  You can still override both of these from the command
55798              line if you need to, -Dinstallusrbinperl and -Uversiononly.
55799      Branch: perl
55800            ! Configure
55801 ____________________________________________________________________________
55802 [  8684] By: jhi                                   on 2001/02/03  16:16:34
55803         Log: Metaconfig unit fix for #8683.
55804      Branch: metaconfig
55805            ! U/compline/nblock_io.U
55806 ____________________________________________________________________________
55807 [  8683] By: jhi                                   on 2001/02/03  16:16:12
55808         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
55809              reported by Peter Prymmer for 5.6-TRIAL1.
55810      Branch: perl
55811            ! Configure
55812 ____________________________________________________________________________
55813 [  8682] By: jhi                                   on 2001/02/03  05:52:11
55814         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
55815              to work correctly.
55816      Branch: maint-5.6/perl
55817            ! hints/irix_6.sh
55818 ____________________________________________________________________________
55819 [  8681] By: jhi                                   on 2001/02/03  05:47:33
55820         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
55821      Branch: maint-5.6/perl
55822            ! pod/perlport.pod
55823 ____________________________________________________________________________
55824 [  8680] By: jhi                                   on 2001/02/02  21:39:49
55825         Log: perlport update from Peter Prymmer.
55826      Branch: maint-5.6/perl
55827            ! pod/perlport.pod
55828 ____________________________________________________________________________
55829 [  8679] By: nick                                  on 2001/02/02  20:50:48
55830         Log: Integrate mainline
55831      Branch: perlio
55832           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
55833           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
55834           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
55835 ____________________________________________________________________________
55836 [  8678] By: gsar                                  on 2001/02/02  16:02:12
55837         Log: note about bincompat, slightly modified (from Lupe Christoph)
55838      Branch: maint-5.6/perl
55839            ! README.solaris
55840 ____________________________________________________________________________
55841 [  8677] By: jhi                                   on 2001/02/02  15:46:20
55842         Log: Supported platforms updates.
55843      Branch: maint-5.6/perl
55844            ! pod/perlport.pod
55845 ____________________________________________________________________________
55846 [  8676] By: jhi                                   on 2001/02/02  03:41:26
55847         Log: A couple more perlfaq2 tweaks.
55848      Branch: maint-5.6/perl
55849            ! pod/perlfaq2.pod
55850 ____________________________________________________________________________
55851 [  8675] By: jhi                                   on 2001/02/02  03:17:44
55852         Log: Misedit in #8661.
55853      Branch: maint-5.6/perl
55854            ! Configure
55855 ____________________________________________________________________________
55856 [  8674] By: jhi                                   on 2001/02/02  03:14:38
55857         Log: Damien again.
55858      Branch: maint-5.6/perl
55859            ! pod/perlfaq2.pod
55860 ____________________________________________________________________________
55861 [  8673] By: jhi                                   on 2001/02/02  03:12:40
55862         Log: perlfaq update from Elaine Ashton.
55863      Branch: maint-5.6/perl
55864            ! pod/perlfaq2.pod
55865 ____________________________________________________________________________
55866 [  8672] By: jhi                                   on 2001/02/02  03:07:08
55867         Log: UTF-8 s/// patch from Inaba Hiroto.
55868      Branch: maint-5.6/perl
55869            ! pp_ctl.c pp_hot.c
55870 ____________________________________________________________________________
55871 [  8671] By: jhi                                   on 2001/02/01  22:34:31
55872         Log: Update Changes.
55873      Branch: perl
55874            ! Changes patchlevel.h
55875 ____________________________________________________________________________
55876 [  8670] By: jhi                                   on 2001/02/01  22:15:29
55877         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
55878              from maintperl.
55879              
55880              Upgrade to Getopt::Long 2.25, from Johan Vromans.
55881              
55882              more files need to be writable in the source distribution
55883              
55884              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
55885              
55886              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
55887              
55888              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
55889              
55890              Allow the float to be fuzzier.
55891              
55892              need to use INT2PTR instead of a straight cast or ia64 fails
55893              
55894              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
55895              
55896              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
55897      Branch: perl
55898           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
55899           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
55900           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
55901 ____________________________________________________________________________
55902 [  8669] By: jhi                                   on 2001/02/01  21:57:02
55903         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
55904              From: Robin Barker <rmb1@cise.npl.co.uk>
55905              Date: Thu, 1 Feb 2001 16:59:05 GMT
55906              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
55907      Branch: maint-5.6/perl
55908            ! pod/perlmodlib.PL
55909 ____________________________________________________________________________
55910 [  8668] By: nick                                  on 2001/02/01  19:41:40
55911         Log: Integrate mainline
55912      Branch: perlio
55913           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
55914           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
55915           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
55916 ____________________________________________________________________________
55917 [  8667] By: gsar                                  on 2001/02/01  16:59:11
55918         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
55919      Branch: maint-5.6/perl
55920            ! embed.pl embedvar.h
55921 ____________________________________________________________________________
55922 [  8666] By: gsar                                  on 2001/02/01  16:34:51
55923         Log: add missing entries to win32/config.?c
55924      Branch: maint-5.6/perl
55925            ! win32/config.bc win32/config.gc win32/config.vc
55926            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55927 ____________________________________________________________________________
55928 [  8665] By: jhi                                   on 2001/02/01  14:58:51
55929         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
55930              From: "Stephen P. Potter" <spp@spotter.yi.org>
55931              Date: Thu, 01 Feb 2001 10:45:46 -0500
55932              Message-Id: <200102011545.KAA31479@spotter.yi.org>
55933      Branch: maint-5.6/perl
55934            ! pod/perlfunc.pod
55935 ____________________________________________________________________________
55936 [  8664] By: gsar                                  on 2001/02/01  14:52:37
55937         Log: need to use INT2PTR instead of a straight cast or ia64 fails
55938              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
55939      Branch: maint-5.6/perl
55940            ! ext/POSIX/POSIX.xs
55941 ____________________________________________________________________________
55942 [  8663] By: jhi                                   on 2001/02/01  14:09:13
55943         Log: Allow the float to be fuzzier.
55944      Branch: maint-5.6/perl
55945            ! t/lib/peek.t
55946 ____________________________________________________________________________
55947 [  8662] By: jhi                                   on 2001/02/01  13:59:00
55948         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
55949              From: Robin Barker <rmb1@cise.npl.co.uk>
55950              Date: Thu, 1 Feb 2001 13:05:39 GMT
55951              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
55952      Branch: maint-5.6/perl
55953            ! pod/perlmodlib.pod
55954 ____________________________________________________________________________
55955 [  8661] By: jhi                                   on 2001/02/01  13:57:38
55956         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
55957              Date: Thu, 01 Feb 2001 14:15:41 +0100
55958              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55959              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
55960              
55961              Have the $ccflags in the gcc version test (strange, this change
55962              is claimed to be have been integrated already)
55963      Branch: maint-5.6/perl
55964            ! Configure
55965 ____________________________________________________________________________
55966 [  8660] By: jhi                                   on 2001/02/01  13:44:10
55967         Log: Integrate changes #7950,7964,7962 from mainline.
55968              
55969              Find the stdchar signedness using cpp, should fix some of
55970              the Solaris compiler warnings reported by Alan Burlison.
55971      Branch: maint-5.6/perl
55972           !> Configure config_h.SH
55973 ____________________________________________________________________________
55974 [  8659] By: jhi                                   on 2001/02/01  05:35:32
55975         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
55976              From: Jan Dubois <JanD@ActiveState.com>
55977              Date: Wed, 31 Jan 2001 21:17:03 -0800
55978              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
55979      Branch: maint-5.6/perl
55980            ! utils/perldoc.PL
55981 ____________________________________________________________________________
55982 [  8658] By: jhi                                   on 2001/02/01  04:33:17
55983         Log: Integrate the README.os390 and README.posix-bc parts of mainline
55984              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
55985              installperl parts were taken care of by #8657.)
55986      Branch: maint-5.6/perl
55987           !> README.os390 README.posix-bc
55988 ____________________________________________________________________________
55989 [  8657] By: jhi                                   on 2001/02/01  04:29:21
55990         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55991              From: Peter Prymmer <pvhp@forte.com>
55992              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
55993              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
55994      Branch: maint-5.6/perl
55995            + ext/DynaLoader/dl_dllload.xs
55996            ! MANIFEST Makefile.SH hints/os390.sh installperl
55997 ____________________________________________________________________________
55998 [  8656] By: jhi                                   on 2001/02/01  04:25:45
55999         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
56000              From: Peter Prymmer <pvhp@forte.com>
56001              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
56002              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
56003      Branch: maint-5.6/perl
56004            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
56005 ____________________________________________________________________________
56006 [  8655] By: jhi                                   on 2001/02/01  04:14:47
56007         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
56008              From: troc@netrus.net
56009              Date: Wed, 31 Jan 2001 22:31:26 -0500
56010              Message-Id: <200102010331.WAA117.85@rocco.homenet>
56011      Branch: maint-5.6/perl
56012            ! os2/os2.c
56013 ____________________________________________________________________________
56014 [  8654] By: jhi                                   on 2001/02/01  04:12:52
56015         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
56016              as reported by Alan Burlison.
56017      Branch: maint-5.6/perl
56018            ! pp.h
56019 ____________________________________________________________________________
56020 [  8653] By: jhi                                   on 2001/02/01  04:05:12
56021         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
56022              From: dsugalski@northernlight.com
56023              Date: Wed, 31 Jan 2001 18:54:11 -0500
56024              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
56025      Branch: maint-5.6/perl
56026            ! configure.com
56027 ____________________________________________________________________________
56028 [  8652] By: jhi                                   on 2001/02/01  04:03:11
56029         Log: Misplaced #endif.
56030              
56031              Subject: [perl-5-6-1-trial2] patches for EPOC
56032              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56033              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56034              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56035      Branch: maint-5.6/perl
56036            ! epoc/epocish.c
56037 ____________________________________________________________________________
56038 [  8651] By: jhi                                   on 2001/02/01  04:00:25
56039         Log: Integrate changes #8647,8648,8650 from mainline.
56040              
56041              Macrofy a magic UTF-8 test.
56042              
56043              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
56044              
56045              Watch out for cross compiling for EPOC (usually done on linux).
56046      Branch: maint-5.6/perl
56047           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
56048 ____________________________________________________________________________
56049 [  8650] By: jhi                                   on 2001/02/01  03:56:20
56050         Log: Watch out for cross compiling for EPOC (usually done on linux)
56051              
56052              Subject: [perl-5-6-1-trial2] patches for EPOC
56053              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56054              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56055              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56056      Branch: perl
56057            ! ext/Errno/Errno_pm.PL
56058 ____________________________________________________________________________
56059 [  8649] By: gsar                                  on 2001/02/01  00:46:00
56060         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
56061      Branch: maint-5.6/perl
56062            ! sv.c
56063 ____________________________________________________________________________
56064 [  8648] By: jhi                                   on 2001/01/31  23:35:36
56065         Log: All the uses of PL_numeric_radix must be protected by
56066              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
56067              
56068              Subject: [perl-5-6-1-trial2] patches for EPOC
56069              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56070              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
56071              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
56072      Branch: perl
56073            ! sv.c
56074 ____________________________________________________________________________
56075 [  8647] By: jhi                                   on 2001/01/31  22:56:16
56076         Log: Macrofy a magic UTF-8 test.
56077      Branch: perl
56078            ! utf8.c utf8.h
56079 ____________________________________________________________________________
56080 [  8646] By: gsar                                  on 2001/01/31  15:55:12
56081         Log: update Changes
56082      Branch: maint-5.6/perl
56083            ! Changes
56084 ____________________________________________________________________________
56085 [  8645] By: gsar                                  on 2001/01/31  15:10:14
56086         Log: Configure tweak suggested by Peter Prymmer
56087      Branch: maint-5.6/perl
56088            ! Configure
56089 ____________________________________________________________________________
56090 [  8644] By: gsar                                  on 2001/01/31  15:06:32
56091         Log: more files need to be writable in the source distribution
56092      Branch: maint-5.6/perl
56093            ! Porting/makerel
56094 ____________________________________________________________________________
56095 [  8643] By: jhi                                   on 2001/01/31  14:59:46
56096         Log: Integrate changes #8258,8278,8279 from mainline.
56097              
56098              Make the large file tests more robust/talkative.
56099      Branch: maint-5.6/perl
56100           !> t/lib/syslfs.t t/op/lfs.t
56101 ____________________________________________________________________________
56102 [  8642] By: gsar                                  on 2001/01/31  14:53:48
56103         Log: integrate changes#8311,8334 from mainline
56104              
56105              Add a new MakeMaker variable PM_FILTER that defines a Unix
56106              filter to be run on each .pm during the pm_to_blib() phase,
56107              a fixed version of
56108              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
56109              
56110              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
56111              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
56112              accurate reading of the "atime".  
56113      Branch: maint-5.6/perl
56114           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
56115           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
56116           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
56117 ____________________________________________________________________________
56118 [  8641] By: jhi                                   on 2001/01/31  14:46:37
56119         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
56120      Branch: maint-5.6/perl
56121            ! lib/Getopt/Long.pm
56122 ____________________________________________________________________________
56123 [  8640] By: gsar                                  on 2001/01/31  14:40:24
56124         Log: make regen_all
56125      Branch: maint-5.6/perl
56126            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
56127 ____________________________________________________________________________
56128 [  8639] By: gsar                                  on 2001/01/31  14:37:25
56129         Log: refresh windows config files
56130      Branch: maint-5.6/perl
56131            ! win32/Makefile win32/config_H.bc win32/config_H.gc
56132            ! win32/config_H.vc win32/makefile.mk
56133 ____________________________________________________________________________
56134 [  8638] By: gsar                                  on 2001/01/31  14:28:10
56135         Log: makefile tweaks for windows: introduce a bulk-switch to enable
56136              same options as ActivePerl; sync changes with makefile.mk
56137      Branch: maint-5.6/perl
56138            ! win32/Makefile win32/makefile.mk
56139 ____________________________________________________________________________
56140 [  8637] By: jhi                                   on 2001/01/31  04:41:30
56141         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
56142              From: Nicholas Clark <nick@ccl4.org>
56143              Date: Tue, 30 Jan 2001 19:51:05 +0000
56144              Message-ID: <20010130195105.R76607@plum.flirble.org> 
56145              
56146              op/inc cure.
56147      Branch: perl
56148            ! pp.c pp.h pp_hot.c t/op/arith.t
56149 ____________________________________________________________________________
56150 [  8636] By: jhi                                   on 2001/01/31  02:38:32
56151         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
56152              no perlio],8257,8380,8479,8515 from mainline.
56153              
56154              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
56155              
56156              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
56157              Subject: [PATCH perl@8133] fix-up for VMS extensions
56158              
56159              In VMS embedded perls couldn't access the statically built Socket.
56160              
56161              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
56162              
56163              Further VMS piping fixes from Charles Lane.
56164              
56165              Subject:  [PATCH] make t/op/misc.t work on VMS
56166              
56167              Add tracing for debugging extensions builds in VMS.
56168              
56169              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
56170      Branch: maint-5.6/perl
56171           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
56172           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
56173           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
56174 ____________________________________________________________________________
56175 [  8635] By: jhi                                   on 2001/01/31  01:46:41
56176         Log: Integrate change #7732 from mainline.
56177              
56178              Sparc 64-bit pack() fix from Jens Hamisch.
56179      Branch: maint-5.6/perl
56180           !> pp.c
56181 ____________________________________________________________________________
56182 [  8634] By: jhi                                   on 2001/01/31  01:41:16
56183         Log: One spot missing from #8626.
56184      Branch: maint-5.6/perl
56185            ! sv.c
56186 ____________________________________________________________________________
56187 [  8633] By: jhi                                   on 2001/01/31  00:49:17
56188         Log: Integrate change #7495 from mainline.
56189              
56190              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
56191      Branch: maint-5.6/perl
56192           !> MANIFEST ext/re/Makefile.PL
56193 ____________________________________________________________________________
56194 [  8632] By: jhi                                   on 2001/01/30  23:38:49
56195         Log: Integrate change #8396 from mainline.
56196              
56197              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
56198              better multicast support (resend)
56199      Branch: maint-5.6/perl
56200           !> ext/Socket/Socket.pm
56201 ____________________________________________________________________________
56202 [  8631] By: jhi                                   on 2001/01/30  23:28:03
56203         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
56204              
56205              More AIX lore. (7514, ext/re/hints/aix.pl)
56206              
56207              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
56208              
56209              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)
56210              
56211              Subject: [ID 20001214.002] Net::Ping patch
56212              
56213              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
56214              
56215              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
56216              
56217              Add ReuseAddr as a (preferred) alias for Reuse as we now
56218              also have ReusePort.
56219              
56220              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
56221      Branch: maint-5.6/perl
56222           +> ext/re/hints/aix.pl
56223           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
56224           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
56225 ____________________________________________________________________________
56226 [  8630] By: jhi                                   on 2001/01/30  23:03:59
56227         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
56228              
56229              read() documentation tweak for 20001121.004.
56230              
56231              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
56232      Branch: maint-5.6/perl
56233           !> pod/perlfunc.pod pod/perlre.pod
56234 ____________________________________________________________________________
56235 [  8629] By: jhi                                   on 2001/01/30  22:41:57
56236         Log: Integrate change #8098 from mainline.
56237              
56238              fastgetcwd is defined using a glob alias on a $^O dependent basis
56239              and there was no default assignment or perl subroutine.
56240      Branch: maint-5.6/perl
56241           !> lib/Cwd.pm
56242 ____________________________________________________________________________
56243 [  8628] By: jhi                                   on 2001/01/30  21:58:52
56244         Log: Integrate change #7866 from mainline.
56245              
56246              File::Temp 0.11.
56247      Branch: maint-5.6/perl
56248           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
56249 ____________________________________________________________________________
56250 [  8627] By: jhi                                   on 2001/01/30  21:39:44
56251         Log: Integrate changes #8075,8086,8228 from mainline.  
56252              
56253              Darwin is not Windows. (8075,8086)
56254              
56255              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
56256      Branch: maint-5.6/perl
56257           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
56258           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
56259           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
56260           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
56261 ____________________________________________________________________________
56262 [  8626] By: jhi                                   on 2001/01/30  21:22:11
56263         Log: Integrate with tweakery the change #8625 from mainline,
56264              the multibyte decimal separator fix ("fa_IR locale failure").
56265      Branch: maint-5.6/perl
56266            ! embedvar.h perlapi.h
56267           !> intrpvar.h perl.c perl.h sv.c util.c
56268 ____________________________________________________________________________
56269 [  8625] By: jhi                                   on 2001/01/30  20:26:33
56270         Log: Fix for the fa_IR locale failure.  The reason for the failure
56271              was that Perl was assuming the decimal separator aka the radix
56272              separator is one character.  The Farsi-Iranian locale crushed
56273              that bad assumption since there the separator is 'Momayyez',
56274              glyphwise looking somewhat like a slash, and in Unicode UTF-8
56275              encoded in two bytes, 0xd9 0xab.
56276      Branch: perl
56277            ! intrpvar.h perl.c perl.h sv.c util.c
56278 ____________________________________________________________________________
56279 [  8624] By: gsar                                  on 2001/01/30  20:17:03
56280         Log: regen_headers
56281      Branch: maint-5.6/perl
56282            ! Makefile.SH pod/perlintern.pod
56283 ____________________________________________________________________________
56284 [  8623] By: gsar                                  on 2001/01/30  19:42:34
56285         Log: backout change#7431 and its dependents (causes spurious rebuilds
56286              of autogenerated files)
56287              
56288              fix benign b.t failure
56289      Branch: maint-5.6/perl
56290            ! Makefile.SH t/lib/b.t
56291 ____________________________________________________________________________
56292 [  8622] By: jhi                                   on 2001/01/30  19:41:41
56293         Log: Microperl sync.
56294      Branch: perl
56295            ! mg.c perl.h
56296 ____________________________________________________________________________
56297 [  8621] By: gsar                                  on 2001/01/30  19:24:47
56298         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
56299              from mainline
56300              
56301              Subject: podlators 1.06 released
56302              
56303              Subject: [PATCH @8436] Eliminate op_children
56304              
56305              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
56306              
56307              (Replaced by #8448)  More op_children traces (cleanup of #8442).
56308              
56309              Subject: [PATCH #3 @8436] Re: Eliminate op_children
56310              Replace #8444 and #8445.
56311              
56312              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
56313              at the setting of the ofs_sv in new_struct_thread() as the
56314              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
56315              uninitialized fields are, uh, initialized with),
56316              SvREFCNT_inc()ing that invited a core dump.
56317              
56318              podlators 1.07, from Russ Allbery.
56319              
56320              Subject: [PATCH] regcomp.c old feature removal
56321              From: mjd@plover.com
56322              Date: 16 Jan 2001 14:43:18 -0000 
56323              Message-ID: <20010116144318.7140.qmail@plover.com> 
56324      Branch: maint-5.6/perl
56325           +> lib/Pod/Text/Overstrike.pm
56326           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
56327           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
56328           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
56329           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
56330           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
56331           !> util.c
56332 ____________________________________________________________________________
56333 [  8620] By: gsar                                  on 2001/01/30  18:48:32
56334         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
56335              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
56336              now fails one test)
56337              
56338              Subject: [PATCH] lvalue AUTOLOAD. No, really.
56339              
56340              Subject: [PATCH] Interesting syntax idea
56341              Make opens + bareword assigns do typeglob assigns.
56342              
56343              Tests for #8254.
56344              
56345              Subject: [PATCH @8269] Continue blocks and B::Deparse
56346              Make the peephole optimizer to bypass more null ops and
56347              and rewrite the deparse handling of continue blocks.
56348              
56349              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
56350              Doc tweak on #8313.
56351              
56352              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
56353              
56354              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
56355              
56356              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
56357              
56358              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
56359              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
56360              according to the platform.
56361              
56362              Subject: [PATCH @8404] Consolidated lvalue sub changes
56363              
56364              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
56365              
56366              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
56367              
56368              Subject: B::Concise -- an improved replacement for B::Terse 
56369              
56370              The B::Terse drop-in replacement wasn't quite drop-in.
56371              
56372              The LVRET macro needed an aTHX.
56373              
56374              Use the /^Perl_/-less form of is_lvalue_sub().
56375              
56376              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
56377      Branch: maint-5.6/perl
56378           +> ext/B/B/Concise.pm
56379           !> (integrate 27 files)
56380 ____________________________________________________________________________
56381 [  8619] By: nick                                  on 2001/01/30  18:40:28
56382         Log: Integrate mainline
56383      Branch: perlio
56384           !> (integrate 40 files)
56385 ____________________________________________________________________________
56386 [  8618] By: jhi                                   on 2001/01/30  18:37:18
56387         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
56388              Date: Mon, 29 Jan 2001 22:51:29 -0600
56389              From: "Craig A. Berry" <craigberry@mac.com>
56390              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
56391      Branch: perl
56392            ! vms/test.com
56393 ____________________________________________________________________________
56394 [  8617] By: jhi                                   on 2001/01/30  18:34:53
56395         Log: Subject: [PATCH] Add missing CV flags to dump.c
56396              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56397              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
56398              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
56399      Branch: perl
56400            ! dump.c
56401 ____________________________________________________________________________
56402 [  8616] By: jhi                                   on 2001/01/30  18:20:58
56403         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
56404              part isn't applicable to maintperl.
56405              
56406              UTF-8 nit from Inaba Hiroto.
56407      Branch: maint-5.6/perl
56408           !> pod/perlapi.pod utf8.c
56409 ____________________________________________________________________________
56410 [  8615] By: jhi                                   on 2001/01/30  18:18:51
56411         Log: UTF-8 nit from Inaba Hiroto.
56412      Branch: perl
56413            ! pod/perlapi.pod t/op/each.t utf8.c
56414 ____________________________________________________________________________
56415 [  8614] By: jhi                                   on 2001/01/30  18:13:38
56416         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
56417              
56418              perl's internal variables are not for public consumption,
56419              move their docs from perlapi.pod to perlintern.pod
56420              
56421              support for -Dusethreads build under HP-UX 10.20 and DCE threads
56422              library (11.0 and later have pthreads but 10.x don't)
56423              
56424              avoid uninitialized value warnings
56425              
56426              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
56427              gets weird results)
56428              
56429              perldoc nit on windows
56430              
56431              make it possible to run the tests outside the source tree
56432              (there's still a dependency on ../lib being the library
56433              location)
56434      Branch: perl
56435           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
56436           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
56437           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
56438           !> win32/bin/search.pl win32/vdir.h
56439 ____________________________________________________________________________
56440 [  8613] By: gsar                                  on 2001/01/30  16:39:59
56441         Log: make it possible to run the tests outside the source tree
56442              (there's still a dependency on ../lib being the library
56443              location)
56444      Branch: maint-5.6/perl
56445            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
56446 ____________________________________________________________________________
56447 [  8612] By: gsar                                  on 2001/01/30  16:31:12
56448         Log: perldoc nit on windows
56449      Branch: maint-5.6/perl
56450            ! utils/perldoc.PL
56451 ____________________________________________________________________________
56452 [  8611] By: gsar                                  on 2001/01/30  16:22:54
56453         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
56454              gets weird results)
56455      Branch: maint-5.6/perl
56456            ! win32/vdir.h
56457 ____________________________________________________________________________
56458 [  8610] By: gsar                                  on 2001/01/30  16:12:45
56459         Log: avoid uninitialized value warnings
56460      Branch: maint-5.6/perl
56461            ! win32/bin/search.pl
56462 ____________________________________________________________________________
56463 [  8609] By: gsar                                  on 2001/01/30  16:08:01
56464         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
56465              library (11.0 and later have pthreads but 10.x don't)
56466      Branch: maint-5.6/perl
56467            ! hints/hpux.sh thread.h
56468 ____________________________________________________________________________
56469 [  8608] By: gsar                                  on 2001/01/30  15:48:55
56470         Log: perl's internal variables are not for public consumption,
56471              move their docs from perlapi.pod to perlintern.pod
56472      Branch: maint-5.6/perl
56473            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
56474            ! thrdvar.h
56475 ____________________________________________________________________________
56476 [  8607] By: gsar                                  on 2001/01/30  15:44:27
56477         Log: mistakenly branched perl56delta.pod, revert
56478      Branch: maint-5.6/perl
56479            - pod/perl56delta.pod
56480           !> pod/perldelta.pod
56481 ____________________________________________________________________________
56482 [  8606] By: gsar                                  on 2001/01/30  14:20:24
56483         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
56484              dTHR which has been a noop for a while now, except for the
56485              compatibility definition in thread.h)
56486      Branch: maint-5.6/perl
56487           !> (integrate 45 files)
56488 ____________________________________________________________________________
56489 [  8605] By: jhi                                   on 2001/01/30  05:43:58
56490         Log: Mark the UTF-8 APIs as experimental.
56491      Branch: maint-5.6/perl
56492            ! embed.pl pod/perlapi.pod
56493 ____________________________________________________________________________
56494 [  8604] By: jhi                                   on 2001/01/30  05:38:40
56495         Log: Nits from earlier integrates.
56496      Branch: maint-5.6/perl
56497            ! lib/Carp/Heavy.pm
56498           !> sv.c
56499 ____________________________________________________________________________
56500 [  8603] By: jhi                                   on 2001/01/30  05:27:26
56501         Log: Regenerate Porting files.
56502      Branch: maint-5.6/perl
56503            ! Porting/Glossary Porting/config.sh Porting/config_H
56504 ____________________________________________________________________________
56505 [  8602] By: jhi                                   on 2001/01/30  05:14:59
56506         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
56507              8310,8339,8447,8492,8493,8505,8525: documentation changes.
56508              
56509              Subject: Re: perlfaq style changes
56510              
56511              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
56512              
56513              Subject: [PATCH] docs on NaN
56514              
56515              Subject: [patch] perlfaq7
56516              
56517              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
56518              
56519              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
56520              
56521              Subject: [PATCH] open() example in perlfunc.pod
56522              
56523              Podify README.mpeix (a new version from the web)
56524              
56525              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56526              
56527              Subject: [PATCH] format and rewording in perlfaq.pod
56528              
56529              Subject: [PATCH] API Variable documentation   
56530              
56531              Memory management calls documentation.
56532              
56533              Subject: [PATCH: perl@8482] README.vms URL updates
56534              
56535              Subject: Minor typos in perlfaq2.pod
56536              
56537              Subject: [PATCH] pod/perlvar.pod
56538      Branch: maint-5.6/perl
56539           +> pod/perl56delta.pod
56540            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
56541           !> README.amiga README.epoc README.mpeix README.vms
56542           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
56543           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
56544           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
56545           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
56546           !> pod/perlvar.pod thrdvar.h
56547 ____________________________________________________________________________
56548 [  8601] By: jhi                                   on 2001/01/30  04:38:35
56549         Log: Integrate changes #8036,8096,8253 from mainline:
56550              hints changes.
56551              
56552              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
56553              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
56554              
56555              Output the (apparent) version of gcc in Tru64.
56556      Branch: maint-5.6/perl
56557           +> ext/POSIX/hints/svr4.pl
56558           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
56559           !> hints/svr4.sh t/lib/bigfltpm.t
56560 ____________________________________________________________________________
56561 [  8600] By: jhi                                   on 2001/01/30  04:04:01
56562         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
56563              locale fixes.
56564              
56565              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
56566              
56567              Debian allows /usr/bin/locale to exist without any locales. (7868)
56568              
56569              Allow the locale test needing POSIX and the taint test
56570              needing IPC::SysV to run under 'minitest' (basically,
56571              bail out if loading the extension fails). (8384)
56572              
56573              Cleanup the locale.t output  (8480)
56574      Branch: maint-5.6/perl
56575           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
56576           !> t/pragma/locale.t
56577 ____________________________________________________________________________
56578 [  8599] By: jhi                                   on 2001/01/30  03:51:04
56579         Log: Missing generated files from #8598.
56580      Branch: maint-5.6/perl
56581            ! embed.h global.sym objXSUB.h perlapi.c proto.h
56582 ____________________________________________________________________________
56583 [  8598] By: jhi                                   on 2001/01/30  03:41:54
56584         Log: Integrate change #8555 from mainline, manually integrate parts
56585              of changes 8452 and 8583.
56586              
56587              Subject: [PATCH] utf8.c documentation (8452)
56588              
56589              No point in checking the length if the pointer is bogus. (8555)
56590              
56591              Introduce bytes_from_utf8() and implement sv_eq() using it,
56592              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
56593              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
56594              was malformed. (8583)
56595      Branch: maint-5.6/perl
56596            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
56597           !> pod/perlapi.pod sv.c utf8.c
56598 ____________________________________________________________________________
56599 [  8597] By: gsar                                  on 2001/01/30  02:37:26
56600         Log: get PERL_OBJECT build going again on windows
56601      Branch: maint-5.6/perl
56602            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
56603            ! pod/perlapi.pod proto.h sv.c
56604 ____________________________________________________________________________
56605 [  8596] By: jhi                                   on 2001/01/30  02:16:17
56606         Log: Signedness nit.
56607      Branch: perl
56608            ! sv.c
56609 ____________________________________________________________________________
56610 [  8595] By: jhi                                   on 2001/01/30  02:11:07
56611         Log: EBCDIC patch for Storable, from Peter Prymmer.
56612      Branch: perl
56613            ! t/lib/st-06compat.t
56614 ____________________________________________________________________________
56615 [  8594] By: jhi                                   on 2001/01/30  01:04:48
56616         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
56617              From: Peter Prymmer <pvhp@forte.com>
56618              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
56619              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
56620      Branch: perl
56621            ! t/lib/b.t
56622 ____________________________________________________________________________
56623 [  8593] By: jhi                                   on 2001/01/30  00:56:47
56624         Log: Subject: [PATCH: perl@8585] pod problems in io
56625              From: Peter Prymmer <pvhp@forte.com>
56626              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
56627              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
56628      Branch: perl
56629            ! pod/perlapio.pod pod/perliol.pod
56630 ____________________________________________________________________________
56631 [  8592] By: jhi                                   on 2001/01/30  00:48:20
56632         Log: Integrate perlio.
56633      Branch: perl
56634           !> pod/perlapio.pod pod/perliol.pod
56635 ____________________________________________________________________________
56636 [  8591] By: nick                                  on 2001/01/29  22:02:28
56637         Log: GNU 'merge' Simon's copy of perliol.pod with version
56638              patched by Craig's patch.
56639      Branch: perlio
56640            ! pod/perliol.pod
56641 ____________________________________________________________________________
56642 [  8590] By: nick                                  on 2001/01/29  21:55:10
56643         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
56644      Branch: perlio
56645            ! pod/perlapio.pod pod/perliol.pod
56646 ____________________________________________________________________________
56647 [  8589] By: jhi                                   on 2001/01/29  15:35:33
56648         Log: Integrate change #8586 from maint-5.6/perl.
56649              
56650              make the BOM detection code not call tell() until it has to
56651              (meant to fix esoteric compatibility issues where PL_rsfp
56652              is overridden)
56653      Branch: perl
56654           !> toke.c
56655 ____________________________________________________________________________
56656 [  8588] By: jhi                                   on 2001/01/29  15:29:11
56657         Log: Subject: MAking Solaris malloc() the default
56658              From: Lupe Christoph <lupe@lupe-christoph.de>
56659              Date: Mon, 29 Jan 2001 12:59:36 +0100
56660              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
56661              
56662              The README.solaris part slightly tweaked.
56663      Branch: perl
56664            ! README.solaris hints/solaris_2.sh
56665 ____________________________________________________________________________
56666 [  8587] By: jhi                                   on 2001/01/29  15:17:34
56667         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
56668              From: root@ak-75.mind.de
56669              Date: Sun, 28 Jan 2001 20:32:29 +0100
56670              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
56671      Branch: perl
56672            ! pod/perlre.pod
56673 ____________________________________________________________________________
56674 [  8586] By: gsar                                  on 2001/01/29  13:43:44
56675         Log: make the BOM detection code not call tell() until it has to
56676              (meant to fix esoteric compatibility issues where PL_rsfp
56677              is overridden)
56678      Branch: maint-5.6/perl
56679            ! toke.c
56680 ____________________________________________________________________________
56681 [  8585] By: jhi                                   on 2001/01/28  20:05:45
56682         Log: Update Changes.
56683      Branch: perl
56684            ! Changes patchlevel.h
56685 ____________________________________________________________________________
56686 [  8584] By: jhi                                   on 2001/01/28  19:30:02
56687         Log: Integrate perlio.
56688      Branch: perl
56689           +> pod/perliol.pod
56690           !> MANIFEST pod/perlapio.pod
56691 ____________________________________________________________________________
56692 [  8583] By: jhi                                   on 2001/01/28  19:28:40
56693         Log: Patch from Inaba Hiroto:
56694              - canonical UTF-8 hash keys: if a key string for a hash is
56695              UTF8-on, try downgrade the string and use it if
56696              unicode::distinct is not in effect.
56697              For the task, I added a function bytes_from_utf8() to utf8.c.
56698              It might resemble utf8_to_bytes() but it is not convenient
56699              to the task.
56700              Made a test for it and added to t/op/each.t
56701              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
56702              the mortal copy of the argument SV.
56703              And changed t/io/utf8.t test 18 which expects print() to
56704              upgrade its argument.
56705              - re-implement sv_eq with bytes_from_utf8()
56706              - some bug fixes
56707              - tr/// does not handle UTF8 range (\x{}-\x{})
56708              - \ before raw UTF8 character produced
56709              "Malformed UTF-8 character" warning.
56710              - "\x{100}\N{CENT SIGN}" is Malformed.
56711              Added tests for these 3.
56712              - and one silly bug (by me) with qu operator.
56713      Branch: perl
56714            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
56715            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
56716            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
56717 ____________________________________________________________________________
56718 [  8582] By: nick                                  on 2001/01/28  19:25:04
56719         Log: Add pod/perliol.pod to MANIFEST :-(
56720      Branch: perlio
56721            ! MANIFEST
56722 ____________________________________________________________________________
56723 [  8581] By: nick                                  on 2001/01/28  19:22:40
56724         Log: PerlIO documentation. Proofing and sub-editing requested.
56725      Branch: perlio
56726            + pod/perliol.pod
56727            ! pod/perlapio.pod
56728 ____________________________________________________________________________
56729 [  8580] By: jhi                                   on 2001/01/28  05:16:25
56730         Log: Revert the change to sv_2pv() done by #8054: Someone who
56731              did SvNV_set() on a scalar that also happened to be POK,
56732              followed by sv_2pv() won't get the right coercion anymore.
56733              [Sarathy]
56734      Branch: maint-5.6/perl
56735            ! sv.c
56736 ____________________________________________________________________________
56737 [  8579] By: jhi                                   on 2001/01/28  05:15:04
56738         Log: Remove the #8084 effect: do not allow -Q to be interpreted
56739              as -&Q(), this is too much wiggle room.
56740      Branch: maint-5.6/perl
56741            ! toke.c
56742 ____________________________________________________________________________
56743 [  8578] By: jhi                                   on 2001/01/28  05:12:45
56744         Log: Needed bits of #8439 (should have been in #8576),
56745              mainly for lval substr().
56746      Branch: maint-5.6/perl
56747            ! mg.c pp.c pp_hot.c
56748 ____________________________________________________________________________
56749 [  8577] By: jhi                                   on 2001/01/28  05:02:46
56750         Log: A missing check-in.
56751      Branch: maint-5.6/perl
56752            ! utf8.c
56753 ____________________________________________________________________________
56754 [  8576] By: jhi                                   on 2001/01/28  04:26:18
56755         Log: Integrate changes #8425,8436,8439,8517 from mainline.
56756              The 8439 was not truly integrated because it had too many
56757              dependencies on the development branch and because it introduced
56758              concepts too bold for a maintenance branch (such as the qu operator).
56759              
56760              Subject: [PATCH perl@8342] -Wformat
56761              
56762              Tighten some of the UTF-8 tests a bit.
56763              
56764              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
56765              - The substr lval was still not okay.
56766              - Now pp_stringify and sv_setsv copies source's UTF8 flag
56767              even if IN_BYTE.  pp_stringify is called from fold_constants
56768              at optimization phase and "\x{100}" was made SvUTF8_off under
56769              use bytes (the bytes pragma is for "byte semantics" and not
56770              for "do not produce UTF8 data")
56771      Branch: maint-5.6/perl
56772            ! t/lib/charnames.t t/op/substr.t toke.c
56773           !> sv.c t/pragma/utf8.t
56774 ____________________________________________________________________________
56775 [  8575] By: jhi                                   on 2001/01/28  04:01:51
56776         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
56777              
56778              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
56779              
56780              Subject: [ID 20001230.003] UTF-8 tr still hurts
56781              
56782              Test cases for #8385 (from Simon's "torture.pl")
56783              
56784              Start fixing UTF-8 lval substr() (8405)
56785      Branch: maint-5.6/perl
56786           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
56787           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
56788 ____________________________________________________________________________
56789 [  8574] By: jhi                                   on 2001/01/28  03:09:06
56790         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
56791              from mainline.
56792              
56793              UTF-8 cleanup.
56794              
56795              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
56796              
56797              "\x{FF}\xFF" was broken.
56798              
56799              Tests for #8329 and #8330.
56800              
56801              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
56802              
56803              IRIX compiler noticed that the bof initialization might be
56804              bypassed by control flow.
56805              
56806              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
56807      Branch: maint-5.6/perl
56808           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
56809           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
56810 ____________________________________________________________________________
56811 [  8573] By: jhi                                   on 2001/01/28  02:06:12
56812         Log: Retract #8552.
56813      Branch: perl
56814            ! lib/Text/Wrap.pm t/lib/textwrap.t
56815 ____________________________________________________________________________
56816 [  8572] By: jhi                                   on 2001/01/28  02:04:49
56817         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
56818              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
56819              not really integrated but instead salvaged by hand
56820              (they had too many dependencies on the development release
56821              to be cleanly integratable).
56822              
56823              Subject: more UTF8 test suites and an UTF8 patch
56824              
56825              Tweak for MULTIPLICITY/USE_PERLIO
56826              
56827              Signedness nit.
56828              
56829              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
56830              
56831              Use the UTF8_XXX macros in is_utf8_char().
56832              
56833              Rewrite pp_concat() in terms of sv_catsv().  The . operator
56834              should now be UTF-8-proof.
56835              
56836              Subject: [PATCH perl@8269] scanning two hex-constants
56837              fails on EBCDIC environment (script length.t)
56838              
56839              Add some Unicode chop() tests.
56840      Branch: maint-5.6/perl
56841            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
56842           !> sv.c t/op/chop.t utf8.h
56843 ____________________________________________________________________________
56844 [  8571] By: jhi                                   on 2001/01/28  00:35:59
56845         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
56846              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
56847              
56848              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
56849              
56850              The maxiters upper limit sanity check (guarding against
56851              non-progress) assumed bytes instead of characters in s///
56852              and split().
56853              
56854              Signedness nit.
56855              
56856              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
56857              join() should now be UTF-8-proof.
56858              
56859              More split // UTF-8 tests. (8250)
56860      Branch: maint-5.6/perl
56861           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
56862           !> util.c
56863 ____________________________________________________________________________
56864 [  8570] By: jhi                                   on 2001/01/27  22:15:46
56865         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
56866              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
56867              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
56868              8084,8204,8244,8333 from mainline.
56869              
56870              For -Q where Q might be a one-letter sub name one does no more
56871              get a warning about an unknown filetest (7941,7943,7944,8084).
56872              
56873              Subject: Re: [ID 20001130.011] expression parsing bug ?
56874              
56875              Make uv_to_utf8() to zero-terminate its output buffer.
56876              
56877              Split off t/op/length.t (7995)
56878              
56879              Split off t/op/utf8decode.t (7996)
56880              
56881              Remove an unnecessary 'use utf8' from the utf8.t (7998)
56882              
56883              Split off t/op/concat.t (8004)
56884              
56885              Split off t/op/ver.t (8005)
56886              
56887              Document utf8_length(), utf8_distance(), and utf8_hop().
56888              
56889              Document utf8_to_uv() better.
56890              
56891              Introduce macros for UTF8 decoding (8028,8033).
56892              
56893              Add test for reverse() (8030,8031).
56894              
56895              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
56896              
56897              Do not return the Unicode replacement character    on UTF-8
56898              decoding failure.
56899              
56900              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
56901              not this_utf8 i.e. the output string has one, but don't mess
56902              with source assumption. (8052,8053)
56903              
56904              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
56905              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
56906              was not expecting to be called with something that was already
56907              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
56908              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
56909              (8054)
56910              
56911              Recode the naughty binary bytes in utf8decode.t using the \xHH.
56912              
56913              Make some panic messages a bit more logical.
56914      Branch: maint-5.6/perl
56915           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
56916           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
56917           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
56918           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
56919           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
56920           !> utf8.c utf8.h
56921 ____________________________________________________________________________
56922 [  8569] By: jhi                                   on 2001/01/27  19:16:43
56923         Log: Integrate changes #7750 from perlio and #8566 from mainline.
56924      Branch: maint-5.6/perl
56925           !> regexec.c sv.c
56926 ____________________________________________________________________________
56927 [  8568] By: jhi                                   on 2001/01/27  18:06:51
56928         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
56929              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
56930              7935[-perlio.c],7936,7959,7965 from mainline.
56931              
56932              Change the "big byte" error message to "Wide character".
56933              (7355, the croak-if-wide-chars-in-print part ignored)
56934              
56935              Use UINT64_C().
56936              
56937              Introduce Perl_utf8_length().
56938              
56939              diff -se shows these as different (7753, forgotten check-ins)
56940              
56941              Subject: [PATCH] doop.c - UTF8 tr///
56942              
56943              If we use (aTHX_ ...) then put Perl_ on the front.
56944              
56945              Make utf8_length() and utf8_distance() to be less forgiving
56946              about bad UTF-8.
56947              
56948              Test line numbers are different with utf8.
56949              
56950              No need to scan till infinity, 13 is enough. (7872,7911)
56951              
56952              Subject: [PATCH] Tokeniser debugging
56953              
56954              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
56955              
56956              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
56957              
56958              Be more careful in Perl_sv_utf8_downgrade().
56959              
56960              Use DO_UTF8().
56961              
56962              Raw zero bytes in text files confuse at least GNU patch 2.1.
56963      Branch: maint-5.6/perl
56964           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
56965           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
56966           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
56967           !> t/pragma/utf8.t toke.c utf8.c utf8.h
56968 ____________________________________________________________________________
56969 [  8567] By: nick                                  on 2001/01/27  11:10:38
56970         Log: Integrate mainline
56971      Branch: perlio
56972           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
56973           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
56974           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
56975           !> toke.c
56976 ____________________________________________________________________________
56977 [  8566] By: jhi                                   on 2001/01/27  06:22:48
56978         Log: More documentation for the regexp context stack.
56979      Branch: perl
56980            ! regexec.c
56981 ____________________________________________________________________________
56982 [  8565] By: jhi                                   on 2001/01/27  05:21:57
56983         Log: Update Changes.
56984      Branch: perl
56985            ! Changes patchlevel.h
56986 ____________________________________________________________________________
56987 [  8564] By: jhi                                   on 2001/01/27  04:44:04
56988         Log: Threadedness patch for #8562 from Doug MacEachern.
56989      Branch: perl
56990            ! toke.c
56991 ____________________________________________________________________________
56992 [  8563] By: jhi                                   on 2001/01/27  04:26:24
56993         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
56994              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56995              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
56996              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
56997      Branch: perl
56998            ! op.c
56999 ____________________________________________________________________________
57000 [  8562] By: jhi                                   on 2001/01/27  04:20:30
57001         Log: Subject: Re: Announce : Tokener reporting patch
57002              From: Simon Cozens <simon@cozens.net>
57003              Date: Mon, 22 Jan 2001 02:17:22 +0000
57004              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
57005      Branch: perl
57006            ! embed.h embed.pl proto.h toke.c
57007 ____________________________________________________________________________
57008 [  8561] By: jhi                                   on 2001/01/27  04:17:24
57009         Log: Forgot from #8545.  Oops.
57010      Branch: perl
57011            ! pp.c t/pragma/overload.t
57012 ____________________________________________________________________________
57013 [  8560] By: jhi                                   on 2001/01/27  03:01:47
57014         Log: A better module compilation test, use MANIFEST as suggested
57015              by Spider.
57016      Branch: perl
57017            ! t/lib/1_compile.t
57018 ____________________________________________________________________________
57019 [  8559] By: jhi                                   on 2001/01/27  02:50:48
57020         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
57021              From: Peter Prymmer <pvhp@forte.com>
57022              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
57023              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
57024      Branch: perl
57025            ! t/lib/b.t
57026 ____________________________________________________________________________
57027 [  8558] By: jhi                                   on 2001/01/27  02:27:05
57028         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
57029              From: Peter Prymmer <pvhp@forte.com>
57030              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
57031              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
57032      Branch: perl
57033            ! t/pragma/sub_lval.t
57034 ____________________________________________________________________________
57035 [  8557] By: jhi                                   on 2001/01/27  02:26:03
57036         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
57037              From: Peter Prymmer <pvhp@forte.com>
57038              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
57039              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
57040      Branch: perl
57041            ! t/lib/st-06compat.t
57042 ____________________________________________________________________________
57043 [  8556] By: jhi                                   on 2001/01/27  02:24:33
57044         Log: Subject: [PATCH: perl@8531] minor update to README.os390
57045              From: Peter Prymmer <pvhp@forte.com>
57046              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
57047              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
57048      Branch: perl
57049            ! README.os390
57050 ____________________________________________________________________________
57051 [  8555] By: jhi                                   on 2001/01/27  00:35:47
57052         Log: No point in checking the length before we know whether the pointer
57053              is bogus or not, fixes Abigail's odbm failures in Linux.
57054      Branch: perl
57055            ! sv.c
57056 ____________________________________________________________________________
57057 [  8554] By: nick                                  on 2001/01/26  19:01:31
57058         Log: Integrate mainline
57059      Branch: perlio
57060           !> lib/Text/Wrap.pm t/lib/textwrap.t
57061 ____________________________________________________________________________
57062 [  8553] By: jhi                                   on 2001/01/26  15:19:39
57063         Log: Integrate change #7792 from perlio (multiplicity fix),
57064              fix the AV leak in regex DEBUGGING (tiny part of the
57065              polymorphic regexp patch #8143).
57066      Branch: maint-5.6/perl
57067            ! regcomp.c
57068           !> scope.h
57069 ____________________________________________________________________________
57070 [  8552] By: jhi                                   on 2001/01/26  15:03:23
57071         Log: (Retracted by #8573)
57072              
57073              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
57074              From: Michael G Schwern <schwern@pobox.com>
57075              Date: Fri, 26 Jan 2001 09:28:31 -0500
57076              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
57077      Branch: perl
57078            ! lib/Text/Wrap.pm t/lib/textwrap.t
57079 ____________________________________________________________________________
57080 [  8551] By: jhi                                   on 2001/01/26  02:33:19
57081         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
57082              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
57083              
57084              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
57085              
57086              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
57087              
57088              Message nit.
57089              
57090              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
57091              
57092              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
57093              
57094              (the cleanup of unused submatches in regtry() and regcppop())
57095              
57096              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
57097              stored and restored, and thusly was trounced by the utf8 swash
57098              routines.
57099              
57100              use utf8 not required to use \x{}.
57101              
57102              Removed two more tests that make no sense in UTF-8 since the test
57103              data is not in UTF-8.
57104              
57105              Get the three different space character classes right under utf8.
57106              
57107              Implement ANYOFUTF8 regprop() dumping.
57108              
57109              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
57110              
57111              Document the regex context pushing/popping a bit better.
57112      Branch: maint-5.6/perl
57113           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
57114           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
57115           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
57116           !> t/op/regmesg.t utf8.c
57117 ____________________________________________________________________________
57118 [  8550] By: nick                                  on 2001/01/25  19:42:30
57119         Log: Integrate mainline
57120      Branch: perlio
57121           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
57122           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
57123           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
57124           !> t/lib/bigint.t t/lib/bigintpm.t
57125 ____________________________________________________________________________
57126 [  8549] By: jhi                                   on 2001/01/25  15:22:28
57127         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
57128      Branch: maint-5.6/perl
57129            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
57130 ____________________________________________________________________________
57131 [  8548] By: jhi                                   on 2001/01/25  15:02:55
57132         Log: Integrate changes #7997,8063,8492,8547 from mainline.
57133              
57134              Subject: Re: STRLEN - what?
57135              
57136              Subject: [PATCH] perlguts.pod
57137              
57138              Memory management calls documentation.
57139              
57140              Layout using tabulator is not a good idea in a pod.
57141      Branch: maint-5.6/perl
57142           !> pod/perlguts.pod
57143 ____________________________________________________________________________
57144 [  8547] By: jhi                                   on 2001/01/25  14:49:05
57145         Log: Layout using tabulator is not a good idea in a pod.
57146      Branch: perl
57147            ! pod/perlguts.pod
57148 ____________________________________________________________________________
57149 [  8546] By: jhi                                   on 2001/01/25  14:31:12
57150         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
57151              from mainline.
57152              
57153              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
57154              
57155              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
57156              
57157              More Win32 editor/IDE/shell hints.
57158              
57159              More Win32 Perling.
57160              
57161              Yet another editor edit.
57162              
57163              Edit edit edit.
57164              
57165              IDE/editor section tweaking.
57166              
57167              Few more IDE/editor nits from p5p.
57168      Branch: maint-5.6/perl
57169           !> pod/perlfaq3.pod
57170 ____________________________________________________________________________
57171 [  8545] By: jhi                                   on 2001/01/25  04:16:32
57172         Log: Subject: [PATCH 5.7.0] overload int()
57173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
57174              Date: Wed, 24 Jan 2001 19:06:57 -0500
57175              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
57176      Branch: perl
57177            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
57178            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
57179            ! t/lib/bigintpm.t
57180 ____________________________________________________________________________
57181 [  8544] By: jhi                                   on 2001/01/25  04:15:11
57182         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
57183              From: Peter Prymmer <pvhp@forte.com>
57184              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
57185              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
57186      Branch: perl
57187            ! Makefile.SH README.os390 hints/os390.sh installperl
57188 ____________________________________________________________________________
57189 [  8543] By: jhi                                   on 2001/01/25  03:52:08
57190         Log: Integrate change #8462,8469 from mainline.
57191              
57192              In VMS Perl subversion (perl -V) is undef.
57193      Branch: maint-5.6/perl
57194           !> configure.com
57195 ____________________________________________________________________________
57196 [  8542] By: jhi                                   on 2001/01/25  03:44:55
57197         Log: Integrate changes #7835,7850,8315,8316 from mainline.
57198              
57199              Solaris hints.
57200      Branch: maint-5.6/perl
57201           !> hints/solaris_2.sh
57202 ____________________________________________________________________________
57203 [  8541] By: jhi                                   on 2001/01/25  03:39:28
57204         Log: Integrate #8336 from mainline.
57205      Branch: maint-5.6/perl
57206           !> hv.c
57207 ____________________________________________________________________________
57208 [  8540] By: jhi                                   on 2001/01/25  03:23:50
57209         Log: Retract #8539.
57210      Branch: maint-5.6/perl
57211            ! pod/perlfaq3.pod
57212 ____________________________________________________________________________
57213 [  8539] By: jhi                                   on 2001/01/25  03:21:55
57214         Log: (Retracted by #8540.)
57215      Branch: maint-5.6/perl
57216            ! pod/perlfaq3.pod
57217 ____________________________________________________________________________
57218 [  8538] By: jhi                                   on 2001/01/25  03:14:07
57219         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
57220              From: Peter Prymmer <pvhp@forte.com>
57221              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
57222              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
57223              
57224              The VMS bits.
57225      Branch: maint-5.6/perl
57226            ! configure.com vms/descrip_mms.template
57227 ____________________________________________________________________________
57228 [  8537] By: jhi                                   on 2001/01/25  03:06:09
57229         Log: Integrate #7710,7824,7973 from mainline.
57230      Branch: maint-5.6/perl
57231           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
57232           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
57233           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
57234           !> vos/config.ga.def vos/config.ga.h win32/config.bc
57235           !> win32/config.gc win32/config.vc
57236 ____________________________________________________________________________
57237 [  8536] By: jhi                                   on 2001/01/24  13:50:20
57238         Log: Revert the edits made by me so far to the 5.6 branch since
57239              the TRIAL1 since I did edits when I should have been using
57240              integrates.  Bad programmer.   (Will integrate them properly later.)
57241              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
57242              The #8353 will not be reapplied at least for now since
57243              the UTF-8 hash keys need more thinking.
57244              (The patches #8347, #8354, #8454, #8473 were okay since they
57245              were original edits made specifically for the 5.6.1-TRIAL1.)
57246      Branch: maint-5.6/perl
57247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57248            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
57249            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
57250            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
57251            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
57252            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57253            ! win32/config.bc win32/config.gc win32/config.vc
57254 ____________________________________________________________________________
57255 [  8535] By: bailey                                on 2001/01/24  06:37:02
57256         Log: SYN SYN
57257      Branch: vmsperl
57258           +> (branch 26 files)
57259           !> (integrate 130 files)
57260 ____________________________________________________________________________
57261 [  8534] By: nick                                  on 2001/01/23  19:30:57
57262         Log: Integrate mainline.
57263      Branch: perlio
57264           !> Changes Configure Porting/Glossary Porting/config.sh
57265           !> Porting/config_H embed.h embed.pl ext/Encode/compile
57266           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
57267           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
57268           !> pod/perlvar.pod proto.h t/lib/1_compile.t
57269 ____________________________________________________________________________
57270 [  8533] By: jhi                                   on 2001/01/23  16:15:46
57271         Log: Forgotten from #8501.
57272      Branch: perl
57273            ! Porting/Glossary Porting/config.sh Porting/config_H
57274 ____________________________________________________________________________
57275 [  8532] By: jhi                                   on 2001/01/23  16:13:27
57276         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
57277              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57278              Date: Mon, 22 Jan 2001 17:51:58 +0100
57279              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
57280      Branch: perl
57281            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
57282 ____________________________________________________________________________
57283 [  8531] By: jhi                                   on 2001/01/23  15:46:01
57284         Log: Update Changes.
57285      Branch: perl
57286            ! Changes patchlevel.h
57287 ____________________________________________________________________________
57288 [  8530] By: jhi                                   on 2001/01/23  15:38:39
57289         Log: De-cut-and-pasto.
57290      Branch: perl
57291            ! t/lib/1_compile.t
57292 ____________________________________________________________________________
57293 [  8529] By: jhi                                   on 2001/01/23  15:11:04
57294         Log: Document the mkdir trailing slashes case.
57295      Branch: perl
57296            ! pod/perlfunc.pod
57297 ____________________________________________________________________________
57298 [  8528] By: jhi                                   on 2001/01/23  15:08:28
57299         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
57300              get installed:
57301              
57302              Subject: lib/lib.pm
57303              From: <abigail@foad.org>
57304              Date: Mon, 28 Aug 2000 20:35:08 -0400
57305              Message-ID: <20000829003508.21281.qmail@foad.org>
57306      Branch: perl
57307            ! installperl
57308 ____________________________________________________________________________
57309 [  8527] By: jhi                                   on 2001/01/23  14:44:04
57310         Log: Metaconfig unit change for #8526.
57311      Branch: metaconfig
57312            ! U/threads/archname.U
57313 ____________________________________________________________________________
57314 [  8526] By: jhi                                   on 2001/01/23  14:43:19
57315         Log: Attach -perlio to the archname if so selected.
57316      Branch: perl
57317            ! Configure
57318 ____________________________________________________________________________
57319 [  8525] By: jhi                                   on 2001/01/23  14:24:01
57320         Log: Subject: [PATCH] pod/perlvar.pod
57321              From: abigail@foad.org
57322              Date: Tue, 23 Jan 2001 01:41:10 +0100
57323              Message-ID: <20010123004110.22259.qmail@foad.org>
57324      Branch: perl
57325            ! pod/perlvar.pod
57326 ____________________________________________________________________________
57327 [  8524] By: jhi                                   on 2001/01/23  14:22:32
57328         Log: A bug introduced in #8217 (the undefined variable in the
57329              lib/safe1_t #3) fixed, by Charles Lane:
57330              
57331              The earlier patch made it so that stuff running in Safe
57332              compartments could do a "caller" and see "main".  That
57333              little change in name is done right before the code in
57334              the compartment is run, and apparantly the parser
57335              was picking up the stash name before it got changed.
57336              
57337              (why it was threaded vs. unthreaded Perl that was sensitive to this
57338              I still don't know...and it probably doesn't matter).
57339              
57340              I tryed removing the stash name-change and saw that threaded Perl
57341              did indeed pass the lib/safe1.t tests.
57342              
57343              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
57344              do the name change (and to connect _ in the compartment to the global
57345              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
57346              to call _safe_pkg_prep when creating a new compartment.
57347              
57348              Passes all tests with threaded perl on linux; passes all tests
57349              with unthreaded perl on VMS.
57350              
57351              At some point I'll probably want to revisit Safe and Opcode to
57352              provide more sensible handling of global variables...and to get
57353              formats working in Safe compartments, which they don't do currently.
57354      Branch: perl
57355            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
57356 ____________________________________________________________________________
57357 [  8523] By: jhi                                   on 2001/01/23  14:11:58
57358         Log: Also the lib/Thread.pm itself needs to be ignored if
57359              the Thread extension hasn't been built.
57360      Branch: perl
57361            ! t/lib/1_compile.t
57362 ____________________________________________________________________________
57363 [  8522] By: jhi                                   on 2001/01/23  13:51:28
57364         Log: print() instead of warn() so that stderr doesn't get
57365              unnecessarily polluted.
57366      Branch: perl
57367            ! ext/Encode/compile
57368 ____________________________________________________________________________
57369 [  8521] By: jhi                                   on 2001/01/23  13:49:48
57370         Log: Integrate perlio.
57371      Branch: perl
57372           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
57373           !> ext/Encode/encode.h
57374 ____________________________________________________________________________
57375 [  8520] By: nick                                  on 2001/01/22  21:44:00
57376         Log: More messing with Encode:
57377              Extra fields in header to allow multiple names and to record
57378              other things "compile" knows.
57379              Re-organise compile to factor out common output routines.
57380      Branch: perlio
57381            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
57382 ____________________________________________________________________________
57383 [  8519] By: nick                                  on 2001/01/22  20:33:50
57384         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
57385      Branch: perlio
57386            ! ext/Encode/Makefile.PL ext/Encode/compile
57387 ____________________________________________________________________________
57388 [  8518] By: nick                                  on 2001/01/22  20:28:13
57389         Log: Integrate mainline
57390      Branch: perlio
57391           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
57392           !> vos/config.alpha.def vos/config.alpha.h
57393 ____________________________________________________________________________
57394 [  8517] By: jhi                                   on 2001/01/22  15:37:17
57395         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
57396              by Inaba Hiroto.
57397      Branch: perl
57398            ! sv.c
57399 ____________________________________________________________________________
57400 [  8516] By: jhi                                   on 2001/01/22  14:55:15
57401         Log: More SIG_SIZE fixes.
57402      Branch: perl
57403            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
57404 ____________________________________________________________________________
57405 [  8515] By: jhi                                   on 2001/01/22  14:50:27
57406         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
57407              From: "Craig A. Berry" <craigberry@mac.com>
57408              Date: Mon, 22 Jan 2001 00:42:24 -0600
57409              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
57410      Branch: perl
57411            ! configure.com
57412 ____________________________________________________________________________
57413 [  8514] By: jhi                                   on 2001/01/22  14:31:17
57414         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
57415              From: "Craig A. Berry" <craigberry@mac.com>
57416              Date: Sun, 21 Jan 2001 23:03:25 -0600
57417              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
57418      Branch: perl
57419            ! configure.com
57420 ____________________________________________________________________________
57421 [  8513] By: jhi                                   on 2001/01/22  14:14:00
57422         Log: Add the .ucm encoding tables to the MANIFEST.
57423      Branch: perl
57424            ! MANIFEST
57425 ____________________________________________________________________________
57426 [  8512] By: jhi                                   on 2001/01/22  13:43:33
57427         Log: Integrate perlio.
57428      Branch: perl
57429           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57430           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57431           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57432           +> ext/Encode/Encode/iso8859-10.ucm
57433           +> ext/Encode/Encode/iso8859-13.ucm
57434           +> ext/Encode/Encode/iso8859-14.ucm
57435           +> ext/Encode/Encode/iso8859-15.ucm
57436           +> ext/Encode/Encode/iso8859-16.ucm
57437           +> ext/Encode/Encode/iso8859-2.ucm
57438           +> ext/Encode/Encode/iso8859-3.ucm
57439           +> ext/Encode/Encode/iso8859-4.ucm
57440           +> ext/Encode/Encode/iso8859-5.ucm
57441           +> ext/Encode/Encode/iso8859-6.ucm
57442           +> ext/Encode/Encode/iso8859-7.ucm
57443           +> ext/Encode/Encode/iso8859-8.ucm
57444           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57445           +> ext/Encode/Encode/symbol.ucm
57446           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
57447           !> perliol.h
57448 ____________________________________________________________________________
57449 [  8511] By: nick                                  on 2001/01/21  23:44:47
57450         Log: Make "real" layers of ":utf8" and ":raw".
57451              So now PERLIO=utf8 perl ...
57452              does what Andreas wanted.
57453              Fix arg passing in open.pm (still have a Carp issue).
57454      Branch: perlio
57455            ! lib/open.pm perlio.c perliol.h
57456 ____________________________________________________________________________
57457 [  8510] By: jhi                                   on 2001/01/21  22:56:53
57458         Log: Document the regex content pushing/popping a bit better.
57459      Branch: perl
57460            ! regexec.c
57461 ____________________________________________________________________________
57462 [  8509] By: jhi                                   on 2001/01/21  22:55:44
57463         Log: Tweak the mkdir trailing slash code some more.
57464              
57465              TO DO: the same handling should probably be done for
57466              all the other filesystem functions that can have directories
57467              as their arguments.
57468      Branch: perl
57469            ! pp_sys.c
57470 ____________________________________________________________________________
57471 [  8508] By: nick                                  on 2001/01/21  21:37:43
57472         Log: Switch "compiled in" encodings to .ucm format.
57473              (Leave others as .enc till we can run-time load .ucm,
57474              or find some other way to load them.)
57475      Branch: perlio
57476            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57477            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57478            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57479            + ext/Encode/Encode/iso8859-10.ucm
57480            + ext/Encode/Encode/iso8859-13.ucm
57481            + ext/Encode/Encode/iso8859-14.ucm
57482            + ext/Encode/Encode/iso8859-15.ucm
57483            + ext/Encode/Encode/iso8859-16.ucm
57484            + ext/Encode/Encode/iso8859-2.ucm
57485            + ext/Encode/Encode/iso8859-3.ucm
57486            + ext/Encode/Encode/iso8859-4.ucm
57487            + ext/Encode/Encode/iso8859-5.ucm
57488            + ext/Encode/Encode/iso8859-6.ucm
57489            + ext/Encode/Encode/iso8859-7.ucm
57490            + ext/Encode/Encode/iso8859-8.ucm
57491            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57492            + ext/Encode/Encode/symbol.ucm
57493            ! ext/Encode/Makefile.PL ext/Encode/compile
57494 ____________________________________________________________________________
57495 [  8507] By: nick                                  on 2001/01/21  21:02:03
57496         Log: Integrate (partial) mainline.
57497      Branch: perlio
57498           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
57499           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
57500           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
57501 ____________________________________________________________________________
57502 [  8506] By: jhi                                   on 2001/01/21  20:09:30
57503         Log: Update Changes.
57504      Branch: perl
57505            ! Changes patchlevel.h
57506 ____________________________________________________________________________
57507 [  8505] By: jhi                                   on 2001/01/21  19:39:59
57508         Log: Subject: Minor typos in perlfaq2.pod
57509              From: "Stephen P. Potter" <spp@spotter.yi.org>
57510              Message-Id: <200101192101.QAA11911@spotter.yi.org>
57511              Date: Fri, 19 Jan 2001 16:01:13 -0500
57512              
57513              with a nit from Philip Newton.
57514      Branch: perl
57515            ! pod/perlfaq2.pod
57516 ____________________________________________________________________________
57517 [  8504] By: jhi                                   on 2001/01/21  19:33:05
57518         Log: Metaconfig change for #8503.
57519      Branch: metaconfig
57520            ! U/threads/usethreads.U
57521 ____________________________________________________________________________
57522 [  8503] By: jhi                                   on 2001/01/21  19:32:21
57523         Log: Sanity check for conflicting thread flavours.
57524      Branch: perl
57525            ! Configure config_h.SH
57526 ____________________________________________________________________________
57527 [  8502] By: jhi                                   on 2001/01/21  19:23:00
57528         Log: Metaconfig change for #8501.
57529      Branch: metaconfig
57530            ! U/modified/sig_name.U
57531 ____________________________________________________________________________
57532 [  8501] By: jhi                                   on 2001/01/21  19:22:26
57533         Log: The SIG_SIZE is the number of the elements *excluding*
57534              the terminating NULL.
57535      Branch: perl
57536            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
57537            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
57538            ! win32/config_H.vc
57539 ____________________________________________________________________________
57540 [  8500] By: jhi                                   on 2001/01/21  18:31:31
57541         Log: Integrate perlio.
57542      Branch: perl
57543           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
57544           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
57545           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
57546           !> pp_sys.c proto.h sv.c
57547 ____________________________________________________________________________
57548 [  8499] By: jhi                                   on 2001/01/21  17:43:57
57549         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
57550              From: Hugo <hv@crypt.compulink.co.uk>
57551              Date: Sun, 21 Jan 2001 13:34:05 +0000
57552              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
57553              
57554              In sprintf UTF8ize only if necessary.
57555      Branch: perl
57556            ! sv.c
57557 ____________________________________________________________________________
57558 [  8498] By: nick                                  on 2001/01/21  16:25:32
57559         Log: Encode cleanup.
57560              Add command line control over "compile" so that Makefile.PL
57561              needs can be combined with other uses.
57562              Use command line options in Makefile.PL.
57563              Fix multi-byte parsing in .ucm files.
57564      Branch: perlio
57565            ! ext/Encode/Makefile.PL ext/Encode/compile
57566 ____________________________________________________________________________
57567 [  8497] By: nick                                  on 2001/01/21  12:56:27
57568         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
57569      Branch: perlio
57570            ! ext/Encode/Encode.xs
57571 ____________________________________________________________________________
57572 [  8496] By: nick                                  on 2001/01/21  12:18:45
57573         Log: Fixup after integrate:
57574              missed the .sym files that are changed by regen_headers
57575              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
57576      Branch: perlio
57577            ! global.sym pp.sym sv.c
57578 ____________________________________________________________________________
57579 [  8495] By: nick                                  on 2001/01/21  11:51:07
57580         Log: Integrate mainline.
57581      Branch: perlio
57582           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
57583           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
57584           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
57585           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
57586           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
57587           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
57588           !> win32/Makefile win32/makefile.mk
57589 ____________________________________________________________________________
57590 [  8494] By: jhi                                   on 2001/01/20  23:12:11
57591         Log: Forgot the expect_number() prototype.
57592      Branch: perl
57593            ! embed.h embed.pl proto.h
57594 ____________________________________________________________________________
57595 [  8493] By: jhi                                   on 2001/01/20  22:56:39
57596         Log: Subject: [PATCH: perl@8482] README.vms URL updates
57597              From: Peter Prymmer <pvhp@forte.com>
57598              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
57599              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
57600              
57601              Plus Craig A. Berry's suggestion to use compaq.com instead
57602              of digital.com.
57603      Branch: perl
57604            ! README.vms
57605 ____________________________________________________________________________
57606 [  8492] By: jhi                                   on 2001/01/20  22:50:05
57607         Log: Memory management calls documentation.
57608      Branch: perl
57609            ! pod/perlguts.pod
57610 ____________________________________________________________________________
57611 [  8491] By: jhi                                   on 2001/01/20  22:38:33
57612         Log: Signedness nit plus few memcpy/Copy nits.
57613      Branch: perl
57614            ! sv.c
57615 ____________________________________________________________________________
57616 [  8490] By: jhi                                   on 2001/01/20  22:25:53
57617         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
57618              From: Peter Prymmer <pvhp@forte.com>
57619              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
57620              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
57621      Branch: perl
57622            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
57623 ____________________________________________________________________________
57624 [  8489] By: jhi                                   on 2001/01/20  22:24:41
57625         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
57626              From: Peter Prymmer <pvhp@forte.com>
57627              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
57628              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
57629      Branch: perl
57630            ! win32/Makefile win32/makefile.mk
57631 ____________________________________________________________________________
57632 [  8488] By: jhi                                   on 2001/01/20  22:22:27
57633         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
57634              From: Peter Prymmer <pvhp@forte.com>
57635              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
57636              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
57637      Branch: perl
57638            ! Makefile.SH
57639 ____________________________________________________________________________
57640 [  8487] By: jhi                                   on 2001/01/20  22:21:18
57641         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
57642              From: Peter Prymmer <pvhp@forte.com>
57643              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
57644              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
57645      Branch: perl
57646            + ext/DynaLoader/dl_dllload.xs
57647            ! MANIFEST Makefile.SH hints/os390.sh
57648 ____________________________________________________________________________
57649 [  8486] By: jhi                                   on 2001/01/20  22:17:53
57650         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
57651              From: Peter Prymmer <pvhp@forte.com>
57652              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
57653              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
57654      Branch: perl
57655            ! README.os390 README.posix-bc
57656 ____________________________________________________________________________
57657 [  8485] By: jhi                                   on 2001/01/20  20:15:30
57658         Log: Document and test the new qu operator.
57659      Branch: perl
57660            + t/op/qu.t
57661            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
57662            ! pod/perlretut.pod pod/perlunicode.pod
57663 ____________________________________________________________________________
57664 [  8484] By: nick                                  on 2001/01/20  19:42:30
57665         Log: Infrastructure to allow:
57666              open($fh,"|-",@array);
57667              to be implemented
57668              i.e. mark pp_open as needing a stack mark, and make pp_open
57669              process its args in that style (and pass them _all_ to tied handles OPEN).
57670              Invent do_openn() which takes SV ** at allow it to see multiple args.
57671              Note this does not _do_ anything yet.
57672      Branch: perlio
57673            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
57674            ! perlapi.c pp_proto.h pp_sys.c proto.h
57675 ____________________________________________________________________________
57676 [  8483] By: nick                                  on 2001/01/20  17:23:14
57677         Log: Integrate mainline.
57678      Branch: perlio
57679           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
57680           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
57681 ____________________________________________________________________________
57682 [  8482] By: jhi                                   on 2001/01/19  15:37:49
57683         Log: Update Changes.
57684      Branch: perl
57685            ! Changes patchlevel.h
57686 ____________________________________________________________________________
57687 [  8481] By: jhi                                   on 2001/01/19  14:41:24
57688         Log: Subject: Re: new feature: s?printf parameter reordering 
57689              From: Hugo <hv@crypt.compulink.co.uk>
57690              Date: Thu, 11 Jan 2001 17:09:03 +0000
57691              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
57692              
57693              - support reordering for all parameters: %, *v, *, .*
57694              - lay down that the reordering specification must immediately
57695              follow that parameter: %3$, *v3$, *3$, .*3$
57696              - fix vectorisation of a zero-length string
57697              - factor out the code choosing the argument to format
57698              
57699              Possibly unwanted side-effects:
57700              - the special format specifiers ' +-0' must now precede any
57701              vectorisation specifier. Tests in op/sprintf and op/ver
57702              have been changed to reflect this.
57703              - sprintf.t test #214 changed its expectations because in many
57704              cases, the next parameter has already been consumed when an
57705              invalid type letter is detected.
57706              
57707              Probably wanted side-effects:
57708              - attempts to format a non-existent parameter will warn as if C<undef>
57709              - attempt to write to non-existent parameter with '%n' will complain
57710              of "attempt to modify read-only value" instead of being silent
57711      Branch: perl
57712            ! sv.c t/op/sprintf.t t/op/ver.t
57713 ____________________________________________________________________________
57714 [  8480] By: jhi                                   on 2001/01/19  14:08:37
57715         Log: Subject: PATCH pragma/locale.t
57716              From: andreas.koenig@anima.de (Andreas J. Koenig)
57717              Date: 18 Jan 2001 09:45:37 +0100
57718              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
57719      Branch: perl
57720            ! t/pragma/locale.t
57721 ____________________________________________________________________________
57722 [  8479] By: jhi                                   on 2001/01/19  13:19:58
57723         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
57724      Branch: perl
57725            ! configure.com
57726 ____________________________________________________________________________
57727 [  8478] By: jhi                                   on 2001/01/19  02:12:35
57728         Log: Automate 1_compile.t.
57729      Branch: perl
57730            ! t/lib/1_compile.t
57731 ____________________________________________________________________________
57732 [  8477] By: jhi                                   on 2001/01/19  01:49:56
57733         Log: Integrate perlio.
57734      Branch: perl
57735           !> sv.c win32/config.bc win32/config.gc win32/config.vc
57736           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
57737 ____________________________________________________________________________
57738 [  8476] By: nick                                  on 2001/01/18  21:51:52
57739         Log: Integrate mainline
57740      Branch: perlio
57741           +> t/lib/1_compile.t t/lib/compmod.pl
57742           !> MANIFEST configure.com lib/unicode/distinct.pm
57743 ____________________________________________________________________________
57744 [  8475] By: nick                                  on 2001/01/18  21:48:02
57745         Log: Win32 "safe signals" co-existance fix.
57746              Fix SIG_SIZE value.
57747              Clear PL_sig_pending when cloning (fork).
57748      Branch: perlio
57749            ! sv.c win32/config.bc win32/config.gc win32/config.vc
57750            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57751 ____________________________________________________________________________
57752 [  8474] By: jhi                                   on 2001/01/18  14:40:57
57753         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
57754      Branch: perl
57755            ! t/lib/1_compile.t
57756 ____________________________________________________________________________
57757 [  8473] By: gsar                                  on 2001/01/18  11:42:31
57758         Log: unsubmitted trial1 change
57759      Branch: maint-5.6/perl
57760            ! Changes
57761 ____________________________________________________________________________
57762 [  8472] By: jhi                                   on 2001/01/18  04:30:24
57763         Log: The first bug found by 1_compile.t.
57764      Branch: perl
57765            ! lib/unicode/distinct.pm
57766 ____________________________________________________________________________
57767 [  8471] By: jhi                                   on 2001/01/18  04:29:42
57768         Log: Add Schwern's 1_compile test.  The compile_module script renamed
57769              to be a bit shorter for the 8.3 people.
57770      Branch: perl
57771            + t/lib/1_compile.t t/lib/compmod.pl
57772            ! MANIFEST
57773 ____________________________________________________________________________
57774 [  8470] By: jhi                                   on 2001/01/18  04:16:00
57775         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)
57776              From: Peter Prymmer <pvhp@forte.com>
57777              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
57778              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
57779              Replace #8463.
57780      Branch: maint-5.6/perl
57781            ! configure.com
57782 ____________________________________________________________________________
57783 [  8469] By: jhi                                   on 2001/01/18  04:13:02
57784         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)
57785              From: Peter Prymmer <pvhp@forte.com>
57786              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
57787              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
57788              Replace #8462.
57789      Branch: perl
57790            ! configure.com
57791 ____________________________________________________________________________
57792 [  8468] By: jhi                                   on 2001/01/18  03:42:08
57793         Log: Integrate perlio.
57794      Branch: perl
57795           !> gv.c mg.c perlio.c util.c
57796 ____________________________________________________________________________
57797 [  8467] By: nick                                  on 2001/01/17  22:41:10
57798         Log: "Safe" signals - trial implementation.
57799              gv.c tweaked to zero PL_sig_pend array
57800              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
57801              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
57802              Odd thing is that it "works" with PERLIO=stdio as well (linux).
57803      Branch: perlio
57804            ! gv.c mg.c perlio.c util.c
57805 ____________________________________________________________________________
57806 [  8466] By: nick                                  on 2001/01/17  20:40:20
57807         Log: Integrate mainline.
57808      Branch: perlio
57809           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
57810           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
57811           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
57812           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57813           !> vos/config.ga.h win32/config.bc win32/config.gc
57814           !> win32/config.vc
57815 ____________________________________________________________________________
57816 [  8465] By: jhi                                   on 2001/01/17  18:37:13
57817         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
57818              From: Nicholas Clark <nick@ccl4.org>
57819              Date: Wed, 17 Jan 2001 17:31:33 +0000
57820              Message-ID: <20010117173133.I2633@plum.flirble.org>
57821      Branch: perl
57822            ! t/op/int.t
57823 ____________________________________________________________________________
57824 [  8464] By: jhi                                   on 2001/01/17  14:43:17
57825         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
57826              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57827              Date: Wed, 17 Jan 2001 15:16:43 +0100
57828              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
57829              
57830              pp_int() was dropping an NV to the floor,
57831              int(279964589018079/59) either returned not an integer
57832              4745162525730.15, or one got "Attempt to free unreferenced scalar."
57833      Branch: perl
57834            ! pp.c
57835 ____________________________________________________________________________
57836 [  8463] By: jhi                                   on 2001/01/17  06:12:42
57837         Log: (Replaced by #8470)
57838              
57839              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)
57840              From: "Craig A. Berry" <craigberry@mac.com>
57841              Date: Tue, 16 Jan 2001 23:38:46 -0600
57842              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
57843      Branch: maint-5.6/perl
57844            ! configure.com
57845 ____________________________________________________________________________
57846 [  8462] By: jhi                                   on 2001/01/17  06:11:31
57847         Log: (Replaced by #8469)
57848              
57849              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)
57850              From: "Craig A. Berry" <craigberry@mac.com>
57851              Date: Tue, 16 Jan 2001 23:38:46 -0600
57852              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
57853      Branch: perl
57854            ! configure.com
57855 ____________________________________________________________________________
57856 [  8461] By: jhi                                   on 2001/01/17  05:56:12
57857         Log: Allow for one trailing slash in the directory of mkdir().
57858      Branch: perl
57859            ! pp_sys.c
57860 ____________________________________________________________________________
57861 [  8460] By: jhi                                   on 2001/01/17  03:26:01
57862         Log: Metaconfig unit changes for #8459.
57863      Branch: metaconfig
57864            ! U/modified/Loc.U U/modified/sig_name.U
57865 ____________________________________________________________________________
57866 [  8459] By: jhi                                   on 2001/01/17  03:24:48
57867         Log: Define SIG_SIZE, the number of elements in the sig_name and
57868              sig_num arrays, including the final NULL entry.
57869      Branch: perl
57870            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57871            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
57872            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
57873            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57874            ! win32/config.bc win32/config.gc win32/config.vc
57875 ____________________________________________________________________________
57876 [  8458] By: jhi                                   on 2001/01/17  01:41:33
57877         Log: Integrate perlio.
57878      Branch: perl
57879           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
57880           !> perlapi.h proto.h sv.c
57881 ____________________________________________________________________________
57882 [  8457] By: nick                                  on 2001/01/16  22:07:26
57883         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
57884              Provides all the "cost" but no benefit yet - it is to allow cost
57885              to be measured, and implementation experiments (just in mg.c?).
57886      Branch: perlio
57887            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
57888            ! perlapi.h proto.h sv.c
57889 ____________________________________________________________________________
57890 [  8456] By: nick                                  on 2001/01/16  21:07:07
57891         Log: Integrate mainline.
57892      Branch: perlio
57893           !> (integrate 51 files)
57894 ____________________________________________________________________________
57895 [  8455] By: jhi                                   on 2001/01/16  18:13:43
57896         Log: Subject: [PATCH] regcomp.c old feature removal
57897              From: mjd@plover.com
57898              Date: 16 Jan 2001 14:43:18 -0000 
57899              Message-ID: <20010116144318.7140.qmail@plover.com> 
57900      Branch: perl
57901            ! regcomp.c
57902 ____________________________________________________________________________
57903 [  8454] By: jhi                                   on 2001/01/16  16:12:39
57904         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
57905              From: "Indy Singh" <indy@nusphere.com>
57906              Date: Wed, 10 Jan 2001 20:17:49 -0500
57907              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
57908      Branch: maint-5.6/perl
57909            ! win32/Makefile
57910 ____________________________________________________________________________
57911 [  8453] By: jhi                                   on 2001/01/16  16:09:33
57912         Log: Update Changes.
57913      Branch: perl
57914            ! Changes patchlevel.h
57915 ____________________________________________________________________________
57916 [  8452] By: jhi                                   on 2001/01/16  15:42:04
57917         Log: Subject: Re: API Cleanup
57918              To: perl5-porters@perl.org
57919              Date: Tue, 16 Jan 2001 13:42:30 +0000
57920              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
57921              
57922              Subject: [PATCH] utf8.c documentation
57923              From: Simon Cozens <simon@cozens.net>
57924              Date: Tue, 16 Jan 2001 13:52:48 +0000
57925              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
57926              
57927              Subject: Re: API Cleanup
57928              From: Simon Cozens <simon@cozens.net>
57929              Date: Tue, 16 Jan 2001 14:58:55 +0000
57930              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
57931              
57932              UTF-8 doc patches.
57933      Branch: perl
57934            ! embed.pl pod/perlapi.pod utf8.c
57935 ____________________________________________________________________________
57936 [  8451] By: jhi                                   on 2001/01/16  14:41:39
57937         Log: podlators 1.07, from Russ Allbery.
57938      Branch: perl
57939            ! lib/Pod/Man.pm
57940 ____________________________________________________________________________
57941 [  8450] By: jhi                                   on 2001/01/16  14:24:19
57942         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
57943              From: "Indy Singh" <indy@nusphere.com>
57944              Date: Mon, 15 Jan 2001 20:59:40 -0500
57945              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
57946      Branch: perl
57947            ! win32/Makefile
57948 ____________________________________________________________________________
57949 [  8449] By: jhi                                   on 2001/01/16  03:42:55
57950         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
57951              at the setting of the ofs_sv in new_struct_thread() as the
57952              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
57953              uninitialized fields are, uh, initialized with),
57954              SvREFCNT_inc()ing that invited a core dump.
57955      Branch: perl
57956            ! util.c
57957 ____________________________________________________________________________
57958 [  8448] By: jhi                                   on 2001/01/16  01:49:07
57959         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
57960              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57961              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
57962              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
57963              
57964              Replace #8444 and #8445.
57965      Branch: perl
57966            ! ext/B/B.xs ext/B/B/Debug.pm
57967 ____________________________________________________________________________
57968 [  8447] By: jhi                                   on 2001/01/15  21:05:35
57969         Log: Subject: [PATCH] API Variable documentation   
57970              From: Simon Cozens <simon@cozens.net>
57971              Date: Mon, 15 Jan 2001 19:35:54 +0000
57972              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
57973      Branch: perl
57974            ! pod/perlapi.pod thrdvar.h
57975 ____________________________________________________________________________
57976 [  8446] By: jhi                                   on 2001/01/15  20:49:20
57977         Log: Signedness nit.
57978      Branch: perl
57979            ! pp_ctl.c
57980 ____________________________________________________________________________
57981 [  8445] By: jhi                                   on 2001/01/15  20:28:48
57982         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
57983      Branch: perl
57984            ! ext/B/B/Debug.pm
57985 ____________________________________________________________________________
57986 [  8444] By: jhi                                   on 2001/01/15  13:09:10
57987         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
57988      Branch: perl
57989            ! ext/B/B.xs
57990 ____________________________________________________________________________
57991 [  8443] By: jhi                                   on 2001/01/15  13:06:26
57992         Log: Missing from #8439.
57993      Branch: perl
57994            ! keywords.h mg.c
57995 ____________________________________________________________________________
57996 [  8442] By: jhi                                   on 2001/01/15  13:02:38
57997         Log: Subject: [PATCH @8436] Eliminate op_children
57998              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57999              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
58000              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
58001              
58002              Subject: [PATCH @8436] Re: Eliminate op_children
58003              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58004              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
58005              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
58006      Branch: perl
58007            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
58008            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
58009            ! op.c op.h
58010 ____________________________________________________________________________
58011 [  8441] By: jhi                                   on 2001/01/15  12:57:08
58012         Log: Use the /^Perl_/-less form of is_lvalue_sub().
58013      Branch: perl
58014            ! pp.h
58015 ____________________________________________________________________________
58016 [  8440] By: jhi                                   on 2001/01/15  05:13:09
58017         Log: Revert #8437 and #8438, the Linux large files story is more complex.
58018      Branch: metaconfig/U/perl
58019            ! d_fpos64_t.U d_off64_t.U
58020      Branch: perl
58021            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58022            ! config_h.SH configure.com epoc/config.sh perl.h
58023            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
58024            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58025            ! win32/config.bc win32/config.gc win32/config.vc
58026 ____________________________________________________________________________
58027 [  8439] By: jhi                                   on 2001/01/15  05:02:24
58028         Log: More UTF-8 patches from Inaba Hiroto.
58029              - The substr lval was still not okay.
58030              - Now pp_stringify and sv_setsv copies source's UTF8 flag
58031              even if IN_BYTE.  pp_stringify is called from fold_constants
58032              at optimization phase and "\x{100}" was made SvUTF8_off under
58033              use bytes (the bytes pragma is for "byte semantics" and not
58034              for "do not produce UTF8 data")
58035              - New `qu' operator to generate UTF8 string explicitly.
58036              Though I agree with the policy "0x00-0xff always produce bytes",
58037              sometimes want to such a string to be coded in UTF8.
58038              I can use pack"U0a*" but it requires more typing and has
58039              runtime overhead.
58040              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
58041              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
58042              string is not UTF8_on and has char 0x80-0xff.
58043              
58044              TODO: document and test qu.
58045      Branch: perl
58046            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
58047            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
58048            ! toke.c
58049 ____________________________________________________________________________
58050 [  8438] By: jhi                                   on 2001/01/14  05:10:23
58051         Log: (Reverted by #8440)
58052              
58053              Metaconfig unit changes for #8437.
58054      Branch: metaconfig/U/perl
58055            ! d_fpos64_t.U d_off64_t.U
58056 ____________________________________________________________________________
58057 [  8437] By: jhi                                   on 2001/01/14  04:55:34
58058         Log: (Reverted by #8440)
58059              
58060              Add <features.h> probing, seems to be needed for (some?)
58061              Linux largefileness.
58062      Branch: perl
58063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58064            ! config_h.SH configure.com epoc/config.sh perl.h
58065            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
58066            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58067            ! win32/config.bc win32/config.gc win32/config.vc
58068 ____________________________________________________________________________
58069 [  8436] By: jhi                                   on 2001/01/13  17:47:21
58070         Log: Tighten some of the tests a bit.
58071      Branch: perl
58072            ! t/pragma/utf8.t
58073 ____________________________________________________________________________
58074 [  8435] By: jhi                                   on 2001/01/13  17:31:54
58075         Log: Integrate perlio.
58076      Branch: perl
58077           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
58078           !> win32/config_H.gc win32/config_H.vc
58079 ____________________________________________________________________________
58080 [  8434] By: nick                                  on 2001/01/13  11:36:53
58081         Log: Run dmake regen_config_h for Win32
58082      Branch: perlio
58083            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58084 ____________________________________________________________________________
58085 [  8433] By: nick                                  on 2001/01/13  11:31:55
58086         Log: VMS friendly patch to Encode compile process
58087      Branch: perlio
58088            ! ext/Encode/Makefile.PL ext/Encode/compile
58089 ____________________________________________________________________________
58090 [  8432] By: nick                                  on 2001/01/13  11:06:44
58091         Log: Integrate mainline
58092      Branch: perlio
58093           +> ext/B/B/Concise.pm
58094           !> (integrate 52 files)
58095 ____________________________________________________________________________
58096 [  8431] By: jhi                                   on 2001/01/13  05:55:55
58097         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
58098              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58099              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
58100              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
58101      Branch: perl
58102            ! ext/B/B/Concise.pm
58103 ____________________________________________________________________________
58104 [  8430] By: jhi                                   on 2001/01/13  04:24:18
58105         Log: The LVRET macro needed an aTHX.
58106      Branch: perl
58107            ! pp.h
58108 ____________________________________________________________________________
58109 [  8429] By: jhi                                   on 2001/01/13  02:12:42
58110         Log: Update Changes.
58111      Branch: perl
58112            ! Changes patchlevel.h
58113 ____________________________________________________________________________
58114 [  8428] By: jhi                                   on 2001/01/13  02:08:50
58115         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
58116              From: Peter Prymmer <pvhp@forte.com>
58117              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
58118              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
58119              
58120              Add a BEGIN guard for sloppy floating point division.
58121      Branch: perl
58122            ! lib/Math/BigInt.pm lib/bigint.pl
58123 ____________________________________________________________________________
58124 [  8427] By: jhi                                   on 2001/01/13  01:47:16
58125         Log: The B::Terse drop-in replacement wasn't quite drop-in.
58126      Branch: perl
58127            ! ext/B/B/Terse.pm
58128 ____________________________________________________________________________
58129 [  8426] By: jhi                                   on 2001/01/12  21:20:43
58130         Log: Use UVXf.
58131      Branch: perl
58132            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58133            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
58134            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
58135            ! vos/config.ga.def vos/config.ga.h win32/config.bc
58136            ! win32/config.gc win32/config.vc
58137 ____________________________________________________________________________
58138 [  8425] By: jhi                                   on 2001/01/12  20:20:14
58139         Log: Subject: [PATCH perl@8342] -Wformat
58140              From: Robin Barker <rmb1@cise.npl.co.uk>
58141              Date: Fri, 12 Jan 2001 20:03:14 GMT
58142              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
58143      Branch: perl
58144            ! ext/Encode/Encode.xs mg.c sv.c toke.c
58145 ____________________________________________________________________________
58146 [  8424] By: jhi                                   on 2001/01/12  20:01:48
58147         Log: Subject: B::Concise -- an improved replacement for B::Terse 
58148              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58149              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
58150              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
58151      Branch: perl
58152            + ext/B/B/Concise.pm
58153            ! MANIFEST ext/B/B/Terse.pm
58154 ____________________________________________________________________________
58155 [  8423] By: jhi                                   on 2001/01/12  19:24:02
58156         Log: The new metaconfig unit from the #8421.
58157      Branch: metaconfig/U/perl
58158            + d_sigprocmask.U
58159 ____________________________________________________________________________
58160 [  8422] By: jhi                                   on 2001/01/12  19:23:43
58161         Log: Forgot the microperl config from the #8421.
58162      Branch: perl
58163            ! uconfig.h uconfig.sh
58164 ____________________________________________________________________________
58165 [  8421] By: jhi                                   on 2001/01/12  19:05:27
58166         Log: Add sigprocmask() probe, regen Configure, regen toc.
58167      Branch: perl
58168            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58169            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
58170            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58171            ! vos/config.ga.h win32/config.bc win32/config.gc
58172            ! win32/config.vc
58173 ____________________________________________________________________________
58174 [  8420] By: jhi                                   on 2001/01/12  18:34:31
58175         Log: Add sockatmark() to the todo list.
58176      Branch: perl
58177            ! Todo-5.6
58178 ____________________________________________________________________________
58179 [  8419] By: jhi                                   on 2001/01/12  18:09:46
58180         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
58181      Branch: perl
58182            ! op.c
58183 ____________________________________________________________________________
58184 [  8418] By: jhi                                   on 2001/01/12  18:05:30
58185         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
58186              From: Radu Greab <radu@netsoft.ro>
58187              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
58188              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
58189      Branch: perl
58190            ! op.c t/pragma/sub_lval.t
58191 ____________________________________________________________________________
58192 [  8417] By: jhi                                   on 2001/01/12  16:09:09
58193         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
58194              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
58195              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
58196              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
58197      Branch: perl
58198            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
58199            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
58200            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
58201            ! t/pragma/sub_lval.t toke.c
58202 ____________________________________________________________________________
58203 [  8416] By: jhi                                   on 2001/01/12  15:42:06
58204         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
58205              From: "Richard Soderberg" <rs@crystalflame.net>
58206              Date: Fri, 12 Jan 2001 04:49:35 -0800
58207              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
58208              
58209              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
58210              according to the platform.
58211      Branch: perl
58212            ! op.c
58213 ____________________________________________________________________________
58214 [  8415] By: jhi                                   on 2001/01/12  15:33:41
58215         Log: One more UTF-8 fix from Inaba Hiroto.
58216      Branch: perl
58217            ! pp.c regexec.c t/pragma/utf8.t
58218 ____________________________________________________________________________
58219 [  8414] By: jhi                                   on 2001/01/12  15:30:18
58220         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
58221      Branch: perl
58222            ! regexec.c
58223 ____________________________________________________________________________
58224 [  8413] By: jhi                                   on 2001/01/12  15:22:10
58225         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
58226              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58227              Date: Thu, 11 Jan 2001 12:53:36 +0100
58228              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
58229      Branch: perl
58230            ! toke.c
58231 ____________________________________________________________________________
58232 [  8412] By: jhi                                   on 2001/01/12  15:20:25
58233         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
58234              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58235              Date: Fri, 12 Jan 2001 14:37:55 +0100
58236              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
58237      Branch: perl
58238            ! hints/posix-bc.sh
58239 ____________________________________________________________________________
58240 [  8411] By: jhi                                   on 2001/01/12  15:14:14
58241         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
58242              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58243              Date: Fri, 12 Jan 2001 10:42:21 +0100
58244              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
58245      Branch: perl
58246            ! t/op/regmesg.t
58247 ____________________________________________________________________________
58248 [  8410] By: jhi                                   on 2001/01/12  05:48:55
58249         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
58250              From: Nicholas Clark <nick@ccl4.org> 
58251              Date: Sun, 7 Jan 2001 19:47:14 +0000
58252              Message-ID: <20010107194714.B1048@plum.flirble.org>
58253      Branch: perl
58254            ! t/op/numconvert.t
58255 ____________________________________________________________________________
58256 [  8409] By: jhi                                   on 2001/01/12  05:41:28
58257         Log: Integrate perlio.
58258      Branch: perl
58259           !> mg.c scope.h
58260 ____________________________________________________________________________
58261 [  8408] By: nick                                  on 2001/01/11  22:43:28
58262         Log: Remove variables that were used in experiments.
58263      Branch: perlio
58264            ! mg.c
58265 ____________________________________________________________________________
58266 [  8407] By: nick                                  on 2001/01/11  20:57:44
58267         Log: Catch die in %SIG handler and unblock the signal before re-dying.
58268              This make Linux work _without_ sigsetjmp().
58269              Turn off sigsetjmp() to see what else it does.
58270              May need Configure probe for sigprocmask() if anything has sigaction()
58271              but not sigprocmask().
58272      Branch: perlio
58273            ! mg.c scope.h
58274 ____________________________________________________________________________
58275 [  8406] By: nick                                  on 2001/01/11  19:32:07
58276         Log: Integrate mainline
58277      Branch: perlio
58278           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
58279           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
58280           !> t/op/substr.t
58281 ____________________________________________________________________________
58282 [  8405] By: jhi                                   on 2001/01/11  17:11:01
58283         Log: Fix UTF-8 lval substr().
58284      Branch: perl
58285            ! mg.c t/op/substr.t
58286 ____________________________________________________________________________
58287 [  8404] By: jhi                                   on 2001/01/11  05:13:58
58288         Log: Update Changes.
58289      Branch: perl
58290            ! Changes patchlevel.h
58291 ____________________________________________________________________________
58292 [  8403] By: jhi                                   on 2001/01/11  04:38:24
58293         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
58294              From: Hugo <hv@crypt.compulink.co.uk>
58295              Date: Mon, 30 Oct 2000 01:33:26 +0000
58296              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
58297      Branch: perl
58298            ! regexec.c t/op/re_tests
58299 ____________________________________________________________________________
58300 [  8402] By: jhi                                   on 2001/01/11  04:26:12
58301         Log: Integrate perlio.
58302      Branch: perl
58303           !> scope.h util.c
58304 ____________________________________________________________________________
58305 [  8401] By: nick                                  on 2001/01/10  22:52:55
58306         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
58307              (So Alan and Ilya can try setting via hints.)
58308              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
58309              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
58310              doing the save everywhere seems to restart read() correctly, but just
58311              doing it once "round" the handler does not.
58312      Branch: perlio
58313            ! scope.h
58314 ____________________________________________________________________________
58315 [  8400] By: jhi                                   on 2001/01/10  21:57:54
58316         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
58317              of IRIX, HP-UX is unaffected.
58318      Branch: perl
58319            ! perl.h
58320 ____________________________________________________________________________
58321 [  8399] By: nick                                  on 2001/01/10  21:29:19
58322         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
58323      Branch: perlio
58324            ! util.c
58325 ____________________________________________________________________________
58326 [  8398] By: jhi                                   on 2001/01/10  20:55:31
58327         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
58328              also have ReusePort.
58329      Branch: perl
58330            ! ext/IO/lib/IO/Socket/INET.pm
58331 ____________________________________________________________________________
58332 [  8397] By: jhi                                   on 2001/01/10  20:50:57
58333         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
58334              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
58335              Date: Wed, 10 Jan 2001 01:38:13 -0800
58336              Message-ID: <20010110013813.B41744@yahoo-inc.com>
58337      Branch: perl
58338            ! ext/IO/lib/IO/Socket/INET.pm
58339 ____________________________________________________________________________
58340 [  8396] By: jhi                                   on 2001/01/10  20:49:30
58341         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
58342              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
58343              Date: Wed, 10 Jan 2001 01:37:32 -0800
58344              Message-ID: <20010110013732.A41744@yahoo-inc.com>
58345      Branch: perl
58346            ! ext/Socket/Socket.pm
58347 ____________________________________________________________________________
58348 [  8395] By: jhi                                   on 2001/01/10  20:41:37
58349         Log: Test for bug id 20010105.016 (fixed by #8378).
58350      Branch: perl
58351            ! t/op/split.t
58352 ____________________________________________________________________________
58353 [  8394] By: jhi                                   on 2001/01/10  20:26:32
58354         Log: Integrate perlio.
58355      Branch: perl
58356            ! util.c
58357 ____________________________________________________________________________
58358 [  8393] By: nick                                  on 2001/01/10  19:34:30
58359         Log: Back out Simon's pid hackery for now.
58360      Branch: perlio
58361            ! util.c
58362 ____________________________________________________________________________
58363 [  8392] By: nick                                  on 2001/01/10  19:23:13
58364         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
58365      Branch: perlio
58366           !> (integrate 29 files)
58367 ____________________________________________________________________________
58368 [  8391] By: jhi                                   on 2001/01/10  18:43:15
58369         Log: Subject: [PATCH] Fix my_pclose segfault
58370              From: Simon Cozens <simon@cozens.net>
58371              Date: Wed, 10 Jan 2001 18:39:35 +0000
58372              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
58373      Branch: perl
58374            ! util.c
58375 ____________________________________________________________________________
58376 [  8390] By: jhi                                   on 2001/01/10  18:42:08
58377         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
58378              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58379              Date:     Wed, 10 Jan 2001 13:23:02 EST
58380              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
58381      Branch: perl
58382            ! ext/Opcode/Opcode.xs
58383 ____________________________________________________________________________
58384 [  8389] By: jhi                                   on 2001/01/10  15:16:07
58385         Log: Turn off the integer preservation for now.
58386      Branch: perl
58387            ! perl.h
58388 ____________________________________________________________________________
58389 [  8388] By: jhi                                   on 2001/01/10  15:01:25
58390         Log: Few more IDE/editor nits from p5p.
58391      Branch: perl
58392            ! pod/perlfaq3.pod
58393 ____________________________________________________________________________
58394 [  8387] By: jhi                                   on 2001/01/10  06:53:16
58395         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
58396              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
58397              Date: Tue, 9 Jan 2001 23:16:02 +0000
58398              Message-ID: <20010109231602.A81101@plum.flirble.org>
58399      Branch: perl
58400            ! sv.c
58401 ____________________________________________________________________________
58402 [  8386] By: jhi                                   on 2001/01/10  03:17:54
58403         Log: Test cases for #8385 (from Simon's "torture.pl")
58404      Branch: perl
58405            ! t/op/tr.t
58406 ____________________________________________________________________________
58407 [  8385] By: jhi                                   on 2001/01/10  03:17:11
58408         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
58409              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
58410              Date: Wed, 10 Jan 2001 11:39:39 +0900
58411              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
58412              
58413              Some more UTF-8 tr cases fixed.
58414      Branch: perl
58415            ! doop.c
58416 ____________________________________________________________________________
58417 [  8384] By: jhi                                   on 2001/01/09  22:45:40
58418         Log: Allow the locale test needing POSIX and the taint test
58419              needing IPC::SysV to run under 'minitest' (basically,
58420              bail out if loading the extension fails)
58421      Branch: perl
58422            ! t/op/misc.t t/op/taint.t
58423 ____________________________________________________________________________
58424 [  8383] By: jhi                                   on 2001/01/09  21:36:04
58425         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
58426              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58427              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
58428              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
58429      Branch: perl
58430            ! t/io/openpid.t
58431 ____________________________________________________________________________
58432 [  8382] By: jhi                                   on 2001/01/09  21:06:08
58433         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
58434              Should finish up the bug id 20001205.022.
58435      Branch: perl
58436            ! pp.c pp_hot.c scope.c
58437 ____________________________________________________________________________
58438 [  8381] By: jhi                                   on 2001/01/09  18:27:43
58439         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
58440              From: Andy Dougherty <doughera@lafayette.edu>
58441              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
58442              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
58443              
58444              More robust yacc/bison error detection.
58445      Branch: perl
58446            ! t/comp/proto.t
58447 ____________________________________________________________________________
58448 [  8380] By: jhi                                   on 2001/01/09  15:21:38
58449         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
58450              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
58451              Date:     Tue, 9 Jan 2001 07:53:55 EST
58452              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
58453      Branch: perl
58454            ! t/op/misc.t vms/test.com
58455 ____________________________________________________________________________
58456 [  8379] By: jhi                                   on 2001/01/09  15:20:38
58457         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
58458              From: jhi@cc.hut.fi
58459              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
58460              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
58461              
58462              The #8378 fixed this.
58463      Branch: perl
58464            ! t/op/tr.t
58465 ____________________________________________________________________________
58466 [  8378] By: jhi                                   on 2001/01/09  15:05:32
58467         Log: Subject: One more patch for UTF8 
58468              From: Inaba Hiroto <inaba@st.rim.or.jp>
58469              Date: Tue, 09 Jan 2001 01:04:32 +0900
58470              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
58471              
58472              UTF-8 fixes for 'x' and tr///.
58473      Branch: perl
58474            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
58475            ! regcomp.c regexec.c toke.c utf8.c
58476 ____________________________________________________________________________
58477 [  8377] By: jhi                                   on 2001/01/09  14:32:17
58478         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
58479      Branch: perl
58480            ! t/op/length.t
58481 ____________________________________________________________________________
58482 [  8376] By: jhi                                   on 2001/01/09  04:32:32
58483         Log: integrate changes #7775, #8316, #8316 from mainline
58484      Branch: maint-5.6/perl
58485            ! hints/solaris_2.sh
58486 ____________________________________________________________________________
58487 [  8375] By: jhi                                   on 2001/01/09  04:26:43
58488         Log: Update Changes.
58489      Branch: perl
58490            ! Changes patchlevel.h
58491 ____________________________________________________________________________
58492 [  8374] By: jhi                                   on 2001/01/09  04:14:32
58493         Log: IDE/editor section tweaking.
58494      Branch: perl
58495            ! pod/perlfaq3.pod
58496 ____________________________________________________________________________
58497 [  8373] By: jhi                                   on 2001/01/09  02:38:26
58498         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
58499              From: Peter Prymmer <pvhp@forte.com>
58500              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
58501              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
58502              
58503              In preparation os OS/390 dynamic loading.
58504      Branch: perl
58505            ! README.os390 hints/os390.sh
58506 ____________________________________________________________________________
58507 [  8372] By: jhi                                   on 2001/01/09  00:24:30
58508         Log: Integrate with perlio.
58509      Branch: perl
58510           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
58511 ____________________________________________________________________________
58512 [  8371] By: nick                                  on 2001/01/08  23:54:33
58513         Log: Fix "scalars leaked" bugs caused by overload magic
58514              (Highlighted by Ilya's DESTROY optimization.)
58515      Branch: perlio
58516            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
58517 ____________________________________________________________________________
58518 [  8370] By: nick                                  on 2001/01/08  20:19:41
58519         Log: Integrate mainline
58520      Branch: perlio
58521           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
58522           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
58523           !> t/op/64bitint.t
58524 ____________________________________________________________________________
58525 [  8369] By: jhi                                   on 2001/01/08  17:30:52
58526         Log: save_delete() Safefree() doesn't (anymore?) work with shared
58527              strings, one test failure in op/misc and almost all of lib/b.
58528              (Outcomments #8369.)
58529      Branch: perl
58530            ! scope.c
58531 ____________________________________________________________________________
58532 [  8368] By: jhi                                   on 2001/01/08  14:47:10
58533         Log: (Outcommented by #8369.)
58534              
58535              Subject: Re: Perl BugID 20001205.022 ---- save_delete
58536              From: Simon Cozens <simon@cozens.net>
58537              Date: Sat, 6 Jan 2001 11:48:40 +0000
58538              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
58539              
58540              The save_delete() does need the Safefree.
58541      Branch: perl
58542            ! scope.c
58543 ____________________________________________________________________________
58544 [  8367] By: bailey                                on 2001/01/08  08:53:52
58545         Log: Once again syncing after too long an absence
58546      Branch: vmsperl
58547           +> (branch 55 files)
58548            - MAINTAIN fix_pl vos/config.def vos/config.h
58549            - vos/config_h.SH_orig
58550           !> (integrate 498 files)
58551 ____________________________________________________________________________
58552 [  8366] By: jhi                                   on 2001/01/08  02:42:59
58553         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
58554              From: nick@ccl4.org
58555              Date: Sun, 7 Jan 2001 21:07:18 +0000
58556              Message-Id: <20010107210717.D1048@plum.flirble.org>
58557      Branch: perl
58558            ! sv.c t/op/64bitint.t
58559 ____________________________________________________________________________
58560 [  8365] By: jhi                                   on 2001/01/08  02:35:16
58561         Log: Subject: [PATCH] environ nit
58562              From: Simon Cozens <simon@cozens.net>
58563              Date: Sun, 7 Jan 2001 17:57:07 +0000
58564              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
58565              
58566              Use environ only if we have it.
58567      Branch: perl
58568            ! mg.c
58569 ____________________________________________________________________________
58570 [  8364] By: jhi                                   on 2001/01/08  02:24:51
58571         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
58572      Branch: perl
58573            ! ext/GDBM_File/GDBM_File.xs
58574 ____________________________________________________________________________
58575 [  8363] By: jhi                                   on 2001/01/08  02:19:24
58576         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
58577              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58578              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
58579              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
58580      Branch: perl
58581            ! dump.c op.c
58582 ____________________________________________________________________________
58583 [  8362] By: jhi                                   on 2001/01/08  02:17:43
58584         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
58585              From: Doug MacEachern <dougm@covalent.net>
58586              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
58587              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
58588              
58589              Allow AUTOLOAD to be an xsub and allow such xsubs
58590              to avoid use of $AUTOLOAD.
58591      Branch: perl
58592            ! gv.c
58593 ____________________________________________________________________________
58594 [  8361] By: jhi                                   on 2001/01/08  02:16:07
58595         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
58596              From: Radu Greab <radu@netsoft.ro>
58597              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
58598              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
58599              
58600              No need for the potentially nonportable $SIG{CHLD}.
58601      Branch: perl
58602            ! t/io/pipe.t
58603 ____________________________________________________________________________
58604 [  8360] By: jhi                                   on 2001/01/08  01:58:23
58605         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
58606      Branch: perl
58607            ! lib/Getopt/Long.pm
58608 ____________________________________________________________________________
58609 [  8359] By: jhi                                   on 2001/01/08  01:55:44
58610         Log: Integrate perlio.
58611      Branch: perl
58612           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
58613           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
58614           !> utf8.c win32/Makefile
58615 ____________________________________________________________________________
58616 [  8358] By: jhi                                   on 2001/01/07  21:16:50
58617         Log: Update the EPOC cross SDK URL.
58618      Branch: perl
58619            ! README.epoc
58620 ____________________________________________________________________________
58621 [  8357] By: jhi                                   on 2001/01/07  21:16:09
58622         Log: Update the EPOC cross SDK URL.
58623      Branch: maint-5.6/perl
58624            ! README.epoc
58625 ____________________________________________________________________________
58626 [  8356] By: nick                                  on 2001/01/06  21:47:52
58627         Log: FILE * in XS code for PerlIO world:
58628              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
58629              - Add FILE * T_STDIO typemap.
58630              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
58631      Branch: perlio
58632            ! lib/ExtUtils/typemap perlio.c perlio.h
58633 ____________________________________________________________________________
58634 [  8355] By: jhi                                   on 2001/01/06  20:27:15
58635         Log: integrate change #8336 from mainline
58636              
58637              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
58638      Branch: maint-5.6/perl
58639            ! hv.c
58640 ____________________________________________________________________________
58641 [  8354] By: jhi                                   on 2001/01/06  20:24:29
58642         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
58643              From: Robin Barker <rmb1@cise.npl.co.uk>
58644              Date: Fri, 22 Dec 2000 12:17:38 GMT
58645              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
58646              
58647              The patch reformats some long =item lines so they give
58648              correct output via pod2man | nroff -man
58649              
58650              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
58651              From: Robin Barker <rmb1@cise.npl.co.uk>
58652              Date: Tue, 2 Jan 2001 15:35:03 GMT
58653              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
58654              
58655              Here is a _further_ patch which corrects a few more errors:
58656              * an empty C<=item> in CPAN.pm
58657              * patching the wrong file (pod/perlamiga.pod not README.amiga)
58658              * leaving empty C<=item>s which formatted incorrectly
58659              * over long C<=item>s revealed by latest patch to Pod::Man
58660      Branch: maint-5.6/perl
58661            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
58662            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
58663            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
58664            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
58665            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
58666            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
58667 ____________________________________________________________________________
58668 [  8353] By: jhi                                   on 2001/01/06  20:21:10
58669         Log: integrate changes #7980, 8056, 8057 from mainline
58670              
58671              UTF-8 hash keys.
58672      Branch: maint-5.6/perl
58673            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
58674 ____________________________________________________________________________
58675 [  8352] By: jhi                                   on 2001/01/06  20:18:44
58676         Log: Forgotten from #8438.
58677      Branch: maint-5.6/perl
58678            ! epoc/epocish.h
58679 ____________________________________________________________________________
58680 [  8351] By: jhi                                   on 2001/01/06  20:18:12
58681         Log: Forgotten from #8347.
58682      Branch: maint-5.6/perl
58683            ! config_h.SH
58684 ____________________________________________________________________________
58685 [  8350] By: jhi                                   on 2001/01/06  20:00:19
58686         Log: Thinko in #8347.
58687      Branch: maint-5.6/perl
58688            ! regcomp.c
58689 ____________________________________________________________________________
58690 [  8349] By: jhi                                   on 2001/01/06  18:05:30
58691         Log: Copy the FAQ3 IDE section from the development branch,
58692              changes originally by Peter Prymmer.
58693      Branch: maint-5.6/perl
58694            ! pod/perlfaq3.pod
58695 ____________________________________________________________________________
58696 [  8348] By: jhi                                   on 2001/01/06  18:03:02
58697         Log: EPOC updates for TRIAL1.
58698              
58699              Subject: [5.6.1 trial1] EPOC update
58700              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58701              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
58702              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
58703              
58704              Subject: epoc patch2 for perl-5.6.1-trial1
58705              From: Olaf Flebbe <O.Flebbe@science-computing.de>
58706              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
58707              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
58708      Branch: maint-5.6/perl
58709            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
58710            ! epoc/epocish.c
58711 ____________________________________________________________________________
58712 [  8347] By: jhi                                   on 2001/01/06  17:29:10
58713         Log: integrate changes #7710,7824,7973 from mainline,
58714              plus VMS nits from Peter Prymmer and Dan Sugalski.
58715              
58716              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
58717              library (getprotobyname and getprotobynumber are outversioned by
58718              the same calls in libc, at least for xlc version 3.
58719              
58720              Add HAS_SBRK_PROTO.
58721              
58722              Fixes for signedness warnings noticed by VMSperlers.
58723      Branch: maint-5.6/perl
58724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58725            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
58726            ! sv.c vms/descrip_mms.template vos/config.alpha.def
58727            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58728            ! win32/config.bc win32/config.gc win32/config.vc
58729 ____________________________________________________________________________
58730 [  8346] By: nick                                  on 2001/01/06  14:36:01
58731         Log: Fixup accumulated integrate muddles (perlio == devperl again)
58732      Branch: perlio
58733            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
58734 ____________________________________________________________________________
58735 [  8345] By: nick                                  on 2001/01/06  14:24:58
58736         Log: Integrate mainline
58737      Branch: perlio
58738           !> (integrate 55 files)
58739 ____________________________________________________________________________
58740 [  8344] By: jhi                                   on 2001/01/06  02:24:02
58741         Log: Subject: [patch] PerlIO_cleanup() prototype
58742              From: Doug MacEachern <dougm@covalent.net>
58743              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
58744              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
58745      Branch: perl
58746            ! perlio.h
58747 ____________________________________________________________________________
58748 [  8343] By: jhi                                   on 2001/01/06  01:04:09
58749         Log: IRIX compiler noticed that the bof initialization might be
58750              bypassed by control flow.
58751      Branch: perl
58752            ! toke.c
58753 ____________________________________________________________________________
58754 [  8342] By: jhi                                   on 2001/01/06  00:10:48
58755         Log: Update Changes.
58756      Branch: perl
58757            ! Changes patchlevel.h
58758 ____________________________________________________________________________
58759 [  8341] By: jhi                                   on 2001/01/05  23:52:33
58760         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
58761      Branch: perl
58762            ! toke.c
58763 ____________________________________________________________________________
58764 [  8340] By: jhi                                   on 2001/01/05  22:44:08
58765         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
58766              From: Radu Greab <radu@netsoft.ro>
58767              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
58768              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
58769      Branch: perl
58770            ! t/io/pipe.t util.c
58771 ____________________________________________________________________________
58772 [  8339] By: jhi                                   on 2001/01/05  22:35:17
58773         Log: Subject: [PATCH] format and rewording in perlfaq.pod
58774              From: Robin Barker <rmb1@cise.npl.co.uk>
58775              Date: Fri, 5 Jan 2001 18:51:20 GMT
58776              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
58777      Branch: perl
58778            ! pod/perlfaq.pod
58779 ____________________________________________________________________________
58780 [  8338] By: jhi                                   on 2001/01/05  22:31:17
58781         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
58782              From: Peter Prymmer <pvhp@forte.com>
58783              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
58784              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
58785      Branch: perl
58786            ! utils/perlbug.PL
58787 ____________________________________________________________________________
58788 [  8337] By: jhi                                   on 2001/01/05  18:15:11
58789         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
58790              From: Robin Barker <rmb1@cise.npl.co.uk>
58791              Date: Tue, 2 Jan 2001 15:24:07 GMT
58792              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
58793              
58794              If you call configure as C<./Configure> or C<sh ./Configure>,
58795              $src is set to the absolute path name, not '.'.
58796              
58797              This, in turn, means -Dmksymlink tries to do its stuff because
58798              it does not think it is in the src directory.
58799              
58800              (plus a metaconfig nitfix)
58801      Branch: metaconfig
58802            ! U/compline/ccflags.U U/modified/src.U
58803      Branch: perl
58804            ! Configure config_h.SH
58805 ____________________________________________________________________________
58806 [  8336] By: jhi                                   on 2001/01/05  17:48:32
58807         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
58808              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58809              Message-ID: <3A5606C4.473D2226@uk.sun.com>
58810              Date: Fri, 05 Jan 2001 17:39:16 +0000
58811      Branch: perl
58812            ! hv.c
58813 ____________________________________________________________________________
58814 [  8335] By: jhi                                   on 2001/01/05  16:05:44
58815         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
58816      Branch: perl
58817            ! lib/Getopt/Long.pm
58818 ____________________________________________________________________________
58819 [  8334] By: jhi                                   on 2001/01/05  16:00:51
58820         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
58821              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
58822              Date: Fri, 05 Jan 2001 13:46:51 +0100
58823              Message-ID: <13693.978698811@nice.ram.loc>
58824              
58825              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
58826              accurate reading of the "atime".  
58827      Branch: perl
58828            ! t/io/fs.t
58829 ____________________________________________________________________________
58830 [  8333] By: jhi                                   on 2001/01/05  15:57:37
58831         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
58832              From: Simon Cozens <simon@cozens.net>
58833              Date: Fri, 8 Dec 2000 13:33:31 +0000
58834              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
58835              
58836              A lost patch fragment.
58837      Branch: perl
58838            ! doop.c
58839 ____________________________________________________________________________
58840 [  8332] By: jhi                                   on 2001/01/05  15:40:42
58841         Log: Do away with strncpy() and a fixed length buffer.
58842      Branch: perl
58843            ! utf8.c
58844 ____________________________________________________________________________
58845 [  8331] By: jhi                                   on 2001/01/05  15:03:07
58846         Log: Tests for #8329 and #8330.
58847      Branch: perl
58848            ! t/op/bop.t
58849 ____________________________________________________________________________
58850 [  8330] By: jhi                                   on 2001/01/05  15:02:38
58851         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
58852              raw 8-bit form to the UTF-8 string.
58853      Branch: perl
58854            ! toke.c
58855 ____________________________________________________________________________
58856 [  8329] By: jhi                                   on 2001/01/05  14:55:13
58857         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
58858              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
58859              Date: Fri, 5 Jan 2001 12:28:52 +0100
58860              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
58861              
58862              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
58863              no effect.  (changed the strncpy() to Copy())
58864      Branch: perl
58865            ! toke.c
58866 ____________________________________________________________________________
58867 [  8328] By: jhi                                   on 2001/01/05  06:44:27
58868         Log: UTF-8 cleanup.
58869      Branch: perl
58870            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
58871            ! regexec.c sv.c toke.c
58872 ____________________________________________________________________________
58873 [  8327] By: jhi                                   on 2001/01/05  01:11:29
58874         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')
58875              From: Radu Greab <radu@netsoft.ro>
58876              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
58877              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
58878              
58879              Cleans up Harness to not use FileHandle, which uses IO.
58880      Branch: perl
58881            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
58882 ____________________________________________________________________________
58883 [  8326] By: jhi                                   on 2001/01/05  00:56:37
58884         Log: Update Changes.
58885      Branch: perl
58886            ! Changes patchlevel.h
58887 ____________________________________________________________________________
58888 [  8325] By: jhi                                   on 2001/01/05  00:53:18
58889         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
58890              From: Peter Prymmer <pvhp@forte.com>
58891              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
58892              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
58893              
58894              plus a couple more tailing whitespace removals.
58895      Branch: perl
58896            ! win32/Makefile
58897 ____________________________________________________________________________
58898 [  8324] By: jhi                                   on 2001/01/05  00:47:39
58899         Log: Add some Unicode chop() tests.
58900      Branch: perl
58901            ! t/op/chop.t
58902 ____________________________________________________________________________
58903 [  8323] By: jhi                                   on 2001/01/05  00:47:23
58904         Log: Unify UTF-8 malformedness handling.
58905      Branch: perl
58906            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
58907 ____________________________________________________________________________
58908 [  8322] By: jhi                                   on 2001/01/04  22:21:54
58909         Log: The new $issymlink was unknown to Mksymlinks.
58910      Branch: metaconfig/U/perl
58911            ! Mksymlinks.U issymlink.U
58912      Branch: perl
58913            ! Configure config_h.SH
58914 ____________________________________________________________________________
58915 [  8321] By: jhi                                   on 2001/01/04  21:51:05
58916         Log: The test didn't work under the core test framework.
58917      Branch: perl
58918            ! t/lib/st-lock.t
58919 ____________________________________________________________________________
58920 [  8320] By: jhi                                   on 2001/01/04  21:14:22
58921         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
58922      Branch: perl
58923            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
58924 ____________________________________________________________________________
58925 [  8319] By: jhi                                   on 2001/01/04  20:46:17
58926         Log: Typo in #8312 when manually applying a problematic patch fragment.
58927      Branch: perl
58928            ! ext/Storable/Storable.xs
58929 ____________________________________________________________________________
58930 [  8318] By: jhi                                   on 2001/01/04  20:43:01
58931         Log: The $sh_c didn't fly.
58932      Branch: metaconfig
58933            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
58934            ! U/modified/Loc.U U/modified/myhostname.U
58935            ! U/modified/spitshell.U
58936      Branch: metaconfig/U/perl
58937            ! issymlink.U
58938      Branch: perl
58939            ! Configure config_h.SH
58940 ____________________________________________________________________________
58941 [  8317] By: jhi                                   on 2001/01/04  19:58:01
58942         Log: AIX builtin test -h is broken, changes based on
58943              
58944              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
58945              Date: Tue, 02 Jan 2001 11:24:39 +0100
58946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58947              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
58948      Branch: metaconfig
58949            + U/modified/spitshell.U
58950            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
58951            ! U/modified/Loc.U U/modified/myhostname.U
58952      Branch: metaconfig/U/perl
58953            ! Mksymlinks.U issymlink.U
58954      Branch: perl
58955            ! Configure
58956 ____________________________________________________________________________
58957 [  8316] By: jhi                                   on 2001/01/04  19:02:22
58958         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
58959              From: Andy Dougherty <doughera@lafayette.edu>
58960              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
58961              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
58962              
58963              Beware of GNU ld.
58964      Branch: perl
58965            ! hints/solaris_2.sh
58966 ____________________________________________________________________________
58967 [  8315] By: jhi                                   on 2001/01/04  18:56:48
58968         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
58969              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
58970              Date: Wed, 3 Jan 2001 07:58:51 +0100
58971              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
58972      Branch: perl
58973            ! hints/solaris_2.sh
58974 ____________________________________________________________________________
58975 [  8314] By: jhi                                   on 2001/01/04  18:54:07
58976         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
58977              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58978              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
58979              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
58980              
58981              Doc tweak on #8313.
58982      Branch: perl
58983            ! ext/B/B/Deparse.pm
58984 ____________________________________________________________________________
58985 [  8313] By: jhi                                   on 2001/01/04  18:52:27
58986         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
58987              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
58988              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
58989              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
58990              
58991              Make the peephole optimizer to bypass more null ops and
58992              and rewrite the deparse handling of continue blocks.
58993      Branch: perl
58994            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
58995 ____________________________________________________________________________
58996 [  8312] By: jhi                                   on 2001/01/04  18:47:39
58997         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
58998      Branch: perl
58999            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
59000            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
59001            ! t/lib/st-lock.t
59002 ____________________________________________________________________________
59003 [  8311] By: jhi                                   on 2001/01/04  18:36:08
59004         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
59005              filter to be run on each .pm during the pm_to_blib() phase,
59006              a fixed version of
59007              
59008              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59009              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
59010              Date: Wed, 03 Jan 2001 22:01:30 +0100
59011              Message-ID: <5296.978555690@nice.ram.loc>
59012      Branch: perl
59013            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59014            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59015            ! lib/ExtUtils/MakeMaker.pm
59016 ____________________________________________________________________________
59017 [  8310] By: jhi                                   on 2001/01/04  18:32:54
59018         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
59019              From: Robin Barker <rmb1@cise.npl.co.uk>
59020              Date: Tue, 2 Jan 2001 15:35:03 GMT
59021              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
59022      Branch: perl
59023            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
59024            ! pod/perlrequick.pod
59025 ____________________________________________________________________________
59026 [  8309] By: jhi                                   on 2001/01/04  18:29:07
59027         Log: Subject: Re: [patch] static-ize XS()
59028              From: Doug MacEachern <dougm@covalent.net>
59029              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
59030              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
59031              
59032              Provide prototypes for the XS functions.
59033      Branch: perl
59034            ! lib/ExtUtils/xsubpp
59035 ____________________________________________________________________________
59036 [  8308] By: jhi                                   on 2001/01/04  18:27:44
59037         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
59038              From: Doug MacEachern <dougm@covalent.net>
59039              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
59040              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
59041      Branch: perl
59042            ! lib/ExtUtils/typemap
59043 ____________________________________________________________________________
59044 [  8307] By: jhi                                   on 2001/01/04  18:25:25
59045         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
59046              From: Doug MacEachern <dougm@covalent.net>
59047              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
59048              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
59049              
59050              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
59051      Branch: perl
59052            ! lib/ExtUtils/MM_Unix.pm
59053 ____________________________________________________________________________
59054 [  8306] By: jhi                                   on 2001/01/04  18:23:00
59055         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
59056              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59057              Date: Thu, 4 Jan 2001 12:47:10 +0100 
59058              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
59059              
59060              The toke.c part only, patching embed.h and proto.h is futile.
59061      Branch: perl
59062            ! toke.c
59063 ____________________________________________________________________________
59064 [  8305] By: jhi                                   on 2001/01/04  18:05:51
59065         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
59066              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59067              Date: Thu, 4 Jan 2001 17:50:12 +0100 
59068              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
59069      Branch: perl
59070            ! toke.c
59071 ____________________________________________________________________________
59072 [  8304] By: jhi                                   on 2001/01/04  18:03:26
59073         Log: Subject: [PATCH perl@8269]
59074              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
59075              Date: Thu, 4 Jan 2001 12:53:39 +0100 
59076              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
59077              
59078              If running byacc write-enable also perly.h.
59079      Branch: perl
59080            ! Makefile.SH
59081 ____________________________________________________________________________
59082 [  8303] By: jhi                                   on 2001/01/04  15:40:49
59083         Log: Rewrite pp_concat() in terms of sv_catsv().
59084      Branch: perl
59085            ! pp_hot.c
59086 ____________________________________________________________________________
59087 [  8302] By: nick                                  on 2001/01/03  22:43:22
59088         Log: Integrate mainline.
59089      Branch: perlio
59090           !> ext/Encode/Encode.xs sv.c utf8.c
59091 ____________________________________________________________________________
59092 [  8301] By: jhi                                   on 2001/01/02  23:40:26
59093         Log: Variable naming tweak.
59094      Branch: perl
59095            ! sv.c
59096 ____________________________________________________________________________
59097 [  8300] By: jhi                                   on 2001/01/02  23:40:02
59098         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
59099              in is_utf8_string().
59100      Branch: perl
59101            ! utf8.c
59102 ____________________________________________________________________________
59103 [  8299] By: jhi                                   on 2001/01/02  22:14:40
59104         Log: Integrate perlio.
59105      Branch: perl
59106           !> pp.c pp_hot.c win32/Makefile
59107 ____________________________________________________________________________
59108 [  8298] By: nick                                  on 2001/01/02  22:03:06
59109         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
59110      Branch: perlio
59111            ! pp.c pp_hot.c
59112 ____________________________________________________________________________
59113 [  8297] By: jhi                                   on 2001/01/02  04:26:28
59114         Log: Signedness nit.
59115      Branch: perl
59116            ! ext/Encode/Encode.xs
59117 ____________________________________________________________________________
59118 [  8296] By: nick                                  on 2001/01/01  23:49:36
59119         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
59120      Branch: perlio
59121            ! win32/Makefile
59122 ____________________________________________________________________________
59123 [  8295] By: jhi                                   on 2001/01/01  23:05:48
59124         Log: Integrate perlio.
59125      Branch: perl
59126           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
59127           !> t/lib/encode.t
59128 ____________________________________________________________________________
59129 [  8294] By: nick                                  on 2001/01/01  22:48:34
59130         Log: Integrate mainline
59131      Branch: perlio
59132            ! pp_hot.c t/lib/encode.t
59133           !> (integrate 65 files)
59134 ____________________________________________________________________________
59135 [  8293] By: nick                                  on 2001/01/01  21:58:50
59136         Log: More rigor in UTF-8-ness of Encode's toUnicode
59137              XS export some of the utf8 internal functions.
59138              Test some of the functions.
59139              Fix pp_concat() bug shown by said tests.
59140      Branch: perlio
59141            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
59142            ! t/lib/encode.t
59143 ____________________________________________________________________________
59144 [  8292] By: jhi                                   on 2001/01/01  18:11:44
59145         Log: Integrate perlio.
59146      Branch: perl
59147           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
59148           !> ext/Encode/encengine.c ext/Encode/encode.h
59149 ____________________________________________________________________________
59150 [  8291] By: jhi                                   on 2001/01/01  18:10:58
59151         Log: Podify README.mpeix (a new version from the web),
59152              add a dummy NAME to Carp::Heavy, regen toc.
59153      Branch: perl
59154            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
59155            ! pod/perltoc.pod
59156 ____________________________________________________________________________
59157 [  8290] By: nick                                  on 2001/01/01  17:43:47
59158         Log: Loose the "Loading..." warning.
59159              Another bug in fallback support
59160      Branch: perlio
59161            ! ext/Encode/Encode.pm ext/Encode/encengine.c
59162 ____________________________________________________________________________
59163 [  8289] By: jhi                                   on 2001/01/01  00:01:57
59164         Log: Bump up Larry's copyright.
59165      Branch: perl
59166            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
59167            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
59168            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
59169            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
59170            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
59171            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
59172            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
59173            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
59174 ____________________________________________________________________________
59175 [  8288] By: nick                                  on 2000/12/31  21:27:53
59176         Log: Fix .ucm reading - forgot a chr()
59177              Start of .ucm write (for .enc to .ucm)
59178      Branch: perlio
59179            ! ext/Encode/compile
59180 ____________________________________________________________________________
59181 [  8287] By: jhi                                   on 2000/12/31  18:15:56
59182         Log: Comment away a diagnostic message as noted by Craig A. Berry
59183              (the unexpected message was confusing testing)
59184      Branch: perl
59185            ! ext/Encode/Encode.pm
59186 ____________________________________________________________________________
59187 [  8286] By: jhi                                   on 2000/12/31  18:14:51
59188         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
59189              Date: Sun, 31 Dec 2000 11:17:37 -0600
59190              From: "Craig A. Berry" <craigberry@mac.com>
59191              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
59192      Branch: perl
59193            ! ext/Encode/Makefile.PL
59194 ____________________________________________________________________________
59195 [  8285] By: nick                                  on 2000/12/31  18:11:54
59196         Log: Start of support of ICU-style .ucm files:
59197              - teach compile how to read a .ucm file
59198              - first guess at how to represent fallbacks in "tries".
59199              - use fallbacks if check == 0
59200              - new return code to indicate we used one.
59201      Branch: perlio
59202            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
59203            ! ext/Encode/encengine.c ext/Encode/encode.h
59204 ____________________________________________________________________________
59205 [  8284] By: jhi                                   on 2000/12/31  18:04:41
59206         Log: Pacify picky VMS compiler.
59207              
59208              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
59209              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59210              Date: Sat, 30 Dec 2000 18:10:02 -0600
59211              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
59212      Branch: perl
59213            ! sv.c
59214 ____________________________________________________________________________
59215 [  8283] By: jhi                                   on 2000/12/31  16:11:47
59216         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
59217      Branch: perl
59218            ! t/lib/glob-basic.t
59219 ____________________________________________________________________________
59220 [  8282] By: jhi                                   on 2000/12/31  15:26:11
59221         Log: Integrate perlio.
59222      Branch: perl
59223           !> makedef.pl opcode.pl os2/os2.c perlio.c
59224 ____________________________________________________________________________
59225 [  8281] By: nick                                  on 2000/12/31  10:06:15
59226         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
59227              is available to be exported
59228      Branch: perlio
59229            ! makedef.pl perlio.c
59230 ____________________________________________________________________________
59231 [  8280] By: nick                                  on 2000/12/31  09:41:26
59232         Log: Ilya's OS2 patch (testing for damage on Win32)
59233      Branch: perlio
59234            ! makedef.pl opcode.pl os2/os2.c
59235 ____________________________________________________________________________
59236 [  8279] By: jhi                                   on 2000/12/30  21:52:07
59237         Log: Test nits.
59238      Branch: perl
59239            ! t/lib/syslfs.t t/op/lfs.t
59240 ____________________________________________________________________________
59241 [  8278] By: jhi                                   on 2000/12/30  21:47:49
59242         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
59243              From: andreas.koenig@anima.de (Andreas J. Koenig)
59244              Date: 30 Dec 2000 22:35:37 +0100
59245              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
59246              
59247              The 32-bit wraparound test wasn't quite right.
59248      Branch: perl
59249            ! t/lib/syslfs.t t/op/lfs.t
59250 ____________________________________________________________________________
59251 [  8277] By: jhi                                   on 2000/12/30  21:33:44
59252         Log: Subject: [PATCH] open() example in perlfunc.pod 
59253              From: Karsten Sperling <s_sperli@ira.uka.de>
59254              Date: Sat, 30 Dec 2000 22:27:09 +0100
59255              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
59256      Branch: perl
59257            ! pod/perlfunc.pod
59258 ____________________________________________________________________________
59259 [  8276] By: jhi                                   on 2000/12/30  20:32:40
59260         Log: Not quite that many tests yet.
59261      Branch: perl
59262            ! t/op/pat.t
59263 ____________________________________________________________________________
59264 [  8275] By: jhi                                   on 2000/12/30  20:26:58
59265         Log: Integrate perlio.
59266      Branch: perl
59267           !> toke.c
59268 ____________________________________________________________________________
59269 [  8274] By: jhi                                   on 2000/12/30  20:24:56
59270         Log: Signedness nit.
59271      Branch: perl
59272            ! utf8.c
59273 ____________________________________________________________________________
59274 [  8273] By: jhi                                   on 2000/12/30  20:15:46
59275         Log: Add a test case for 20000731.001 which was fixed by the #8267.
59276      Branch: perl
59277            ! t/op/pat.t
59278 ____________________________________________________________________________
59279 [  8272] By: nick                                  on 2000/12/30  19:47:51
59280         Log: Tweak for MULTIPLICITY/USE_PERLIO
59281      Branch: perlio
59282            ! toke.c
59283 ____________________________________________________________________________
59284 [  8271] By: nick                                  on 2000/12/30  19:46:45
59285         Log: Integrate mainline
59286      Branch: perlio
59287           +> lib/unicode/distinct.pm
59288           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
59289           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
59290           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
59291 ____________________________________________________________________________
59292 [  8270] By: jhi                                   on 2000/12/30  19:39:50
59293         Log: Subject: RE: perl@8269
59294              From: "Richard Soderberg" <rs@crystalflame.net>
59295              Date: Sat, 30 Dec 2000 11:36:27 -0800
59296              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
59297              
59298              A missing aTHX_.
59299      Branch: perl
59300            ! toke.c
59301 ____________________________________________________________________________
59302 [  8269] By: jhi                                   on 2000/12/30  18:55:48
59303         Log: Update Changes.
59304      Branch: perl
59305            ! Changes patchlevel.h
59306 ____________________________________________________________________________
59307 [  8268] By: jhi                                   on 2000/12/30  17:18:40
59308         Log: Add a test for Unicode split //.  The #8267 was the cure.
59309      Branch: perl
59310            ! t/op/split.t
59311 ____________________________________________________________________________
59312 [  8267] By: jhi                                   on 2000/12/30  17:14:19
59313         Log: Subject: more UTF8 test suites and an UTF8 patch
59314              From: Inaba Hiroto <inaba@st.rim.or.jp>
59315              Date: Sat, 30 Dec 2000 14:27:10 +0900
59316              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
59317              
59318              Just the patch part for now, and the pragma renamed
59319              as unicode::distinct.
59320      Branch: perl
59321            + lib/unicode/distinct.pm
59322            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
59323            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
59324            ! regcomp.h regexec.c sv.c toke.c utf8.c
59325 ____________________________________________________________________________
59326 [  8266] By: nick                                  on 2000/12/30  16:40:49
59327         Log: Integrate mainline
59328      Branch: perlio
59329           +> lib/Pod/Text/Overstrike.pm
59330           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
59331           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
59332           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
59333           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
59334           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
59335 ____________________________________________________________________________
59336 [  8265] By: jhi                                   on 2000/12/30  07:28:55
59337         Log: The sv_catsv() fix, take two.
59338      Branch: perl
59339            ! sv.c t/op/join.t
59340 ____________________________________________________________________________
59341 [  8264] By: jhi                                   on 2000/12/30  06:19:18
59342         Log: Undo all the join-related changes since #8248: relevant
59343              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
59344              The new sv_catsv() doesn't fly so it must go back to
59345              the drawing board.
59346      Branch: perl
59347            ! sv.c t/op/join.t t/pragma/utf8.t
59348 ____________________________________________________________________________
59349 [  8263] By: jhi                                   on 2000/12/30  01:08:32
59350         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
59351      Branch: perl
59352            ! sv.c
59353 ____________________________________________________________________________
59354 [  8262] By: jhi                                   on 2000/12/30  00:45:14
59355         Log: Retract #8261.
59356      Branch: perl
59357            ! hv.c util.c
59358 ____________________________________________________________________________
59359 [  8261] By: jhi                                   on 2000/12/30  00:38:32
59360         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
59361      Branch: perl
59362            ! hv.c util.c
59363 ____________________________________________________________________________
59364 [  8260] By: jhi                                   on 2000/12/29  22:51:33
59365         Log: (Retracted by #8264)  More fixing for #8251.
59366      Branch: perl
59367            ! sv.c
59368 ____________________________________________________________________________
59369 [  8259] By: jhi                                   on 2000/12/29  18:27:30
59370         Log: Subject: podlators 1.06 released
59371              From: Russ Allbery <rra@stanford.edu>
59372              Date: 25 Dec 2000 05:09:30 -0800
59373              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
59374      Branch: perl
59375            + lib/Pod/Text/Overstrike.pm
59376            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
59377            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
59378 ____________________________________________________________________________
59379 [  8258] By: jhi                                   on 2000/12/29  18:20:45
59380         Log: Make the large file tests more robust/talkative as suggested by
59381              
59382              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
59383              From: andreas.koenig@anima.de (Andreas J. Koenig)
59384              Date: 29 Dec 2000 14:23:01 +0100
59385              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
59386      Branch: perl
59387            ! t/lib/syslfs.t t/op/lfs.t
59388 ____________________________________________________________________________
59389 [  8257] By: jhi                                   on 2000/12/29  17:48:04
59390         Log: Further VMS piping fixes from Charles Lane:
59391              
59392              In summary, error messages produced when a subprocess terminated
59393              abnormally were being sent not just to the parent process, but to
59394              grandparents, because of default values for error output that were
59395              not completely overridden when the subprocess was started.
59396              
59397              This patch fixes this behavior by defining user-mode (i.e., temporary
59398              for the duration of the program) logical names for SYS$OUTPUT and
59399              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
59400              changes to make it so that the user-mode logicals are the ones that
59401              control where Perl's error messages go if it terminates abnormally.
59402              
59403              I also added some gratuitous fixes to the indentation of braces in
59404              the piping code.  It just looked ugly, before.
59405      Branch: perl
59406            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
59407 ____________________________________________________________________________
59408 [  8256] By: jhi                                   on 2000/12/29  17:45:12
59409         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
59410              From: "Casey R. Tweten" <crt@kiski.net>
59411              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
59412              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
59413              
59414              Tests for for #8240.
59415      Branch: perl
59416            ! t/pragma/constant.t
59417 ____________________________________________________________________________
59418 [  8255] By: jhi                                   on 2000/12/29  17:43:07
59419         Log: Subject: Re: [PATCH] Interesting syntax idea
59420              From: Simon Cozens <simon@cozens.net>
59421              Date: Fri, 29 Dec 2000 14:34:04 +0000
59422              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
59423              
59424              Tests for #8254.
59425      Branch: perl
59426            ! t/pragma/sub_lval.t
59427 ____________________________________________________________________________
59428 [  8254] By: jhi                                   on 2000/12/29  17:42:11
59429         Log: Subject: [PATCH] Interesting syntax idea
59430              From: Simon Cozens <simon@cozens.net>
59431              Date: Wed, 27 Dec 2000 05:08:57 +0000
59432              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
59433              
59434              Make opens + bareword assigns do typeglob assigns.
59435      Branch: perl
59436            ! op.c
59437 ____________________________________________________________________________
59438 [  8253] By: jhi                                   on 2000/12/29  17:36:45
59439         Log: Output the (apparent) version of gcc, as suggested by
59440              
59441              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
59442              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
59443              Date: 26 Dec 2000 04:29:17 -0500
59444              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
59445              
59446              (The patch as such didn't any more apply as the misparsing had
59447              already been addressed in #6474.)  Also change the wording about
59448              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
59449      Branch: perl
59450            ! hints/dec_osf.sh
59451 ____________________________________________________________________________
59452 [  8252] By: nick                                  on 2000/12/29  12:14:31
59453         Log: Integrate mainline
59454      Branch: perlio
59455           !> (integrate 27 files)
59456 ____________________________________________________________________________
59457 [  8251] By: jhi                                   on 2000/12/29  08:45:46
59458         Log: (Retracted by #8264)
59459              
59460              (Fixed by #8260.)
59461              
59462              sv_catsv() needs one more byte space than seems reasonable.
59463              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
59464              Curiouser and curiouser.
59465      Branch: perl
59466            ! sv.c
59467 ____________________________________________________________________________
59468 [  8250] By: jhi                                   on 2000/12/29  07:57:52
59469         Log: More split // UTF-8 tests.
59470      Branch: perl
59471            ! t/pragma/utf8.t
59472 ____________________________________________________________________________
59473 [  8249] By: jhi                                   on 2000/12/29  07:54:51
59474         Log: (Retracted by #8264)  More join() testing which was good because
59475              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
59476      Branch: perl
59477            ! pp.c t/op/join.t utf8.c utf8.h
59478 ____________________________________________________________________________
59479 [  8248] By: jhi                                   on 2000/12/29  07:08:32
59480         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
59481              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
59482              that the only cases to care about are byte+byte and byte+character.
59483              
59484              TODO: See how well pp_concat() could be implemented in terms
59485              of sv_catsv().
59486      Branch: perl
59487            ! doop.c sv.c t/op/join.t utf8.h
59488 ____________________________________________________________________________
59489 [  8247] By: jhi                                   on 2000/12/29  06:35:23
59490         Log: Signedness nit.
59491      Branch: perl
59492            ! pp_hot.c
59493 ____________________________________________________________________________
59494 [  8246] By: jhi                                   on 2000/12/29  01:23:31
59495         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
59496              From: Lupe Christoph <lupe@lupe-christoph.de>
59497              Date: Thu, 28 Dec 2000 23:00:00 +0100
59498              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
59499              
59500              Suggest rsync --delete --dry-run.
59501      Branch: perl
59502            ! pod/perlhack.pod
59503 ____________________________________________________________________________
59504 [  8245] By: jhi                                   on 2000/12/28  23:57:05
59505         Log: The maxiters upper limit sanity check (guarding against
59506              non-progress) assumed bytes instead of characters in s///
59507              and split().
59508      Branch: perl
59509            ! pp.c pp_hot.c
59510 ____________________________________________________________________________
59511 [  8244] By: jhi                                   on 2000/12/28  23:34:08
59512         Log: Make some panic messages a bit more logical.
59513      Branch: perl
59514            ! doop.c pod/perldiag.pod pp.c pp_hot.c
59515 ____________________________________________________________________________
59516 [  8243] By: jhi                                   on 2000/12/28  22:59:16
59517         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
59518              From: Simon Cozens <simon@cozens.net>
59519              Date: Wed, 27 Dec 2000 02:30:03 +0000
59520              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
59521      Branch: perl
59522            ! pp.c t/pragma/sub_lval.t
59523 ____________________________________________________________________________
59524 [  8242] By: jhi                                   on 2000/12/28  22:56:53
59525         Log: Subject: [PATCH blead] Fix B::Terse indentation
59526              From: Daniel Chetlin <daniel@chetlin.com>
59527              Date: Wed, 27 Dec 2000 06:43:30 -0800
59528              Message-ID: <20001227064329.B9573@darkstar>
59529      Branch: perl
59530            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
59531 ____________________________________________________________________________
59532 [  8241] By: jhi                                   on 2000/12/28  22:48:59
59533         Log: The latter patch from the
59534              
59535              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
59536              From: Peter Prymmer <pvhp@forte.com> 
59537              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
59538              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
59539              
59540              (the former patch from the above should have been
59541              taken care of by Nick I-S)
59542      Branch: perl
59543            ! win32/Makefile
59544 ____________________________________________________________________________
59545 [  8240] By: jhi                                   on 2000/12/28  22:45:22
59546         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
59547              From: "Casey R. Tweten" <crt@kiski.net>
59548              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
59549              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
59550      Branch: perl
59551            ! lib/constant.pm
59552 ____________________________________________________________________________
59553 [  8239] By: jhi                                   on 2000/12/28  22:37:45
59554         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
59555              From: Simon Cozens <simon@cozens.net>
59556              Date: Wed, 27 Dec 2000 14:12:44 +0000
59557              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
59558      Branch: perl
59559            ! t/op/method.t t/op/sort.t toke.c
59560 ____________________________________________________________________________
59561 [  8238] By: jhi                                   on 2000/12/28  22:30:32
59562         Log: Subject: [PATCH perl@8229] Call.pm
59563              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59564              Date: Mon, 25 Dec 2000 10:47:15 -0000
59565              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
59566      Branch: perl
59567            ! ext/Filter/Util/Call/Call.pm
59568 ____________________________________________________________________________
59569 [  8237] By: jhi                                   on 2000/12/28  22:19:21
59570         Log: Subject: [PATCH blead] Fix problem with `&' prototype
59571              From: Daniel Chetlin <daniel@chetlin.com>
59572              Date: Wed, 27 Dec 2000 15:55:32 -0800
59573              Message-ID: <20001227155532.D9573@darkstar>
59574      Branch: perl
59575            ! op.c t/comp/proto.t
59576 ____________________________________________________________________________
59577 [  8236] By: jhi                                   on 2000/12/28  22:09:25
59578         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
59579              From: Daniel Chetlin <daniel@chetlin.com>
59580              Date: Sun, 24 Dec 2000 04:09:49 -0800
59581              Message-ID: <20001224040949.B3090@darkstar>
59582      Branch: perl
59583            ! gv.c mg.c t/op/attrs.t
59584 ____________________________________________________________________________
59585 [  8235] By: jhi                                   on 2000/12/28  22:07:11
59586         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
59587              From: Jan Dubois <jand@ActiveState.com>
59588              Date: Tue, 26 Dec 2000 20:57:31 -0800
59589              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
59590      Branch: perl
59591            ! win32/win32.c
59592 ____________________________________________________________________________
59593 [  8234] By: jhi                                   on 2000/12/28  21:52:42
59594         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
59595              From: Simon Cozens <simon@cozens.net>
59596              Date: Thu, 28 Dec 2000 20:33:13 +0000
59597              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
59598      Branch: perl
59599            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
59600 ____________________________________________________________________________
59601 [  8233] By: jhi                                   on 2000/12/28  19:40:49
59602         Log: Integrate perlio.
59603      Branch: perl
59604           !> ext/Encode/Makefile.PL ext/Encode/compile
59605 ____________________________________________________________________________
59606 [  8232] By: nick                                  on 2000/12/23  16:06:00
59607         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
59608              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
59609      Branch: perlio
59610            ! ext/Encode/Makefile.PL
59611 ____________________________________________________________________________
59612 [  8231] By: nick                                  on 2000/12/23  14:30:34
59613         Log: "Compiled" encode build cleanup
59614              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
59615              - .c files do not export sub-tables
59616      Branch: perlio
59617            ! ext/Encode/Makefile.PL ext/Encode/compile
59618 ____________________________________________________________________________
59619 [  8230] By: nick                                  on 2000/12/23  12:50:37
59620         Log: Integrate mainline
59621      Branch: perlio
59622           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
59623           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
59624           !> pod/perl5004delta.pod pod/perl5005delta.pod
59625           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
59626           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
59627           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
59628           !> pod/perlsub.pod
59629 ____________________________________________________________________________
59630 [  8229] By: jhi                                   on 2000/12/22  15:32:12
59631         Log: Integrate perlio.
59632      Branch: perl
59633           +> win32/distclean.bat
59634           !> MANIFEST t/io/utf8.t
59635 ____________________________________________________________________________
59636 [  8228] By: jhi                                   on 2000/12/22  15:29:40
59637         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59638              From: Robin Barker <rmb1@cise.npl.co.uk>
59639              Date: Fri, 22 Dec 2000 12:17:38 GMT
59640              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
59641      Branch: perl
59642            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
59643            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
59644            ! pod/perl5004delta.pod pod/perl5005delta.pod
59645            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
59646            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
59647            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
59648            ! pod/perlsub.pod
59649 ____________________________________________________________________________
59650 [  8227] By: jhi                                   on 2000/12/22  15:24:28
59651         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
59652              From: "John L. Allen" <allen@grumman.com>
59653              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
59654              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
59655              
59656              Document APPLLIB_EXP.
59657      Branch: perl
59658            ! INSTALL
59659 ____________________________________________________________________________
59660 [  8226] By: nick                                  on 2000/12/21  22:11:50
59661         Log: Handy script for when one forgets to "dmake clean" 
59662      Branch: perlio
59663            + win32/distclean.bat
59664            ! MANIFEST
59665 ____________________________________________________________________________
59666 [  8225] By: nick                                  on 2000/12/21  21:54:04
59667         Log: CRLF platform issue with io/utf8 fix.
59668      Branch: perlio
59669            ! t/io/utf8.t
59670 ____________________________________________________________________________
59671 [  8224] By: nick                                  on 2000/12/21  21:02:20
59672         Log: Integrate mainline
59673      Branch: perlio
59674           !> Changes Configure Makefile.SH Porting/Glossary
59675           !> Porting/config.sh Porting/config_H configure.com
59676           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
59677           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
59678           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
59679           !> win32/config.bc win32/config.gc win32/config.vc
59680 ____________________________________________________________________________
59681 [  8223] By: jhi                                   on 2000/12/21  17:09:16
59682         Log: Update Changes.
59683      Branch: perl
59684            ! Changes patchlevel.h
59685 ____________________________________________________________________________
59686 [  8222] By: jhi                                   on 2000/12/21  16:24:01
59687         Log: Metaconfig unit changes for #8221.
59688      Branch: metaconfig/U/perl
59689           +> issymlink.U
59690            - testsyml.U
59691            ! Mksymlinks.U
59692 ____________________________________________________________________________
59693 [  8221] By: jhi                                   on 2000/12/21  16:23:48
59694         Log: Rename testsyml to issymlink.
59695      Branch: perl
59696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59697            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
59698            ! win32/config.vc
59699 ____________________________________________________________________________
59700 [  8220] By: jhi                                   on 2000/12/21  15:47:26
59701         Log: Robustness support for #8218 (symlink forest) since the GNU
59702              tools seem to be overly picky about symlinkage depths.
59703      Branch: perl
59704            ! Makefile.SH t/io/fs.t
59705 ____________________________________________________________________________
59706 [  8219] By: jhi                                   on 2000/12/21  15:38:27
59707         Log: Metaconfig changes for #8218.
59708      Branch: metaconfig
59709            ! U/modified/Oldconfig.U
59710      Branch: metaconfig/U/perl
59711            + Mksymlinks.U
59712            ! testsyml.U
59713 ____________________________________________________________________________
59714 [  8218] By: jhi                                   on 2000/12/21  15:37:57
59715         Log: Add Configure option -Dmksymlinks which will create a symlink
59716              forest if the current/build differs from the source directory.
59717              TODO: mkdir -p is not portable.
59718      Branch: perl
59719            ! Configure
59720 ____________________________________________________________________________
59721 [  8217] By: jhi                                   on 2000/12/21  14:39:12
59722         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
59723              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
59724              Date: Thu, 21 Dec 2000 09:38:18 GMT
59725              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
59726              
59727              The ofs became an SV.
59728      Branch: perl
59729            ! ext/Thread/Thread.xs
59730 ____________________________________________________________________________
59731 [  8216] By: jhi                                   on 2000/12/21  05:40:21
59732         Log: The polymorphism seems to have fixed 20000517.001.
59733      Branch: perl
59734            ! t/pragma/utf8.t
59735 ____________________________________________________________________________
59736 [  8215] By: jhi                                   on 2000/12/21  04:44:52
59737         Log: read() documentation tweak for 20001121.004.
59738      Branch: perl
59739            ! pod/perlfunc.pod
59740 ____________________________________________________________________________
59741 [  8214] By: jhi                                   on 2000/12/21  03:54:11
59742         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
59743      Branch: perl
59744            ! pp_sys.c t/op/misc.t
59745 ____________________________________________________________________________
59746 [  8213] By: jhi                                   on 2000/12/21  00:28:10
59747         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
59748              From: Peter Prymmer <pvhp@forte.com>
59749              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
59750              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
59751      Branch: perl
59752            ! configure.com
59753 ____________________________________________________________________________
59754 [  8212] By: jhi                                   on 2000/12/21  00:26:21
59755         Log: Edit edit edit.
59756      Branch: perl
59757            ! pod/perlfaq3.pod
59758 ____________________________________________________________________________
59759 [  8211] By: jhi                                   on 2000/12/20  18:52:46
59760         Log: Update Changes.
59761      Branch: perl
59762            ! Changes patchlevel.h
59763 ____________________________________________________________________________
59764 [  8210] By: jhi                                   on 2000/12/20  18:34:47
59765         Log: Yet another editor edit.
59766      Branch: perl
59767            ! pod/perlfaq3.pod
59768 ____________________________________________________________________________
59769 [  8209] By: jhi                                   on 2000/12/20  15:33:28
59770         Log: More Win32 Perling.
59771      Branch: perl
59772            ! pod/perlfaq3.pod
59773 ____________________________________________________________________________
59774 [  8208] By: jhi                                   on 2000/12/20  15:07:46
59775         Log: More Win32 editor/IDE/shell hints.
59776      Branch: perl
59777            ! pod/perlfaq3.pod
59778 ____________________________________________________________________________
59779 [  8207] By: jhi                                   on 2000/12/20  03:54:08
59780         Log: Subject: [PATCH] obscure timing knowledge
59781              From: Nicholas Clark <nick@ccl4.org>
59782              Date: Tue, 19 Dec 2000 19:22:31 +0000
59783              Message-ID: <20001219192231.F2827@plum.flirble.org>
59784      Branch: perl
59785            ! sv.c
59786 ____________________________________________________________________________
59787 [  8206] By: jhi                                   on 2000/12/20  03:45:57
59788         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
59789              From: Spider Boardman <spider@leggy.zk3.dec.com>
59790              Date: Tue, 19 Dec 2000 21:30:16 -0500
59791              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
59792      Branch: perl
59793            ! sv.c
59794 ____________________________________________________________________________
59795 [  8205] By: jhi                                   on 2000/12/19  23:02:01
59796         Log: Update Changes.
59797      Branch: perl
59798            ! Changes patchlevel.h
59799 ____________________________________________________________________________
59800 [  8204] By: jhi                                   on 2000/12/19  22:58:18
59801         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
59802              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
59803              on editors and diffing/patching.
59804      Branch: perl
59805            ! t/op/utf8decode.t
59806 ____________________________________________________________________________
59807 [  8203] By: nick                                  on 2000/12/19  21:36:16
59808         Log: Integrate mainline (forgot my own change...)
59809      Branch: perlio
59810           !> ext/Encode/compile
59811 ____________________________________________________________________________
59812 [  8202] By: nick                                  on 2000/12/19  21:34:42
59813         Log: Integrate mainline.
59814      Branch: perlio
59815           !> (integrate 61 files)
59816 ____________________________________________________________________________
59817 [  8201] By: nick                                  on 2000/12/19  21:34:06
59818         Log: Avoid looking for File::Glob when we don't need it.
59819      Branch: perl
59820            ! ext/Encode/compile
59821 ____________________________________________________________________________
59822 [  8200] By: jhi                                   on 2000/12/19  18:35:49
59823         Log: Update Changes.
59824      Branch: perl
59825            ! Changes patchlevel.h
59826 ____________________________________________________________________________
59827 [  8199] By: jhi                                   on 2000/12/19  18:35:07
59828         Log: Microperl tweaks.
59829      Branch: perl
59830            ! sv.c uconfig.h uconfig.sh
59831 ____________________________________________________________________________
59832 [  8198] By: jhi                                   on 2000/12/19  18:29:59
59833         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
59834      Branch: perl
59835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59836            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
59837 ____________________________________________________________________________
59838 [  8197] By: jhi                                   on 2000/12/19  17:55:29
59839         Log: In VMS embedded perls couldn't access the statically built Socket,
59840              from Charles Lane.
59841      Branch: perl
59842            ! configure.com
59843 ____________________________________________________________________________
59844 [  8196] By: jhi                                   on 2000/12/19  17:49:50
59845         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
59846              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
59847              Date: Sun, 17 Dec 2000 19:11:44 -0000
59848              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
59849      Branch: perl
59850            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
59851            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
59852 ____________________________________________________________________________
59853 [  8195] By: jhi                                   on 2000/12/19  17:47:53
59854         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
59855              From: Jonathan Stowe <gellyfish@gellyfish.com>
59856              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
59857              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
59858      Branch: perl
59859            ! utils/h2xs.PL
59860 ____________________________________________________________________________
59861 [  8194] By: jhi                                   on 2000/12/19  17:46:28
59862         Log: Subject: Re: useless use of void context work-around
59863              From: andreas.koenig@anima.de (Andreas J. Koenig)
59864              Date: 16 Dec 2000 15:13:36 +0100
59865              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
59866              
59867              Document (comment) the q(di ds ig) trick in the code.
59868      Branch: perl
59869            ! op.c
59870 ____________________________________________________________________________
59871 [  8193] By: jhi                                   on 2000/12/19  17:10:57
59872         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
59873              From: "Mark J. Reed" <mreed@strange.turner.com>
59874              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
59875              Message-Id: <200012160222.VAA13986@strange.turner.com>
59876      Branch: perl
59877            ! ext/Sys/Syslog/Syslog.pm
59878 ____________________________________________________________________________
59879 [  8192] By: jhi                                   on 2000/12/19  17:07:45
59880         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
59881              From: Nicholas Clark <nick@ccl4.org>
59882              Date: Sat, 16 Dec 2000 19:03:13 +0000
59883              Message-ID: <20001216190313.D68304@plum.flirble.org>
59884      Branch: perl
59885            ! t/op/64bitint.t
59886 ____________________________________________________________________________
59887 [  8191] By: jhi                                   on 2000/12/19  17:06:13
59888         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
59889              From: Dominic Dunlop <domo@computer.org>
59890              Date: Mon, 18 Dec 2000 12:00:15 +0100
59891              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
59892              
59893              This patchlet is needed in order that perl can be statically linked.  
59894      Branch: perl
59895            ! regexec.c
59896 ____________________________________________________________________________
59897 [  8190] By: jhi                                   on 2000/12/19  17:03:08
59898         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
59899              From: "Craig A. Berry" <craig.berry@psinetcs.com>
59900              Date: Sun, 17 Dec 2000 00:18:35 -0600
59901              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
59902      Branch: perl
59903            ! perlio.h vms/gen_shrfls.pl
59904 ____________________________________________________________________________
59905 [  8189] By: jhi                                   on 2000/12/19  16:20:28
59906         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
59907              From: Prymmer/Kahn <pvhp@best.com>
59908              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
59909              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
59910              
59911              A better version of #8188.
59912      Branch: perl
59913            ! pod/perlfaq3.pod
59914 ____________________________________________________________________________
59915 [  8188] By: jhi                                   on 2000/12/19  15:57:06
59916         Log: (Replaced by #8189)
59917              
59918              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
59919              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
59920              From: Prymmer/Kahn <pvhp@best.com>
59921              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
59922              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
59923              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
59924              Date: Mon, 18 Dec 2000 11:10:45 -0500
59925              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
59926      Branch: perl
59927            ! pod/perlfaq3.pod
59928 ____________________________________________________________________________
59929 [  8187] By: jhi                                   on 2000/12/19  15:54:19
59930         Log: Email address fix for Anton Berezin.
59931      Branch: perl
59932            ! AUTHORS
59933 ____________________________________________________________________________
59934 [  8186] By: jhi                                   on 2000/12/19  15:38:54
59935         Log: Subject: [PATCH perl@8102] cygwin port
59936              From: "Eric Fifer" <efifer@dircon.co.uk> 
59937              Date: Thu, 14 Dec 2000 13:41:29 -0000
59938              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
59939              
59940              When compiling modules the data item that is being imported
59941              from libperl.dll needs to be tagged as imported/shared data:
59942              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
59943      Branch: perl
59944            ! perliol.h
59945 ____________________________________________________________________________
59946 [  8185] By: jhi                                   on 2000/12/19  14:53:24
59947         Log: Regen uconfig.h and uconfig.sh.
59948      Branch: perl
59949            ! uconfig.h uconfig.sh
59950 ____________________________________________________________________________
59951 [  8184] By: jhi                                   on 2000/12/18  20:43:49
59952         Log: Comments work so much better when they are closed.
59953      Branch: perl
59954            ! regcomp.c
59955 ____________________________________________________________________________
59956 [  8183] By: jhi                                   on 2000/12/18  18:04:02
59957         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
59958              Fixes the bug 20001218.016.
59959      Branch: perl
59960            ! regcomp.c
59961 ____________________________________________________________________________
59962 [  8182] By: gsar                                  on 2000/12/18  09:53:47
59963         Log: delete spurious files
59964      Branch: maint-5.6/perl
59965            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
59966            - vos/config.h vos/config_h.SH_orig
59967 ____________________________________________________________________________
59968 [  8181] By: gsar                                  on 2000/12/18  09:46:08
59969         Log: regen perltoc
59970      Branch: maint-5.6/perl
59971            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
59972 ____________________________________________________________________________
59973 [  8180] By: gsar                                  on 2000/12/18  09:20:27
59974         Log: integrate changes#7924..7926,7946,7952 from mainline
59975              
59976              A test works better if it has the right 1..$n output.
59977              
59978              All the core library users of Class::Struct seem to be
59979              using "use Class::Struct 'struct';" instead of the bare
59980              "use Class::Struct;", which isn't documented in Class::Struct.
59981              This can't be right.
59982              
59983              Make the Class::Struct import() wiser.
59984              
59985              Upgrade to CPAN 1.59_51, from Andreas König.
59986              
59987              Subject: Re: long shell lines
59988              Split overly long shell command lines.
59989      Branch: maint-5.6/perl
59990           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
59991           !> lib/File/stat.pm t/lib/class-struct.t
59992 ____________________________________________________________________________
59993 [  8179] By: gsar                                  on 2000/12/18  08:55:54
59994         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
59995              7918,7919,7988,8907 from mainline (various)
59996              
59997              Subject: [ID 20001127.004] White space problem in perlamiga.pod
59998              
59999              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
60000              
60001              Subject: [PATCH] perlcc.PL cleanups
60002              
60003              Subject: [PATCH] Updating perltie.pod for arrays
60004              
60005              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
60006              Subject: Re: [PATCH] Updating perltie.pod for arrays
60007              Subject: Re: [PATCH] Updating perltie.pod for arrays
60008              
60009              One more perltie.pod nit from Casey R. Tweten.
60010              
60011              Subject: [PATCH] $^O  win32 -> MSWin32
60012              plus similar nits for vms, err, VMS, and UNICOS.
60013              
60014              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
60015              More checking in case someone has broken their services or
60016              protocol databases.
60017              
60018              Make "use Class::Struct 'struct';" work again (broken by #7617);
60019              add a test for Class::Struct.
60020              
60021              Integrate the "skip" messages to explain().
60022              
60023              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
60024      Branch: maint-5.6/perl
60025           +> t/lib/class-struct.t
60026           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
60027           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
60028           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
60029 ____________________________________________________________________________
60030 [  8178] By: gsar                                  on 2000/12/18  08:16:30
60031         Log: avoid redefinition warnings on windows due to sys/socket.h getting
60032              #included before win32.h
60033      Branch: maint-5.6/perl
60034            ! win32/include/sys/socket.h
60035 ____________________________________________________________________________
60036 [  8177] By: gsar                                  on 2000/12/18  05:24:04
60037         Log: make regen_headers; fix POSIX.xs problems; remove outdated
60038              code from sys/socket.h that makes build fail now
60039      Branch: maint-5.6/perl
60040            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
60041            ! pod/perlapi.pod
60042           !> win32/include/sys/socket.h
60043 ____________________________________________________________________________
60044 [  8176] By: gsar                                  on 2000/12/18  05:20:17
60045         Log: update Changes
60046      Branch: maint-5.6/perl
60047            ! Changes patchlevel.h
60048 ____________________________________________________________________________
60049 [  8175] By: gsar                                  on 2000/12/18  04:57:48
60050         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
60051              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
60052              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
60053              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
60054              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
60055              7823,7825,7838
60056              
60057              Subject: Re: [PATCH] README.solaris
60058              
60059              Add getpagesize() probing, on non-UNIX guess 'undef'.
60060              
60061              Simplify the getpagesize() unit by dropping the
60062              pagesize probe since it's nowadays slightly more
60063              complicated because of sysconf(). (Note: if some
60064              platform really needs the -lPW for getpagesize,
60065              I just broke it.)
60066              TODO: a new pagesize unit.
60067              
60068              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
60069              
60070              MachTen doesn't really do mmap() and munmap().
60071              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
60072              
60073              More README.solaris updates from Andy Dougherty.
60074              
60075              Copy the s// information of README.hpux also to the perlrun.
60076              
60077              Add HAS_FSYNC, lack noticed by Nicholas Clark.
60078              
60079              Add a metaconfig unit for fsync.
60080              
60081              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
60082              
60083              Many subdocumented return values of the IO extension now documented.
60084              ungetc and write still left subdocumented.
60085              Subject: [PATCH] (was Re: IO::Handle::ungetc)
60086              
60087              Document tell() on special streams.
60088              
60089              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
60090              
60091              Subject: [ID 20001112.007] sfio's sftell isn't ftell
60092              
60093              Couple of tests from #7660 salvaged.
60094              
60095              Tweak the definition of the bit complement on UTF-8 data:
60096              if none of the characters in the string are > 0xff,
60097              the result is a complemented byte string, not a (UTF-8)
60098              char string.  Based on the summary in
60099              Subject: Re: [ID 20000918.005] ~ on wide chars
60100              This should give us the maximum backward (pre-char string)
60101              compatibility and utf8 compatibility.  The other alternative
60102              would be to limit the bit complement to be always byte only,
60103              taking the least significant byte of the chars.
60104              
60105              Cleanup messy #ifdef.
60106              
60107              Typos in #7667.
60108              
60109              Declare reg_data like reg_substr_data.
60110              
60111              Placate nervous compilers that see longer than ints switch()ing.
60112              
60113              Remove the new two tests of lib/io_xs for now, they seem to
60114              fail under perlio on some platforms.
60115              
60116              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
60117              
60118              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
60119              
60120              Subject: tiny typo in perl5db.pl
60121              
60122              Subject: some additions for makefiles for win32 (for perl@7674)
60123              
60124              Hoist the duplicated socket/netdb include logic to perl.h;
60125              undef SETERRNO in case SOCKS has defined it.  Based on:
60126              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
60127              
60128              Regen Configure.
60129              
60130              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
60131              (a macro to define signed and unsigned integer constants).
60132              
60133              Use UINT64_C().
60134              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
60135              
60136              Use u_int32_t for the size of hash_cb(), not size_t.
60137              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
60138              
60139              Quit utf8_to_uv() instantly if curlen == 0.
60140              
60141              Subject: [PATCH: perl@7674] updates to README.os390
60142              
60143              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
60144              
60145              EBCDIC tweaks.
60146              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
60147              
60148              Linenumber fix.
60149              
60150              SOCKS has its own USE_THREADS, based on
60151              Subject: [ID 20001114.002] et. al. bugfix followup
60152              
60153              UINT64_C() work continues.
60154              
60155              Detypo.
60156              
60157              The type of the hash_cb() size argument is tricky.
60158              
60159              Add fwalk() probe to the configuration files and regen perltoc.
60160              
60161              Subject: perllocale.pod changes
60162              
60163              Avoid an infinite loop in VMS when utils scripts are run
60164              with no arguments, from Charles Lane.
60165              
60166              Subject: Re: Bug in Carp::Heavy/5.6.0?
60167              
60168              For Solaris use64bitall the stdchar needs a little bit of help.
60169              
60170              The long double hints can be here or there.
60171              
60172              Test tweak for the open pragma.
60173              
60174              Also the 64bitall hints can be either here or there.
60175              
60176              As surmised the #7719 wasn't a good move.
60177              
60178              Subject: Fix for 20000409.001
60179              
60180              Subject: Fix for 20000815.006
60181              It's really 20000518.006.
60182              
60183              Subject: [PATCH 5.6.0 README.win32] very minor typos
60184              
60185              Subject: Fix for README.amiga (20000323.033)
60186              
60187              Explain in more detail the {} syntax ambiguousity.
60188              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
60189              
60190              Sparc 64-bit pack() fix from Jens Hamisch.
60191              
60192              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
60193              
60194              Subject: podlators 1.05 available        
60195              
60196              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
60197              
60198              Subject: [perl 7711: EPOC] updates
60199              
60200              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
60201              
60202              Miraculous typo.
60203              
60204              sysseek() instead of seek().
60205              
60206              Solaris hints tweaks.
60207              
60208              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
60209              This may be overly harsh but until proven otherwise, we think this
60210              way, or until we have a simple test for Configure (having to start
60211              up servers is does not count as simple) to check for the problems.
60212              
60213              Remove the shared object before attempting to create
60214              (by linking) a new one.  E.g. in AIX not removing
60215              becomes quite painful if one tries to do more than one
60216              build in the same tree (an interrupted build, for example),
60217              since the AIX' shared dynaloader seemingly keeps the shared
60218              objects open and therefore 'busy' for quite a while, even when
60219              nobody is using the objects, leading into link failures.
60220              
60221              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
60222              
60223              Subject: DOC PATCH 5.6.0 perlreftut
60224              
60225              Subject: [PATCH: perl@7777] add system locale testing for VMS
60226              
60227              Subject: [PATCH] Test.pm POD peculiarity
60228              
60229              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
60230              
60231              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
60232              
60233              Subject: Re: perl@7777 
60234              Detypoing.
60235              
60236              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
60237              
60238              Go ahead and #include <unistd.h> in perl.h.
60239              
60240              Subject: [PATCH perl@7795] small cleanup task for test suite
60241              
60242              Subject: Re: av.c patch (having slight problems)
60243              unshift() speedup.
60244              
60245              Reach back one higher up when searching for PERL_SRC.
60246      Branch: maint-5.6/perl
60247           +> lib/File/Spec/Epoc.pm
60248           !> (integrate 88 files)
60249 ____________________________________________________________________________
60250 [  8174] By: gsar                                  on 2000/12/18  03:53:09
60251         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
60252              7625..7629,7631..7634,7637,7639,7642 from mainline
60253              
60254              Fix for the tie-refhash string table leaks.
60255              
60256              Subject: [patch perl@7595] VMS configure.com tweak
60257              
60258              More careful detection of how well NVs and UVs mix.
60259              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))
60260              Added some SIGFPE paranoia.
60261              
60262              Forgot to bump the line numbers in #7601.
60263              
60264              Subject: PATCH std stdio for (Free)BSD
60265              
60266              Deleting $ENV{PATH} in VMS is not recommendable.
60267              
60268              Locale buglets.
60269              Subject: RE: Locales support (setlocale) fixes
60270              
60271              Do not test UTF-8 locales since that the tests would require
60272              polymorphic regexen.
60273              
60274              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
60275              
60276              A missing aTHX_.
60277              
60278              Subject: [ID 20001108.013] spelling
60279              
60280              Subject: [PATCH] Class::Struct at compile time
60281              
60282              Make deleting for %ENV work for (newer versions of) VMS,
60283              from Craig A. Berry.
60284              
60285              Forgot from #7618.
60286              
60287              More VMS moves on environment handling, from Charles Lane.
60288              
60289              Remove unused extra arguments.
60290              
60291              Typo in an ifndef.
60292              Subject: Re: [PATCH 5.7.0] better messages from malloc()
60293              
60294              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
60295              All except the "cow orker" change.
60296              
60297              The generated boot_* headers are wrong.  Pickier compiler,
60298              such as KAI C++ will refuse to compile the resulting perlmain.
60299              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
60300              
60301              There's no =head3.
60302              
60303              Disable only the tests 99 and 166 for UTF-8 locales.
60304              
60305              Missing dTHXs.
60306              Subject: RE: perl@7595 builds not on cygwin
60307              
60308              Subject: Re: bash -c exit and linux hints 
60309              
60310              Various doc oddball characters.
60311              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
60312              
60313              Subject: [PATCH] IO::Seekable pod
60314              
60315              Amdahl UTS hints updates.
60316              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
60317              
60318              Explain better why certain regex tests are skipped.
60319              Subject: Re: tests skipped: unknown reason
60320              
60321              Subject: [PATCH] README.solaris
60322              
60323              Subject: [PATCH perl@7638] cygwin port
60324      Branch: maint-5.6/perl
60325           +> README.solaris
60326           !> (integrate 26 files)
60327 ____________________________________________________________________________
60328 [  8173] By: gsar                                  on 2000/12/18  03:37:02
60329         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
60330              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
60331              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
60332              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
60333              
60334              Better create a true mailing list for the repository keepers.
60335              
60336              Subject: [ID 20001027.007] uniq array in perlfaq
60337              
60338              De-quoted-unreadable to ISO Latin 1.
60339              (There's one ISO-2022-JP name in Changes5.004.)
60340              
60341              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
60342              
60343              The #7476 needs a MANIFEST change, too.
60344              
60345              Add also emailless people.
60346              
60347              UTF-8 decoder tweak.
60348              
60349              Make \x{...} consistently produce UTF-8.
60350              Subject: Re: \x{...} is confused 
60351              
60352              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
60353              
60354              Add a perlbug flag, -A, to avoid acknowledgement messages.
60355              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
60356              
60357              Use Errno magic.
60358              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
60359              
60360              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
60361              
60362              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
60363              
60364              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
60365              
60366              Be more lenient on bad UTF-8 when doing bit arithmetics.
60367              Subject: Re: [ID 20000918.005] ~ on wide chars
60368              (The ord() part of the patch skipped.)
60369              
60370              Subject: perlfaq style changes
60371              
60372              AUTHORS tweaks.
60373              
60374              Whitespace style tweak.  Was originally going to see to
60375              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60376              but that had already been taken care of.
60377              
60378              The compiler is either gcc or cc, from Tom Bates.
60379              
60380              The osname has been lowercased by now, from Tom Bates.
60381              
60382              The NonStop-UX libraries have a novel way to say NaN.
60383              
60384              printf UVs the correct way, noticed by Robin Barker.
60385              
60386              Subject: [PATCH] startperl to respect versiononly
60387              
60388              AUTHORS updates.
60389              
60390              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
60391              
60392              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
60393              
60394              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
60395              
60396              Generalize the Camel wording.
60397              Subject: Re: perlfaq style changes
60398              
60399              Subject: [ID 20001005.006] Documentation -- description of qr//
60400              
60401              C.pm part of
60402              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
60403              
60404              Locale warning explanation tweak.
60405              
60406              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
60407              
60408              Make the POSIX::setuid and POSIX::setgid to really call setuid()
60409              and setgid() because they were just changing $< and $( which means
60410              only changing the real uid/gid, as opposed to changing both
60411              real and effective ids.  (The alternative way could have been
60412              in POSIX.pm to change $> and $), too, but making a direct call
60413              to the C API feels cleaner.)  Fixes the bug
60414              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
60415              
60416              Expand %Config variables and %ENV variables only if
60417              so requested during build time using the
60418              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
60419              Not expanding makes relocating distributions easier.
60420              
60421              More tweaking on the #7522 theme.
60422              
60423              Test::Harness revealed buglets in the new DynaLoader.
60424              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
60425              
60426              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
60427              fix a autovivification bug in Tie::RefHash, add tests for both.
60428              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
60429              
60430              Detpyo.
60431              
60432              recv() can fail and return undef.
60433              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
60434              
60435              Fix the problem discussed in
60436              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
60437              originally from Linc Madison.  Also Andreas König's comments
60438              taken into account.  Some other problems with Tie::SubstrHash
60439              fixed: didn't croak when the table exceeded the requested number
60440              of entries (as documented) but instead when the number of entries
60441              exceeded the size of the table, a croak() had an unnecessary \n,
60442              didn't have a CLEAR method, documented that there is no exists().
60443              Didn't fix to be strict-proof because the module uses &foo; and
60444              dynamic scope.  Added a test script exercizing both first tamely 
60445              the basic functionality, and then the failure cases reported by
60446              Linc Madison.
60447              
60448              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
60449              
60450              The #7521 touched things it shouldn't have.
60451              
60452              Subject: [PATCH 5.7.0] better messages from malloc()
60453              
60454              Subject: Re: README.aix
60455              
60456              Add FCNTL_CAN_LOCK.
60457              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60458              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
60459              
60460              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
60461              create a "fast path" for locale name probing using "locale -a"
60462              if available, squash finally hopefully the s?printf resetting
60463              the numeric locale (since, IIUC perllocale, it never shouldn't). 
60464              
60465              More Changes tweakery.
60466              
60467              Dying is too strict here, better just skip.
60468              
60469              Subject: Locales support (setlocale) fixes
60470              Modified quite a bit to be more portable.
60471              
60472              Configure would use a bad $myuname from an old config.sh.
60473              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
60474              
60475              Fix for
60476              Subject: [ID 20001004.006] undef is never tainted
60477              An undef read from a slurped file was not tainted.
60478              
60479              Fix for
60480              Subject: [ID 20001004.007] taint propogation is inconsistent
60481              The culprit was sv_setsv() which was rather blindly
60482              propagating taint, which lead to behaviour where if
60483              a tainted anon hash value was seen all the hash values
60484              from then on at that level became tainted, or at any
60485              upper levels in the case of nested anon hashes.
60486              
60487              Test tweak: show also the failed locales.
60488              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
60489              
60490              A fix of sorts for 20000329.026, a better error message
60491              for a missing "use charnames" when using the \N{...}. 
60492              
60493              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
60494              
60495              Add =pod to be tidy.
60496              
60497              Fix for bug id 19990615.008, pos() unset during s///ge.
60498              
60499              Add a note for future generations about bug id 20000229.006.
60500              
60501              Use -dM for gcc (the suggested patch did it only for Linux,
60502              but I think it can be generalized).
60503              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
60504              
60505              opmini.o can linger from Configures past.
60506              
60507              Document that the evaled syntax errors cause scalar leaks.
60508              
60509              Fix for
60510              Subject: [ID 20000728.005] perl -P broken
60511              (hopefully).  The fix is also not complete, it seems to break
60512              BOM swallowing for libc5 systems, but until someone figures
60513              out a way to do this without ftell(), this will do.
60514              
60515              AUTHORS updates.
60516              
60517              Subject: Re: rsync'ed patches vs. rsync'ed source
60518              
60519              Admit that the test leaks scalars.
60520              
60521              Sanitize the environment further.
60522              
60523              VOS updates from Paul Green.
60524              
60525              Document %ENV = () portability issues.
60526              
60527              Make the stdio test program of 7427 less noisy while being 
60528              compiled so that Digital UNIX wouldn't get both
60529              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
60530              undefined.  This makes perlio happy.
60531              
60532              glibc5 detection by __GNU_LIBRARY__.
60533              
60534              %ENV note tweaks from Dan Sugalski.
60535              
60536              Varargs don't always work too well if one puts an unsigned
60537              char on the stack and pop an unsigned quad off the stack.
60538              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
60539              
60540              Subject: Pod updates
60541              
60542              Fake support of holey files in win/dosish platforms.
60543              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
60544              
60545              A doc addition for bug id 20001105.019, beware \p.
60546              
60547              Tweak #7587.
60548              
60549              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
60550              
60551              perlhack updates from H.Merijn Brand.
60552              
60553              Subject: [PATCH perl@7573] cygwin port
60554              Synchronize with Cygwin 1.1.5.
60555              
60556              Bad thinko in #7581 (I used the test program with the expanded
60557              values as-is).
60558              
60559              Make perlbug not insist on dumping to a file when stdout isn't a tty.
60560              Subject: [PATCH] perlbug.PL
60561              
60562              Overrideable keys, each, pop, push, shift, splice, unshift.
60563              Subject: [PATCH] prototyped functions that should be overrideable
60564              
60565              Try to avoid flockless and emulationless places.
60566      Branch: maint-5.6/perl
60567           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
60568            - MAINTAIN
60569           !> (integrate 111 files)
60570 ____________________________________________________________________________
60571 [  8172] By: jhi                                   on 2000/12/18  02:49:27
60572         Log: Regen pods.
60573      Branch: perl
60574            ! pod/perlmodlib.pod pod/perltoc.pod
60575 ____________________________________________________________________________
60576 [  8171] By: gsar                                  on 2000/12/18  02:49:24
60577         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
60578              7465..7471 from mainline
60579              
60580              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
60581              in platforms that strictly require all the symbols being present
60582              at link time.
60583              
60584              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
60585              
60586              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
60587              
60588              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
60589              
60590              Subject: [PATCH] todo
60591              
60592              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
60593              
60594              Use $sort, $uniq (and $tr) consistently as wondered
60595              by Nicholas Clark.
60596              
60597              Too enthusiastic editing in #7460.
60598              
60599              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
60600              
60601              Upgrade to CPAN 1.58_55.
60602              Subject: CPAN.pm status
60603              
60604              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
60605              
60606              Make target reordering to avoid pointless re-makes.
60607              Subject: Re: Total re-make of 'make okfile' after 7451 ?
60608              
60609              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
60610              
60611              Subject: DOC PATCH 5.6.0
60612              
60613              Add the repository doc by Malcolm, Sarathy, and by Simon,
60614              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
60615      Branch: maint-5.6/perl
60616           +> Porting/repository.pod
60617           !> Configure MANIFEST Makefile.SH README.dos README.os2
60618           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
60619           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
60620           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
60621 ____________________________________________________________________________
60622 [  8169] By: gsar                                  on 2000/12/18  02:33:34
60623         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
60624              7435..7441,7445 from mainline
60625              
60626              Make the UTF-8 decoding stricter and more verbose when
60627              malformation happens.  This involved adding an argument
60628              to utf8_to_uv_chk(), which involved changing its prototype,
60629              and prefer STRLEN over I32 for the UTF-8 length, which as
60630              a domino effect necessitated changing the prototypes of
60631              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
60632              The stricter UTF-8 decoding checking uses Markus Kuhn's
60633              UTF-8 Decode Stress Tester from
60634              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
60635              
60636              Run vms/vms_yfix.pl, should have done that after changing
60637              perly.c in #7382.
60638              
60639              Subject: [PATCH 5.7.0] static linking with uninstalled perl
60640              
60641              (Replaced by #7440.)
60642              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60643              
60644              Fix the bug ID 20001024.005, the bug introduced by #7416.
60645              
60646              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
60647              
60648              Fix the bug reported in
60649              From: andreas.koenig@anima.de (Andreas J. Koenig)
60650              Also make is_utf8_char() stricter.
60651              
60652              Missed the header file changes from #7425.
60653              
60654              Check if stdio supports tweaking lval and cnt simultaneously.
60655              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
60656              
60657              Stratus VOS updates from Paul Green.
60658              
60659              Podify README.epoc and README.vos.
60660              
60661              Add targets to Makefile.SH, most importantly
60662              'regen_all' which also remembers to update vms/perly*.
60663              
60664              Subject: Minor update to find2perl, for portability
60665              
60666              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
60667              
60668              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
60669              
60670              Rename UTF8LEN() to be UNISKIP(), too confusing to have
60671              UTF8LEN() and UTF8SKIP(). 
60672              
60673              Allow poking holes at the UTF-8 decoding strictness.
60674              
60675              Continue the internal UTF-8 API tweaking.
60676              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
60677              used much more than the simpler API, now called utf8_to_uv_simple().
60678              Still not quite happy with API, too much partial duplication
60679              of functionality.
60680              
60681              A new version of making the syslog test more robust.
60682              (Replaces #7421.)
60683              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
60684              
60685              buildtoc target tweaks.
60686              
60687              Integrate with vmsperl #7430 by Charles Bailey:
60688              
60689              Cleanup from prior patch (Charles Lane?):
60690              - improve handling of MFDs in Basename and Path
60691              - default to no xsubpp line # munging when building debug images
60692      Branch: maint-5.6/perl
60693           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60694           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
60695           !> (integrate 67 files)
60696 ____________________________________________________________________________
60697 [  8168] By: gsar                                  on 2000/12/18  02:05:49
60698         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
60699              
60700              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
60701              From: Martin Husemann <martin@duskware.de>
60702              
60703              Subject: [PATCH 5.7.0] restore match data on backtracing
60704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60705      Branch: maint-5.6/perl
60706           !> regcomp.c regexec.c t/op/re_tests
60707 ____________________________________________________________________________
60708 [  8167] By: gsar                                  on 2000/12/18  01:55:22
60709         Log: integrate changes#7858,7986 from mainline
60710              
60711              C<foreach my $x ...> in pseudo-fork()ed process may diddle
60712              parent's memory; fix it by keeping track of the actual pad
60713              offset rather than a raw pointer (this change is probably also
60714              relevant to non-ithreads case to avoid fallout from reallocs of
60715              the pad array, but is currently only enabled for the ithreads
60716              case in the interests of minimal disruption to existing "well
60717              tested" code)
60718              
60719              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
60720              due to the notorious GetFileType() bug in Windows 9x, which fstat()
60721              tickles)
60722      Branch: maint-5.6/perl
60723           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
60724           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
60725           !> win32/win32.c win32/win32.h win32/win32sck.c
60726 ____________________________________________________________________________
60727 [  8166] By: gsar                                  on 2000/12/18  01:52:59
60728         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
60729              from mainline (xsubpp and ExtUtils::LibList fixups, various
60730              other small items)
60731              
60732              The generated boot_* headers are wrong.  Pickier compiler,
60733              such as KAI C++ will refuse to compile the resulting perlmain.
60734              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
60735              
60736              Various doc oddball characters.
60737              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
60738              
60739              Subject: [PATCH] Re: 20001101.003 PDL
60740              
60741              Subject: [PATCH 5.7.0] etags broken again
60742              
60743              Subject: [PATCH 5.7.0] Liblist finally works
60744              
60745              Subject: [PATCH 5.7.0] Liblist returns found libraries
60746              
60747              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
60748              
60749              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
60750              
60751              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60752              OUT keyword nits.
60753              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
60754              OUT and IN_OUT documentation.
60755      Branch: maint-5.6/perl
60756           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
60757           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
60758           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
60759           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
60760           !> win32/bin/search.pl
60761 ____________________________________________________________________________
60762 [  8165] By: gsar                                  on 2000/12/18  01:28:45
60763         Log: integrate changes#7533,7563,7611,7623 from mainline (various
60764              malloc.c embellishments)
60765      Branch: maint-5.6/perl
60766           !> malloc.c pod/perldiag.pod
60767 ____________________________________________________________________________
60768 [  8164] By: gsar                                  on 2000/12/18  01:23:33
60769         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
60770              fixups)
60771      Branch: maint-5.6/perl
60772           !> utils/h2xs.PL
60773 ____________________________________________________________________________
60774 [  8163] By: gsar                                  on 2000/12/18  01:17:50
60775         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
60776              fixups)
60777      Branch: maint-5.6/perl
60778           !> Makefile.SH utils/perlbug.PL
60779 ____________________________________________________________________________
60780 [  8162] By: gsar                                  on 2000/12/18  00:25:43
60781         Log: always export Perl_deb() (it is required by re.xs whether
60782              Perl is built with or without -DDEBUGGING)
60783      Branch: maint-5.6/perl
60784            ! makedef.pl
60785 ____________________________________________________________________________
60786 [  8161] By: gsar                                  on 2000/12/18  00:23:38
60787         Log: integrate change#7414 from mainline
60788              
60789              Undo the basename() part of #7412 since the lib/basename
60790              tests would need upgrading too.
60791              
60792              squelch two tests in tr.t that rely on tr/// paranoia change
60793              that's not in 5.6.x
60794      Branch: maint-5.6/perl
60795            ! t/op/tr.t
60796           !> lib/File/Basename.pm
60797 ____________________________________________________________________________
60798 [  8160] By: gsar                                  on 2000/12/18  00:05:30
60799         Log: missing change in previous integrate
60800      Branch: maint-5.6/perl
60801           !> README.aix
60802 ____________________________________________________________________________
60803 [  8159] By: gsar                                  on 2000/12/18  00:03:38
60804         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
60805              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
60806              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
60807              7410..7413 from mainline
60808              
60809              Introduce the man[24-8] variables, from Andy Dougherty.
60810              
60811              Upgrade to CPAN 1.58, from Andreas König.
60812              
60813              An updated EBCDIC tr patch.
60814              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
60815              
60816              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
60817              
60818              Two thirds of
60819              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60820              The Install.pm changes will be submitted separately because
60821              they need some work and discussion still.
60822              
60823              The Install.pm third of
60824              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
60825              
60826              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
60827              
60828              Subject: [PATCH 5.7.0] IVs in mtats
60829              
60830              Subject: [PATCH 5.7.0] Perl API for mstats
60831              
60832              Ilya implemented the memory profiling API.
60833              
60834              In Amdahl UTS "struct sv" is defined by a system header,
60835              <ksync.h>.
60836              
60837              Slight tweak of the code to appease Amdahl UTS cc.
60838              
60839              Amdahl UTS doesn't seem to do dynaloading.
60840              
60841              Use UTF8SKIP(), from Simon Cozens.
60842              
60843              Thinko in #7222.
60844              
60845              op/sprintf.t patch for OS/390 (and any other host with limited
60846              floating-point exponent length)
60847              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
60848              
60849              Tweak #7225.
60850              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
60851              
60852              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
60853              
60854              Needs to be conditional on SunOS 4.
60855              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
60856              
60857              Test cases for bug id 20000323.056 (the bug seems to be fixed).
60858              
60859              Add test for bug id 20000427.003 (which seems to have
60860              been fixed) (also duplicate as 20000427.004, though
60861              with a higher severity).  Move one utf8 from op/append
60862              to pragma/utf8, tag the tests with bug ids.
60863              
60864              Document FNCASE=y as discussed in the bug 20000902.009.
60865              
60866              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
60867              The problem was that rx->minlen was in chars while pp_split()
60868              thought it would be in bytes. 
60869              
60870              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
60871              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
60872              
60873              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
60874              
60875              Fix a couple of compiler-noted nits in #7235.
60876              
60877              Tweak the test of #7235.
60878              
60879              One more ~utf8 tweak.
60880              
60881              -w cleanup.
60882              Subject: Re: Problems with bleadperl 
60883              
60884              Subject: small pod patch
60885              
60886              Subject: [PATCH perlguts.pod] Document offset hack
60887              
60888              Add Charles Lane.
60889              
60890              Add the capability to include/exclude branches.
60891              
60892              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
60893              
60894              Detect early whether the std streams have gone bad.
60895              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
60896              
60897              More IoTYPE sprinkling.
60898              
60899              Workaround for a sfio bug where the stream error indicator
60900              is not cleared as documented.
60901              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
60902              
60903              Clarify documentation on 'use bytes'.
60904              Subject: Re: What does 'use bytes' "mean" ?
60905              
60906              Show the failed remote port, instead of the failing line number.
60907              Subject: [PATCH 5.6.1 Debugger] More diagnostics
60908              
60909              Make Cwd more bulletproof in chrooted environments.
60910              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
60911              
60912              Subject: Pod patch for Devel::Peek
60913              
60914              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
60915              
60916              Borland C fstat() never saw the fd as writable.
60917              Subject: fix for Borland's weak "stat" (perl@7211)
60918              
60919              Missing change from #7362.
60920              
60921              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
60922              
60923              Add the test case for the bug id 20000730.004 which seems
60924              to have been fixed by now.
60925              
60926              Fix of sorts for bug id 20000901.092.  There seems to be no trace
60927              of a 'pmshort' anywhere in the B, so the offending line was simply
60928              removed.
60929              
60930              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
60931              
60932              Subject: PATCH do_print has 2 PerlIO_error()s
60933              
60934              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
60935              
60936              Typo noted by Mark Lutz.
60937              
60938              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
60939              
60940              In the latest compiler builds cccdlflags must not become -fpic,
60941              from Wilfredo Sánchez.
60942              
60943              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
60944              
60945              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
60946              
60947              SOCKS function redefinitions need prototypes, too, otherwise
60948              for example 32 bit versus 64 bit differences cause a lot of
60949              problems.  Part of
60950              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
60951              
60952              Portability tweak on #7377.
60953              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
60954              
60955              Don't write double values through long double pointers,
60956              based on a part of
60957              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
60958              
60959              Reëntrancy fix.
60960              Subject: [PATCH perl@7229] Rentrant parser and yylex()
60961              
60962              Make scan_num() reëntrant, as suggested in
60963              Subject: [PATCH perl@7229] Rentrant parser and yylex()
60964              
60965              Fix for ID 20001020.006, concatenating an unset submatch
60966              with utf8 resulted in "Modification of a read-only value".
60967              
60968              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
60969              
60970              The #7383 was right only in the context of the original bug report,
60971              not in more general case.
60972              
60973              Update Changes.
60974              
60975              Testcases for a #7383,#7385 related bug.
60976              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
60977              
60978              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
60979              
60980              Tweak the Is* definitions of Unicode character classes
60981              to better match the official categorizations; embrace
60982              the official categorizations; add the combining marks
60983              as alpha (and -numeric); fix DCinital (a typo and edito)
60984              to be DCmedial.
60985              
60986              Hints tweak from Anton Berezin.
60987              
60988              Subject: installman go-faster stripes
60989              Subject: Re: installman go-faster stripes
60990              
60991              Subject: [ID 20001021.003] updated hints/openbsd.sh
60992              
60993              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
60994              
60995              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
60996              
60997              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
60998              
60999              Doc patch.
61000              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
61001              
61002              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
61003              
61004              Subject: Re: [ID 20001021.005] SEGV with regex match 
61005              
61006              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
61007              
61008              The change #7187 was not so good on VMS.
61009              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
61010              
61011              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
61012              
61013              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
61014              
61015              Document PERL_INSTALL_ROOT of #7210.
61016      Branch: maint-5.6/perl
61017           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
61018           +> t/lib/tie-splice.t
61019            - lib/unicode/Is/DCinital.pl
61020           !> (integrate 112 files)
61021 ____________________________________________________________________________
61022 [  8158] By: jhi                                   on 2000/12/17  23:04:24
61023         Log: Subject: [PATCHES] RE: perl@8150 
61024              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
61025              Date: Sun, 17 Dec 2000 21:46:39 +0100
61026              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
61027              
61028              Neither cygwin has a getpwuid() one can trust on.
61029      Branch: perl
61030            ! t/lib/glob-basic.t
61031 ____________________________________________________________________________
61032 [  8157] By: jhi                                   on 2000/12/17  23:01:54
61033         Log: More MAN.PODS => {} fixes.
61034      Branch: perl
61035            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
61036            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
61037            ! os2/OS2/REXX/Makefile.PL
61038 ____________________________________________________________________________
61039 [  8156] By: gsar                                  on 2000/12/17  22:49:13
61040         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
61041              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
61042              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
61043              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
61044              7201,7204 from mainline
61045              
61046              Remove vestiges of tr//CU.
61047              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61048              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61049              
61050              The return value of setlocale must be copied away.
61051              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61052              
61053              Allow chop() and chomp() to be overridden.
61054              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61055              
61056              Hints optimization.
61057              Subject: Minor nit
61058              
61059              Subject: [PATCH] de-wall t/README
61060              
61061              Subject: Re: Two advertising clauses need to be removed
61062              
61063              Batch of UTF-8 patches from Simon Cozens.
61064              
61065              Fix for a parsing bug, not for the original bug.
61066              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
61067              
61068              Compilation warnings and an error.
61069              
61070              Subject: File::Find 5.7.0 POD nits
61071              
61072              Subject: [PATCH perl-5.7.0] continued -Wformat support
61073              
61074              The one that got away.
61075              
61076              Subject: Re: perl@7078
61077              
61078              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
61079              convertable to bytes by checking it doesn't go above 0xc3
61080              Subject: Re: perl@7078
61081              
61082              Replace #7084 with
61083              Subject: Re: perl@7078 
61084              
61085              We don't need to count the high bit bytes, a boolean is enough. 
61086              
61087              Subject: [PATCH] utf8.c apidoc
61088              
61089              Subject: Re: perl@7078 
61090              
61091              Botched the #7090 check-in.
61092              
61093              Fix for the charnames.t failures from Spider Boardman.
61094              
61095              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
61096              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
61097              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
61098              0 to checking to get the warning.
61099              
61100              Subject: [PATCH] Nits in perlmod.pod
61101              
61102              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
61103              
61104              Subject: Re: unicode support and perl [ID 20000901.097]
61105              
61106              Subject: Re: unicode support and perl [ID 20000901.097]
61107              
61108              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
61109              
61110              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
61111              
61112              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
61113              
61114              Subject: [PATCH@blead] Fix some recursion in overload.pm
61115              
61116              s/Robin Parker/Robin Barker/
61117              
61118              Subject: [PATCH] Fix aliasing of tied filehandles
61119              
61120              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
61121              
61122              Subject: Re: [PATCH 5.005_64 missed]
61123              
61124              SOCK_DGRAM and listen() do not mix as reported in
61125              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
61126              The patch for 5.7.0+ had to be reengineered, though.
61127              
61128              Subject: DOC PATCH 5.6.0
61129              
61130              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
61131              
61132              Document the issue (is not a syntax error, kind of)
61133              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
61134              
61135              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
61136              Did not apply cleanly, manual intervention was needed.
61137              
61138              Subject: [PATCH] DLL not restartabke with threaded perl
61139              
61140              Inside require() $^S was always left undefined.
61141              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
61142              
61143              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
61144              
61145              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
61146              
61147              Regen headers.
61148              
61149              Subject: [PATCH 5.7.0] Epoc update
61150              
61151              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
61152              as suggested by Olaf Flebbe and Nick Clark.
61153              
61154              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
61155              
61156              Misplaced else.
61157              
61158              Scale down the VMS message boxes, by Charles Lane.
61159              Fix for ID 20000903.009, workaround at
61160              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
61161              
61162              Subject: [ID 20001003.006] B::Debug not -w clean
61163              
61164              Test harness update to sync with the new perlcc,
61165              from Simon Cozens.
61166              
61167              One remaining nit less at the VMS mailbox sizing.
61168              
61169              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61170              
61171              It is possible to have no hosts database at all.  Pointed out in
61172              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
61173              
61174              Subject: [PATCH 5.7.0] h2xs not working
61175              Subject: [PATCH 5.7.0] h2xs not documenting the created module
61176              
61177              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
61178              
61179              Subject: perlhack.pod Patch for Externals Tools
61180              
61181              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
61182              
61183              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
61184              
61185              Enable disabling scripts installation by Configure -Uinstallscripts,
61186              suggested by H. Merijn Brand.
61187              
61188              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
61189              reported several times by Dominic Dunlop, for example in
61190              ID 20000315.008.  Patch from Dominic.  Patch affects at
61191              least MachTen, and possibly other oldish BSDs. Should not
61192              break non-broken platforms (tested on LinuxPPC). 
61193              
61194              Regen toc.
61195              
61196              Subject: Re: Questions about Tie::Array and perl modules
61197              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
61198              
61199              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
61200              
61201              Tweak #7153.
61202              
61203              IO::Handle->syswrite() did not handle length omission
61204              like CORE::syswrite() does.
61205              Subject: [Fwd] IO::Handle, syswrite and arguments
61206              The original patch from andrew@ugh.net.au.
61207              
61208              Also the $ccflags is needed for the C compiler check.
61209              Subject: Configure (check for C-compiler)
61210              
61211              Eliminate $Is_VMS code from the test.
61212              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
61213              
61214              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
61215              as the first option of cc/ld because of ultrapicky compilers
61216              (e.g. OS/390 R2.5)
61217              
61218              Change the version number of Tie::Handle in the core to 4.0,
61219              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
61220              Subject: Note on Tie::Handle
61221              
61222              UTF8ize split() so that the cloned substrings get the UTF8
61223              flag of the original scalar.  Problem reported by Simon Cozens.
61224              
61225              save_re_context() could reset PL_curcop to freed memory, causing core
61226              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
61227              
61228              Subject: PATCH 5.6 perldebguts grammar cleanup
61229              
61230              Add a todo note about overloadable assertions.
61231              
61232              on Windows, LoadLibrary() could load an extension DLL multiple
61233              times if forward slashes are used in the path
61234              
61235              on Windows, cwd strings in the environment should be of the
61236              form =X:=X:\foo instead of =X=X:\foo\
61237              
61238              on Windows, avoid potential exception (could happen if MSVCRT isn't
61239              being used) when closing a socket handle
61240              
61241              avoid nonportable example code
61242              
61243              Windows9x doesn't support link(), despite what Config.pm
61244              might think
61245              
61246              pod nit
61247              
61248              Change #7160 had a nasty typo.
61249              
61250              Warn about unknown scripts.
61251              Subject: Re: ideas? patches? [PATCH bleadperl]
61252              
61253              on Windows, clean targets might not work under some flavors of the shell
61254              
61255              tweak for change#7173
61256              
61257              Make eq work again with utf8 (disabling the upgrading
61258              should no more be necessary since the copies of the
61259              scalars are upgraded, not the scalars themselves).
61260              Takes care of ID 20001009.001.  (The claimed length()
61261              bug in 20001009.001 seems bogus to me.)
61262              
61263              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
61264              
61265              Upgrade to CGI.pm 2.74, from Lincoln Stein.
61266              
61267              Upgrade to podlators 1.04, from Russ Allbery.
61268              
61269              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
61270              
61271              Quote the temp file name, needed in Win32 because the
61272              default name unfortunately contains spaces, shouldn't
61273              hurt elsewhere.
61274              Subject: FW: perldoc fails if $TEMP contains spaces
61275              
61276              Subject: RE: [ID 19990803.001] README.win32 suggestions 
61277              
61278              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
61279              
61280              Subject: Re: utf8 concat, mg_get
61281              
61282              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
61283              
61284              Subject: [PATCH: perl@7181] op/tr tests on OS/390
61285              
61286              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
61287              
61288              Use the versiononly instead of the installscripts,
61289              retract the changes 7146 and 7147.
61290              
61291              Reapply Andy's patch and regen Configure.
61292              
61293              Add the test case for #7190, from the original bug report
61294              by Andreas König.
61295              
61296              Remove duplicated code.
61297              
61298              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
61299              
61300              restore change#7202
61301      Branch: maint-5.6/perl
61302           !> (integrate 121 files)
61303 ____________________________________________________________________________
61304 [  8155] By: jhi                                   on 2000/12/17  22:30:58
61305         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
61306              From: "Craig A. Berry" <craigberry@mac.com>
61307              Date: Sun, 17 Dec 2000 13:09:28 -0600
61308              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
61309              
61310              MAN.PODS => ' ' is naughty.
61311      Branch: perl
61312            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
61313 ____________________________________________________________________________
61314 [  8154] By: nick                                  on 2000/12/17  22:07:13
61315         Log: MULTIPLICITY nit.
61316      Branch: perl
61317            ! mg.c
61318 ____________________________________________________________________________
61319 [  8153] By: gsar                                  on 2000/12/17  21:23:05
61320         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
61321              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
61322              from mainline
61323              
61324              Document the SvIOK_.*UV().
61325              
61326              Update Unicode todo list.
61327              
61328              Guard against bad string->int conversion for quads.
61329              
61330              Subject: small apidoc fix
61331              
61332              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
61333              
61334              Subject: [PATCH] Tied filehandle documentation
61335              
61336              Subject: [PATCH] Modernize Opcode.pm documentation
61337              
61338              Make Data::Dumper (non-XS) to work with changed semantics of ref().
61339              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
61340              [applied even though said semantics didn't change in 5.6.x]
61341              
61342              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
61343              
61344              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
61345              
61346              Fix the URL, but the server is still missing in action.
61347              Subject: [ID 20000905.002] perlfaq1.pod URL error
61348              
61349              Subject: [ID 20000903.001] \w in utf8-strings
61350              
61351              Fix the ccversion detection for 5.1 and beyond.
61352              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61353              
61354              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
61355              
61356              Subject: [ID 20000904.008] Tiny fix for perldiag
61357              
61358              Subject: Re: [ID 20000906.004] segfault with bad perl statement
61359              
61360              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
61361              
61362              Subject: [ID 20000908.002] perlipc documentation bug.
61363              
61364              Subject: [PATCH lib/Benchmark.pm]
61365              
61366              Re-allow vec() for characters > 255.
61367              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
61368              
61369              Do away with memory models cruft.  Sorry, PDP users.
61370              
61371              Continue #7041.
61372              
61373              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
61374              
61375              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
61376              
61377              Upgrade to CPAN 1.57_65, from Andreas König.
61378              
61379              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
61380              by Russ Allbery.
61381              
61382              Silence t/pod/*.t about alternate quote-mappings now implemented
61383              by Pod::Text, from Brad Appleton.
61384              
61385              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
61386              Subject: borland C++ win32.c tweak
61387              
61388              C<@a = @b = split(...)> optimization coredumps under ithreads
61389              (missed a spot when fixing up op_pmreplroot hack for ithreads)
61390              
61391              Document the SvUTF8*().
61392              
61393              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
61394              
61395              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
61396              
61397              Do in VMS as the #7054 does.
61398              
61399              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
61400              
61401              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
61402              
61403              Subject: [patch: perl@7045] vms updates
61404              
61405              Test for the #7049.
61406              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
61407              
61408              Break up the myconfig lines a bit.
61409              Subject: perlbug/perl -V output format
61410              
61411              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
61412              
61413              The #7054 truncated Configure badly.
61414              
61415              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
61416              initialization in all the threads on Windows
61417              
61418              Allow for whitespace between "#" and "line" in cpp output.
61419              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
61420              
61421              Remove vestiges of tr//CU.
61422              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
61423              
61424              The return value of setlocale must be copied away.
61425              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
61426              
61427              Allow chop() and chomp() to be overridden.
61428              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
61429              
61430              Hints optimization.
61431              Subject: Minor nit
61432              
61433              Subject: [PATCH] de-wall t/README
61434              
61435              Subject: Re: Two advertising clauses need to be removed
61436      Branch: maint-5.6/perl
61437           !> (integrate 75 files)
61438 ____________________________________________________________________________
61439 [  8152] By: gsar                                  on 2000/12/17  20:30:11
61440         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
61441              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
61442              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
61443              
61444              Don't attach -ld to the archname if pointless.
61445              
61446              Document UNTIE in a very minimalistic way.
61447              
61448              POSIX doesn't report long double values under -Duselongdouble
61449              when the long doubles are "real" (bigger than doubles).
61450              
61451              More author updates.
61452              
61453              Try to deduce NV_MAX.  Really should be Configure fodder.
61454              
61455              :: not allowed in pathnames, change to .
61456              Subject: [PATCH perl@6938] cygwin port
61457              
61458              Forget about NV_MAX (#6951).  Various floating point tweaks,
61459              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
61460              
61461              Move the Solaris 7 scan to use64bitall, make the
61462              failure to find 64-bot sparc libc to mention the
61463              possibility of being in an intel, from Lupe and Alan.
61464              
61465              Regen perltoc.
61466              
61467              AUTHORS tweaks, from Peter Prymmer.
61468              
61469              More address tweaking.
61470              
61471              Small tweaks all over.
61472              
61473              File::Temp patches from Andreas König,
61474              
61475              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
61476              
61477              Subject: CPAN.pm beta 1.57_57 for the core
61478              
61479              Part of the solution.
61480              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
61481              
61482              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
61483              
61484              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61485              
61486              Add the overload warnings to perldiag.
61487              
61488              Drop unused argument.
61489              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
61490              
61491              Subject: Nit in Configure (bleadperl@6961)
61492              
61493              Update to PodParser 1.18, from Brad Appleton.
61494              
61495              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
61496              
61497              Subject: [PATCH: 6948] add SCNfldbl to configure.com
61498              
61499              Document UNTIE. Also tweak implementation to suppress the 'inner references'
61500              warning when UNTIE exists and instead pass the cound of extra references to
61501              the UNTIE method.
61502              
61503              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
61504              so that case-ignoring systems like DCL can tell them from
61505              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
61506              
61507              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
61508              
61509              Feature ordering tweak.
61510              
61511              Regen perltoc.
61512              
61513              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
61514              
61515              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
61516              
61517              Subject: http:// in L<>
61518              
61519              Detypo.
61520              
61521              change#6791 accidentally clobbered change#6710, put it back
61522              
61523              Only the first line, thank you very much.
61524              
61525              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
61526              plus rework the http: spots as suggested by Tom Christiansen,
61527              plus regen perltoc.
61528              
61529              Undo part of change 6489 which looks like a bulk edit which
61530              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
61531              The supressing of main:: on return from select() is undesirable.
61532              
61533              Apparently avoiding the swapping is too costly.
61534              
61535              Various Configure nits by Philip Newton,
61536              plus the ebcdic one by me.
61537              
61538              Make certain cc is set before trying to run it.
61539              
61540              If overloaded %{} etc. return the object do not loop.
61541              Thus  sub deref { $_[0] } functions if object is wanted type.
61542              
61543              Update perlhist.
61544              
61545              More %{} and other deref special casing - do not pass to 'nomethod'.
61546      Branch: maint-5.6/perl
61547           !> (integrate 59 files)
61548 ____________________________________________________________________________
61549 [  8151] By: gsar                                  on 2000/12/17  19:14:38
61550         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
61551              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
61552              
61553              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
61554              
61555              Make the epsilon to be relative, not absolute.
61556              
61557              Put back the flags dump as reasoned in
61558              Subject: Re: [PATCH] Glob dumping
61559              
61560              Introduce ccname to keep track of what compiler kind of we have.
61561              
61562              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
61563              
61564              Put back the slice accidentally removed by #6907.
61565              
61566              Reset archname and archname64 always, forcing them be
61567              recomputed at each Configure run, make Configure and
61568              the hints files agree on the naming of largefiles variables.
61569              
61570              Don't say "Perl 5.0 source kit".
61571              
61572              Subject: [PATCH] fix misc cast warnings
61573              
61574              Subject: typos in pods
61575              
61576              NVs not necessarily doubles, as pointed out by Yitzchak.
61577              
61578              Subject: [PATCH 6889] add a few ldbl formats to configure.com
61579              
61580              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
61581              
61582              Better options for rsync.
61583              
61584              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
61585              
61586              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
61587              
61588              Subject: [PATCH] Re: UNTIE method 
61589              
61590              A better fix for the Socket building problem from Craig Berry.
61591              
61592              Retract the dummy test, skip the security tests (instead of failing),
61593              explain what the warnings mean.
61594              
61595              Heap decorruption.
61596              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
61597              
61598              Update to Unicode 3.0.1.
61599              
61600              Missed one Unicode file.
61601              
61602              Subject: Re: typos in pods
61603              
61604              The #6929 was too skimpy.
61605              
61606              sscanf() may be the only way to read long doubles from strings.
61607              
61608              Reveal Borland's isnan.
61609              Subject: build with BC++ tweak
61610              
61611              Issue useful diagnostic on unknown pod commands.
61612              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
61613              
61614              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
61615              
61616              Clarify the third case of ftmp-security warnings.
61617              
61618              Make -Dusemorebits find long doubles in Solaris.
61619              
61620              Wrap the test in eval.
61621      Branch: maint-5.6/perl
61622           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
61623           +> lib/unicode/PropList.txt lib/unicode/README.perl
61624           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
61625           +> lib/unicode/Unicode.301 vms/vmspipe.com
61626            - lib/unicode/Props.txt lib/unicode/UCD300.html
61627            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
61628           !> (integrate 305 files)
61629 ____________________________________________________________________________
61630 [  8150] By: jhi                                   on 2000/12/17  18:47:57
61631         Log: Uncheckedin generated files.
61632      Branch: perl
61633            ! global.sym perlapi.c pod/perlapi.pod
61634 ____________________________________________________________________________
61635 [  8149] By: jhi                                   on 2000/12/17  18:41:22
61636         Log: Update Changes.
61637      Branch: perl
61638            ! Changes patchlevel.h
61639 ____________________________________________________________________________
61640 [  8148] By: jhi                                   on 2000/12/17  18:39:16
61641         Log: Subject: [PATCH] Fcntl constants speedup
61642              From: Nicholas Clark <nick@ccl4.org>
61643              Date: Sun, 17 Dec 2000 16:29:24 +0000
61644              Message-ID: <20001217162924.E97668@plum.flirble.org>
61645              
61646              Use IVs for the Fcntl constants instead of NVs.
61647      Branch: perl
61648            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
61649 ____________________________________________________________________________
61650 [  8147] By: jhi                                   on 2000/12/17  18:33:41
61651         Log: Add test for #8145 (binmode() warning), add warning for
61652              ioctl() and sockpair(), document them. (fileno() cannot
61653              be tripwired with the same kind of warning because
61654              'defined fileno($foo)' seems to be an idiom.)
61655      Branch: perl
61656            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
61657 ____________________________________________________________________________
61658 [  8146] By: gsar                                  on 2000/12/17  18:09:08
61659         Log: update Changes
61660      Branch: maint-5.6/perl
61661            ! Changes
61662 ____________________________________________________________________________
61663 [  8145] By: jhi                                   on 2000/12/17  17:39:35
61664         Log: Subject: [PATCH] Re: The long awaited feature ...
61665              From: Simon Cozens <simon@cozens.net>
61666              Date: Sun, 17 Dec 2000 12:31:56 +0000
61667              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
61668              
61669              Add a warning to binmode() about using bad filehandles
61670              (can happen e.g. if someone forgets the filehandle argument)
61671      Branch: perl
61672            ! pp_sys.c
61673 ____________________________________________________________________________
61674 [  8144] By: jhi                                   on 2000/12/17  17:33:48
61675         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
61676              From: Jonathan Stowe <gellyfish@gellyfish.com>
61677              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
61678              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
61679      Branch: perl
61680            ! lib/Net/Ping.pm
61681 ____________________________________________________________________________
61682 [  8143] By: jhi                                   on 2000/12/17  05:31:37
61683         Log: Polymorphic regexps.
61684              
61685              Fixes at least the bugs 20001028.003 (both of them...) and
61686              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
61687              also to be fixed by now, probably already before this patch.
61688      Branch: perl
61689            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
61690            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
61691            ! t/op/utf8decode.t t/pragma/utf8.t
61692 ____________________________________________________________________________
61693 [  8142] By: jhi                                   on 2000/12/16  17:16:05
61694         Log: Subject: [patch perl@8102] dos/djgpp update
61695              From: Laszlo Molnar <ml1050@freemail.hu>
61696              Date: Sat, 16 Dec 2000 01:40:52 +0100
61697              Message-ID: <20001216014052.A335@freemail.hu>
61698      Branch: perl
61699            ! djgpp/config.over t/base/commonsense.t
61700 ____________________________________________________________________________
61701 [  8141] By: jhi                                   on 2000/12/16  17:09:27
61702         Log: Few uncheckedin files.
61703      Branch: perl
61704            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
61705 ____________________________________________________________________________
61706 [  8140] By: nick                                  on 2000/12/15  22:14:31
61707         Log: Integrate mainline
61708      Branch: perlio
61709           !> (integrate 53 files)
61710 ____________________________________________________________________________
61711 [  8139] By: jhi                                   on 2000/12/15  19:49:49
61712         Log: One more IVUV tweak from Nicholas Clark.
61713      Branch: perl
61714            ! sv.c
61715 ____________________________________________________________________________
61716 [  8138] By: jhi                                   on 2000/12/15  19:17:06
61717         Log: Return of the IVUV-preservation, now seems to be happy even
61718              in Digital UNIX (the broken strtoul brokenness detection
61719              seems to have been the fly in the ointment).
61720      Branch: perl
61721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61722            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
61723            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
61724            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
61725            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61726            ! vos/config.ga.h win32/config.bc win32/config.gc
61727            ! win32/config.vc
61728 ____________________________________________________________________________
61729 [  8137] By: jhi                                   on 2000/12/15  18:12:14
61730         Log: Metaconfig unit change for #8136.
61731      Branch: metaconfig
61732            ! U/modified/d_strtoul.U
61733      Branch: metaconfig/U/perl
61734            ! d_strtoull.U d_strtouq.U
61735 ____________________________________________________________________________
61736 [  8136] By: jhi                                   on 2000/12/15  18:11:35
61737         Log: I don't think it's sensible or portable to test the strtou*
61738              on /^-/ strings.
61739      Branch: perl
61740            ! Configure
61741 ____________________________________________________________________________
61742 [  8135] By: jhi                                   on 2000/12/15  17:18:49
61743         Log: Metaconfig unit change for #8134.
61744      Branch: metaconfig
61745            ! U/modified/d_strtoul.U
61746 ____________________________________________________________________________
61747 [  8134] By: jhi                                   on 2000/12/15  17:14:13
61748         Log: If longsize is 8 we don't need a LL suffix for integer constants.
61749      Branch: perl
61750            ! Configure config_h.SH
61751 ____________________________________________________________________________
61752 [  8133] By: jhi                                   on 2000/12/15  16:00:23
61753         Log: Update Changes.
61754      Branch: perl
61755            ! Changes patchlevel.h
61756 ____________________________________________________________________________
61757 [  8132] By: jhi                                   on 2000/12/15  15:44:16
61758         Log: Some compilers get huffy if you do not cast a const pointer
61759              to a non-const when assigning.
61760      Branch: perl
61761            ! gv.c
61762 ____________________________________________________________________________
61763 [  8131] By: jhi                                   on 2000/12/15  15:38:30
61764         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
61765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61766              Date: Fri, 15 Dec 2000 05:26:57 -0500
61767              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
61768      Branch: perl
61769            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
61770            ! t/pragma/overload.t
61771 ____________________________________________________________________________
61772 [  8130] By: jhi                                   on 2000/12/15  15:36:08
61773         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
61774              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61775              Date: Thu, 14 Dec 2000 22:02:43 -0500
61776              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
61777      Branch: perl
61778            ! gv.c perl.h
61779 ____________________________________________________________________________
61780 [  8129] By: jhi                                   on 2000/12/15  15:34:16
61781         Log: Subject: PATCH: h2xs nit
61782              From: Tim Jenness <t.jenness@jach.hawaii.edu>
61783              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
61784              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
61785              
61786              Add a template README.
61787      Branch: perl
61788            ! utils/h2xs.PL
61789 ____________________________________________________________________________
61790 [  8128] By: jhi                                   on 2000/12/15  15:32:22
61791         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
61792      Branch: perl
61793            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
61794 ____________________________________________________________________________
61795 [  8127] By: jhi                                   on 2000/12/15  15:19:34
61796         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
61797              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61798              Date:     Thu, 14 Dec 2000 20:04:42 EST
61799              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
61800      Branch: perl
61801            ! ext/Opcode/Opcode.xs
61802 ____________________________________________________________________________
61803 [  8126] By: jhi                                   on 2000/12/15  15:17:49
61804         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
61805              From: Peter Prymmer <pvhp@forte.com>
61806              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
61807              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
61808      Branch: perl
61809            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
61810            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
61811            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
61812 ____________________________________________________________________________
61813 [  8125] By: jhi                                   on 2000/12/15  15:11:05
61814         Log: This seems to be a stage sane and stable enough to checkin.
61815              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
61816      Branch: perl
61817            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
61818            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
61819            ! t/op/cmp.t t/op/numconvert.t
61820 ____________________________________________________________________________
61821 [  8124] By: jhi                                   on 2000/12/15  04:20:26
61822         Log: Something is really wonky.
61823      Branch: perl
61824            ! sv.c
61825 ____________________________________________________________________________
61826 [  8123] By: jhi                                   on 2000/12/15  04:00:50
61827         Log: Fixes for the IV UV patches to compile in Digital UNIX.
61828      Branch: perl
61829            ! sv.c
61830 ____________________________________________________________________________
61831 [  8122] By: jhi                                   on 2000/12/15  02:53:40
61832         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
61833              From: "Craig A. Berry" <craigberry@mac.com>
61834              Date: Thu, 14 Dec 2000 19:10:49 -0600
61835              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
61836      Branch: perl
61837            ! vms/vms.c
61838 ____________________________________________________________________________
61839 [  8121] By: jhi                                   on 2000/12/15  02:50:00
61840         Log: Metaconfig changes for #8120.
61841      Branch: metaconfig
61842            + U/modified/d_strtoul.U
61843      Branch: metaconfig/U/perl
61844            ! d_strtoull.U d_strtouq.U
61845 ____________________________________________________________________________
61846 [  8120] By: jhi                                   on 2000/12/15  02:49:42
61847         Log: From: Nicholas Clark <nick@ccl4.org> 
61848              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
61849              Date: Thu, 14 Dec 2000 18:38:57 +0000
61850              Message-ID: <20001214183857.B97909@plum.flirble.org>
61851      Branch: perl
61852            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61853            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
61854            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61855            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61856            ! win32/config.gc win32/config.vc
61857 ____________________________________________________________________________
61858 [  8119] By: jhi                                   on 2000/12/14  23:40:58
61859         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
61860              From: Nicholas Clark <nick@ccl4.org>
61861              Date: Wed, 13 Dec 2000 20:08:50 +0000
61862              Message-ID: <20001213200849.B71166@plum.flirble.org>
61863      Branch: perl
61864            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
61865            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
61866 ____________________________________________________________________________
61867 [  8118] By: jhi                                   on 2000/12/14  22:46:26
61868         Log: Integrate perlio.
61869      Branch: perl
61870           !> MANIFEST ext/Encode/compile makedef.pl
61871 ____________________________________________________________________________
61872 [  8117] By: nick                                  on 2000/12/14  22:38:53
61873         Log: Win32 tweaks to get Encode to build
61874              - temp hack to makedef.pl till PerlIO is properly "exported".
61875              - MSVC dislikes  
61876              static encpage_t foo[];
61877              so make 'em extern for now.
61878      Branch: perlio
61879            ! ext/Encode/compile makedef.pl
61880 ____________________________________________________________________________
61881 [  8116] By: nick                                  on 2000/12/14  22:00:53
61882         Log: Document the new files
61883      Branch: perlio
61884            ! MANIFEST
61885 ____________________________________________________________________________
61886 [  8115] By: jhi                                   on 2000/12/14  21:58:01
61887         Log: MANIFEST new files of #8114.
61888      Branch: perl
61889            ! MANIFEST
61890 ____________________________________________________________________________
61891 [  8114] By: jhi                                   on 2000/12/14  21:50:49
61892         Log: Integrate perlio.
61893      Branch: perl
61894           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
61895           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
61896           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
61897           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
61898           !> ext/Encode/Makefile.PL
61899 ____________________________________________________________________________
61900 [  8113] By: jhi                                   on 2000/12/14  21:48:49
61901         Log: The documentation part of the
61902              
61903              Subject: [ID 20001214.002] Net::Ping patch
61904              From: Jonathan Stowe <gellyfish@gellyfish.com>
61905              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
61906              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
61907              since the #7529 had already addressed the same problem.
61908      Branch: perl
61909            ! lib/Net/Ping.pm
61910 ____________________________________________________________________________
61911 [  8112] By: jhi                                   on 2000/12/14  21:42:57
61912         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
61913              From: Dominic Dunlop <domo@computer.org>
61914              Date: Tue, 12 Dec 2000 10:47:10 +0100
61915              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
61916              
61917              Document how elusive subroutines can be.
61918      Branch: perl
61919            ! pod/perlfunc.pod
61920 ____________________________________________________________________________
61921 [  8111] By: jhi                                   on 2000/12/14  21:38:05
61922         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
61923              From: Dominic Dunlop <domo@computer.org>
61924              Date: Thu, 14 Dec 2000 10:13:51 +0100
61925              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
61926      Branch: perl
61927            ! ext/POSIX/POSIX.pod
61928 ____________________________________________________________________________
61929 [  8110] By: jhi                                   on 2000/12/14  21:36:32
61930         Log: Subject: [patch] perlfaq7
61931              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
61932              Date: Thu, 14 Dec 2000 15:31:07 +0100
61933              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
61934      Branch: perl
61935            ! pod/perlfaq7.pod
61936 ____________________________________________________________________________
61937 [  8109] By: jhi                                   on 2000/12/14  21:29:20
61938         Log: Subject: [8104] Encode
61939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61940              Date: Thu, 14 Dec 2000 14:49:34 +0100
61941              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
61942              
61943              Type casting for nervous compilers.
61944      Branch: perl
61945            ! ext/Encode/Encode.xs
61946 ____________________________________________________________________________
61947 [  8108] By: jhi                                   on 2000/12/14  21:26:17
61948         Log: Subject: [8104] DB_File
61949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61950              Date: Thu, 14 Dec 2000 14:49:35 +0100
61951              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
61952              
61953              Type definition incorrect for DB 2.7.7.  Not known when it
61954              changed, so only changed it for a known revision.
61955      Branch: perl
61956            ! ext/DB_File/DB_File.xs
61957 ____________________________________________________________________________
61958 [  8107] By: jhi                                   on 2000/12/14  21:23:41
61959         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
61960              From: Peter Prymmer <pvhp@forte.com>
61961              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
61962              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
61963              
61964              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
61965      Branch: perl
61966            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
61967            ! ext/Encode/Encode/posix-bc.enc
61968 ____________________________________________________________________________
61969 [  8106] By: nick                                  on 2000/12/14  20:36:13
61970         Log: "Cold" build correction to Encode's Makefile.PL
61971      Branch: perlio
61972            ! ext/Encode/Makefile.PL
61973 ____________________________________________________________________________
61974 [  8105] By: nick                                  on 2000/12/14  20:09:37
61975         Log: "Compiled" encodings.
61976              Correct replacement character in EBCDIC .enc files
61977              Add 0x7F to ASCII repertoire.
61978      Branch: perlio
61979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
61980            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
61981            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
61982            ! ext/Encode/Makefile.PL ext/Encode/compile
61983            ! ext/Encode/encengine.c ext/Encode/encode.h
61984 ____________________________________________________________________________
61985 [  8104] By: nick                                  on 2000/12/14  00:38:20
61986         Log: Integrate mainline
61987      Branch: perlio
61988           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
61989           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
61990           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
61991           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
61992           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
61993           !> t/lib/db-hash.t t/lib/db-recno.t
61994 ____________________________________________________________________________
61995 [  8103] By: nick                                  on 2000/12/13  23:16:13
61996         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
61997              so far and so it does not get lost.
61998      Branch: perlio
61999            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
62000 ____________________________________________________________________________
62001 [  8102] By: jhi                                   on 2000/12/13  17:14:22
62002         Log: Update Changes.
62003      Branch: perl
62004            ! Changes patchlevel.h
62005 ____________________________________________________________________________
62006 [  8101] By: jhi                                   on 2000/12/13  16:53:41
62007         Log: Move the proto of start_glob() to a better place; regen api files.
62008      Branch: perl
62009            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
62010 ____________________________________________________________________________
62011 [  8100] By: jhi                                   on 2000/12/13  16:47:11
62012         Log: Metaconfig change for #8099.
62013      Branch: metaconfig
62014            ! U/modified/Head.U
62015 ____________________________________________________________________________
62016 [  8099] By: jhi                                   on 2000/12/13  16:46:48
62017         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
62018              From: Andy Dougherty <doughera@lafayette.edu>
62019              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
62020              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
62021      Branch: perl
62022            ! Configure
62023 ____________________________________________________________________________
62024 [  8098] By: jhi                                   on 2000/12/13  16:39:02
62025         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
62026              From: rspier@pobox.com (Robert Spier)
62027              Date: Tue, 12 Dec 2000 21:12:39 -0500
62028              Message-ID: <14902.56087.678086.725773@rls.cx>
62029              
62030              fastgetcwd is defined using a glob alias on a $^O dependent basis -
62031              and there was no default assignment or perl subroutine.
62032      Branch: perl
62033            ! lib/Cwd.pm
62034 ____________________________________________________________________________
62035 [  8097] By: jhi                                   on 2000/12/13  16:16:01
62036         Log: Subject: [PATCH] move startglob out of pp_hot.c
62037              From: Nicholas Clark <nick@ccl4.org>
62038              Date: Mon, 11 Dec 2000 23:16:39 +0000
62039              Message-ID: <20001211231638.A55550@plum.flirble.org>
62040      Branch: perl
62041            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
62042 ____________________________________________________________________________
62043 [  8096] By: jhi                                   on 2000/12/13  15:26:23
62044         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
62045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
62046              Date: Wed, 13 Dec 2000 14:01:37 +0100
62047              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
62048              
62049              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
62050              in turn requires libpthread in libswanted.
62051      Branch: perl
62052            ! hints/hpux.sh
62053 ____________________________________________________________________________
62054 [  8095] By: jhi                                   on 2000/12/12  19:51:05
62055         Log: The integration wars continue.
62056      Branch: perl
62057           !> sv.c
62058 ____________________________________________________________________________
62059 [  8094] By: jhi                                   on 2000/12/12  19:48:26
62060         Log: Subject: [PATCH perl@8070] DB_File-1.74  
62061              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
62062              Date: Mon, 11 Dec 2000 23:07:17 -0000
62063              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
62064      Branch: perl
62065            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62066            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
62067            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
62068            ! t/lib/db-recno.t
62069 ____________________________________________________________________________
62070 [  8093] By: nick                                  on 2000/12/12  19:42:13
62071         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
62072      Branch: perlio
62073            ! sv.c
62074           !> lib/File/DosGlob.pm
62075 ____________________________________________________________________________
62076 [  8092] By: jhi                                   on 2000/12/12  19:28:11
62077         Log: Integrate perlio.
62078      Branch: perl
62079           !> sv.c
62080 ____________________________________________________________________________
62081 [  8091] By: nick                                  on 2000/12/12  18:49:45
62082         Log: Fix for Tk, and upgrading shared SVs.
62083      Branch: perlio
62084            ! sv.c
62085 ____________________________________________________________________________
62086 [  8090] By: jhi                                   on 2000/12/12  16:48:59
62087         Log: Subject: [PATCH] Re: Breadperl & Tk
62088              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62089              Date: Tue, 12 Dec 2000 14:48:27 GMT
62090              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
62091      Branch: perl
62092            ! sv.c
62093 ____________________________________________________________________________
62094 [  8089] By: jhi                                   on 2000/12/12  03:37:19
62095         Log: Subject: DosGlob.pm diff for bash style brace expansion.
62096              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
62097              Date: Fri, 8 Dec 2000 10:45:30 -0600
62098              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
62099      Branch: perl
62100            ! lib/File/DosGlob.pm
62101 ____________________________________________________________________________
62102 [  8088] By: nick                                  on 2000/12/11  23:59:59
62103         Log: Integrate mainline
62104      Branch: perlio
62105           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
62106           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
62107           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
62108           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
62109           !> t/op/local.t t/pragma/warn/toke toke.c
62110 ____________________________________________________________________________
62111 [  8087] By: jhi                                   on 2000/12/11  23:20:23
62112         Log: Integrate perlio.
62113      Branch: perl
62114           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62115 ____________________________________________________________________________
62116 [  8086] By: jhi                                   on 2000/12/11  22:50:59
62117         Log: Tune further the OS detection of CGI.
62118      Branch: perl
62119            ! lib/CGI.pm
62120 ____________________________________________________________________________
62121 [  8085] By: nick                                  on 2000/12/11  22:50:46
62122         Log: Finish 1st pass of "encoding" layer e.g. :
62123              open($fh,"<encoding(iso8859-7)",$greek) || die;
62124      Branch: perlio
62125            ! ext/Encode/Encode.xs perlio.c perliol.h
62126 ____________________________________________________________________________
62127 [  8084] By: jhi                                   on 2000/12/11  22:32:06
62128         Log: Revert the -f ambiguousity patch, seems to cause
62129              too much hassle (the interpret -Q as a function
62130              where Q is not a known filetest part is left in).
62131      Branch: perl
62132            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
62133            ! toke.c
62134 ____________________________________________________________________________
62135 [  8083] By: jhi                                   on 2000/12/11  22:27:23
62136         Log: (accidentally empty check-in)
62137      Branch: perl
62138            ! lib/File/DosGlob.pm
62139 ____________________________________________________________________________
62140 [  8082] By: nick                                  on 2000/12/11  19:09:51
62141         Log: Restore mmap function (broken by tweaks to shared buffer
62142              layer for encode(xxxx)).
62143      Branch: perlio
62144            ! perlio.c
62145 ____________________________________________________________________________
62146 [  8081] By: jhi                                   on 2000/12/11  18:29:13
62147         Log: Subject: Re: The long awaited feature ...
62148              From: Simon Cozens <simon@cozens.net>
62149              Date: Mon, 11 Dec 2000 15:54:24 +0000
62150              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
62151              
62152              More io/utf8 tests.
62153      Branch: perl
62154            ! t/io/utf8.t
62155 ____________________________________________________________________________
62156 [  8080] By: jhi                                   on 2000/12/11  18:19:36
62157         Log: Subject: PATCH MakeMaker manpage clarification
62158              From: andreas.koenig@anima.de (Andreas J. Koenig)
62159              Date: 10 Dec 2000 20:46:13 +0100
62160              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
62161      Branch: perl
62162            ! lib/ExtUtils/MakeMaker.pm
62163 ____________________________________________________________________________
62164 [  8079] By: jhi                                   on 2000/12/11  15:35:07
62165         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
62166              From: Simon Cozens <simon@cozens.net>
62167              Date: Sun, 10 Dec 2000 19:06:19 +0000
62168              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
62169      Branch: perl
62170            ! ext/B/B/Deparse.pm t/lib/b.t
62171 ____________________________________________________________________________
62172 [  8078] By: jhi                                   on 2000/12/11  15:09:11
62173         Log: Subject: [PATCH] docs on NaN
62174              From: Nicholas Clark <nick@ccl4.org>
62175              Date: Mon, 11 Dec 2000 01:48:38 +0000
62176              Message-ID: <20001211014838.B99205@plum.flirble.org>
62177      Branch: perl
62178            ! pod/perlop.pod
62179 ____________________________________________________________________________
62180 [  8077] By: jhi                                   on 2000/12/11  15:02:21
62181         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
62182              From: Simon Cozens <simon@cozens.net>
62183              Date: Mon, 11 Dec 2000 01:21:45 +0000
62184              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
62185      Branch: perl
62186            ! pp.c pp_hot.c scope.c t/op/local.t
62187 ____________________________________________________________________________
62188 [  8076] By: nick                                  on 2000/12/10  20:43:32
62189         Log: Not merge worthy...
62190              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
62191              syntax is modelled on attributes.
62192              Untested fix for io/utf8 on Win32 etc.
62193              Very clumsy start to the encode layer.
62194      Branch: perlio
62195            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
62196 ____________________________________________________________________________
62197 [  8075] By: jhi                                   on 2000/12/10  18:39:33
62198         Log: Darwin is not Windows.
62199      Branch: perl
62200            ! lib/CGI.pm
62201 ____________________________________________________________________________
62202 [  8074] By: jhi                                   on 2000/12/10  18:31:27
62203         Log: Subject: Ambiguous -%c() resolved as a file test
62204              From: "Paul Marquess" <Paul.Marquess@openwave.com>
62205              Date: Sun, 10 Dec 2000 15:35:07 -0000
62206              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
62207      Branch: perl
62208            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
62209 ____________________________________________________________________________
62210 [  8073] By: jhi                                   on 2000/12/10  18:16:29
62211         Log: Subject: PATCH installperl misinformed 
62212              From: andreas.koenig@anima.de (Andreas J. Koenig)
62213              Date: 10 Dec 2000 13:01:32 +0100 
62214              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
62215      Branch: perl
62216            ! installperl
62217 ____________________________________________________________________________
62218 [  8072] By: jhi                                   on 2000/12/10  18:07:55
62219         Log: The walkoptree confusion rages; walkoptree() seems to be coming
62220              from B.xs, while walkoptree_slow() comes from B.pm.
62221      Branch: perl
62222            ! ext/B/B.pm
62223 ____________________________________________________________________________
62224 [  8071] By: nick                                  on 2000/12/10  11:45:47
62225         Log: Integrate mainline
62226      Branch: perlio
62227           +> t/base/commonsense.t
62228           !> (integrate 37 files)
62229 ____________________________________________________________________________
62230 [  8070] By: jhi                                   on 2000/12/10  04:46:21
62231         Log: Update Changes.
62232      Branch: perl
62233            ! Changes patchlevel.h
62234 ____________________________________________________________________________
62235 [  8069] By: jhi                                   on 2000/12/10  04:39:19
62236         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
62237              From: andreas.koenig@anima.de (Andreas J. Koenig)
62238              Date: 09 Dec 2000 17:14:25 +0100
62239              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
62240      Branch: perl
62241            + t/base/commonsense.t
62242            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
62243 ____________________________________________________________________________
62244 [  8068] By: jhi                                   on 2000/12/10  04:17:36
62245         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
62246              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
62247              Date: Sat, 9 Dec 2000 16:47:22 -0000
62248              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
62249      Branch: perl
62250            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
62251            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
62252            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
62253            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
62254            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
62255            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
62256            ! t/lib/sdbm.t
62257 ____________________________________________________________________________
62258 [  8067] By: jhi                                   on 2000/12/10  03:52:02
62259         Log: Test case for #8066.
62260      Branch: perl
62261            ! t/op/misc.t
62262 ____________________________________________________________________________
62263 [  8066] By: jhi                                   on 2000/12/10  03:50:30
62264         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
62265              From: Simon Cozens <simon@cozens.net>
62266              Date: Sun, 10 Dec 2000 00:55:37 +0000
62267              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
62268      Branch: perl
62269            ! pp_sys.c
62270 ____________________________________________________________________________
62271 [  8065] By: jhi                                   on 2000/12/10  03:44:52
62272         Log: Test case for #8064.
62273      Branch: perl
62274            ! t/comp/proto.t
62275 ____________________________________________________________________________
62276 [  8064] By: jhi                                   on 2000/12/10  03:42:32
62277         Log: Subject: Re: prototype of substr
62278              From: Simon Cozens <simon@cozens.net>
62279              Date: Sun, 10 Dec 2000 00:13:33 +0000
62280              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
62281              
62282              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
62283              In other words, make the returned prototypes for any function
62284              stop prepending the ';' optionality marker after the first one.
62285              If they start getting optional, all the rest are optional.
62286      Branch: perl
62287            ! pp.c
62288 ____________________________________________________________________________
62289 [  8063] By: jhi                                   on 2000/12/10  03:39:42
62290         Log: Subject: [PATCH] perlguts.pod
62291              From: Simon Cozens <simon@cozens.net>
62292              Date: Sun, 10 Dec 2000 00:06:47 +0000
62293              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
62294              
62295              Documentation of the different types of ops,
62296              plus the functions in dump.c
62297      Branch: perl
62298            ! pod/perlguts.pod
62299 ____________________________________________________________________________
62300 [  8062] By: jhi                                   on 2000/12/10  03:30:04
62301         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
62302              From: Nicholas Clark <nick@talking.bollo.cx>
62303              Date: Sat, 09 Dec 2000 18:57:25 +0000
62304              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
62305              
62306              Be more robust in weird hostname setups.
62307      Branch: perl
62308            ! t/lib/net-hostent.t
62309 ____________________________________________________________________________
62310 [  8061] By: jhi                                   on 2000/12/10  03:28:21
62311         Log: Pacify fussy compiler. 
62312      Branch: perl
62313            ! pp_sys.c
62314 ____________________________________________________________________________
62315 [  8060] By: jhi                                   on 2000/12/10  02:52:46
62316         Log: Integrate perlio.
62317      Branch: perl
62318           !> pp_sys.c t/io/utf8.t
62319 ____________________________________________________________________________
62320 [  8059] By: nick                                  on 2000/12/09  23:40:14
62321         Log: read/sysread/recv should now be utf8 aware.
62322              Basic test for utf8 read.
62323      Branch: perlio
62324            ! pp_sys.c t/io/utf8.t
62325 ____________________________________________________________________________
62326 [  8058] By: jhi                                   on 2000/12/09  21:56:02
62327         Log: Integrate perlio.
62328      Branch: perl
62329           +> t/io/utf8.t
62330           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
62331 ____________________________________________________________________________
62332 [  8057] By: jhi                                   on 2000/12/09  21:53:35
62333         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
62334              From: Inaba Hiroto <inaba@st.rim.or.jp>
62335              Date: Sun, 10 Dec 2000 05:53:21 +0900
62336              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
62337              
62338              Tests for #8056.
62339      Branch: perl
62340            ! t/op/each.t
62341 ____________________________________________________________________________
62342 [  8056] By: jhi                                   on 2000/12/09  21:51:16
62343         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
62344              From: Inaba Hiroto <inaba@st.rim.or.jp>
62345              Date: Sat, 09 Dec 2000 18:02:00 +0900
62346              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
62347              
62348              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
62349      Branch: perl
62350            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
62351 ____________________________________________________________________________
62352 [  8055] By: nick                                  on 2000/12/09  20:11:48
62353         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
62354              than raw PerlIO_write() - does not seem to break any tests.
62355      Branch: perlio
62356            ! pp_sys.c
62357 ____________________________________________________________________________
62358 [  8054] By: nick                                  on 2000/12/09  19:47:30
62359         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
62360              (sysread, recv and write i.e. formats still to do...)
62361              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
62362              open($fh,">:utf8","name")
62363              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
62364              so no extra overhead is involved.
62365              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
62366              to a non-utf8 stream.
62367              Add initial io/utf8.t
62368              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
62369              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
62370              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
62371      Branch: perlio
62372            + t/io/utf8.t
62373            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
62374 ____________________________________________________________________________
62375 [  8053] By: nick                                  on 2000/12/09  19:26:37
62376         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
62377              was only testing this_utf8.
62378      Branch: perlio
62379            ! toke.c
62380 ____________________________________________________________________________
62381 [  8052] By: nick                                  on 2000/12/09  19:09:41
62382         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
62383              i.e. the output string has one, but don't mess with source assumption.
62384      Branch: perlio
62385            ! toke.c
62386 ____________________________________________________________________________
62387 [  8051] By: jhi                                   on 2000/12/09  16:55:17
62388         Log: Integrate perlio.
62389      Branch: perl
62390           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
62391           !> sv.c thrdvar.h util.c
62392 ____________________________________________________________________________
62393 [  8050] By: jhi                                   on 2000/12/09  16:48:07
62394         Log: Nits noticed by Peter Prymmer.
62395      Branch: perl
62396            ! lib/ExtUtils/MM_VMS.pm
62397 ____________________________________________________________________________
62398 [  8049] By: nick                                  on 2000/12/09  13:49:40
62399         Log: UTF8 output prework.
62400              - Store $\ and $, as SVs so they can have SvUTF8 flag
62401              - use do_print() rather than raw PerlIO_write() to print them.
62402      Branch: perlio
62403            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
62404            ! thrdvar.h util.c
62405 ____________________________________________________________________________
62406 [  8048] By: nick                                  on 2000/12/09  12:30:43
62407         Log: Integrate mainline.
62408      Branch: perlio
62409           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
62410           +> t/op/reverse.t
62411           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
62412           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
62413           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
62414           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
62415           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
62416           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
62417 ____________________________________________________________________________
62418 [  8047] By: jhi                                   on 2000/12/09  00:23:27
62419         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
62420              From: Michael G Schwern <schwern@pobox.com>
62421              Date: Fri, 8 Dec 2000 14:43:04 -0600
62422      Branch: perl
62423            ! lib/ExtUtils/MM_VMS.pm
62424 ____________________________________________________________________________
62425 [  8046] By: jhi                                   on 2000/12/08  23:10:27
62426         Log: A missed check-in.
62427      Branch: perl
62428            ! lib/ExtUtils/Manifest.pm
62429 ____________________________________________________________________________
62430 [  8045] By: jhi                                   on 2000/12/08  21:57:12
62431         Log: (null check-in)
62432      Branch: perl
62433            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
62434 ____________________________________________________________________________
62435 [  8044] By: jhi                                   on 2000/12/08  21:11:06
62436         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
62437              at the final draft stage.
62438      Branch: perl
62439            + ext/Encode/Encode/iso8859-16.enc
62440            ! MANIFEST
62441 ____________________________________________________________________________
62442 [  8043] By: jhi                                   on 2000/12/08  16:39:04
62443         Log: Update Changes.
62444      Branch: perl
62445            ! Changes patchlevel.h
62446 ____________________________________________________________________________
62447 [  8042] By: jhi                                   on 2000/12/08  16:33:39
62448         Log: Do not return the Unicode replacement character if UTF-8
62449              decoding goes awry, it should be up to the caller to decide.
62450      Branch: perl
62451            ! pod/perlapi.pod utf8.c
62452 ____________________________________________________________________________
62453 [  8041] By: jhi                                   on 2000/12/08  16:22:28
62454         Log: metaconfig maintenance.
62455      Branch: metaconfig
62456            ! U/modified/stdchar.U
62457      Branch: metaconfig/U/perl
62458            + testsyml.U
62459 ____________________________________________________________________________
62460 [  8040] By: jhi                                   on 2000/12/08  16:03:08
62461         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
62462              From: sthoenna@efn.org
62463              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
62464              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
62465      Branch: perl
62466            ! Changes lib/ExtUtils/MM_OS2.pm
62467 ____________________________________________________________________________
62468 [  8039] By: jhi                                   on 2000/12/08  15:57:11
62469         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
62470              From: Simon Cozens <simon@cozens.net>
62471              Date: Fri, 8 Dec 2000 13:33:31 +0000
62472              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
62473              
62474              (The pp_hot part needed a rewrite.)
62475      Branch: perl
62476            ! doop.c pp_hot.c utf8.c
62477 ____________________________________________________________________________
62478 [  8038] By: jhi                                   on 2000/12/08  15:25:08
62479         Log: Subject: djSP
62480              From: Michael Stevens <michael@etla.org>
62481              Date: Wed, 6 Dec 2000 23:24:01 +0000
62482              Message-ID: <20001206232400.A21381@firedrake.org>
62483              
62484              Plus a note from Nick Ing-Simmons.
62485      Branch: perl
62486            ! pp.h
62487 ____________________________________________________________________________
62488 [  8037] By: jhi                                   on 2000/12/08  15:18:35
62489         Log: Filetype is text.
62490      Branch: perl
62491            ! t/op/utf8decode.t
62492 ____________________________________________________________________________
62493 [  8036] By: jhi                                   on 2000/12/08  03:31:27
62494         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
62495              From: Andy Dougherty <doughera@lafayette.edu>
62496              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
62497              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
62498              
62499              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
62500              From: Andy Dougherty <doughera@lafayette.edu>
62501              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
62502              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
62503      Branch: perl
62504            + ext/POSIX/hints/svr4.pl
62505            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
62506 ____________________________________________________________________________
62507 [  8035] By: jhi                                   on 2000/12/08  03:26:01
62508         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
62509              From: Andy Dougherty <doughera@lafayette.edu>
62510              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
62511              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
62512      Branch: perl
62513            ! t/README t/base/term.t
62514 ____________________________________________________________________________
62515 [  8034] By: jhi                                   on 2000/12/08  03:21:59
62516         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
62517              From: mjd@plover.com  
62518              Date: 7 Dec 2000 21:04:20 -0000
62519              Message-ID: <20001207210420.22282.qmail@plover.com>
62520              
62521              Plus -z doc.
62522      Branch: perl
62523            ! pod/perlfunc.pod
62524 ____________________________________________________________________________
62525 [  8033] By: jhi                                   on 2000/12/08  03:19:03
62526         Log: Use the UTF8 macros a bit.  They can't be used with abandon
62527              everywhere because we do generate illegal UTF-8 in some situations.
62528              This is of course naughty.
62529      Branch: perl
62530            ! pod/perlapi.pod utf8.c utf8.h
62531 ____________________________________________________________________________
62532 [  8032] By: jhi                                   on 2000/12/08  03:00:09
62533         Log: Out of sync?
62534      Branch: perl
62535            ! t/pragma/warn/utf8
62536 ____________________________________________________________________________
62537 [  8031] By: jhi                                   on 2000/12/08  02:22:39
62538         Log: Cnt spl.
62539      Branch: perl
62540            ! MANIFEST
62541 ____________________________________________________________________________
62542 [  8030] By: jhi                                   on 2000/12/08  01:23:54
62543         Log: Add test for reverse().
62544      Branch: perl
62545            + t/op/reverse.t
62546            ! MANIFEST
62547 ____________________________________________________________________________
62548 [  8029] By: jhi                                   on 2000/12/08  01:21:47
62549         Log: Integrate perlio.
62550      Branch: perl
62551           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
62552           !> perlio.c perlio.h perlsdio.h warnings.pl
62553 ____________________________________________________________________________
62554 [  8028] By: jhi                                   on 2000/12/08  01:19:08
62555         Log: Introduce macros for UTF8 decoding.
62556      Branch: perl
62557            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
62558 ____________________________________________________________________________
62559 [  8027] By: nick                                  on 2000/12/07  22:18:19
62560         Log: Integrate mainline
62561      Branch: perlio
62562           !> embed.pl pod/perlapi.pod utf8.c
62563 ____________________________________________________________________________
62564 [  8026] By: nick                                  on 2000/12/07  21:45:08
62565         Log: Various oddities p4 diff -se showed up
62566              Remove 'our' from warnings.pl
62567      Branch: perlio
62568            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
62569 ____________________________________________________________________________
62570 [  8025] By: nick                                  on 2000/12/07  21:43:32
62571         Log: Change PerlIO_(get|set)pos to take SV *
62572              Should fix, OS/2, VMS, (sfio??)
62573      Branch: perlio
62574            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
62575 ____________________________________________________________________________
62576 [  8024] By: jhi                                   on 2000/12/07  19:05:32
62577         Log: Document utf8_to_uv() better.
62578      Branch: perl
62579            ! pod/perlapi.pod utf8.c
62580 ____________________________________________________________________________
62581 [  8023] By: jhi                                   on 2000/12/07  18:23:47
62582         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
62583      Branch: perl
62584            ! embed.pl pod/perlapi.pod utf8.c
62585 ____________________________________________________________________________
62586 [  8022] By: jhi                                   on 2000/12/07  04:13:51
62587         Log: Integrate perlio.
62588      Branch: perl
62589           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
62590           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
62591           !> win32/makefile.mk
62592 ____________________________________________________________________________
62593 [  8021] By: nick                                  on 2000/12/07  00:28:14
62594         Log: Various attempts at MSVC debug - not sure what has
62595              changed but works now. 
62596              Seems atexit() _may_ work for DLLs built with MSVC so don't
62597              call cleanup that way.
62598      Branch: perlio
62599            ! perlio.c win32/makefile.mk
62600 ____________________________________________________________________________
62601 [  8020] By: nick                                  on 2000/12/06  19:57:20
62602         Log: Integrate mainline
62603      Branch: perlio
62604           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
62605           !> (integrate 75 files)
62606 ____________________________________________________________________________
62607 [  8019] By: nick                                  on 2000/12/06  19:28:21
62608         Log: Add useperlio to config.vc
62609              Turn off binmode in config_H.PL
62610              Regen all the config_H.xx
62611              Attempt to get debugging build with MSVC.
62612      Branch: perlio
62613            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62614            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
62615 ____________________________________________________________________________
62616 [  8018] By: nick                                  on 2000/12/06  19:21:57
62617         Log: Test various dup/external program options on all platforms.
62618      Branch: perlio
62619            ! t/io/dup.t
62620 ____________________________________________________________________________
62621 [  8017] By: nick                                  on 2000/12/06  19:20:47
62622         Log: Fix harness to be less picky
62623      Branch: perlio
62624            ! lib/Test/Harness.pm
62625 ____________________________________________________________________________
62626 [  8016] By: jhi                                   on 2000/12/06  16:45:12
62627         Log: Update Changes.
62628      Branch: perl
62629            ! Changes patchlevel.h
62630 ____________________________________________________________________________
62631 [  8015] By: jhi                                   on 2000/12/06  16:41:03
62632         Log: Test \x{...} with ord().
62633      Branch: perl
62634            ! t/op/ord.t
62635 ____________________________________________________________________________
62636 [  8014] By: jhi                                   on 2000/12/06  16:20:33
62637         Log: Test tweak because of #8013.
62638      Branch: perl
62639            ! t/lib/b.t
62640 ____________________________________________________________________________
62641 [  8013] By: jhi                                   on 2000/12/06  16:09:09
62642         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
62643              From: Michael G Schwern <schwern@pobox.com>
62644              Date: Tue, 5 Dec 2000 21:23:28 -0500
62645              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
62646              
62647              Carp::Heavy parts not very applicable because of recent changes.
62648      Branch: perl
62649            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
62650            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
62651            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
62652            ! lib/Exporter.pm lib/Exporter/Heavy.pm
62653            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
62654            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62655            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
62656            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
62657            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
62658            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
62659            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
62660            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
62661            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
62662            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
62663            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
62664            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
62665            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
62666            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
62667            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
62668            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
62669            ! warnings.pl
62670 ____________________________________________________________________________
62671 [  8012] By: jhi                                   on 2000/12/06  15:22:38
62672         Log: Subject: [PATCH] Re: New harness is failing things
62673              From: Nick Ing-Simmons <nik@tiuk.ti.com>
62674              Date: Wed, 6 Dec 2000 13:00:30 GMT
62675              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
62676      Branch: perl
62677            ! lib/Test/Harness.pm
62678 ____________________________________________________________________________
62679 [  8011] By: jhi                                   on 2000/12/06  15:12:08
62680         Log: Subject: installhtml changes
62681              From: Michael Stevens <michael@etla.org>
62682              Date: Wed, 6 Dec 2000 13:15:53 +0000
62683              Message-ID: <20001206131553.A27317@firedrake.org>
62684      Branch: perl
62685            ! installhtml
62686 ____________________________________________________________________________
62687 [  8010] By: jhi                                   on 2000/12/06  15:06:05
62688         Log: Subject: the dTHR hits
62689              From: Michael Stevens <michael@etla.org>
62690              Date: Wed, 6 Dec 2000 12:06:03 +0000
62691              Message-ID: <20001206120603.A24581@firedrake.org>
62692              
62693              More, errrm, less dTHRs.
62694      Branch: perl
62695            ! bytecode.pl ext/B/B/C.pm
62696 ____________________________________________________________________________
62697 [  8009] By: jhi                                   on 2000/12/06  15:04:25
62698         Log: Subject: MakeMaker mailing list gone?
62699              From: Michael G Schwern <schwern@pobox.com>
62700              Date: Tue, 5 Dec 2000 19:29:59 -0500
62701              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
62702              
62703              The MakeMaker mailing list is dead, perlbug is the right
62704              address to report bugs.
62705      Branch: perl
62706            ! lib/ExtUtils/MakeMaker.pm
62707 ____________________________________________________________________________
62708 [  8008] By: jhi                                   on 2000/12/06  15:00:32
62709         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
62710              From: Michael G Schwern <schwern@pobox.com>
62711              Date: Tue, 5 Dec 2000 19:21:21 -0500
62712              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
62713              
62714              Add a default MANIFEST skip that ignores things like
62715              version control files, editor temporary files, and the Makefile.
62716      Branch: perl
62717            + lib/ExtUtils/MANIFEST.SKIP
62718            ! MANIFEST lib/ExtUtils/Manifest.pm
62719 ____________________________________________________________________________
62720 [  8007] By: jhi                                   on 2000/12/06  14:57:20
62721         Log: In Amiga more manual hackery of the scripts seems to be needed,
62722              from Jan-Erik Karlsson.  Why Configure does not get this right
62723              is unknown, may be shell-induced.
62724      Branch: perl
62725            ! README.amiga
62726 ____________________________________________________________________________
62727 [  8006] By: jhi                                   on 2000/12/05  23:53:12
62728         Log: Add TOPm1s to peek at the second topmost stack item.
62729      Branch: perl
62730            ! pp.h
62731 ____________________________________________________________________________
62732 [  8005] By: jhi                                   on 2000/12/05  23:13:55
62733         Log: Avaunt, you foul UTF-8 tests.
62734      Branch: perl
62735            ! t/op/ver.t t/pragma/utf8.t
62736 ____________________________________________________________________________
62737 [  8004] By: jhi                                   on 2000/12/05  23:09:54
62738         Log: Continue utf8 dispersal. 
62739      Branch: perl
62740            + t/op/concat.t
62741            ! MANIFEST t/pragma/utf8.t
62742 ____________________________________________________________________________
62743 [  8003] By: nick                                  on 2000/12/05  23:02:39
62744         Log: Integrate mainline.
62745      Branch: perlio
62746           +> t/op/length.t t/op/utf8decode.t
62747           !> (integrate 69 files)
62748 ____________________________________________________________________________
62749 [  8002] By: jhi                                   on 2000/12/05  22:59:28
62750         Log: Integrate perlio.
62751      Branch: perl
62752           !> iperlsys.h perl.c perlio.c win32/perllib.c
62753 ____________________________________________________________________________
62754 [  8001] By: nick                                  on 2000/12/05  22:07:52
62755         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
62756              - calloc/free suffer from damage on TerminateThread()
62757              - use PerlMemShared (as originally planned) now fixed
62758              - avoid doing anything important on DLL "detach".
62759      Branch: perlio
62760            ! perl.c perlio.c win32/perllib.c
62761 ____________________________________________________________________________
62762 [  8000] By: nick                                  on 2000/12/05  21:05:09
62763         Log: Fix gross PerlMemShared issue.
62764      Branch: perlio
62765            ! iperlsys.h
62766 ____________________________________________________________________________
62767 [  7999] By: jhi                                   on 2000/12/05  20:46:58
62768         Log: Test for Unicode (UTF-8) hash keys.
62769      Branch: perl
62770            ! t/op/each.t
62771 ____________________________________________________________________________
62772 [  7998] By: jhi                                   on 2000/12/05  20:30:35
62773         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
62774              is now always UTF-8), empty line cosmetics.
62775      Branch: perl
62776            ! t/pragma/utf8.t
62777 ____________________________________________________________________________
62778 [  7997] By: jhi                                   on 2000/12/05  20:15:40
62779         Log: Subject: Re: STRLEN - what?
62780              From: Andy Dougherty <doughera@lafayette.edu>
62781              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
62782              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
62783              
62784              Explain STRLEN.
62785      Branch: perl
62786            ! pod/perlguts.pod
62787 ____________________________________________________________________________
62788 [  7996] By: jhi                                   on 2000/12/05  20:13:34
62789         Log: Split off the UTF-8 decoder tests, make them to check also
62790              the error message.
62791      Branch: perl
62792            + t/op/utf8decode.t
62793            ! MANIFEST t/pragma/utf8.t utf8.c
62794 ____________________________________________________________________________
62795 [  7995] By: jhi                                   on 2000/12/05  16:39:47
62796         Log: Start migrating bits of pragma/utf8 to elsewhere
62797              (since the long term plan is to obsolete 'use utf8').
62798      Branch: perl
62799            + t/op/length.t
62800            ! MANIFEST t/pragma/utf8.t
62801 ____________________________________________________________________________
62802 [  7994] By: jhi                                   on 2000/12/05  16:30:21
62803         Log: Fix a manual edit typo from #7993, fix the message formatting
62804              for Unicode, add few our declarations.
62805      Branch: perl
62806            ! lib/Carp/Heavy.pm
62807 ____________________________________________________________________________
62808 [  7993] By: jhi                                   on 2000/12/05  16:09:15
62809         Log: Subject: Need help with warnings :-(
62810              From: "Ben Tilly" <ben_tilly@hotmail.com>
62811              Date: Tue, 05 Dec 2000 01:35:54 -0500
62812              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
62813              
62814              Subject: UPDATE: Carp/Heavy now passes all tests
62815              From: "Ben Tilly" <ben_tilly@hotmail.com>
62816              Date: Tue, 05 Dec 2000 07:59:41 -0500
62817              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
62818              
62819              The Brave New Carp.
62820      Branch: perl
62821            ! lib/Carp.pm lib/Carp/Heavy.pm
62822 ____________________________________________________________________________
62823 [  7992] By: jhi                                   on 2000/12/05  15:55:08
62824         Log: Subject: [PATCH perl@7979] cygwin port
62825              From: "Eric Fifer" <efifer@dircon.co.uk>
62826              Date: Tue, 5 Dec 2000 14:04:09 -0000
62827              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
62828      Branch: perl
62829            ! t/lib/net-hostent.t
62830 ____________________________________________________________________________
62831 [  7991] By: jhi                                   on 2000/12/05  15:52:34
62832         Log: Subject: Re: [PATCH] The largest hoax of all times?
62833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62834              Date: Tue, 5 Dec 2000 00:40:25 -0500
62835              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
62836              
62837              Subject: Re: [PATCH] The largest hoax of all times?
62838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62839              Date: Mon, 4 Dec 2000 23:55:53 -0500
62840              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
62841              
62842              Subject: Re: [PATCH] The largest hoax of all times?
62843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62844              Date: Tue, 5 Dec 2000 01:28:45 -0500
62845              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
62846              
62847              Fix the unpredictable order of DESTROYs.
62848      Branch: perl
62849            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
62850            ! sv.c sv.h t/op/ref.t
62851 ____________________________________________________________________________
62852 [  7990] By: jhi                                   on 2000/12/05  14:38:53
62853         Log: Subject: [PATCH] shrink pp_hot fractionally
62854              From: Nicholas Clark <nick@ccl4.org>
62855              Date: Tue, 5 Dec 2000 12:44:31 +0000
62856              Message-ID: <20001205124431.E74518@plum.flirble.org>
62857              
62858              Use report_evil_fh().
62859      Branch: perl
62860            ! opcode.pl opnames.h pp_hot.c util.c
62861 ____________________________________________________________________________
62862 [  7989] By: jhi                                   on 2000/12/05  14:21:27
62863         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
62864              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62865              Date: Mon, 04 Dec 2000 22:21:59 -0800
62866              Message-ID: <HmIL6gzkgepS092yn@efn.org>
62867              
62868              Harness shouldn't ignore responses like "ok 3\r\r\n".
62869      Branch: perl
62870            ! lib/Test/Harness.pm
62871 ____________________________________________________________________________
62872 [  7988] By: jhi                                   on 2000/12/05  13:51:28
62873         Log: Integrate the "skip" messages to explain().
62874      Branch: perl
62875            ! t/lib/syslfs.t t/op/lfs.t
62876 ____________________________________________________________________________
62877 [  7987] By: jhi                                   on 2000/12/05  12:34:54
62878         Log: The one that got away in #7984.
62879              
62880              Subject: Re: dTHR - what and why?
62881              From: Michael Stevens <michael@etla.org> 
62882              Date: Tue, 5 Dec 2000 11:15:52 +0000
62883              Message-ID: <20001205111552.A4647@firedrake.org>
62884      Branch: perl
62885            ! sv.h
62886 ____________________________________________________________________________
62887 [  7986] By: gsar                                  on 2000/12/05  09:14:44
62888         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
62889              due to the notorious GetFileType() bug in Windows 9x, which fstat()
62890              tickles)
62891      Branch: perl
62892            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
62893 ____________________________________________________________________________
62894 [  7985] By: jhi                                   on 2000/12/05  05:49:03
62895         Log: Integrate perlio.
62896      Branch: perl
62897           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
62898           !> win32/perlhost.h win32/perllib.c
62899 ____________________________________________________________________________
62900 [  7984] By: jhi                                   on 2000/12/05  05:48:16
62901         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
62902      Branch: perl
62903            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
62904            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
62905            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
62906            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
62907            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
62908            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
62909            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
62910            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
62911            ! win32/win32.c
62912 ____________________________________________________________________________
62913 [  7983] By: nick                                  on 2000/12/04  23:27:43
62914         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
62915      Branch: perlio
62916            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
62917            ! win32/perlhost.h win32/perllib.c
62918 ____________________________________________________________________________
62919 [  7982] By: jhi                                   on 2000/12/04  19:44:09
62920         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
62921              uncovered by #7980.
62922      Branch: perl
62923            ! op.c
62924 ____________________________________________________________________________
62925 [  7981] By: jhi                                   on 2000/12/04  19:42:07
62926         Log: Subject: [PATCH] Trivial dump.c feature
62927              From: Simon Cozens <simon@cozens.net>
62928              Date: Mon, 4 Dec 2000 18:08:38 +0000
62929              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
62930              
62931              Show whether a constant is UTF-8.
62932      Branch: perl
62933            ! dump.c
62934 ____________________________________________________________________________
62935 [  7980] By: jhi                                   on 2000/12/04  19:36:51
62936         Log: UTF-8 hash keys, patch from Inaba Hiroto.
62937      Branch: perl
62938            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
62939 ____________________________________________________________________________
62940 [  7979] By: jhi                                   on 2000/12/04  17:36:28
62941         Log: Update Changes.
62942      Branch: perl
62943            ! Changes patchlevel.h
62944 ____________________________________________________________________________
62945 [  7978] By: jhi                                   on 2000/12/04  16:42:17
62946         Log: Retract #7977, still too volatile (the euphemism of the day
62947              for unfinished and buggy :-)
62948      Branch: perl
62949            ! doop.c hv.c pp.c sv.h
62950 ____________________________________________________________________________
62951 [  7977] By: jhi                                   on 2000/12/04  16:25:15
62952         Log: (Retracted by #7978, too shaky yet.)
62953              
62954              Subject: Re: utf8 in hash keys, implementor missing
62955              From: Simon Cozens <simon@cozens.net>
62956              Date: Sat, 2 Dec 2000 19:49:35 +0000
62957              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
62958              
62959              The first step at UTF-8 hash keys.
62960      Branch: perl
62961            ! doop.c hv.c pp.c sv.h
62962 ____________________________________________________________________________
62963 [  7976] By: jhi                                   on 2000/12/04  16:13:53
62964         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
62965              From: sthoenna@efn.org
62966              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
62967              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
62968      Branch: perl
62969            ! os2/os2.c perlio.c
62970 ____________________________________________________________________________
62971 [  7975] By: jhi                                   on 2000/12/04  16:05:25
62972         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
62973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62974              Date: Thu, 30 Nov 2000 20:50:37 -0800
62975              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
62976      Branch: perl
62977            ! os2/os2.c
62978 ____________________________________________________________________________
62979 [  7974] By: jhi                                   on 2000/12/04  16:03:57
62980         Log: Subject: [PATCH] ++ 20% faster
62981              From: Nicholas Clark <nick@ccl4.org>
62982              Date: Mon, 4 Dec 2000 12:17:27 +0000
62983              Message-ID: <20001204121726.B52976@plum.flirble.org>
62984              
62985              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
62986      Branch: perl
62987            ! sv.c
62988 ____________________________________________________________________________
62989 [  7973] By: jhi                                   on 2000/12/04  16:00:48
62990         Log: 
62991              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
62992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62993              Date: Mon, 04 Dec 2000 12:30:45 +0100
62994              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
62995              
62996              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
62997              library (getprotobyname and getprotobynumber are outversioned by
62998              the same calls in libc, at least for xlc version 3.
62999      Branch: perl
63000            ! hints/aix.sh
63001 ____________________________________________________________________________
63002 [  7972] By: jhi                                   on 2000/12/04  02:58:31
63003         Log: Integrate perlio.
63004      Branch: perl
63005           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
63006           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
63007           !> win32/win32.h win32/win32iop.h win32/win32thread.h
63008 ____________________________________________________________________________
63009 [  7971] By: nick                                  on 2000/12/04  00:24:33
63010         Log: Quieten some noise in Win32 builds:
63011              - win32.h is included after <sys/socket.h>, so need to 
63012              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
63013              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
63014      Branch: perlio
63015            ! doio.c perl.h toke.c win32/win32.h
63016 ____________________________________________________________________________
63017 [  7970] By: nick                                  on 2000/12/03  22:57:46
63018         Log: PERL_IMPLICIT_SYS compiles but does not work.
63019      Branch: perlio
63020            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
63021            ! win32/perlhost.h win32/perllib.c win32/win32.h
63022            ! win32/win32iop.h win32/win32thread.h
63023 ____________________________________________________________________________
63024 [  7969] By: jhi                                   on 2000/12/03  22:12:58
63025         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
63026              used to swash_init(), makes regprop() dumps more informative
63027              (+utf8::IsAlpha, -utf8::IsDigit, for example).
63028      Branch: perl
63029            ! regcomp.c regexec.c
63030 ____________________________________________________________________________
63031 [  7968] By: jhi                                   on 2000/12/03  21:39:56
63032         Log: Implement ANYOFUTF8 regprop() dumping.
63033      Branch: perl
63034            ! regcomp.c
63035 ____________________________________________________________________________
63036 [  7967] By: jhi                                   on 2000/12/03  20:57:19
63037         Log: Make uv_to_utf8() to zero-terminate its output buffer,
63038              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
63039      Branch: perl
63040            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
63041 ____________________________________________________________________________
63042 [  7966] By: nick                                  on 2000/12/03  18:41:21
63043         Log: Integrate mainline (STDCHAR)
63044      Branch: perlio
63045           !> Configure t/pragma/utf8.t
63046 ____________________________________________________________________________
63047 [  7965] By: jhi                                   on 2000/12/03  17:58:20
63048         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
63049      Branch: perl
63050            ! t/pragma/utf8.t
63051 ____________________________________________________________________________
63052 [  7964] By: jhi                                   on 2000/12/03  17:35:56
63053         Log: Integrate perlio.
63054      Branch: perl
63055           !> iperlsys.h perlio.c
63056 ____________________________________________________________________________
63057 [  7963] By: jhi                                   on 2000/12/03  17:33:55
63058         Log: Metaconfig unit change for #7962.
63059      Branch: metaconfig
63060            ! U/modified/stdchar.U
63061 ____________________________________________________________________________
63062 [  7962] By: jhi                                   on 2000/12/03  17:33:27
63063         Log: Untangle the <stdio.h> #include nest for the stdchar test,
63064              from Andy Dougherty.
63065      Branch: perl
63066            ! Configure
63067 ____________________________________________________________________________
63068 [  7961] By: nick                                  on 2000/12/03  16:53:00
63069         Log: Make iperlsys.h vector stdio not PerlIO.
63070      Branch: perlio
63071            ! iperlsys.h perlio.c
63072 ____________________________________________________________________________
63073 [  7960] By: nick                                  on 2000/12/03  14:43:01
63074         Log: Integrate mainline
63075      Branch: perlio
63076           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
63077           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
63078 ____________________________________________________________________________
63079 [  7959] By: jhi                                   on 2000/12/03  08:16:36
63080         Log: Use DO_UTF8().
63081      Branch: perl
63082            ! op.c
63083 ____________________________________________________________________________
63084 [  7958] By: jhi                                   on 2000/12/02  18:33:05
63085         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
63086              From: Mike Guy <mjtg@cam.ac.uk>         
63087              Date: Sat, 02 Dec 2000 17:27:13 +0000
63088              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
63089              
63090              An extraneous argument.
63091      Branch: perl
63092            ! toke.c
63093 ____________________________________________________________________________
63094 [  7957] By: jhi                                   on 2000/12/02  18:22:32
63095         Log: A missing hunk.
63096      Branch: perl
63097            ! t/lib/net-hostent.t
63098 ____________________________________________________________________________
63099 [  7956] By: jhi                                   on 2000/12/02  18:06:20
63100         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
63101              From: Nicholas Clark <nick@ccl4.org>
63102              Date: Sat, 2 Dec 2000 14:28:27 +0000
63103              Message-ID: <20001202142827.A12308@plum.flirble.org>
63104              
63105              Test robustness.
63106      Branch: perl
63107            ! t/lib/net-hostent.t
63108 ____________________________________________________________________________
63109 [  7955] By: jhi                                   on 2000/12/02  17:58:06
63110         Log: Metaconfig unit change for #7954.
63111      Branch: metaconfig
63112            ! U/modified/stdchar.U
63113 ____________________________________________________________________________
63114 [  7954] By: jhi                                   on 2000/12/02  17:54:32
63115         Log: An inconvenient hang would happen if the stdio _ptr wasn't
63116              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
63117              would be grepping stdin for all eternity for the _ptr.)
63118      Branch: perl
63119            ! Configure
63120 ____________________________________________________________________________
63121 [  7953] By: jhi                                   on 2000/12/02  00:07:15
63122         Log: Update Changes.
63123      Branch: perl
63124            ! Changes patchlevel.h
63125 ____________________________________________________________________________
63126 [  7952] By: jhi                                   on 2000/12/01  23:54:47
63127         Log: Subject: Re: long shell lines
63128              From: Andy Dougherty <doughera@lafayette.edu>
63129              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
63130              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
63131              
63132              Split overly long shell command lines.
63133      Branch: perl
63134            ! lib/ExtUtils/MM_Unix.pm
63135 ____________________________________________________________________________
63136 [  7951] By: jhi                                   on 2000/12/01  23:48:02
63137         Log: The metaconfig unit change for #7950.
63138      Branch: metaconfig
63139            + U/modified/stdchar.U
63140 ____________________________________________________________________________
63141 [  7950] By: jhi                                   on 2000/12/01  23:47:39
63142         Log: Try to find stdchar also from <stdio_impl.h>.
63143      Branch: perl
63144            ! Configure config_h.SH
63145 ____________________________________________________________________________
63146 [  7949] By: jhi                                   on 2000/12/01  23:46:45
63147         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
63148              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
63149              Date: Fri, 1 Dec 2000 16:26:08 -0500
63150              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
63151              
63152              Reword the diagnostic message.
63153      Branch: perl
63154            ! pod/perldiag.pod
63155 ____________________________________________________________________________
63156 [  7948] By: nick                                  on 2000/12/01  22:49:43
63157         Log: Integrate mainline (for s/y/m as sub names stuff).
63158      Branch: perlio
63159           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
63160           !> t/pragma/warn/toke toke.c
63161 ____________________________________________________________________________
63162 [  7947] By: jhi                                   on 2000/12/01  20:55:41
63163         Log: Integrate perlio.
63164      Branch: perl
63165           !> perlio.c perliol.h t/io/pipe.t
63166 ____________________________________________________________________________
63167 [  7946] By: jhi                                   on 2000/12/01  20:36:51
63168         Log: Upgrade to CPAN 1.59_51, from Andreas König.
63169      Branch: perl
63170            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
63171 ____________________________________________________________________________
63172 [  7945] By: nick                                  on 2000/12/01  20:31:32
63173         Log: Integrate mainline
63174      Branch: perlio
63175           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
63176           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
63177           +> t/lib/net-hostent.t
63178           !> (integrate 35 files)
63179 ____________________________________________________________________________
63180 [  7944] By: jhi                                   on 2000/12/01  20:23:29
63181         Log: Some help for 20001130.011.  Now one gets warnings like
63182              "Ambiguous -f() resolved as a file test ..."
63183      Branch: perl
63184            ! pod/perldiag.pod t/pragma/warn/toke toke.c
63185 ____________________________________________________________________________
63186 [  7943] By: jhi                                   on 2000/12/01  19:44:44
63187         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
63188              that also breaks using them as methods. 
63189      Branch: perl
63190            ! pod/perldiag.pod t/op/misc.t toke.c
63191 ____________________________________________________________________________
63192 [  7942] By: nick                                  on 2000/12/01  17:56:46
63193         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
63194              Make 'unix' pass most tests
63195              - do unread by temporary push of layer ("pending") holding unread chars
63196              - fast_gets is now based on per-handle flag
63197              - relax one of io/pipe.t tests to allow print to fail and close to
63198              succeed so that it passes on unbuffered "unix" layer.
63199              Remaining fail is sporadic and a genuine race condition between
63200              parent/child in fork test.
63201      Branch: perlio
63202            ! perlio.c perliol.h t/io/pipe.t
63203 ____________________________________________________________________________
63204 [  7941] By: jhi                                   on 2000/12/01  15:28:58
63205         Log: (Retracted by #7943.)
63206              
63207              Reserve the short named string operator names.
63208      Branch: perl
63209            ! pod/perldiag.pod t/op/misc.t toke.c
63210 ____________________________________________________________________________
63211 [  7940] By: jhi                                   on 2000/12/01  06:45:53
63212         Log: Get the three different space character classes right under utf8.
63213      Branch: perl
63214            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
63215            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
63216            ! regexec.c t/op/pat.t utf8.c
63217 ____________________________________________________________________________
63218 [  7939] By: jhi                                   on 2000/12/01  03:26:26
63219         Log: Two more tests that make no sense in UTF-8 since the test
63220              data is not in UTF-8.
63221      Branch: perl
63222            ! t/op/regexp.t
63223 ____________________________________________________________________________
63224 [  7938] By: jhi                                   on 2000/12/01  03:20:39
63225         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
63226              should it be required inside regexen?
63227      Branch: perl
63228            ! regcomp.c t/op/regmesg.t
63229 ____________________________________________________________________________
63230 [  7937] By: jhi                                   on 2000/12/01  02:58:53
63231         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
63232              stored and restored, and thusly was trounced by the utf8 swash
63233              routines.
63234      Branch: perl
63235            ! regcomp.c
63236 ____________________________________________________________________________
63237 [  7936] By: jhi                                   on 2000/11/30  20:41:39
63238         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
63239              Why the different platforms behave so differently (core dump vs
63240              no core dump) on this bug is a but of a mystery, but if I had to
63241              guess I would mumble something like 'alignment'.
63242      Branch: perl
63243            ! sv.c
63244 ____________________________________________________________________________
63245 [  7935] By: jhi                                   on 2000/11/30  16:17:02
63246         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
63247              From: Robin Barker <rmb1@cise.npl.co.uk>
63248              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
63249              Date: Thu, 30 Nov 2000 14:27:12 GMT
63250      Branch: perl
63251            ! perlio.c toke.c
63252 ____________________________________________________________________________
63253 [  7934] By: jhi                                   on 2000/11/30  16:04:49
63254         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
63255      Branch: perl
63256            ! t/lib/net-hostent.t
63257 ____________________________________________________________________________
63258 [  7933] By: jhi                                   on 2000/11/30  06:07:26
63259         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
63260              From: Peter Prymmer <pvhp@forte.com>
63261              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
63262              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
63263              
63264              In VMS the localhost may be LOCALHOST.
63265      Branch: perl
63266            ! t/lib/net-hostent.t
63267 ____________________________________________________________________________
63268 [  7932] By: jhi                                   on 2000/11/30  01:11:11
63269         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
63270              From: Peter Prymmer <pvhp@forte.com>
63271              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
63272              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
63273              
63274              plus regen perlapi.pod.
63275      Branch: perl
63276            ! pod/perlapi.pod utf8.c
63277 ____________________________________________________________________________
63278 [  7931] By: jhi                                   on 2000/11/30  01:06:19
63279         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
63280              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63281              Date:     Wed, 29 Nov 2000 17:15:11 EST
63282              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
63283      Branch: perl
63284            ! t/lib/filter-util.pl t/lib/filter-util.t
63285 ____________________________________________________________________________
63286 [  7930] By: jhi                                   on 2000/11/29  18:51:55
63287         Log: Update Changes.
63288      Branch: perl
63289            ! Changes patchlevel.h
63290 ____________________________________________________________________________
63291 [  7929] By: jhi                                   on 2000/11/29  18:50:55
63292         Log: Update the va_copy() metaconfig unit.
63293      Branch: metaconfig/U/perl
63294            ! need_va_copy.U
63295 ____________________________________________________________________________
63296 [  7928] By: jhi                                   on 2000/11/29  17:50:43
63297         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
63298              From: Dominic Dunlop <domo@computer.org>
63299              Date: Tue, 28 Nov 2000 16:41:57 +0100
63300              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
63301              
63302              Patch to catch a core dump in the Configure va_copy test.
63303      Branch: perl
63304            ! Configure config_h.SH
63305 ____________________________________________________________________________
63306 [  7927] By: jhi                                   on 2000/11/29  17:31:59
63307         Log: Retract #7921, the patch shouldn't be needed.
63308      Branch: perl
63309            ! sv.c
63310 ____________________________________________________________________________
63311 [  7926] By: jhi                                   on 2000/11/29  17:01:41
63312         Log: Make the Class::Struct import() wiser.
63313      Branch: perl
63314            ! lib/Class/Struct.pm t/lib/class-struct.t
63315 ____________________________________________________________________________
63316 [  7925] By: jhi                                   on 2000/11/29  16:36:33
63317         Log: All the core library users of Class::Struct seem to be
63318              using "use Class::Struct 'struct';" instead of the bare
63319              "use Class::Struct;", which isn't documented in Class::Struct.
63320              This can't be right.
63321      Branch: perl
63322            ! lib/File/stat.pm
63323 ____________________________________________________________________________
63324 [  7924] By: jhi                                   on 2000/11/29  16:32:15
63325         Log: A test works better if it has the right 1..$n output.
63326      Branch: perl
63327            ! t/lib/class-struct.t
63328 ____________________________________________________________________________
63329 [  7923] By: jhi                                   on 2000/11/29  16:29:11
63330         Log: Forgot to MANIFEST the new Net::hostent test.
63331      Branch: perl
63332            ! MANIFEST
63333 ____________________________________________________________________________
63334 [  7922] By: jhi                                   on 2000/11/29  16:27:49
63335         Log: Integrate perlio.
63336      Branch: perl
63337           !> iperlsys.h perlio.c
63338 ____________________________________________________________________________
63339 [  7921] By: jhi                                   on 2000/11/29  16:27:10
63340         Log: (Retracted by #7927.)
63341              
63342              Subject: [PATCH] Is infinity a number?
63343              From: Simon Cozens <simon@cozens.net>
63344              Date: Wed, 29 Nov 2000 14:48:20 +0000
63345              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
63346      Branch: perl
63347            ! sv.c
63348 ____________________________________________________________________________
63349 [  7920] By: jhi                                   on 2000/11/29  16:23:02
63350         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
63351              From: rspier@pobox.com (Robert Spier)
63352              Date: Wed, 29 Nov 2000 02:17:49 -0500
63353              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
63354              
63355              Add a test for Net::hostent.
63356      Branch: perl
63357            + t/lib/net-hostent.t
63358 ____________________________________________________________________________
63359 [  7919] By: jhi                                   on 2000/11/29  16:21:31
63360         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
63361              add a test for Class::Struct.
63362      Branch: perl
63363            + t/lib/class-struct.t
63364            ! MANIFEST lib/Class/Struct.pm
63365 ____________________________________________________________________________
63366 [  7918] By: jhi                                   on 2000/11/29  15:48:40
63367         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63368              From: rspier@pobox.com (Robert Spier)
63369              Date: Wed, 29 Nov 2000 02:25:39 -0500
63370              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
63371              
63372              More checking in case someone has broken their services or
63373              protocol databases.
63374      Branch: perl
63375            ! ext/Sys/Syslog/Syslog.pm
63376 ____________________________________________________________________________
63377 [  7917] By: jhi                                   on 2000/11/29  15:46:25
63378         Log: Subject: [PATCH] $^O  win32 -> MSWin32
63379              From: rspier@pobox.com (Robert Spier)
63380              Date: Wed, 29 Nov 2000 02:17:38 -0500
63381              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
63382              
63383              plus similar nits for vms, err, VMS, and UNICOS.
63384      Branch: perl
63385            ! t/lib/syslfs.t t/op/lfs.t
63386 ____________________________________________________________________________
63387 [  7916] By: jhi                                   on 2000/11/29  15:42:51
63388         Log: Subject: [PATCH] Tokeniser debugging
63389              From: Simon Cozens <simon@cozens.net>
63390              Date: Wed, 29 Nov 2000 14:15:45 +0000
63391              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
63392      Branch: perl
63393            ! perl.c perl.h pod/perlrun.pod toke.c
63394 ____________________________________________________________________________
63395 [  7915] By: jhi                                   on 2000/11/29  15:41:36
63396         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63398              Date: Wed, 29 Nov 2000 02:13:14 -0500
63399              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
63400              
63401              OUT keyword nits.
63402              
63403              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63404              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63405              Date: Wed, 29 Nov 2000 03:09:04 -0500
63406              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
63407              
63408              OUT and IN_OUT documentation.
63409      Branch: perl
63410            ! lib/ExtUtils/xsubpp pod/perlxs.pod
63411 ____________________________________________________________________________
63412 [  7914] By: jhi                                   on 2000/11/29  03:35:01
63413         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
63414              From: John Tobey <jtobey@john-edwin-tobey.org>
63415              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
63416              Message-Id: <m140e1N-000FOoC@feynman.localnet>
63417              
63418              plus a performance speedup noticed by Sarathy.
63419      Branch: perl
63420            ! op.c
63421 ____________________________________________________________________________
63422 [  7913] By: jhi                                   on 2000/11/29  03:16:59
63423         Log: Use "1 while unlink" so that VMS gets clean, too.
63424      Branch: perl
63425            ! t/lib/filter-util.t
63426 ____________________________________________________________________________
63427 [  7912] By: jhi                                   on 2000/11/29  03:09:08
63428         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
63429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63430              Date: Tue, 28 Nov 2000 03:27:09 -0500
63431              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
63432      Branch: perl
63433            ! lib/ExtUtils/xsubpp
63434 ____________________________________________________________________________
63435 [  7911] By: jhi                                   on 2000/11/29  03:06:30
63436         Log: This should have been part of #7872: no need to scan UTF-8
63437              until eternity.
63438      Branch: perl
63439            ! utf8.c
63440 ____________________________________________________________________________
63441 [  7910] By: jhi                                   on 2000/11/29  02:50:04
63442         Log: One more perltie.pod nit from Casey R. Tweten.
63443      Branch: perl
63444            ! pod/perltie.pod
63445 ____________________________________________________________________________
63446 [  7909] By: jhi                                   on 2000/11/29  02:44:23
63447         Log: Document the known sprintf test failures, exact standard
63448              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
63449      Branch: perl
63450            ! pod/perldelta.pod t/op/sprintf.t
63451 ____________________________________________________________________________
63452 [  7908] By: jhi                                   on 2000/11/29  02:36:23
63453         Log: Add the Encoding table format documentation.
63454      Branch: perl
63455            + ext/Encode/Encode/EncodeFormat.pod
63456            ! MANIFEST
63457 ____________________________________________________________________________
63458 [  7907] By: jhi                                   on 2000/11/29  02:07:24
63459         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
63460              From: "Casey R. Tweten" <crt@kiski.net>
63461              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
63462              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
63463              
63464              Subject: Re: [PATCH] Updating perltie.pod for arrays
63465              From: "Casey R. Tweten" <crt@kiski.net>
63466              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
63467              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
63468      Branch: perl
63469            ! pod/perltie.pod
63470 ____________________________________________________________________________
63471 [  7906] By: nick                                  on 2000/11/28  22:40:59
63472         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
63473      Branch: perlio
63474            ! iperlsys.h perlio.c
63475 ____________________________________________________________________________
63476 [  7905] By: nick                                  on 2000/11/28  22:04:34
63477         Log: Integrate mainline
63478      Branch: perlio
63479           !> (integrate 39 files)
63480 ____________________________________________________________________________
63481 [  7904] By: jhi                                   on 2000/11/28  16:44:43
63482         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63483              From: Nicholas Clark <nick@babyhippo.co.uk>
63484              Date: Tue, 28 Nov 2000 11:16:57 +0000
63485              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
63486      Branch: perl
63487            ! pod/perlipc.pod
63488 ____________________________________________________________________________
63489 [  7903] By: jhi                                   on 2000/11/28  16:40:31
63490         Log: Subject: [PATCH] Updating perltie.pod for arrays
63491              From: "Casey R. Tweten" <crt@kiski.net>
63492              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
63493              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
63494      Branch: perl
63495            ! pod/perltie.pod
63496 ____________________________________________________________________________
63497 [  7902] By: jhi                                   on 2000/11/28  16:39:37
63498         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
63499              From: Robin Barker <rmb1@cise.npl.co.uk>
63500              Date: Mon, 27 Nov 2000 17:56:44 GMT
63501              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
63502      Branch: perl
63503            ! pod/perlfunc.pod t/op/split.t
63504 ____________________________________________________________________________
63505 [  7901] By: jhi                                   on 2000/11/28  16:28:04
63506         Log: setmode() is a DOSish-only thing.
63507      Branch: perl
63508            ! perlio.c
63509 ____________________________________________________________________________
63510 [  7900] By: jhi                                   on 2000/11/28  16:21:46
63511         Log: Subject: [PATCH] perlcc.PL cleanups
63512              From: Simon Cozens <simon@cozens.net>
63513              Date: Tue, 28 Nov 2000 12:44:35 +0000
63514              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
63515      Branch: perl
63516            ! utils/perlcc.PL
63517 ____________________________________________________________________________
63518 [  7899] By: gsar                                  on 2000/11/28  06:32:55
63519         Log: reintegrate files missed by change#7895
63520      Branch: maint-5.6/perl
63521           +> ext/ByteLoader/bytecode.h utils/Makefile
63522            - utils/perlbc.PL
63523 ____________________________________________________________________________
63524 [  7897] By: gsar                                  on 2000/11/27  18:22:47
63525         Log: can't integrate these two files, for some reason
63526      Branch: maint-5.6/perl
63527            - ext/ByteLoader/bytecode.h utils/Makefile
63528 ____________________________________________________________________________
63529 [  7895] By: gsar                                  on 2000/11/27  18:11:21
63530         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
63531              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
63532              6757..6890,6892..6901 from mainline
63533              
63534              Bytecompiler patches from Benjamin Stuhl.
63535              
63536              More bytecompiler.
63537              
63538              Subject: [PATCH blead] B:: missing dependency
63539              
63540              Subject: [PATCH: 6757] configure.com updates and syslog build
63541              
63542              Long double Gconvert fixes from Yitzchak Scott-Thoennes
63543              and Spider Boardman.
63544              
63545              Subject: [PATCH blead] nextchar() abuse misses an optimisation
63546              
63547              Long double fixes from Spider Boardman.
63548              
63549              Make the selection of NVff et al stricter.
63550              
63551              cSVOPo_*v things index into the current PL_curpad
63552              under ithreads, which is different from the curpad
63553              used by the XSUB.  (In other words, the code as-is
63554              before this patch wouldn't work under ithreads.)
63555              
63556              Be portable.
63557              
63558              VMS MMS (make) wants null action.
63559              
63560              Mac and other portability updates from Chris Nandor.
63561              
63562              Storable support, v-version fixes.
63563              Subject: CPAN.pm beta for testing available
63564              
63565              Portability fix from Hugo van der Sanden.
63566              
63567              Bad makefile.
63568              
63569              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
63570              
63571              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
63572              
63573              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63574              
63575              Replace #6705 with a minimal doc patch.
63576              Subject: [PATCH 5.6.0] replace change #6705
63577              
63578              Drop the separate perlbc, perlcc -b should be enough.
63579              
63580              installperl couldn't tell whether it had run tests or not.
63581              Subject: [PATCH] Re: installperl and t/TEST
63582              
63583              Add silencer flags to installperl.
63584              Subject: [PATCH] Making installperl silent.
63585              
63586              Make "make install" by default silent.  A new "install-verbose"
63587              target is verbose.
63588              
63589              More liberal parsing of version numbers.
63590              Subject: Re: CPAN.pm beta for testing available
63591              
63592              Create directories in silence.
63593              Subject: [PATCH] Another silencer for MakeMaker
63594              
63595              DOS patches and portability/porting notes, from Tim Jenness.
63596              
63597              Make installman to recognize the silence flag -S.
63598              
63599              Actually do something with the silencer option.
63600              
63601              Continue silencing.
63602              
63603              Show the doc file, not the temp file.
63604              
63605              Regen perltoc.
63606              
63607              Subject: [PATCH] More silencing of installman.
63608              
63609              Better wording for the vec lvalue diagnostic.
63610              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
63611              
63612              Subject: [PATCH: 6805] several more tweaks to configure.com
63613              
63614              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
63615              
63616              Missing parts of 
63617              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
63618              
63619              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
63620              (applied slightly modified)
63621              
63622              installperl --verbose and --silent.
63623              Subject: Re: [PATCH] More silencing of installman.
63624              
63625              Add install-silent target.
63626              
63627              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
63628              the problem reported in
63629              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
63630              
63631              Tweak the sfio/useperlio logic, hopefully as wished in
63632              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
63633              
63634              One forgotten file from #6816.
63635              
63636              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
63637              
63638              Remove duplicately applied patch shards.
63639              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
63640              
63641              Support preserving extremely big/small angles.
63642              
63643              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
63644              
63645              Subject: [PATCH] installation not quite silent yet.
63646              
63647              Update the test count.
63648              
63649              Use UVxf, PTR2UV, NVff.
63650              
63651              Document PTR2XX and INT2PTR.
63652              
63653              no-install target a la make -n.
63654              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
63655              
63656              grep -e isn't portable.
63657              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
63658              
63659              Can't get the test to reliably work thanks to the
63660              inaccurateness of floating point.  "Resolves" bug ids
63661              20000826.003, 20000826.009, 20000826.010,
63662              
63663              Subject: installman buglet
63664              
63665              DJGPP update from Laszlo Molnar.
63666              
63667              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63668              
63669              Passing -R in ldflags makes now it to appear in the default
63670              for lddlflags, just like with -L.
63671              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
63672              
63673              Test nit.
63674              
63675              Use the actual thread type, not the pointer-to-struct.
63676              
63677              Provice virtual $Config{ccflags_nolargefiles} etc. 
63678              
63679              display_format used as a class method without arguments was broken,
63680              reported in
63681              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
63682              
63683              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
63684              
63685              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
63686              
63687              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
63688              
63689              opmini.o may be left around if a build is interrupted.
63690              
63691              Typo in #6858.
63692              
63693              Fix for ID 20000828.001, long doubles were not formatted
63694              correctly (showed up in $], which stopped installing perl).
63695              
63696              An attempt to fix the problem reported in
63697              Subject: Building perl@6856 using gcc/AIX 4.3.3 
63698              I can't test this properly since the gcc installation I have
63699              access to seems to be botched (gcc is calling the AIX cpp,
63700              a losing proposition...)
63701              
63702              Add -ld to archname on long tr...double platforms.
63703              
63704              Subject: hv.h Doc Patch
63705              
63706              Potential cruft.
63707              
63708              Subject: [PATCH bleedperl@6856] warnings fixes
63709              
63710              -S is the silent flag, -s is the strip flag.
63711              Subject: [PATCH] Re: [PATCH] make no-install          
63712              
63713              Take out the SUIDMAIL thing, that will not be
63714              a problem in 5.7.*.
63715              
63716              Subject: [PATCH bleedperl@6866] spellings
63717              
63718              Subject: [PATCH] Re: files not cleaned even by veryclean
63719              
63720              Use minimal @INC in tests, most of the time just '../lib',
63721              so that we simply can't pick up stuff from other Perls than
63722              the one we are testing.  Pointed out by
63723              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
63724              
63725              Update to Getopt::Long 2.24, from Johan Vromans.
63726              
63727              Fix for thinko in #6848.
63728              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
63729              
63730              Patches all over for people and the files they (hopefully) care about.
63731              
63732              Subject: Net::protoent does not export 'getproto'
63733              
63734              Missed a change in #6869.
63735              
63736              Subject: [PATCH] Warnings in B::Deparse
63737              
63738              Subject: [PATCH] Glob dumping
63739              
63740              Disable one of the tests for now.
63741              
63742              Disabling the one test is a bit tricky.
63743              
63744              Don't forget to tidy up.
63745              
63746              The #6881 removed one dump line.
63747              
63748              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
63749              
63750              Under usethreads the dumped variable is IN_PAD.
63751              Subject: Re: [PATCH] Glob dumping
63752              
63753              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
63754              
63755              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
63756              
63757              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
63758              
63759              Regen Configure for #6894.
63760              
63761              Subject: [PATCH: 6889] updates to perlebcdic.pod
63762              
63763              Undo namespace pollution of #6878.
63764              Subject: Re: Net::protoent does not export 'getproto'
63765              
63766              Admit that we are leaking scalars.
63767              
63768              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
63769      Branch: maint-5.6/perl
63770           !> (integrate 271 files)
63771 ____________________________________________________________________________
63772 [  7894] By: gsar                                  on 2000/11/27  16:00:34
63773         Log: a couple of nits
63774      Branch: maint-5.6/perl
63775            ! MANIFEST pp_sys.c
63776 ____________________________________________________________________________
63777 [  7893] By: gsar                                  on 2000/11/27  15:10:56
63778         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
63779              6740..6745,6747..6757,6760
63780              
63781              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
63782              
63783              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
63784              
63785              Doc nits spotted by Richard Soderberg.
63786              
63787              move WNOHANG definition to where other such things are
63788              
63789              Make $Config{byteorder} more magical so that it is
63790              dynamically computed: nice for 'fat binaries'.
63791              Subject: [PATCH]: default byteorder
63792              
63793              Subject: [PATCH] Cwd.pm now uses strict
63794              
63795              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
63796              
63797              Get -DLEAKTEST to compile (not necessarily to work, mind)
63798              Subject: [ID 20000724.006] -DLEAKTEST problem
63799              
63800              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
63801              
63802              Add perlebcdic from Peter Prymmer, regen toc.
63803              
63804              Don't propose using modules built for 5.005 if no binary
63805              compatibility with 5.005 is attempted.
63806              
63807              Do not use prototyping here.
63808              Subject: [ID 20000817.016] [PATCH] Peek.xs
63809              
63810              Document what the backtick returns if the command fails.
63811              
63812              Add byteorder to the myconfig output.
63813              
63814              Introduce NVef, NVff, and NVgf, use the middle one.
63815              (helps for lib/peek + Linux + long doubles)  Reported in
63816              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
63817              Use NVs in POSIX math, not doubles.
63818              Subject: [ID 20000817.014] POSIX & modfl
63819              
63820              Subject: [PATCH 5.6.0+] newSVrv() memory leak
63821              
63822              The byteorder code in #6671 was wrong.
63823              
63824              Fix the lib/complex failure of
63825              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
63826              Linux long double accuracy issue: something that
63827              when printed with %g looks like "2" but int() of it is 1.
63828              
63829              Propagate new Configure vars.
63830              
63831              Unbuffer the output.
63832              
63833              Subject: [PATCH] perltrap.pod spring cleaning
63834              
63835              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
63836              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
63837              
63838              Tiny Getopt::Long patch from Johan Vromans.
63839              
63840              Document code point which makes if (defined %stash::) to work
63841              (noted by Spider Boardman).
63842              
63843              Subject: [PATCH perl@6698] cygwin port
63844              
63845              Document the NDBM_File and ODBM_File as SDBM_File
63846              was documented in #6417.
63847              
63848              The new tests were missing from #6415.
63849              
63850              Add [[:blank:]] as suggested in
63851              Subject: [ID 20000716.024] [=cc=] / [:blank:]
63852              (the [=cc=] has already been taken care of by #6439
63853              so the whole bug report can be closed)
63854              and make [[:space:]] to be equivalent to isspace(3)
63855              (as opposed to \s, which is isSPACE()).  The difference
63856              is that now [[:space:]] matches the mythical vertical tab,
63857              while \s doesn't.
63858              
63859              Don't eat leading os from index entries.
63860              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
63861              
63862              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
63863              
63864              Typo in pp_complement().
63865              Subject: [PATCH perl-current] Deparse
63866              
63867              Add warnif(), check warnings further up the stack,
63868              all the warnings functions now can take an optional object reference.
63869              Subject: [PATCH bleedperl@6691] warnings pragma update
63870              
63871              Fix a core dump in lib/selfloader under -DDEBUGGING.
63872              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
63873              
63874              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
63875              
63876              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
63877              
63878              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
63879              Put back the long double avoidance code to POSIX.xs
63880              because VMS seems to need it still.
63881              
63882              Introduce a 'veryclean' target that is like 'distclean'
63883              but also removes *~ and *.orig.
63884              
63885              Subject: [ID 20000817.023] endianness description in perlfunc.pod
63886              
63887              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
63888              
63889              Let's try #6717 again.
63890              
63891              UTF8 concat fixes.
63892              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
63893              
63894              pp_open() could pass an uninitialized filename down to do_open9().
63895              
63896              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
63897              
63898              Update to CGI 2.72, from Lincoln Stein.
63899              
63900              Subject: [PATCH] Silence MakeMaker (Was: installman)
63901              
63902              Use temporary directory instead of current directory.
63903              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
63904              
63905              Document odd vs even subreleases and -Dusedevel.
63906              
63907              The veryclean target needs to clobber.
63908              
63909              Use File::Spec->tmpdir().
63910              
63911              Document the number of exponent digits.
63912              
63913              Mention perlebcdic and perlposix-bc.
63914              
63915              s/this one/the 5.6.0 release/
63916              
63917              The #6724 is here.
63918              
63919              The correct cleaning order is an art.
63920              
63921              small tweaks for change#6705: avoid C++ style comments in C code;
63922              use Perl's malloc API rather than the low level system one
63923              
63924              Array context keeps slithering in.
63925              
63926              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
63927              
63928              Subject: [PATCH] os2.c fix for use64bitint
63929              
63930              Update to Pod::LaTeX 0.53.
63931              Subject: [PATCH] lib/Pod/LaTeX.pm updates
63932              
63933              Document the endianness of Alpha more precisely.
63934              
63935              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
63936              
63937              Rename the macro argument because some preprocessors
63938              can't tell the difference and expand arguments also inside
63939              double quoted strings.
63940              
63941              free TLS slot properly on Windows
63942              
63943              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
63944              
63945              Unicos/mk requires elaborate paranoia.
63946              
63947              Tweak the floating point output routine preferences.
63948              
63949              Also under djgpp the timestamps are funky.
63950              
63951              Apply some PodParser 1.18 patches; the Pod/Find.pm
63952              patches cannot be applied since #6712 conflicts.
63953              
63954              Use PodParser 1.18 new test.
63955              
63956              A pod nit.
63957              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
63958              
63959              Be verydeepclean.
63960      Branch: maint-5.6/perl
63961           +> pod/perlebcdic.pod
63962           !> (integrate 106 files)
63963 ____________________________________________________________________________
63964 [  7892] By: jhi                                   on 2000/11/27  15:02:32
63965         Log: Update Changes.
63966      Branch: perl
63967            ! Changes patchlevel.h
63968 ____________________________________________________________________________
63969 [  7891] By: jhi                                   on 2000/11/27  14:57:23
63970         Log: Subject: Re: perlfaq style changes
63971              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63972              Date: Sat, 25 Nov 2000 23:32:26 -0800
63973              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
63974              
63975              plus a note from Ronald Kimball.
63976      Branch: perl
63977            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
63978 ____________________________________________________________________________
63979 [  7890] By: jhi                                   on 2000/11/27  14:53:14
63980         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
63981              From: Benjamin Holzman <bah@ecnvantage.com>
63982              Date: Sun, 26 Nov 2000 16:27:33 -0500
63983              Message-ID: <20001126162733.J25040@ecnvantage.com>
63984      Branch: perl
63985            ! gv.c
63986 ____________________________________________________________________________
63987 [  7889] By: jhi                                   on 2000/11/27  14:43:11
63988         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
63989              From: lvirden@cas.org
63990              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
63991              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
63992      Branch: perl
63993            ! README.amiga
63994 ____________________________________________________________________________
63995 [  7888] By: jhi                                   on 2000/11/27  14:32:34
63996         Log: Restore also the locale test to no-sprintf-taint state.
63997              Fixes the bug 20001127.003.
63998      Branch: perl
63999            ! sv.c t/pragma/locale.t
64000 ____________________________________________________________________________
64001 [  7887] By: gsar                                  on 2000/11/27  14:13:05
64002         Log: integrate changes#6613..6616,6620..6665 from mainline
64003              
64004              VMS configure.com update continues.
64005              
64006              Subject: Test fails / warnings with perl-current #6612
64007              
64008              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
64009              
64010              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64011              
64012              For now remove the mail code.
64013              
64014              Subject: Re: [PATCH] @+, @- readonly
64015              
64016              Subject: warning: storage class after type is obsolescent
64017              
64018              Subject: sfio2000
64019              
64020              Subject: Re: File::Temp problems on VMS in bleedperl
64021              
64022              README.os2 update.
64023              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
64024              
64025              Make the user to give up his firstborn, err, to knowingly
64026              verify installing an unstable developer release.  Also bump
64027              the release to 5.7.0, but leave a patch tag in the local
64028              patches saying that this is not yet the real thing.
64029              
64030              Update (kinda) to Test 1.14, from Joshua Pritikin.
64031              
64032              make ok etc also for win32.
64033              
64034              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
64035              
64036              Don't blow limited stacks, a lower number is enough to
64037              tickle the lookbehind limit.
64038              
64039              Use -Dusedevel; regen Configure and the respective Porting stuff.
64040              
64041              Subject: [PATCH] debugger exit code should reflect user exit code
64042              
64043              Subject: [PATCH perl@6620] cygwin port
64044              
64045              Missed a file from #6638.
64046              
64047              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)
64048              
64049              magic callbacks all need to have same type signature
64050              
64051              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
64052              
64053              Fix a dependency problem.
64054              Subject: [PATCH: 6640] VMS Makefile.SH update
64055              
64056              The numeric locale was reset to "C" by s?printf and never restored.
64057              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
64058              No test since adding the failing example to locale.t
64059              does not fail -- probably because the locale settings are so
64060              thoroughly tweaked by that time.  Running the example standalone
64061              does fail, though.  UPDATE: test case added at change #7540.
64062              
64063              Subject: [ID 20000324.040] minor fix to perlhpux.pod
64064              
64065              Update to CPAN 1.57.
64066              
64067              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
64068              
64069              Change the perlbug address to perl.org since it's more forgiving.
64070              
64071              Change the regx compilation error markers to use = instead of <
64072              since pod makes using the latter quite messy.  Reported in
64073              ID 20000814.006 by Abigail and in
64074              Subject: Unknown escape E<> ?
64075              
64076              Update to perldebtut 1.9, from Richard Foley.
64077              
64078              check that the number pseudo children doesn't exceed
64079              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
64080              the WaitForMultipleObjects() limit that would cause wait()
64081              to crash)
64082              wait() and waitpid() could potentially be rewritten to use
64083              more than one thread to do the waiting to eliminate this
64084              limitation
64085              
64086              change#6328 could make close(SOCKET) return false on windows
64087              when it shouldn't
64088              
64089              pod nit seen in passing
64090              
64091              on windows, the return values from wait() and waitpid() don't
64092              match those of pseudo-pids
64093              
64094              waitpid() now handles externally spawned pids correctly;
64095              fixes for backtick/wait/waitpid failures on Windows 9x
64096              these changes make the pid returned by process functions on
64097              Windows 9x always positive by clearing the high bit (which
64098              is always set on Win9x); pseudo-process PIDs are likewise
64099              always negative now on Win9x (just as on NT/2000)
64100              
64101              trailing new %ENV entries weren't being pushed into the real
64102              environment of subprocesses on Windows
64103              
64104              Tweak the regex compilation errors once more.
64105              
64106              avoid warnings from dense compiler
64107              
64108              add "ok" targets from change#6632 in makefile.mk
64109      Branch: maint-5.6/perl
64110            - lib/Pod/PlainText.pm vms/configure.com
64111           !> (integrate 66 files)
64112 ____________________________________________________________________________
64113 [  7886] By: jhi                                   on 2000/11/27  13:54:18
64114         Log: __FUNCTION__ isn't portable and trying to emulate it leads
64115              into practically spelling out the name of the function.
64116              Takes care of the bug 20001127.001.
64117      Branch: perl
64118            ! perlio.c
64119 ____________________________________________________________________________
64120 [  7885] By: gsar                                  on 2000/11/27  13:53:18
64121         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
64122              6610..6611 from mainline
64123              
64124              Make regular expression parse error messages easier to understand.
64125              Subject: Re: enhanced(?) regex error messages
64126              
64127              Tiny tidying on report_evil_fh().
64128              
64129              Subject: Re: enhanced(?) regex error messages 
64130              plus Capitalize the error messages, plus perldiag them.
64131              
64132              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
64133              
64134              Document here-doc better.
64135              
64136              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
64137              
64138              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
64139              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
64140              (either perlbug or p5p ate the original), plus regen
64141              perlapi and perltoc. 
64142              
64143              Regen global.sym.
64144              
64145              Double check that we have a dirhandle.
64146              
64147              Subject: Re: enhanced(?) regex error messages
64148              (plus two small patches sent privately)
64149              (this still seems to leave few test failures)
64150              
64151              warn is a macro, avoid using at a variable to avoid warnings
64152              in some configurations; readdir.t is too conservative in
64153              estimating number of *.t's
64154              
64155              Get back into sync with Jeffrey on the enhanced regex warnings.
64156              
64157              Subject: [PATCH 5.6.0] cygwin port
64158              
64159              Zero entries were skipped, fix from Adrian Goalby
64160              <argoalby@yahoo.co.uk>
64161              
64162              Subject: Remove dead entry in perldiag
64163              
64164              Amend the description of Perl6.
64165              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
64166              
64167              detypo
64168              
64169              It's the 2ndO'ROSSC.
64170              
64171              Revert the sv.c part of #6559, a better fix is needed.
64172              
64173              Iterating perl6 description.
64174              
64175              Update to Term::ANSIColor 1.03, from Russ Allbery.
64176              
64177              Update to Getopt::Long 2.23_05, from Johan Vromans.
64178              
64179              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
64180              
64181              Update to Pod::Parser 1.17, from Brad Appleton.
64182              
64183              Update to CPAN 1.56, from Andreas König.
64184              
64185              Update to CGI 2.70, from Lincoln Stein.
64186              
64187              Put back the std @INC thing.
64188              
64189              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
64190              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
64191              
64192              Document the IO::Select timeout.
64193              
64194              sleep(1) does not necessarily return 1.
64195              Subject: [PATCH bleadperl] op/lex_assign.t  
64196              
64197              Subject: debugger "d" command doesnt check line number
64198              
64199              B::Deparse didn't do sub attributes.
64200              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64201              
64202              Preprocessing and postprocessing for File::Find.
64203              Subject: Patch to Find::File.pm to allow alphabetical results
64204              
64205              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
64206              
64207              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
64208              
64209              Subject: Re: [ID 20000730.003] utf8::length() bad
64210              
64211              Subject: Getting perlio and threads to compile
64212              (the Solaris version changes in Configure skipped)
64213              
64214              Tests for #6589.
64215              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
64216              
64217              Add Perl debugging tutorial, regen toc. 
64218              Subject: perldebtut.pod
64219              
64220              Add a few missing files, update MANIFEST.
64221              
64222              Rewrite of vms/subconfigure.com as configure.com,
64223              from Peter Prymmer and the vmsperl crew.
64224              
64225              Should have deleted this in #6603.
64226              
64227              Fix the test for 5005threads.
64228              
64229              Fix-n-skip the tests under 5005threads.
64230              
64231              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
64232              
64233              Upgrade to CGI 2.71, from Lincoln Stein.
64234      Branch: maint-5.6/perl
64235           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
64236           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
64237           +> t/op/regmesg.t t/pod/find.t vms/configure.com
64238            - vms/subconfigure.com
64239            ! lib/lib.pm
64240           !> (integrate 115 files)
64241 ____________________________________________________________________________
64242 [  7884] By: jhi                                   on 2000/11/27  13:44:33
64243         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
64244              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64245              Date:     Mon, 27 Nov 2000 08:23:54 EST
64246              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
64247      Branch: perl
64248            ! vms/descrip_mms.template vms/test.com
64249 ____________________________________________________________________________
64250 [  7883] By: gsar                                  on 2000/11/27  11:50:46
64251         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
64252              6511..6513,6515..6523,6525..6536
64253              
64254              The swallow_bom() saga continues.  The #23 of require.t
64255              (UTF16-LE) still fails (silently, no output) but the #22
64256              (UTF16-BE) seems to be working now.  The root of the
64257              failure may be in sv_gets(): is it UTF-16LE-aware,
64258              especially when it comes to line endings? 
64259              
64260              Document the problem with -P in HP-UX and its workaround.
64261              
64262              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
64263              (aka ID 20000730.002)
64264              
64265              Subject: fix and question re: waitpid() under win32
64266              
64267              Make the safety catch for buggy gccs work with triple version
64268              numbers like 2.95.2.  Reported in
64269              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
64270              
64271              In Digital UNIX warn if gcc explicitly chosen because even
64272              2.95.2 is known to cause problems.
64273              
64274              Make chr() for values >127 to create utf8 when under utf8.
64275              
64276              various syntax errors and such (not fixed: comp/require.t#22 coredump
64277              on Windows)
64278              
64279              Stash away the largefiles flags and libswanted.
64280              
64281              BOM patching from Simon Cozens.
64282              
64283              If gccosandvers is equal to osname, clear gccosandvers.
64284              
64285              Make p4desc to skip non-mainperl branches by default.
64286              
64287              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
64288              
64289              The test from this
64290              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
64291              
64292              In new BSDs changes to argv[] do not show up in ps(1) output,
64293              instead one must use setproctitle().  This was already addressed
64294              by change #6457, but the below has a new variant for FreeBSD 4.0
64295              or later, and the matter is also documented more.
64296              
64297              FreeBSD 3.* updates from
64298              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
64299              
64300              regen_headers, regen perltoc.
64301              
64302              Document in one place the memory abstractions used in Perl core.
64303              
64304              memcpy has n o in it, as pinted ut by Sarathy.
64305              
64306              Remove the extraneous "main::" prefix from all the
64307              "opened only for", "on closed", and "never opened" warnings.
64308              
64309              The name of a filehandle does not have <these>.
64310              
64311              The tr utf8 patching continues.
64312              
64313              The new setproctitle() feature is available only in 
64314              bleeding edge FreeBSD.  From Paul Saab.
64315              
64316              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
64317              
64318              Dump UVs as UVs in Data::Dumper.
64319              
64320              detypo #6494
64321              
64322              Document the IVdf UVuf UVof UVxf.
64323              
64324              require.t needs binmode() to work on windows
64325              
64326              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
64327              that are hopefully soon put into use.
64328              
64329              Allow "no Module;" even if there is no 'unimport'.
64330              
64331              Better skip message for the test; one of the two problems in
64332              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
64333              
64334              The subtest 4 may fail also on VOBS, as pointed out
64335              by Nick Ing-Simmons in November 1999, bug id 19991124.003
64336              (but the failure in that bug report isn't the subtest 4).
64337              
64338              Be more informative on what is skipped and why,
64339              also repeat the list at the end.
64340              
64341              Add a URL for FSF.
64342              
64343              Subject: [PATCH] sv.h documentation - SvLEN
64344              
64345              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
64346              
64347              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
64348              
64349              Subject: [PATCH] bad cppsymbols on os2 + Configure question
64350              
64351              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
64352              
64353              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
64354              mention the idea of @( and @)
64355              
64356              This is 6512.  Really.
64357              
64358              Subject: [ID 19990721.004] Documentation bug in perlfunc
64359              
64360              Subject: Minor tweak to perlvar.pod
64361              
64362              In the warnings call filehandles consistently so;
64363              add "unopened" warning for stat().
64364              
64365              After the #6519 a warning about stat() is just that,
64366              not about a filetest, which now have their own warning.
64367              
64368              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
64369              
64370              Subject: Re: Array vs. List context
64371              
64372              Subject: New perlcc, take 2
64373              
64374              Weed buglets pointed out by
64375              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
64376              
64377              gcc versions might have (parentheses) in them.
64378              
64379              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
64380              
64381              Essential prototype changes were missing from #6527.
64382              Also make report_evil_fh() more bomb-proof.
64383              
64384              Zap lib/Sys directory when cleaning up.
64385              
64386              Change the Policy policy: now -Dprefix= with an existing
64387              Policy.sh and prefix == siteprefix == vendorprefix, then all
64388              of them follow along the new prefix.
64389              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
64390              
64391              Continue fixing the io warnings.  This also
64392              sort of fixes bug ID 20000802.003: the core dump
64393              is no more.  Whether the current behaviour is correct
64394              (giving a warning: "Not a format reference"), is another matter.
64395              
64396              Have symbols for the IoTYPEs.
64397              
64398              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
64399              
64400              Document a bit that UDP is not what you might think.
64401              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
64402              tr memory corruption fix from Simon Cozens.
64403              
64404              Plug the security hole described in the Aug 05 2000 bugtraq message
64405              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
64406              The security hole exists only in suidperls, which isn't
64407              installed or even built by default.
64408      Branch: maint-5.6/perl
64409           !> (integrate 71 files)
64410 ____________________________________________________________________________
64411 [  7882] By: gsar                                  on 2000/11/27  10:25:36
64412         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
64413              from mainline
64414              
64415              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
64416              to be fatal errors (instead of by default ignoring them, and
64417              ignoring with a bug: even though -w gave an error, the opening [
64418              was left in)  Reported in:
64419              
64420              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
64421              
64422              Subject: [PATCH] split /^/
64423              
64424              MacOS nits from Matthias Neeracher.
64425              
64426              More split() doc and test patches from Mike Guy.
64427              
64428              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
64429              from Graham Barr in the module list.
64430              
64431              docfix from Peter Scott <Peter@PSDT.com>.
64432              
64433              File::Temp patches for VMS and OS/2 from Tim Jenness.
64434              
64435              open() wariness in perlbug.
64436              
64437              Subject: [PATCH] minor doc change - perlguts
64438              
64439              Subject: Minor doc patch: handy.h
64440              
64441              Be wary of close()s, too.
64442              
64443              Further File::Temp patches from Yitzchak Scott-Thoennes
64444              and Craig A. Berry.
64445              
64446              Subject: [PATCH] fixes bug 20000508.004
64447              
64448              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
64449              
64450              Allow "no AutoLoader;", based on change #6444,
64451              suggested by Graham Barr.
64452              
64453              Use setproctitle() if available to modify $0.
64454              
64455              Warn if the version of the operating system used to compile gcc
64456              differs from the current version of the operating system.
64457              Also display the gcc compilation os and version in myconfig.
64458              Inspiration from
64459              
64460              Tiny fixes for #6460.
64461              
64462              The problem described in this
64463              Subject: [ID 20000322.018] named chars aren't magical enough
64464              has been fixed in perl 5.6.0 but just in case added a test
64465              to keep it away.  (The report from Joseph Hall.)
64466              
64467              Tune the comments and hopefully stop a memory leak.
64468              
64469              Subject: UTF8 concat
64470              (with a memory leak fixed, plus a few casts added)
64471              This also seems to help for
64472              Subject: [ID 20000716.015] join UTF8 weirdness
64473              
64474              Do not upgrade SVs into utf8 just because they participate
64475              in eq or cmp.  Reported and fix suggested in
64476              Subject: [ID 20000720.009] sv_eq UTF8 bug
64477              
64478              Fix the HALF_UPGRADE() macro introduced in #6263.
64479              
64480              Find green threads before native threads.
64481              Subject: Re: Patch to jpl/JNI/Makefile.PL
64482      Branch: maint-5.6/perl
64483           !> (integrate 30 files)
64484 ____________________________________________________________________________
64485 [  7881] By: jhi                                   on 2000/11/27  05:48:41
64486         Log: It seems that *both* the unused submatch loop cleanup
64487              codes are needed.
64488      Branch: perl
64489            ! regexec.c
64490 ____________________________________________________________________________
64491 [  7880] By: jhi                                   on 2000/11/27  04:50:07
64492         Log: Clean .exists deeper.
64493      Branch: perl
64494            ! Makefile.SH
64495 ____________________________________________________________________________
64496 [  7879] By: jhi                                   on 2000/11/27  02:31:35
64497         Log: The code in regcppop() (see #7878) contains the correct lower
64498              limit for the unused submatch 'cleanup' loop so that under
64499              "use utf8" the following code wouldn't dump core:
64500              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
64501              the cleanup loop in regtry() stomped beyond allocated area
64502              in the startp[] array.  Therefore, copied the correct lower
64503              loop limit (*PL_reglastparen) to regtry().  Note: something
64504              may still not be quite right: why was the _higher_ loop limit
64505              (prog->nparens) different in the utf8 case?
64506              
64507              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
64508              without core dumps, there were about 17 of them before
64509              the patch (with us since Perl 5.7.0).  Two failures, still:
64510              496 and 505 (though these may not be severe).
64511              
64512              Patch #7881 is also needed since both the cleanup loops
64513              seem to be needed.
64514              
64515              Also, the t/op/pat#44 seems to core dump under utf8.
64516              Plus a couple of failures.  UGH-8.
64517      Branch: perl
64518            ! regexec.c
64519 ____________________________________________________________________________
64520 [  7878] By: jhi                                   on 2000/11/27  02:21:17
64521         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
64522              the code in regcppop() seems to be redundant for the test suite --
64523              but it contains a germ of truth, and it needed for the build
64524              process itself: see #7879 and #7881.
64525      Branch: perl
64526            ! regexec.c
64527 ____________________________________________________________________________
64528 [  7877] By: jhi                                   on 2000/11/27  01:53:09
64529         Log: Comment on comment.
64530      Branch: perl
64531            ! regexec.c
64532 ____________________________________________________________________________
64533 [  7876] By: jhi                                   on 2000/11/27  00:49:59
64534         Log: Adjust the docs to agree with #7875.
64535      Branch: perl
64536            ! pod/perllocale.pod
64537 ____________________________________________________________________________
64538 [  7875] By: jhi                                   on 2000/11/27  00:49:27
64539         Log: Retract #7863.  It makes more sense not to taint formatted output,
64540              not even by sprintf().
64541      Branch: perl
64542            ! sv.c
64543 ____________________________________________________________________________
64544 [  7874] By: jhi                                   on 2000/11/26  23:36:02
64545         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
64546              Not really fixed (should really dump the UTF-8 charclass),
64547              but stopped displaying the garbage.
64548              
64549              Also add a note on the (missing) Unicode PSXSPC and BLANK.
64550      Branch: perl
64551            ! regcomp.c
64552 ____________________________________________________________________________
64553 [  7873] By: jhi                                   on 2000/11/26  21:31:13
64554         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
64555      Branch: perl
64556            ! regexec.c
64557 ____________________________________________________________________________
64558 [  7872] By: jhi                                   on 2000/11/26  21:06:04
64559         Log: No need to scan till infinity, 13 is enough.
64560      Branch: perl
64561            ! handy.h utf8.c
64562 ____________________________________________________________________________
64563 [  7871] By: jhi                                   on 2000/11/26  20:20:32
64564         Log: Test line numbers are different with utf8.
64565      Branch: perl
64566            ! t/op/re_tests
64567 ____________________________________________________________________________
64568 [  7870] By: jhi                                   on 2000/11/26  20:10:12
64569         Log: Message nit.
64570      Branch: perl
64571            ! regcomp.c
64572 ____________________________________________________________________________
64573 [  7869] By: jhi                                   on 2000/11/26  19:01:05
64574         Log: Make utf8_length() and utf8_distance() (the latter of which
64575              is unused at the moment) to be less forgiving about bad UTF-8.
64576      Branch: perl
64577            ! embed.h embed.pl objXSUB.h proto.h utf8.c
64578 ____________________________________________________________________________
64579 [  7868] By: jhi                                   on 2000/11/26  18:45:56
64580         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
64581              From: Benjamin Holzman <bah@ecnvantage.com>
64582              Date: Sat, 25 Nov 2000 20:40:20 -0500       
64583              Message-ID: <20001125204020.A25040@ecnvantage.com>              
64584              
64585              Debian allows installing /usr/bin/locale without installing
64586              any locales, an error message will ensue.
64587      Branch: perl
64588            ! t/pragma/locale.t
64589 ____________________________________________________________________________
64590 [  7867] By: jhi                                   on 2000/11/26  18:31:12
64591         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
64592              From: Benjamin Holzman <bah@ecnvantage.com>
64593              Date: Sun, 26 Nov 2000 02:42:34 -0500
64594              Message-ID: <20001126024234.G25040@ecnvantage.com>
64595              
64596              Patch for the bug 20000212.002.
64597      Branch: perl
64598            ! sv.c t/op/array.t
64599 ____________________________________________________________________________
64600 [  7866] By: jhi                                   on 2000/11/26  18:28:09
64601         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
64602              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64603              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
64604              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
64605              
64606              File::Temp 0.11.
64607      Branch: perl
64608            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
64609 ____________________________________________________________________________
64610 [  7865] By: jhi                                   on 2000/11/26  18:24:22
64611         Log: The metaconfig unit change for #7864.
64612      Branch: metaconfig/U/perl
64613            ! need_va_copy.U
64614 ____________________________________________________________________________
64615 [  7864] By: jhi                                   on 2000/11/26  18:23:41
64616         Log: Make the va_copy() test not to be so talkative.
64617      Branch: perl
64618            ! Configure config_h.SH
64619 ____________________________________________________________________________
64620 [  7863] By: jhi                                   on 2000/11/26  18:11:02
64621         Log: Fix locale inconsistencies unearthed by Hugo's work.
64622              Now the floating point sprintf really does taint the result
64623              string as perllocale promises (has promised for a long time)
64624              if "use locale" is in the lexical scope.
64625      Branch: perl
64626            ! sv.c t/pragma/locale.t
64627 ____________________________________________________________________________
64628 [  7862] By: jhi                                   on 2000/11/26  00:35:15
64629         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
64630              From: Nicholas Clark <nick@ccl4.org>
64631              Date: Sun, 26 Nov 2000 00:07:50 +0000
64632              Message-ID: <20001126000750.A22446@plum.flirble.org>
64633              
64634              Infinit.
64635      Branch: perl
64636            ! sv.c
64637 ____________________________________________________________________________
64638 [  7861] By: jhi                                   on 2000/11/26  00:01:26
64639         Log: Integrate perlio.
64640      Branch: perl
64641           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
64642 ____________________________________________________________________________
64643 [  7860] By: nick                                  on 2000/11/25  22:04:17
64644         Log: Correct relative path from new ext\Filter\Util\Call location
64645              back to miniperl.
64646      Branch: perlio
64647            ! win32/makefile.mk
64648 ____________________________________________________________________________
64649 [  7859] By: nick                                  on 2000/11/25  21:26:54
64650         Log: Integrate mainline.
64651      Branch: perlio
64652           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
64653           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
64654           +> t/lib/filter-util.t
64655            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
64656            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
64657            - t/lib/filt-util.t
64658           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
64659           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
64660           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
64661           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
64662           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
64663           !> win32/makefile.mk
64664 ____________________________________________________________________________
64665 [  7858] By: gsar                                  on 2000/11/25  20:52:17
64666         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
64667              parent's memory; fix it by keeping track of the actual pad
64668              offset rather than a raw pointer (this change is probably also
64669              relevant to non-ithreads case to avoid fallout from reallocs of
64670              the pad array, but is currently only enabled for the ithreads
64671              case in the interests of minimal disruption to existing "well
64672              tested" code)
64673      Branch: perl
64674            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
64675            ! proto.h scope.c scope.h sv.c t/op/fork.t
64676 ____________________________________________________________________________
64677 [  7857] By: nick                                  on 2000/11/25  20:01:28
64678         Log: All tests pass on Win32/gcc/USE_PERLIO.
64679              - when crlf layer is pushed make unix-level binary.
64680              - remove :crlf injection in pp_backtick in pp_sys.c
64681              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
64682      Branch: perlio
64683            ! doio.c perlio.c pp_sys.c win32/makefile.mk
64684 ____________________________________________________________________________
64685 [  7856] By: jhi                                   on 2000/11/25  18:38:30
64686         Log: Update the metaconfig units for #7855.
64687      Branch: metaconfig/U/perl
64688            ! useperlio.U usesocks.U
64689 ____________________________________________________________________________
64690 [  7855] By: jhi                                   on 2000/11/25  18:37:54
64691         Log: Undo the SOCKS workarounds, instead start using PerlIO
64692              if SOCKS is selected.
64693              
64694              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
64695              From: Jens Hamisch <jens@Strawberry.COM>
64696              Date: Fri, 24 Nov 2000 18:31:30 +0100
64697              Message-ID: <20001124183130.E28337@Strawberry.COM>
64698              
64699              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
64700              From: Jens Hamisch <jens@Strawberry.COM>
64701              Date: Fri, 24 Nov 2000 19:11:51 +0100
64702              Message-ID: <20001124191151.A28753@Strawberry.COM>
64703      Branch: perl
64704            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
64705            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
64706 ____________________________________________________________________________
64707 [  7854] By: jhi                                   on 2000/11/25  17:39:08
64708         Log: Undo #7848.  Some of the code seems to use walkoptree(),
64709              some walkoptree_slow().  An unfinished renaming?
64710              Now the sub is walkoptree() (which is @EXPORT_OK),
64711              the walkoptree_slow() is a typeglob alias to walkoptree.
64712              This makes the tests to pass, at least.
64713      Branch: perl
64714            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
64715 ____________________________________________________________________________
64716 [  7853] By: nick                                  on 2000/11/24  22:24:33
64717         Log: Re-arrange crlf vs binary for platforms that care.
64718              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
64719              Lip-service to making stdio layer work on such platforms (untested).
64720              Now fails 3 tests rather than one, checkin to see if I can debug 
64721              the issue under linux. (Do not merge.)
64722      Branch: perlio
64723            ! doio.c perlio.c perliol.h
64724 ____________________________________________________________________________
64725 [  7852] By: jhi                                   on 2000/11/24  18:57:39
64726         Log: AUTHORS edits.
64727      Branch: perl
64728            ! AUTHORS
64729 ____________________________________________________________________________
64730 [  7851] By: jhi                                   on 2000/11/24  17:34:56
64731         Log: Add Jan-Erik Karlsson.
64732      Branch: perl
64733            ! AUTHORS
64734 ____________________________________________________________________________
64735 [  7850] By: jhi                                   on 2000/11/24  17:27:56
64736         Log: Configure should find stdchar on its own.
64737      Branch: perl
64738            ! hints/solaris_2.sh
64739 ____________________________________________________________________________
64740 [  7849] By: jhi                                   on 2000/11/24  17:24:55
64741         Log: Subject: PATCH over 7848: Filter test flawed
64742              From: andreas.koenig@anima.de (Andreas J. Koenig)
64743              Date: 24 Nov 2000 10:28:29 +0100
64744              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
64745      Branch: perl
64746            ! t/lib/filter-util.t
64747 ____________________________________________________________________________
64748 [  7848] By: jhi                                   on 2000/11/24  17:22:15
64749         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
64750              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
64751              Date: Fri, 24 Nov 2000 16:12:58 +0000
64752              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
64753      Branch: perl
64754            ! ext/B/B.pm
64755 ____________________________________________________________________________
64756 [  7847] By: jhi                                   on 2000/11/24  03:07:01
64757         Log: Integrate perlio.
64758      Branch: perl
64759           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
64760           !> win32/makefile.mk
64761 ____________________________________________________________________________
64762 [  7846] By: gsar                                  on 2000/11/24  00:55:57
64763         Log: integrate changes#6415..6418,6420..6438 from mainline
64764              
64765              Fix the bitvector ops for utf8 (tricky since past 7 bits
64766              the utf8 'characters' can be more than one octet).
64767              
64768              MPE/ix updates for perl 5.6.0 from Mark Bixby.
64769              
64770              Subject: SDBM_File documentation
64771              
64772              Detypo.
64773              
64774              Decutandpasto.
64775              
64776              Send all installperl messages to STDERR and be -w clean.
64777              
64778              Out-of-date note removed.
64779              
64780              Protect against "wild next"s, that is, callbacks doing "next"
64781              instead of "return".
64782              
64783              Use STDOUT consistently.
64784              
64785              The output might have been produced in the wrong order.
64786              
64787              A missing 'break' after the [[:space:]] switch case.
64788              
64789              Add tests for
64790              [ID 19991110.003] another matching finding by pcre author
64791              which has already been fixed by some patch, as verified in
64792              
64793              Documentation to explain the behaviour of map().
64794              
64795              Add an optimization for map-maps-a-list-element-to-more-list-elements
64796              case, but add also notes explaining the relationship of this
64797              patch and the earlier notes by Sarathy.
64798              
64799              Subject: [ID 20000716.023] syslog test fails without sockets
64800              
64801              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
64802              Test cases for #6431.
64803              
64804              File::Spec::VMS fixup for tmpdir from Craig Berry.
64805              
64806              Make the "uninit variable" warning to say "concat or string"
64807              or "join or string" when in concat or join .
64808              
64809              Get UTF16 BOMs working.  Patch from
64810              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
64811              
64812              Subject: [PATCH] Make large file tests deal with SIGXFSZ
64813              
64814              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
64815              
64816              Subject: [PATCH] av.c apidoc
64817      Branch: maint-5.6/perl
64818           !> (integrate 43 files)
64819 ____________________________________________________________________________
64820 [  7845] By: gsar                                  on 2000/11/24  00:20:45
64821         Log: integrate changes#6406..6414 from mainline
64822              
64823              Merge perlhacktut into perlhack, update perlguts.
64824              
64825              Fix AutoSplit to use File::Spec the right way in VMS,
64826              from Peter Prymmer.
64827              
64828              The bug report
64829              [ID 19991110.002] minimal matching discrepancy found by pcre author
64830              seems to have been fixed (though differently from what was suggested
64831              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
64832              
64833              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
64834              not in pod, from Peter Prymmer
64835              
64836              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
64837              From: Hugo <hv@crypt.compulink.co.uk>
64838              Date: Fri, 14 Jul 2000 23:05:20 +0100
64839              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
64840              
64841              Didn't anymore apply, but that point still could use another fix.
64842              
64843              lib/b test fixes from Peter Prymmer.
64844              
64845              More docs for sv functions.
64846              
64847              perlvms.pod whitespace cleanup to keep pod utils happy.
64848              
64849              another VMS build tweak from Peter Prymmer
64850      Branch: maint-5.6/perl
64851           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
64852           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
64853           !> vms/descrip_mms.template vms/perlvms.pod
64854 ____________________________________________________________________________
64855 [  7844] By: nick                                  on 2000/11/23  23:42:45
64856         Log: Win32/perlio Now just fails one io/argv.t test - lack 
64857              of default :crlf on standard streams.
64858      Branch: perlio
64859            ! doio.c perlio.c
64860 ____________________________________________________________________________
64861 [  7843] By: nick                                  on 2000/11/23  23:04:05
64862         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
64863              peek fail is showing a real problem (multiple crlf layers
64864              are getting pushed.)
64865      Branch: perlio
64866            ! doio.c perlio.c win32/makefile.mk
64867 ____________________________________________________________________________
64868 [  7842] By: nick                                  on 2000/11/23  19:46:23
64869         Log: Implement PerlIO_binmode()
64870              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
64871              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
64872              make binmode in t/lib/io_tell.t unconditional so that works.
64873              Checkin just so Win32 machine can see these changes.
64874      Branch: perlio
64875            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
64876 ____________________________________________________________________________
64877 [  7841] By: jhi                                   on 2000/11/23  19:30:00
64878         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
64879      Branch: perl
64880            ! README.amiga
64881 ____________________________________________________________________________
64882 [  7840] By: jhi                                   on 2000/11/23  17:18:02
64883         Log: SOCKS wrestling continues, patches from Jens Hamisch.
64884      Branch: perl
64885            ! doio.c embed.h embed.pl perlsdio.h proto.h
64886 ____________________________________________________________________________
64887 [  7839] By: jhi                                   on 2000/11/23  16:54:14
64888         Log: Push Filter::Util::Call one level deeper.
64889      Branch: perl
64890            + t/lib/filter-util.t
64891           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
64892           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
64893            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
64894            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
64895            - t/lib/filt-util.t
64896            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
64897            ! win32/Makefile win32/makefile.mk
64898 ____________________________________________________________________________
64899 [  7838] By: jhi                                   on 2000/11/23  16:52:40
64900         Log: Reach back one higher up when searching for PERL_SRC.
64901      Branch: perl
64902            ! lib/ExtUtils/MM_Unix.pm
64903 ____________________________________________________________________________
64904 [  7837] By: jhi                                   on 2000/11/23  16:05:41
64905         Log: Subject: Re: perl@7826
64906              Date: Thu, 23 Nov 2000 02:20:25 -0600
64907              From: "Craig A. Berry" <craigberry@mac.com>
64908              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
64909              
64910              Make VMS to like Filter::Util::Call. 
64911      Branch: perl
64912            ! configure.com ext/Filter/Util/Makefile.PL
64913 ____________________________________________________________________________
64914 [  7836] By: nick                                  on 2000/11/23  16:04:08
64915         Log: Implement crlf layer - not ready for merge.
64916      Branch: perlio
64917            ! perlio.c win32/makefile.mk
64918 ____________________________________________________________________________
64919 [  7835] By: jhi                                   on 2000/11/23  15:56:52
64920         Log: STDCHAR is different in Sparc v9 vs x86.
64921      Branch: perl
64922            ! hints/solaris_2.sh
64923 ____________________________________________________________________________
64924 [  7834] By: jhi                                   on 2000/11/23  15:50:47
64925         Log: The type needs to be visible to protos.
64926      Branch: perl
64927            ! perl.h
64928 ____________________________________________________________________________
64929 [  7833] By: jhi                                   on 2000/11/23  15:40:46
64930         Log: Finish unfinished SOCKS workaround changes.
64931      Branch: perl
64932            ! doio.c
64933 ____________________________________________________________________________
64934 [  7832] By: jhi                                   on 2000/11/23  15:33:30
64935         Log: Integrate perlio.
64936      Branch: perl
64937           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
64938           !> win32/makefile.mk
64939 ____________________________________________________________________________
64940 [  7831] By: nick                                  on 2000/11/23  10:31:07
64941         Log: Correct makefile.mk dependancies for ext/Filter/Util
64942              Build ext/Encode
64943              Run dmake regen_config_h
64944      Branch: perlio
64945            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
64946            ! win32/makefile.mk
64947 ____________________________________________________________________________
64948 [  7830] By: nick                                  on 2000/11/23  08:05:07
64949         Log: Integrate mainline
64950      Branch: perlio
64951           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
64952           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
64953           +> t/lib/filt-util.pl t/lib/filt-util.t
64954           !> (integrate 41 files)
64955 ____________________________________________________________________________
64956 [  7829] By: gsar                                  on 2000/11/23  03:07:11
64957         Log: build the Filter extension on windows
64958      Branch: perl
64959            ! win32/Makefile win32/makefile.mk
64960 ____________________________________________________________________________
64961 [  7828] By: gsar                                  on 2000/11/23  02:46:35
64962         Log: regenerate win32/config* and fix some inconsistencies in the
64963              makefiles; always export Perl_deb() because it is needed
64964              by ext/re/* (whether perl itself is built with -DDEBUGGING
64965              or not)
64966      Branch: perl
64967            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
64968            ! win32/config_H.vc win32/makefile.mk
64969 ____________________________________________________________________________
64970 [  7827] By: gsar                                  on 2000/11/23  02:18:38
64971         Log: get sources building on windows+MSVC again (untested with other
64972              compilers)
64973      Branch: perl
64974            ! win32/include/sys/socket.h win32/perllib.c
64975 ____________________________________________________________________________
64976 [  7826] By: jhi                                   on 2000/11/23  01:18:26
64977         Log: Update Changes.
64978      Branch: perl
64979            ! Changes patchlevel.h
64980 ____________________________________________________________________________
64981 [  7825] By: jhi                                   on 2000/11/23  00:20:41
64982         Log: Subject: Re: av.c patch (having slight problems)
64983              From: "Ben Tilly" <ben_tilly@hotmail.com>
64984              Date: Tue, 21 Nov 2000 23:29:31 -0500
64985              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
64986              
64987              unshift() speedup.
64988      Branch: perl
64989            ! av.c
64990 ____________________________________________________________________________
64991 [  7824] By: jhi                                   on 2000/11/22  23:59:15
64992         Log: Fixes for signedness warnings noticed by VMSperlers.
64993      Branch: perl
64994            ! ext/Storable/Storable.xs regcomp.c sv.c
64995 ____________________________________________________________________________
64996 [  7823] By: jhi                                   on 2000/11/22  23:19:31
64997         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
64998              From: Peter Prymmer <pvhp@forte.com>
64999              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
65000              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
65001      Branch: perl
65002            ! t/pragma/warn/pp_hot
65003 ____________________________________________________________________________
65004 [  7822] By: jhi                                   on 2000/11/22  22:52:20
65005         Log: Be clean.
65006      Branch: perl
65007            ! Makefile.SH
65008 ____________________________________________________________________________
65009 [  7821] By: jhi                                   on 2000/11/22  22:46:39
65010         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
65011              by Damian Conway, as suggested by Paul Marquess.
65012      Branch: perl
65013            + lib/Filter/Simple.pm
65014 ____________________________________________________________________________
65015 [  7820] By: jhi                                   on 2000/11/22  22:45:51
65016         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
65017      Branch: perl
65018            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
65019            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
65020            + t/lib/filt-util.t
65021            ! MANIFEST
65022 ____________________________________________________________________________
65023 [  7819] By: jhi                                   on 2000/11/22  22:03:27
65024         Log: Integrate perlio.
65025      Branch: perl
65026           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
65027           !> win32/makefile.mk
65028 ____________________________________________________________________________
65029 [  7818] By: jhi                                   on 2000/11/22  21:56:02
65030         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
65031      Branch: perl
65032            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
65033            ! t/lib/io_sock.t
65034 ____________________________________________________________________________
65035 [  7817] By: jhi                                   on 2000/11/22  21:39:49
65036         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
65037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65038              Date: Wed, 22 Nov 2000 16:08:12 -0500
65039              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
65040      Branch: perl
65041            ! lib/ExtUtils/Liblist.pm
65042 ____________________________________________________________________________
65043 [  7816] By: jhi                                   on 2000/11/22  21:38:25
65044         Log: Go ahead and #include <unistd.h> in perl.h.
65045      Branch: perl
65046            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
65047            ! util.c
65048 ____________________________________________________________________________
65049 [  7815] By: jhi                                   on 2000/11/22  21:22:52
65050         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
65051              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65052              Date: Mon, 20 Nov 2000 18:30:52 -0500
65053              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
65054      Branch: perl
65055            ! pod/perlre.pod regcomp.c t/op/re_tests
65056 ____________________________________________________________________________
65057 [  7814] By: jhi                                   on 2000/11/22  21:21:46
65058         Log: Subject: [PATCH 5.7.0] Liblist finally works
65059              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65060              Date: Tue, 21 Nov 2000 22:02:17 -0500
65061              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
65062      Branch: perl
65063            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
65064            ! lib/ExtUtils/MakeMaker.pm
65065 ____________________________________________________________________________
65066 [  7813] By: jhi                                   on 2000/11/22  21:20:23
65067         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
65068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65069              Date: Wed, 22 Nov 2000 17:53:15 +0100
65070              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
65071              
65072              AIX dynaloader and perlio patch.
65073      Branch: perl
65074            ! ext/DynaLoader/dl_aix.xs
65075 ____________________________________________________________________________
65076 [  7812] By: jhi                                   on 2000/11/22  21:17:52
65077         Log: (Accidentally empty patch.)
65078      Branch: perl
65079            ! av.c
65080 ____________________________________________________________________________
65081 [  7811] By: jhi                                   on 2000/11/22  21:16:31
65082         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
65083              From: Peter Prymmer <pvhp@forte.com>
65084              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
65085              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
65086      Branch: perl
65087            ! vms/test.com
65088 ____________________________________________________________________________
65089 [  7810] By: jhi                                   on 2000/11/22  21:15:36
65090         Log: Subject: Re: perl@7777 
65091              From: "John P. Linderman" <jpl@research.att.com>
65092              Date: Wed, 22 Nov 2000 13:11:11 -0500
65093              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
65094              
65095              Detypoing.
65096      Branch: perl
65097            ! lib/CPAN.pm
65098 ____________________________________________________________________________
65099 [  7809] By: jhi                                   on 2000/11/22  21:14:19
65100         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
65101              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65102              Date:     Wed, 22 Nov 2000 13:51:37 EST
65103              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
65104      Branch: perl
65105            ! perlsdio.h
65106 ____________________________________________________________________________
65107 [  7808] By: jhi                                   on 2000/11/22  21:13:27
65108         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
65109              From: Casey Tweten <crt@kiski.net>
65110              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
65111              Message-Id: <200011201653.LAA10194@home.kiski.net>
65112      Branch: perl
65113            ! t/lib/io_udp.t
65114 ____________________________________________________________________________
65115 [  7807] By: jhi                                   on 2000/11/22  21:12:35
65116         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
65117              From: Casey Tweten <crt@kiski.net>
65118              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
65119              Message-Id: <200011201636.LAA07227@home.kiski.net>
65120      Branch: perl
65121            ! t/lib/io_sock.t
65122 ____________________________________________________________________________
65123 [  7806] By: jhi                                   on 2000/11/22  21:10:59
65124         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
65125              From: "Casey R. Tweten" <crt@kiski.net>
65126              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
65127              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
65128      Branch: perl
65129            ! utils/h2xs.PL
65130 ____________________________________________________________________________
65131 [  7805] By: nick                                  on 2000/11/22  21:05:06
65132         Log: Integrate mainline
65133      Branch: perlio
65134           !> Changes Porting/genlog ext/DB_File/DB_File.xs
65135           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
65136           !> utils/perlbug.PL
65137 ____________________________________________________________________________
65138 [  7804] By: jhi                                   on 2000/11/22  21:01:12
65139         Log: Subject: [PATCH] Test.pm POD peculiarity
65140              From: "Casey R. Tweten" <crt@kiski.net>
65141              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
65142              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
65143      Branch: perl
65144            ! lib/Test.pm
65145 ____________________________________________________________________________
65146 [  7803] By: jhi                                   on 2000/11/22  20:59:59
65147         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
65148              From: "Philip Newton" <pnewton@gmx.de>
65149              Date: Wed, 22 Nov 2000 14:25:53 +0100
65150              Message-Id: <3A1BD771.25462.1939FAD@localhost>
65151              
65152              Be case-understanding also on 's', and use the -oi of sendmail
65153              not to terminate the transmission on a lone '.'.
65154      Branch: perl
65155            ! utils/perlbug.PL
65156 ____________________________________________________________________________
65157 [  7802] By: nick                                  on 2000/11/22  20:51:42
65158         Log: Win32 PerlIO intermediate state now working as expected.
65159              - In current state we are still using C runtime in text/binary
65160              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
65161              - PERLIO=stdio and PERLIO=unix pass all expected tests.
65162              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
65163              and PerlIO_seek() and the dummy crlf layer is not making adjustments
65164              for CRLF translation happening in C runtime. All other tests pass.
65165              
65166              Added note to README.win32 to point out the snags of doing a perl build
65167              with Norton AntiVirus turned on.
65168              
65169              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
65170              which file a fail comes from.
65171              
65172              Updated "canned" config.h to match the one generated.
65173      Branch: perlio
65174            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
65175            ! win32/makefile.mk
65176 ____________________________________________________________________________
65177 [  7801] By: jhi                                   on 2000/11/22  06:50:20
65178         Log: Nickety nits.
65179      Branch: perl
65180            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
65181 ____________________________________________________________________________
65182 [  7800] By: jhi                                   on 2000/11/22  01:29:55
65183         Log: Changes had accidentally gone too silent on non-main branches.
65184      Branch: perl
65185            ! Changes Porting/genlog patchlevel.h
65186 ____________________________________________________________________________
65187 [  7799] By: gsar                                  on 2000/11/22  01:02:56
65188         Log: some lib_pm.PL changes snuck in via change#7772
65189      Branch: maint-5.6/perl
65190            ! Makefile.SH
65191 ____________________________________________________________________________
65192 [  7798] By: nick                                  on 2000/11/21  21:59:40
65193         Log: Integrate mainline
65194      Branch: perlio
65195           !> (integrate 28 files)
65196 ____________________________________________________________________________
65197 [  7797] By: jhi                                   on 2000/11/21  21:01:45
65198         Log: Integrate perlio.
65199      Branch: perl
65200           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
65201 ____________________________________________________________________________
65202 [  7796] By: nick                                  on 2000/11/21  20:36:22
65203         Log: Win32 builds and runs (mostly) with USE_PERLIO.
65204              PERLIO=perlio passes all tests. 
65205              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
65206      Branch: perlio
65207            ! perlio.c win32/perllib.c win32/win32.c
65208 ____________________________________________________________________________
65209 [  7795] By: jhi                                   on 2000/11/21  19:03:44
65210         Log: Update Changes.
65211      Branch: perl
65212            ! Changes patchlevel.h
65213 ____________________________________________________________________________
65214 [  7794] By: jhi                                   on 2000/11/21  18:56:34
65215         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
65216              From: "Craig A. Berry" <craigberry@mac.com>
65217              Date: Mon, 20 Nov 2000 20:27:06 -0600
65218              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
65219              
65220              A cut-and-pasto.
65221      Branch: perl
65222            ! perlio.h
65223 ____________________________________________________________________________
65224 [  7793] By: jhi                                   on 2000/11/21  18:54:41
65225         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
65226              From: Dominic Dunlop <domo@computer.org> 
65227              Date: Mon, 20 Nov 2000 18:55:29 +0100
65228              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
65229              
65230              va_copy() and the need of it.
65231              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
65232      Branch: metaconfig/U/perl
65233            + need_va_copy.U
65234      Branch: perl
65235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65236            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
65237            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
65238            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65239            ! win32/config.bc win32/config.gc win32/config.vc
65240 ____________________________________________________________________________
65241 [  7792] By: jhi                                   on 2000/11/21  17:04:10
65242         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
65243      Branch: perl
65244           !> scope.h
65245 ____________________________________________________________________________
65246 [  7791] By: jhi                                   on 2000/11/21  17:01:16
65247         Log: Export the SOCKS workaround symbols only if necessary.
65248      Branch: perl
65249            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
65250 ____________________________________________________________________________
65251 [  7790] By: nick                                  on 2000/11/20  23:57:11
65252         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
65253      Branch: perlio
65254            ! scope.h
65255 ____________________________________________________________________________
65256 [  7789] By: nick                                  on 2000/11/20  23:38:33
65257         Log: Integrate mainline
65258      Branch: perlio
65259           +> lib/File/Spec/Epoc.pm
65260           !> (integrate 34 files)
65261 ____________________________________________________________________________
65262 [  7788] By: nick                                  on 2000/11/20  23:20:18
65263         Log: Make extra buffer layer work (dummy crlf layer)
65264      Branch: perlio
65265            ! doio.c perlio.c perlio.h
65266 ____________________________________________________________________________
65267 [  7787] By: jhi                                   on 2000/11/20  22:44:04
65268         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
65269              From: Peter Prymmer <pvhp@forte.com>
65270              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
65271              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
65272      Branch: perl
65273            ! t/pragma/locale.t
65274 ____________________________________________________________________________
65275 [  7786] By: jhi                                   on 2000/11/20  22:29:10
65276         Log: Subject: DOC PATCH 5.6.0 perlreftut
65277              From: mjd@plover.com
65278              Date: 20 Nov 2000 19:45:06 -0000
65279              Message-ID: <20001120194506.9505.qmail@plover.com>
65280      Branch: perl
65281            ! pod/perlreftut.pod
65282 ____________________________________________________________________________
65283 [  7785] By: jhi                                   on 2000/11/20  22:27:44
65284         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
65285              From: David Dyck <dcd@tc.fluke.com>
65286              Date: Mon, 20 Nov 2000 11:43:40 -0800
65287              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
65288      Branch: perl
65289            ! lib/Cwd.pm
65290 ____________________________________________________________________________
65291 [  7784] By: jhi                                   on 2000/11/20  22:23:21
65292         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
65293              Date: Mon, 20 Nov 2000 17:06:10 -0500
65294              To: Mailing list Perl5 <perl5-porters@perl.org>
65295              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
65296      Branch: perl
65297            ! pp_ctl.c t/op/pat.t
65298 ____________________________________________________________________________
65299 [  7783] By: jhi                                   on 2000/11/20  22:11:18
65300         Log: Subject: [PATCH] doop.c - UTF8 tr///               
65301              From: Simon Cozens <simon@cozens.net>
65302              Date: Sat, 18 Nov 2000 18:49:30 +0000
65303              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
65304              
65305              Subject: Re: [PATCH] doop.c - UTF8 tr///           
65306              From: Simon Cozens <simon@cozens.net>
65307              Date: Mon, 20 Nov 2000 20:45:22 +0000
65308              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
65309              
65310              Make tr on UTF-8 better but still not correct.
65311      Branch: perl
65312            ! doop.c
65313 ____________________________________________________________________________
65314 [  7782] By: jhi                                   on 2000/11/20  22:02:16
65315         Log: Remove the shared object before attempting to create
65316              (by linking) a new one.  E.g. in AIX not removing
65317              becomes quite painful if one tries to do more than one
65318              build in the same tree (an interrupted build, for example),
65319              since the AIX' shared dynaloader seemingly keeps the shared
65320              objects open and therefore 'busy' for quite a while, even when
65321              nobody is using the objects, leading into link failures.
65322      Branch: perl
65323            ! lib/ExtUtils/MM_Unix.pm
65324 ____________________________________________________________________________
65325 [  7781] By: gsar                                  on 2000/11/20  19:02:55
65326         Log: type mismatch due to faulty integration
65327      Branch: maint-5.6/perl
65328            ! toke.c win32/Makefile
65329 ____________________________________________________________________________
65330 [  7780] By: gsar                                  on 2000/11/20  17:31:55
65331         Log: integrate changes#6392,6394..6399,6401..6404
65332              
65333              The {multiplier} of a fixed substring was overlooked which
65334              caused a wrong initial search offset for that substring.
65335              
65336              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
65337              From: Hugo <hv@crypt.compulink.co.uk>
65338              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
65339              Date: Thu, 13 Jul 2000 19:27:13 +0100
65340              
65341              Fix the BOM bug: not a byteorder bug, a signedness bug.
65342              
65343              Replace change #6337 with a better one.
65344              
65345              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
65346              From: Hugo <hv@crypt.compulink.co.uk>
65347              Date: Fri, 14 Jul 2000 04:16:20 +0100
65348              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
65349              
65350              MakeMaker should not remove editor backups (*~) on `make clean`
65351              by default (completes change#6383)
65352              
65353              move new variables to the end of the interpreter structure (for
65354              bincompat in code that doesn't #include XSUB.h)
65355              
65356              rename totally bletcherous SvLOCK() thingy (doesn't do what the
65357              name suggests anyway)
65358              
65359              various cleanups (typos, misformatted code, and small bugs)
65360              
65361              typecasts needed for change#6394
65362              
65363              typos in change#6399, regen headers
65364              
65365              inconsistent types needs casts
65366              
65367              PERL_OBJECT build tweaks
65368      Branch: maint-5.6/perl
65369           !> MANIFEST doop.c embed.h embed.pl embedvar.h
65370           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
65371           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
65372           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
65373           !> toke.c util.c
65374 ____________________________________________________________________________
65375 [  7779] By: gsar                                  on 2000/11/20  17:06:29
65376         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
65377              
65378              Cosmetics and perldelta.
65379              
65380              Fix nits noticed by Boston.pm.
65381              
65382              Do the cc sanity check both before the hints and
65383              after the cc selction.
65384              
65385              get sprintf.t to adjust properly for 3-digit exponents
65386              
65387              don't clobber *.orig files on *clean targets
65388              
65389              fix bugs in processing %v-*d and similar format specs (from
65390              Avi Finkel <avi@finkel.org>)
65391              
65392              sprintf test tweaks (from Dominic Dunlop)
65393              
65394              new selfloader.t in change#6183 doesn't close DATA handles,
65395              and thus fails to clean up tmp files on dosish platforms
65396              
65397              typos (spotted by Peter Prymmer)
65398              
65399              typo fix from Craig Berry
65400      Branch: maint-5.6/perl
65401           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
65402           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
65403           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
65404           !> x2p/Makefile.SH
65405 ____________________________________________________________________________
65406 [  7778] By: gsar                                  on 2000/11/20  16:46:51
65407         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
65408              
65409              Subject: Re: format bug report  [Patch]
65410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65411              Date: Wed, 05 Jul 2000 13:12:52 +0200
65412              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
65413              
65414              Subject: Re: format bug report  [Patch]
65415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65416              Date: Wed, 05 Jul 2000 14:10:01 +0200
65417              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
65418              
65419              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
65420              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65421              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
65422              Date: Fri, 07 Jul 2000 17:57:16 +0100
65423              
65424              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
65425              To: perl5-porters@perl.org
65426              From: Karsten Sperling <spiff@phreax.net>
65427              Date: Mon, 10 Jul 2000 15:12:52 +0200
65428              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
65429              
65430              README.posix-bc podified from Thomas Dorner.
65431              
65432              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
65433              From: Dominic Dunlop <domo@computer.org>
65434              Date: Tue, 11 Jul 2000 12:27:33 +0200
65435              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
65436              
65437              Typo in #6341.
65438              
65439              Fix for
65440              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
65441              From: Roderick Schertler <roderick@argon.org>
65442              Date: Tue, 11 Jul 2000 13:55:05 -0400
65443              Message-Id: <200007111755.NAA05077@jones.argon.org>
65444              
65445              Minor cleanups on the booklist.
65446              
65447              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
65448              regen perltoc.
65449              
65450              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
65451      Branch: maint-5.6/perl
65452           +> pod/perlbook.pod
65453           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
65454           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
65455           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
65456 ____________________________________________________________________________
65457 [  7777] By: jhi                                   on 2000/11/20  16:08:49
65458         Log: Update Changes.
65459      Branch: perl
65460            ! Changes patchlevel.h
65461 ____________________________________________________________________________
65462 [  7776] By: jhi                                   on 2000/11/20  15:27:56
65463         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
65464              This may be overly harsh but until proven otherwise, we think this
65465              way, or until we have a simple test for Configure (having to start
65466              up servers is does not count as simple) to check for the problems.
65467      Branch: perl
65468            ! perl.h
65469 ____________________________________________________________________________
65470 [  7775] By: jhi                                   on 2000/11/20  15:22:17
65471         Log: Solaris hints tweaks.
65472      Branch: perl
65473            ! hints/solaris_2.sh
65474 ____________________________________________________________________________
65475 [  7774] By: jhi                                   on 2000/11/20  15:01:20
65476         Log: Add a workaround to SOCKS 64-bit problems.
65477      Branch: perl
65478            ! doio.c embed.h embed.pl perlsdio.h proto.h
65479 ____________________________________________________________________________
65480 [  7773] By: jhi                                   on 2000/11/20  14:51:47
65481         Log: sysseek() instead of seek().
65482      Branch: perl
65483            ! t/lib/syslfs.t
65484 ____________________________________________________________________________
65485 [  7772] By: gsar                                  on 2000/11/20  13:06:23
65486         Log: integrate changes#6315..6319,6321..6331,6333..6338
65487              
65488              Integrate with Sarathy, preliminary fix for unicos
65489              alignment problems in [ID 20000612.002] Perl problem on Cray system.
65490              
65491              some debugger output does not go to the socket when RemotePort is set
65492              
65493              winsock cleanup never done on Windows (leads to handle leaks)
65494              
65495              fix UNC path handling on Windows under ithreads, and chdir()
65496              return value when given a non-existent directory
65497              
65498              Autogenerate pod/Makefile and pod/buildtoc.
65499              buildtoc also checks whether the existin pods are
65500              mentioned in MANIFEST and perl.pod, and vice versa.
65501              (None of the thusly found discrepancies fixed yet.)
65502              roffitall also needs to be autogenerated similarly but it
65503              seems so badly out of date that I didn't touch it yet.
65504              
65505              Config is being used.
65506              
65507              Add =head1 NAMEs so that buildtoc is happy.
65508              (The CGI::Util nit reported to Lincoln.)
65509              
65510              Fix complaints of buildtoc.
65511              
65512              Fix the alignment problem in Crays ([ID 20000612.002]).
65513              
65514              Remove perlbook, update perlfaq book listing,
65515              rearrange perl.pod, regenerate perltoc.
65516              
65517              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
65518              was cast to an unsigned (32-bit) integer with wild abandon.
65519              
65520              winsock options weren't being set in all threads under ithreads
65521              (caused send()s from second and subsequent threads to fail)
65522              
65523              accept() leaks memory on windows due to incorrect ordering of
65524              closesocket() and fclose() calls
65525              
65526              Reorder perl.pod once more.
65527              
65528              More POSIX.pod tweaks.
65529              
65530              Sprinkle ldlibpath.
65531              
65532              Precedence goof, fix based on
65533              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
65534              From: Hugo <hv@crypt.compulink.co.uk>
65535              Date: Tue, 11 Jul 2000 12:52:38 +0100
65536              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
65537              
65538              Subject: PATCH perlguts.pod: Document D and d magic types
65539              From: mjd@plover.com
65540              Date: 5 Jul 2000 18:01:51 -0000
65541              Message-ID: <20000705180151.29413.qmail@plover.com>
65542              
65543              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
65544              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
65545              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
65546              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
65547              
65548              Subject: [PATCH cfgperl] $& segfaults if you trick it
65549              From: simon@brecon.co.uk (Simon Cozens)
65550              Date: 7 Jul 2000 11:26:09 GMT
65551              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
65552              
65553              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
65554              From: Hugo <hv@crypt.compulink.co.uk>
65555              Date: Tue, 11 Jul 2000 12:44:50 +0100
65556              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
65557              
65558              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
65559              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65560              Date: Tue, 11 Jul 2000 13:50:51 +0100
65561              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
65562      Branch: maint-5.6/perl
65563           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
65564           +> pod/buildtoc.PL
65565            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
65566           !> (integrate 26 files)
65567 ____________________________________________________________________________
65568 [  7771] By: gsar                                  on 2000/11/20  12:31:42
65569         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
65570              6310,6311,6314
65571              
65572              Subject: [PATCH bleedperl] File::Spec 0.82 beta
65573              From: Barrie Slaymaker <barries@jester.slaysys.com>
65574              Date: Wed, 28 Jun 2000 11:35:29 -0400
65575              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
65576              
65577              tweak perlembed for multiplicity/usethreads sanity; correct notes
65578              about Windows
65579              
65580              localize %INC in a Safe compartment so that use/require work
65581              (many other magic globals probably need similar treatment)
65582              
65583              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
65584              when @_ is modified, causing coredumps
65585              
65586              slurp mode fix in change#4736 still not quite right
65587              
65588              Point to perlipc for more SysV IPC examples.
65589              
65590              Elaborate POSIX.pod.  Still needs work.
65591              
65592              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
65593              
65594              fix large memory leak that has been around for ever, masked by
65595              -DPURIFY (most of the arenas were never freed!)
65596              
65597              fix memory leak on Windows (PL_sys_intern contents were never
65598              freed)
65599              
65600              PERL_OBJECT build tweak
65601              
65602              adjust change#6299
65603              
65604              remove rel2abs prototypes (from Barrie Slaymaker)
65605              
65606              missing perldiag entry for unpack("w",...) diagnostic (from
65607              Andreas Koenig)
65608              
65609              better diagnostic on Frob->stuff() when Frob:: doesn't exist
65610              (from Richard Soderberg <rs@oregonnet.com>)
65611              
65612              Win32 patches for cfgperl from Sarathy.
65613              
65614              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
65615              
65616              More POSIX.pod embellishment.
65617              
65618              tyop in change#6306
65619      Branch: maint-5.6/perl
65620           !> (integrate 44 files)
65621 ____________________________________________________________________________
65622 [  7770] By: gsar                                  on 2000/11/20  11:51:00
65623         Log: integrate changes#6268..6282 from cfgperl branch
65624              
65625              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
65626              From: Dominic Dunlop <domo@computer.org>
65627              Date: Thu, 29 Jun 2000 12:32:39 +0200
65628              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
65629              
65630              Regen headers for #6261 (and update embed.pl for this) and #6267,
65631              silence few compiler warnings.
65632              
65633              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
65634              From: Nicholas Clark <nick@talking.bollo.cx>
65635              Date: Fri, 23 Jun 2000 16:21:15 +0100
65636              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
65637              
65638              Subject: PATCH pod/perltie.pod
65639              From: Ian Phillipps <Ian.Phillipps@iname.com>
65640              Date: Fri, 16 Jun 2000 00:17:19 +0100
65641              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
65642              (only the first hunk, the second hunk had already been done
65643              by some other patch)
65644              
65645              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
65646              From: Tom Phoenix <rootbeer@redcat.com>
65647              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
65648              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
65649              
65650              Subject: [PATCH] xsub attributes
65651              From: Doug MacEachern <dougm@covalent.net>
65652              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
65653              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
65654              
65655              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
65656              From: Andy Dougherty <doughera@lafayette.edu>
65657              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
65658              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
65659              
65660              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
65661              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
65662              Date: Tue, 13 Jun 2000 02:43:48 -0500
65663              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
65664              
65665              Subject: [PATCH] Re: eval documentation: context
65666              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65667              Date: Mon, 12 Jun 2000 15:07:29 +0100
65668              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
65669              
65670              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
65671              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
65672              Date: Mon, 12 Jun 2000 14:55:59 +0100
65673              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
65674              
65675              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
65676              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
65677              Date: Fri, 09 Jun 2000 12:39:27 -0400
65678              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
65679              (plus update the version "number" of Text::Wrap)
65680              
65681              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
65682              From: Tim Ayers <tayers@bridge.com>
65683              Date: Thu, 08 Jun 2000 08:11:06 +0200
65684              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
65685              [resent by Richard Foley, Message-Id probably wrong]
65686              
65687              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
65688              From: rspier@pobox.com (Robert Spier)
65689              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
65690              Message-ID: <14654.31913.845602.610277@rls.cx>
65691              
65692              Subject: [PATCH 5.6.0] utils/h2xs.PL
65693              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
65694              Date: Wed, 7 Jun 2000 04:02:04 -0500
65695              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
65696              
65697              Subject: [PATCH 5.6.0]ITHREADs for VMS
65698              From: Dan Sugalski <dan@sidhe.org>
65699              Date: Tue, 06 Jun 2000 11:59:50 -0400
65700              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
65701      Branch: maint-5.6/perl
65702           !> (integrate 31 files)
65703 ____________________________________________________________________________
65704 [  7769] By: gsar                                  on 2000/11/20  11:29:06
65705         Log: integrate changes#6261..6266 from cfgperl
65706              
65707              Subject: Re: [PATCH cfgperl] BOMs away!
65708              From: simon@brecon.co.uk (Simon Cozens)
65709              Date: 17 Jun 2000 11:49:57 GMT
65710              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
65711              
65712              Subject: 5.6.0 Patch for EPOC
65713              From: Olaf Flebbe <o.flebbe@gmx.de>
65714              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
65715              Message-ID: <23449.960929969@www11.gmx.net>
65716              
65717              tr fixes from Simon Cozens
65718              
65719              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
65720              From: Marty Lucich <marty@netcom.com>
65721              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
65722              Message-Id: <200006282116.OAA11148@netcom.com>
65723              ccdlflags update (the BSD/OS 4.1 part had already been taken
65724              care of by #6141).
65725              
65726              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
65727              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65728              Date: Wed, 28 Jun 2000 17:50:12 -0700
65729              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
65730              
65731              Subject: [PATCH 5.6.0] cygwin port
65732              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
65733              From: "Fifer, Eric" <EFifer@sanwaint.com>
65734              Date: Thu, 29 Jun 2000 12:58:29 +0100
65735      Branch: maint-5.6/perl
65736           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
65737           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
65738           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
65739           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
65740 ____________________________________________________________________________
65741 [  7768] By: gsar                                  on 2000/11/20  11:13:44
65742         Log: integrate changes#6252..6256,6259..6260
65743              
65744              Paranoia tweak on #6249.
65745              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
65746              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
65747              Date: Sun, 25 Jun 2000 23:43:12 -0400
65748              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
65749              
65750              Subject: tr///, help wanted.
65751              From: simon@brecon.co.uk (Simon Cozens)
65752              Date: 28 Jun 2000 11:29:04 GMT
65753              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
65754              
65755              small thinko tweaks
65756              
65757              tweaks from Simon Conzes to further fix tr/// under utf8
65758              
65759              perlnewmod was missing from MANIFEST.
65760              
65761              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
65762              From: simon@brecon.co.uk (Simon Cozens)
65763              Date: 17 Jun 2000 11:56:44 GMT
65764              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
65765              pack U0, pack C0
65766      Branch: maint-5.6/perl
65767           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
65768           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
65769           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
65770           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
65771 ____________________________________________________________________________
65772 [  7767] By: gsar                                  on 2000/11/20  10:51:38
65773         Log: integrate change#6250 from cfgperl
65774              
65775              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
65776              From: Doug MacEachern <dougm@covalent.net>
65777              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
65778              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
65779      Branch: maint-5.6/perl
65780           +> t/op/my_stash.t
65781           !> MANIFEST embed.pl global.sym proto.h toke.c
65782 ____________________________________________________________________________
65783 [  7766] By: gsar                                  on 2000/11/20  10:48:34
65784         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
65785              
65786              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
65787              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
65788              Date: Mon, 26 Jun 2000 18:40:14 +0100
65789              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
65790              
65791              Subject: [PATCH] bytes<->utf8 fixes
65792              From: simon@brecon.co.uk (Simon Cozens)
65793              Date: 26 Jun 2000 04:55:45 GMT
65794              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
65795              
65796              Subject: [PATCH] is_utf8_string
65797              From: simon@brecon.co.uk (Simon Cozens)
65798              Date: 26 Jun 2000 02:25:59 GMT
65799              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
65800              
65801              Subject: [PATCH] avoid mg_ptr in '*' magic
65802              From: Doug MacEachern <dougm@covalent.net>
65803              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
65804              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
65805              
65806              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
65807              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
65808              Date: Sat, 24 Jun 2000 13:06:20 +0100
65809              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
65810              
65811              Allow for standalone testing.
65812              
65813              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
65814              From: Mark-Jason Dominus <mjd@plover.com>
65815              Date: Tue, 27 Jun 2000 22:36:42 -0400
65816              Message-ID: <20000628023642.12166.qmail@plover.com>
65817              
65818              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
65819              From: Frank Tobin <ftobin@uiuc.edu>
65820              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
65821              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
65822      Branch: maint-5.6/perl
65823           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
65824           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
65825           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
65826           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
65827           !> utf8.c utils/h2xs.PL
65828 ____________________________________________________________________________
65829 [  7765] By: gsar                                  on 2000/11/20  10:29:13
65830         Log: integrate change#6239 from cfgperl
65831              
65832              Configure maintenance.  Sever some dependency cycles,
65833              separate gccversion from the cc unit,
65834              address [ID 20000623.006] Configure script patch for using gcc on AIX
65835              (but solve it a little bit differently),
65836              unduplex some accidentally duplicated units,
65837              suggest using gcc if no cc available
65838              (p5p thread: "Solaris configure: counterproposal", 1999-09)
65839      Branch: maint-5.6/perl
65840           !> Configure Todo-5.6 config_h.SH
65841 ____________________________________________________________________________
65842 [  7764] By: gsar                                  on 2000/11/20  10:25:55
65843         Log: integrate changes#6233..6238 from cfgperl
65844              
65845              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
65846              From: Mark-Jason Dominus <mjd@plover.com>
65847              Date: Fri, 16 Jun 2000 20:53:04 -0400
65848              Message-ID: <20000617005304.8008.qmail@plover.com>
65849              
65850              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
65851              because when run as services (Win32ese for daemons)
65852              no environment variables are set and tmpdir ends up as /tmp,
65853              which is ambiguous.
65854              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
65855              From: matt@sergeant.org
65856              Date: 16 Jun 2000 16:30:43 -0000
65857              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
65858              
65859              The thread begun by
65860              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
65861              From: Kevin.Ruscoe@ubsw.com
65862              Date: Fri, 16 Jun 2000 16:38:51 +0100
65863              Message-Id: <H000019b03c300d6@MHS>
65864              
65865              Tweak embed.pl, regen headers.
65866              
65867              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
65868              From: Dan Sugalski <dan@sidhe.org>
65869              Date: Fri, 23 Jun 2000 17:00:00 -0400
65870              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
65871      Branch: maint-5.6/perl
65872           !> (integrate 27 files)
65873 ____________________________________________________________________________
65874 [  7763] By: gsar                                  on 2000/11/20  10:08:08
65875         Log: s/perl56delta/perldelta/g
65876      Branch: maint-5.6/perl
65877            ! pod/Makefile
65878 ____________________________________________________________________________
65879 [  7762] By: gsar                                  on 2000/11/20  10:04:00
65880         Log: integrate changes#6225,6229,6231,6232 from cfgperl
65881              
65882              Add source code filenames to apidoc.
65883              From: simon@brecon.co.uk (Simon Cozens)
65884              Subject: [PATCH embed.pl] Source X-ref
65885              Date: 22 Jun 2000 02:18:49 GMT
65886              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
65887              
65888              Subject: README.hpux version 0.6.1
65889              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
65890              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
65891              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
65892              
65893              Subject: [PATCH 5.6.0] cygwin port
65894              From: "Fifer, Eric" <EFifer@sanwaint.com>
65895              Date: Tue, 20 Jun 2000 14:30:58 +0100
65896              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
65897              
65898              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
65899              From: simon@brecon.co.uk (Simon Cozens)
65900              Date: 19 Jun 2000 15:18:27 GMT
65901              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
65902              
65903              plus update pod/Makefile and regenerate perltoc
65904      Branch: maint-5.6/perl
65905           +> pod/perlutil.pod
65906           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
65907           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
65908 ____________________________________________________________________________
65909 [  7761] By: jhi                                   on 2000/11/20  04:09:55
65910         Log: Miraculous typo.
65911      Branch: perl
65912            ! t/op/pat.t
65913 ____________________________________________________________________________
65914 [  7760] By: jhi                                   on 2000/11/20  04:06:08
65915         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
65916              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65917              Date: Sun, 19 Nov 2000 22:30:26 -0500
65918              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
65919      Branch: perl
65920            ! regexec.c scope.h t/op/pat.t
65921 ____________________________________________________________________________
65922 [  7759] By: jhi                                   on 2000/11/20  02:05:22
65923         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
65924      Branch: perl
65925            ! perl.h
65926 ____________________________________________________________________________
65927 [  7758] By: jhi                                   on 2000/11/20  01:58:11
65928         Log: Subject: [perl 7711: EPOC] updates
65929              From: Olaf Flebbe <o.flebbe@gmx.de>
65930              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
65931              Message-ID: <25575.974658810@www23.gmx.net>               
65932      Branch: perl
65933            + lib/File/Spec/Epoc.pm
65934            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
65935            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
65936            ! lib/File/Spec.pm perl.c sv.c
65937 ____________________________________________________________________________
65938 [  7757] By: jhi                                   on 2000/11/20  01:53:11
65939         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
65940      Branch: perl
65941            ! MANIFEST
65942 ____________________________________________________________________________
65943 [  7756] By: jhi                                   on 2000/11/20  01:47:22
65944         Log: Integrate perlio.
65945      Branch: perl
65946            - ext/re/hints/MSWin32.pl
65947           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
65948           !> win32/config.gc win32/config_H.gc win32/win32sck.c
65949 ____________________________________________________________________________
65950 [  7755] By: nick                                  on 2000/11/19  20:57:17
65951         Log: Add dummy crlf layer (just as buffer)
65952              Correct 1st bug - one layer of indirection.
65953      Branch: perlio
65954            ! perlio.c perlio.h perliol.h
65955 ____________________________________________________________________________
65956 [  7754] By: nick                                  on 2000/11/19  20:56:12
65957         Log: Work-round to Perl_deb_nocontext is no longer required
65958      Branch: perlio
65959            - ext/re/hints/MSWin32.pl
65960 ____________________________________________________________________________
65961 [  7753] By: nick                                  on 2000/11/19  20:01:16
65962         Log: diff -se shows these as different
65963      Branch: perlio
65964            ! global.sym pod/perlapi.pod
65965 ____________________________________________________________________________
65966 [  7752] By: nick                                  on 2000/11/19  18:57:30
65967         Log: Configure GCC/Win32 build -Duseperlio
65968              Fix a couple of gross issues
65969              - double-include of ../deb.o in re.dll
65970              - win32sck.c needs PerlIO and FILE 
65971      Branch: perlio
65972            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
65973            ! win32/win32sck.c
65974 ____________________________________________________________________________
65975 [  7751] By: nick                                  on 2000/11/19  17:05:36
65976         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
65977      Branch: perlio
65978            ! perlio.c
65979 ____________________________________________________________________________
65980 [  7750] By: nick                                  on 2000/11/19  16:57:14
65981         Log: Missing aTHX_
65982      Branch: perlio
65983            ! sv.c
65984 ____________________________________________________________________________
65985 [  7749] By: jhi                                   on 2000/11/19  16:28:40
65986         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
65987              From: "Peter J. Farley III" <pjfarley@banet.net>
65988              Date: Sun, 19 Nov 2000 01:42:58 -0500
65989              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
65990      Branch: perl
65991            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
65992 ____________________________________________________________________________
65993 [  7748] By: jhi                                   on 2000/11/19  16:08:10
65994         Log: Subject: podlators 1.05 available        
65995              From: Russ Allbery <rra@stanford.edu>   
65996              Date: 18 Nov 2000 22:04:28 -0800
65997              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
65998      Branch: perl
65999            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
66000 ____________________________________________________________________________
66001 [  7747] By: nick                                  on 2000/11/19  11:19:39
66002         Log: Integrate mainline
66003      Branch: perlio
66004           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
66005           !> util.c
66006 ____________________________________________________________________________
66007 [  7746] By: jhi                                   on 2000/11/19  06:42:22
66008         Log: Make hex scanning warn on "\x{x}" and "\xx".
66009              "\x" and and hex("x") are still valid.
66010      Branch: perl
66011            ! util.c
66012 ____________________________________________________________________________
66013 [  7745] By: nick                                  on 2000/11/18  22:52:28
66014         Log: Integrate mainline
66015      Branch: perlio
66016           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
66017           !> perl.h perlio.c proto.h regcomp.c regcomp.h
66018 ____________________________________________________________________________
66019 [  7744] By: jhi                                   on 2000/11/18  22:50:28
66020         Log: Introduce Perl_utf8_length().  Use it.
66021      Branch: perl
66022            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
66023 ____________________________________________________________________________
66024 [  7743] By: jhi                                   on 2000/11/18  22:38:51
66025         Log: Compiler denit.
66026      Branch: perl
66027            ! perlio.c
66028 ____________________________________________________________________________
66029 [  7742] By: jhi                                   on 2000/11/18  20:33:05
66030         Log: Integrate perlio.
66031      Branch: perl
66032           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
66033           !> perlio.h pp_ctl.c pp_sys.c sv.c
66034 ____________________________________________________________________________
66035 [  7741] By: jhi                                   on 2000/11/18  20:31:27
66036         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
66037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66038              Date: Fri, 17 Nov 2000 20:35:11 -0500
66039              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
66040              
66041              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
66042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66043              Date: Fri, 17 Nov 2000 21:03:47 -0500
66044              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
66045              
66046              Plus a little bit of tweaking in pregcomp().
66047      Branch: perl
66048            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
66049 ____________________________________________________________________________
66050 [  7740] By: nick                                  on 2000/11/18  20:17:22
66051         Log: Lexical use open ... support:
66052              add ->cop_io to COP structure in cop.h.
66053              Make mg.c and gv.c associate it with ${^OPEN}.
66054              Make lib/open.pm set it.
66055              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
66056              manner similar to ->cop_warnings.
66057              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
66058              call new PerlIO_apply_layers().
66059              Declare latter in perlio.h and define in perlio.c
66060      Branch: perlio
66061            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
66062            ! perlio.h pp_ctl.c pp_sys.c sv.c
66063 ____________________________________________________________________________
66064 [  7739] By: jhi                                   on 2000/11/18  19:54:00
66065         Log: Integrate perlio.
66066      Branch: perl
66067           !> doio.c perlio.c pp.c
66068 ____________________________________________________________________________
66069 [  7738] By: jhi                                   on 2000/11/18  17:16:13
66070         Log: Subject: [PATCH 5.7.0] etags broken again
66071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66072              Date: Sat, 18 Nov 2000 02:41:36 -0500
66073              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
66074      Branch: perl
66075            ! emacs/ptags
66076 ____________________________________________________________________________
66077 [  7737] By: jhi                                   on 2000/11/18  17:12:18
66078         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
66079      Branch: perl
66080            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66081 ____________________________________________________________________________
66082 [  7736] By: nick                                  on 2000/11/18  14:06:20
66083         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
66084              part to be isolated.
66085      Branch: perlio
66086            ! doio.c perlio.c
66087 ____________________________________________________________________________
66088 [  7735] By: nick                                  on 2000/11/18  11:03:32
66089         Log: Integrate mainline
66090      Branch: perlio
66091           !> Changes README.amiga README.win32 patchlevel.h
66092           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
66093 ____________________________________________________________________________
66094 [  7734] By: jhi                                   on 2000/11/18  01:18:56
66095         Log: Update Changes.
66096      Branch: perl
66097            ! Changes patchlevel.h
66098 ____________________________________________________________________________
66099 [  7733] By: jhi                                   on 2000/11/18  00:32:54
66100         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
66101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66102              Date: Fri, 17 Nov 2000 17:28:02 -0500
66103              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
66104      Branch: perl
66105            ! regcomp.c regexec.c t/op/re_tests
66106 ____________________________________________________________________________
66107 [  7732] By: jhi                                   on 2000/11/18  00:28:56
66108         Log: Sparc 64-bit pack() fix from Jens Hamisch.
66109      Branch: perl
66110            ! pp.c
66111 ____________________________________________________________________________
66112 [  7731] By: jhi                                   on 2000/11/18  00:18:39
66113         Log: Explain in more detail the {} syntax ambiguousity.
66114              
66115              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
66116              From: Nicholas Clark <nick@ccl4.org>
66117              Date: Fri, 17 Nov 2000 22:10:28 +0000
66118              Message-ID: <20001117221028.A88930@plum.flirble.org>
66119      Branch: perl
66120            ! pod/perlfunc.pod
66121 ____________________________________________________________________________
66122 [  7730] By: jhi                                   on 2000/11/18  00:12:18
66123         Log: Subject: Fix for README.amiga (20000323.033)
66124              From: "Stephen P. Potter" <spp@spotter.yi.org>
66125              Date: Fri, 17 Nov 2000 12:25:51 -0500
66126              Message-Id: <200011171725.MAA05768@spotter.yi.org>
66127      Branch: perl
66128            ! README.amiga
66129 ____________________________________________________________________________
66130 [  7729] By: jhi                                   on 2000/11/18  00:08:34
66131         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
66132              From: "A. C. Yardley" <yardley@tanet.net>
66133              Date: Mon, 3 Apr 2000 11:35:33 -0700
66134              Message-ID: <3483.000403@tanet.net>
66135      Branch: perl
66136            ! README.win32
66137 ____________________________________________________________________________
66138 [  7728] By: nick                                  on 2000/11/17  21:59:47
66139         Log: Integrate mainline
66140      Branch: perlio
66141           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
66142           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
66143           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
66144           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
66145 ____________________________________________________________________________
66146 [  7727] By: nick                                  on 2000/11/17  21:56:31
66147         Log: Experiment on use of attributes.pm interface.
66148              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
66149              SVt_PVRV if not already something better (else vivify of say magic gets
66150              core dump).
66151      Branch: perlio
66152            ! perlio.c pp.c
66153 ____________________________________________________________________________
66154 [  7726] By: jhi                                   on 2000/11/17  14:15:49
66155         Log: Subject: Fix for 20000815.006
66156              From: "Stephen P. Potter" <spp@spotter.yi.org>
66157              Date: Fri, 17 Nov 2000 08:57:45 -0500
66158              Message-Id: <200011171357.IAA05122@spotter.yi.org>
66159              
66160              It's really 20000518.006.
66161      Branch: perl
66162            ! pod/perlmodlib.PL
66163 ____________________________________________________________________________
66164 [  7725] By: jhi                                   on 2000/11/17  14:12:31
66165         Log: Subject: Fix for 20000409.001
66166              From: "Stephen P. Potter" <spp@spotter.yi.org>
66167              Date: Fri, 17 Nov 2000 08:55:45 -0500
66168              Message-Id: <200011171355.IAA05104@spotter.yi.org>
66169      Branch: perl
66170            ! pod/perlfaq9.pod
66171 ____________________________________________________________________________
66172 [  7724] By: jhi                                   on 2000/11/17  14:08:58
66173         Log: Undo #7627 now that we have =head3.
66174      Branch: perl
66175            ! pod/perlhack.pod
66176 ____________________________________________________________________________
66177 [  7723] By: jhi                                   on 2000/11/17  14:04:09
66178         Log: As surmised the #7719 wasn't a good move.
66179      Branch: perl
66180            ! hints/solaris_2.sh
66181 ____________________________________________________________________________
66182 [  7722] By: jhi                                   on 2000/11/17  13:59:04
66183         Log: Also the 64bitall hints can be either here or there.
66184      Branch: perl
66185            ! hints/solaris_2.sh
66186 ____________________________________________________________________________
66187 [  7721] By: jhi                                   on 2000/11/17  02:26:23
66188         Log: Test tweak for the open pragma.
66189      Branch: perl
66190            ! t/lib/b.t
66191 ____________________________________________________________________________
66192 [  7720] By: jhi                                   on 2000/11/17  00:23:22
66193         Log: The long double hints can be here or there.
66194      Branch: perl
66195            ! hints/solaris_2.sh
66196 ____________________________________________________________________________
66197 [  7719] By: jhi                                   on 2000/11/17  00:14:06
66198         Log: For Solaris use64bitall the stdchar needs a little bit of help.
66199      Branch: perl
66200            ! hints/solaris_2.sh
66201 ____________________________________________________________________________
66202 [  7718] By: jhi                                   on 2000/11/16  23:27:34
66203         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
66204              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
66205              Date: Wed, 15 Nov 2000 08:56:32 +0100
66206              Message-ID: <3A1241B0.64477E00@alcatel.at>
66207      Branch: perl
66208            ! lib/Carp/Heavy.pm
66209 ____________________________________________________________________________
66210 [  7717] By: jhi                                   on 2000/11/16  23:23:29
66211         Log: Subject: [PATCH] Re: 20001101.003 PDL
66212              From: Nicholas Clark <nick@ccl4.org>
66213              Date: Thu, 16 Nov 2000 16:48:25 +0000
66214              Message-ID: <20001116164825.B93487@plum.flirble.org>
66215      Branch: perl
66216            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
66217 ____________________________________________________________________________
66218 [  7716] By: jhi                                   on 2000/11/16  23:21:31
66219         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
66220              From: "Casey R. Tweten" <crt@kiski.net>
66221              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
66222              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
66223      Branch: perl
66224            ! lib/Pod/Checker.pm pod/perlpod.pod
66225 ____________________________________________________________________________
66226 [  7715] By: jhi                                   on 2000/11/16  23:19:40
66227         Log: Avoid an infinite loop in VMS when utils scripts are run
66228              with no arguments, from Charles Lane.
66229      Branch: perl
66230            ! configure.com
66231 ____________________________________________________________________________
66232 [  7714] By: jhi                                   on 2000/11/16  23:17:08
66233         Log: Subject: perllocale.pod changes
66234              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66235              Date: Mon, 13 Nov 2000 10:09:22 +0300
66236              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
66237      Branch: perl
66238            ! pod/perllocale.pod
66239 ____________________________________________________________________________
66240 [  7713] By: jhi                                   on 2000/11/16  23:14:06
66241         Log: Integrate perlio.
66242      Branch: perl
66243           !> doio.c perlio.c perlio.h util.c
66244 ____________________________________________________________________________
66245 [  7712] By: nick                                  on 2000/11/16  21:10:58
66246         Log: Integrate mainline
66247      Branch: perlio
66248           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
66249           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
66250           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
66251           !> vos/config.ga.def vos/config.ga.h win32/config.bc
66252           !> win32/config.gc win32/config.vc
66253 ____________________________________________________________________________
66254 [  7711] By: nick                                  on 2000/11/16  19:56:41
66255         Log: Minor tweaks:
66256              consistent way of getting 'rb', 'wb' etc. for binary opens
66257              move *perlio::layers to *open::layers
66258              a #define to show layers available
66259              DOSISH popen/PerlIO had export/import sense inverted.
66260      Branch: perlio
66261            ! doio.c perlio.c perlio.h util.c
66262 ____________________________________________________________________________
66263 [  7710] By: jhi                                   on 2000/11/16  15:46:05
66264         Log: Add HAS_SBRK_PROTO.
66265      Branch: metaconfig/U/perl
66266            + d_sbrkproto.U
66267      Branch: perl
66268            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66269            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
66270            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
66271            ! vos/config.ga.def vos/config.ga.h win32/config.bc
66272            ! win32/config.gc win32/config.vc
66273 ____________________________________________________________________________
66274 [  7709] By: nick                                  on 2000/11/16  07:31:49
66275         Log: Integrate mainline
66276      Branch: perlio
66277           !> (integrate 35 files)
66278 ____________________________________________________________________________
66279 [  7708] By: jhi                                   on 2000/11/16  05:33:03
66280         Log: These files are text, not binary.
66281      Branch: perl
66282            ! ext/Encode/Encode/iso8859-10.enc
66283            ! ext/Encode/Encode/iso8859-13.enc
66284            ! ext/Encode/Encode/iso8859-14.enc
66285            ! ext/Encode/Encode/iso8859-15.enc
66286 ____________________________________________________________________________
66287 [  7707] By: jhi                                   on 2000/11/16  01:53:37
66288         Log: Update Changes.
66289      Branch: perl
66290            ! Changes patchlevel.h
66291 ____________________________________________________________________________
66292 [  7706] By: jhi                                   on 2000/11/16  01:35:59
66293         Log: More #undefing of stdio.
66294      Branch: perl
66295            ! fakesdio.h nostdio.h
66296 ____________________________________________________________________________
66297 [  7705] By: jhi                                   on 2000/11/16  01:34:18
66298         Log: Add fwalk() probe to the configuration files and regen perltoc.
66299      Branch: perl
66300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66301            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
66302            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
66303            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
66304            ! win32/config.bc win32/config.gc win32/config.vc
66305 ____________________________________________________________________________
66306 [  7704] By: jhi                                   on 2000/11/16  01:33:07
66307         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
66308              an optional third argument to Inlibc?)
66309      Branch: metaconfig/U/perl
66310            + d__fwalk.U
66311 ____________________________________________________________________________
66312 [  7703] By: jhi                                   on 2000/11/16  01:09:22
66313         Log: The type of the hash_cb() size argument is tricky.
66314      Branch: perl
66315            ! ext/DB_File/DB_File.xs
66316 ____________________________________________________________________________
66317 [  7702] By: jhi                                   on 2000/11/15  23:01:16
66318         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
66319      Branch: perl
66320            ! nostdio.h
66321 ____________________________________________________________________________
66322 [  7701] By: jhi                                   on 2000/11/15  22:52:32
66323         Log: Detypo.
66324      Branch: perl
66325            ! t/lib/bigfltpm.t
66326 ____________________________________________________________________________
66327 [  7700] By: jhi                                   on 2000/11/15  22:51:56
66328         Log: UINT64_C() work continues.
66329      Branch: perl
66330            ! handy.h perl.h utf8.h
66331 ____________________________________________________________________________
66332 [  7699] By: jhi                                   on 2000/11/15  14:13:04
66333         Log: SOCKS has its own USE_THREADS, based on
66334              
66335              Subject: [ID 20001114.002] et. al. bugfix followup
66336              From: Jens Hamisch <jens@Strawberry.COM> 
66337              Date: Wed, 15 Nov 2000 14:23:11 +0100
66338              Message-ID: <20001115142311.A21164@Strawberry.COM>
66339      Branch: perl
66340            ! perl.h
66341 ____________________________________________________________________________
66342 [  7698] By: jhi                                   on 2000/11/15  03:50:56
66343         Log: Add few missing #undefs and sort them.
66344      Branch: perl
66345            ! fakesdio.h
66346 ____________________________________________________________________________
66347 [  7697] By: jhi                                   on 2000/11/15  03:39:14
66348         Log: Linenumber fix.
66349      Branch: perl
66350            ! t/pragma/warn/utf8
66351 ____________________________________________________________________________
66352 [  7696] By: jhi                                   on 2000/11/15  02:55:26
66353         Log: EBCDIC tweaks.
66354              
66355              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
66356              From: Peter Prymmer <pvhp@forte.com>
66357              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
66358              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
66359      Branch: perl
66360            ! t/op/regmesg.t t/pragma/warn/utf8
66361 ____________________________________________________________________________
66362 [  7695] By: jhi                                   on 2000/11/15  02:53:58
66363         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
66364              From: Peter Prymmer <pvhp@forte.com>
66365              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
66366              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
66367      Branch: perl
66368            ! utf8.c
66369 ____________________________________________________________________________
66370 [  7694] By: jhi                                   on 2000/11/15  02:50:55
66371         Log: Subject: [PATCH: perl@7674] updates to README.os390
66372              From: Prymmer/Kahn <pvhp@best.com>
66373              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
66374              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
66375      Branch: perl
66376            ! README.os390
66377 ____________________________________________________________________________
66378 [  7693] By: jhi                                   on 2000/11/15  02:48:37
66379         Log: Quit utf8_to_uv() instantly if curlen == 0.
66380      Branch: perl
66381            ! utf8.c
66382 ____________________________________________________________________________
66383 [  7692] By: jhi                                   on 2000/11/15  02:24:29
66384         Log: Use u_int32_t for the size of hash_cb(), not size_t.
66385              
66386              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
66387              From: Jens Hamisch <jens@Strawberry.COM>     
66388              Date: Tue, 14 Nov 2000 19:03:55 +0100
66389              Message-Id: <20001114190355.A20559@Strawberry.COM>
66390      Branch: perl
66391            ! ext/DB_File/DB_File.xs
66392 ____________________________________________________________________________
66393 [  7691] By: jhi                                   on 2000/11/15  02:20:12
66394         Log: Use UINT64_C().
66395              
66396              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
66397              From: Jens Hamisch <jens@Strawberry.COM>
66398              Date: Tue, 14 Nov 2000 19:16:23 +0100
66399              Message-Id: <20001114191623.G20559@Strawberry.COM>
66400      Branch: perl
66401            ! utf8.c utf8.h
66402 ____________________________________________________________________________
66403 [  7690] By: jhi                                   on 2000/11/15  02:17:06
66404         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
66405              (a macro to define signed and unsigned integer constants).
66406      Branch: perl
66407            ! handy.h
66408 ____________________________________________________________________________
66409 [  7689] By: jhi                                   on 2000/11/15  01:56:51
66410         Log: Regen Configure.
66411      Branch: perl
66412            ! Configure
66413 ____________________________________________________________________________
66414 [  7688] By: jhi                                   on 2000/11/15  01:56:32
66415         Log: Make the unit know about SOCKS.
66416      Branch: metaconfig
66417            ! U/protos/socksizetype.U
66418 ____________________________________________________________________________
66419 [  7687] By: jhi                                   on 2000/11/15  01:54:47
66420         Log: Remove unused dependencies.
66421      Branch: metaconfig
66422            ! U/compline/d_getpagsz.U
66423 ____________________________________________________________________________
66424 [  7686] By: nick                                  on 2000/11/14  21:25:13
66425         Log: Integrate mainline.
66426      Branch: perlio
66427           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
66428           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
66429           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
66430           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
66431           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
66432           !> win32/config.bc win32/config.gc win32/config.vc
66433           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
66434 ____________________________________________________________________________
66435 [  7685] By: jhi                                   on 2000/11/14  17:54:56
66436         Log: Integrate perlio.
66437      Branch: perl
66438           +> fakesdio.h perliol.h
66439           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
66440           !> perlsdio.h perlsfio.h pod/perlfunc.pod
66441 ____________________________________________________________________________
66442 [  7684] By: nick                                  on 2000/11/14  17:43:04
66443         Log: PerlIO #include and #ifdef re-work.
66444      Branch: perlio
66445            + fakesdio.h perliol.h
66446            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
66447            ! perlsdio.h perlsfio.h
66448 ____________________________________________________________________________
66449 [  7683] By: jhi                                   on 2000/11/14  15:42:40
66450         Log: Hoist the duplicated socket/netdb include logic to perl.h;
66451              undef SETERRNO in case SOCKS has defined it.  Based on:
66452              
66453              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
66454              From: Jens Hamisch <jens@Strawberry.COM> 
66455              Date: Tue, 14 Nov 2000 11:34:40 +0100
66456              Message-Id: <20001114113440.A20005@Strawberry.COM>
66457      Branch: perl
66458            ! doio.c perl.h pp_sys.c
66459 ____________________________________________________________________________
66460 [  7682] By: jhi                                   on 2000/11/14  14:07:28
66461         Log: Subject: some additions for makefiles for win32 (for perl@7674)
66462              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66463              Date: Tue, 14 Nov 2000 09:31:13 +0300
66464              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
66465      Branch: perl
66466            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
66467            ! win32/makefile.mk
66468 ____________________________________________________________________________
66469 [  7681] By: jhi                                   on 2000/11/14  14:01:41
66470         Log: Subject: tiny typo in perl5db.pl
66471              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
66472              Date: Tue, 14 Nov 2000 09:29:28 +0300
66473              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
66474      Branch: perl
66475            ! lib/perl5db.pl
66476 ____________________________________________________________________________
66477 [  7680] By: jhi                                   on 2000/11/14  04:13:50
66478         Log: Redo #7679 with LFs instead of CRLFs.
66479      Branch: perl
66480            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
66481            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
66482            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
66483 ____________________________________________________________________________
66484 [  7679] By: jhi                                   on 2000/11/14  01:21:09
66485         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
66486              From: Benjamin Stuhl <tiriath@yahoo.com> 
66487              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
66488              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
66489      Branch: perl
66490            + win32/bin/mdelete.bat
66491            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
66492            ! makedef.pl perlio.c win32/Makefile win32/config.gc
66493            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
66494 ____________________________________________________________________________
66495 [  7678] By: jhi                                   on 2000/11/14  01:19:20
66496         Log: Fix the re extension building for Win32.
66497              
66498              Subject: [PATCH perl@7638] Get PerlIO building on Win32
66499              From: Benjamin Stuhl <tiriath@yahoo.com> 
66500              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
66501              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
66502      Branch: perl
66503            + ext/re/hints/MSWin32.pl
66504            ! MANIFEST
66505 ____________________________________________________________________________
66506 [  7677] By: jhi                                   on 2000/11/14  01:13:54
66507         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
66508              From: sthoenna@efn.org
66509              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
66510              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
66511      Branch: perl
66512            ! doop.c pp.c toke.c utf8.c utf8.h
66513 ____________________________________________________________________________
66514 [  7676] By: jhi                                   on 2000/11/13  20:23:15
66515         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
66516              From: Nicholas Clark <nick@ccl4.org>
66517              Date: Mon, 13 Nov 2000 18:55:04 +0000
66518              Message-ID: <20001113185504.J29183@plum.flirble.org>
66519      Branch: perl
66520            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
66521 ____________________________________________________________________________
66522 [  7675] By: nick                                  on 2000/11/13  20:21:57
66523         Log: Integrate mainline ...
66524      Branch: perlio
66525           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
66526           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
66527           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
66528           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
66529 ____________________________________________________________________________
66530 [  7674] By: jhi                                   on 2000/11/13  15:07:56
66531         Log: Update Changes.
66532      Branch: perl
66533            ! Changes patchlevel.h
66534 ____________________________________________________________________________
66535 [  7673] By: jhi                                   on 2000/11/13  14:42:42
66536         Log: Remove the new two tests of lib/io_xs for now, they seem to
66537              fail under perlio on some platforms.
66538      Branch: perl
66539            ! t/lib/io_xs.t
66540 ____________________________________________________________________________
66541 [  7672] By: jhi                                   on 2000/11/13  13:57:53
66542         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
66543      Branch: perl
66544            ! perlio.c
66545 ____________________________________________________________________________
66546 [  7671] By: jhi                                   on 2000/11/13  05:30:48
66547         Log: Placate nervous compilers that see longer than ints switch()ing.
66548      Branch: perl
66549            ! utf8.c
66550 ____________________________________________________________________________
66551 [  7670] By: jhi                                   on 2000/11/13  05:14:21
66552         Log: fputs() does return EOF on error but here we don't care.
66553      Branch: perl
66554            ! perlio.c
66555 ____________________________________________________________________________
66556 [  7669] By: jhi                                   on 2000/11/13  05:02:45
66557         Log: Declare reg_data like reg_substr_data.
66558      Branch: perl
66559            ! regexp.h
66560 ____________________________________________________________________________
66561 [  7668] By: jhi                                   on 2000/11/13  04:54:34
66562         Log: Typos in #7667.
66563      Branch: perl
66564            ! perl.h
66565 ____________________________________________________________________________
66566 [  7667] By: jhi                                   on 2000/11/13  04:49:49
66567         Log: Cleanup messy #ifdef.
66568      Branch: perl
66569            ! perl.h
66570 ____________________________________________________________________________
66571 [  7666] By: jhi                                   on 2000/11/13  04:17:34
66572         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
66573              From: Nicholas Clark <nick@talking.bollo.cx>
66574              Date: Sun, 12 Nov 2000 21:14:11 +0000
66575              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
66576              
66577              Note: only one breakage of the two reported is fixed by this patch.
66578      Branch: perl
66579            ! perlio.c
66580 ____________________________________________________________________________
66581 [  7665] By: jhi                                   on 2000/11/13  04:05:07
66582         Log: Tweak the definition of the bit complement on UTF-8 data:
66583              if none of the characters in the string are > 0xff,
66584              the result is a complemented byte string, not a (UTF-8)
66585              char string.  Based on the summary in
66586              
66587              Subject: Re: [ID 20000918.005] ~ on wide chars
66588              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
66589              Date: Fri, 10 Nov 2000 09:47:15 -0800
66590              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
66591              
66592              This should give us the maximum backward (pre-char string)
66593              compatibility and utf8 compatibility.  The other alternative
66594              would be to limit the bit complement to be always byte only,
66595              taking the least significant byte of the chars.
66596      Branch: perl
66597            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
66598 ____________________________________________________________________________
66599 [  7664] By: jhi                                   on 2000/11/13  00:23:44
66600         Log: Couple of tests from #7660 salvaged.
66601      Branch: perl
66602            - t/op/tell.t
66603            ! MANIFEST t/io/tell.t
66604 ____________________________________________________________________________
66605 [  7663] By: jhi                                   on 2000/11/13  00:02:48
66606         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
66607              From: Nicholas Clark <nick@talking.bollo.cx>
66608              Date: Sun, 12 Nov 2000 21:23:43 +0000
66609              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
66610      Branch: perl
66611            ! perlsfio.h
66612 ____________________________________________________________________________
66613 [  7662] By: jhi                                   on 2000/11/13  00:01:39
66614         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
66615              From: Nicholas Clark <nick@talking.bollo.cx>
66616              Date: Sun, 12 Nov 2000 21:30:04 +0000
66617              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
66618      Branch: perl
66619            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
66620 ____________________________________________________________________________
66621 [  7661] By: jhi                                   on 2000/11/12  23:57:29
66622         Log: Document tell() on special streams.
66623      Branch: perl
66624            ! pod/perlfunc.pod
66625 ____________________________________________________________________________
66626 [  7660] By: jhi                                   on 2000/11/12  23:54:22
66627         Log: (Subsumed by #7664)
66628      Branch: perl
66629            + t/op/tell.t
66630            ! MANIFEST
66631 ____________________________________________________________________________
66632 [  7659] By: jhi                                   on 2000/11/12  22:55:25
66633         Log: Many subdocumented return values of the IO extension now documented.
66634              ungetc and write still left subdocumented.
66635              
66636              Subject: [PATCH] (was Re: IO::Handle::ungetc)
66637              From: Nicholas Clark <nick@talking.bollo.cx>
66638              Date: Sun, 12 Nov 2000 21:35:53 +0000
66639              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
66640      Branch: perl
66641            ! ext/IO/lib/IO/Handle.pm
66642 ____________________________________________________________________________
66643 [  7658] By: jhi                                   on 2000/11/12  21:37:06
66644         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
66645              From: Nicholas Clark <nick@talking.bollo.cx>
66646              Date: Sun, 12 Nov 2000 20:03:22 +0000
66647              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
66648      Branch: perl
66649            ! pod/perlfunc.pod
66650 ____________________________________________________________________________
66651 [  7657] By: jhi                                   on 2000/11/12  20:34:55
66652         Log: Integrate perlio.
66653      Branch: perl
66654           !> perlio.c
66655 ____________________________________________________________________________
66656 [  7656] By: nick                                  on 2000/11/12  19:25:06
66657         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
66658      Branch: perlio
66659            ! perlio.c
66660 ____________________________________________________________________________
66661 [  7655] By: nick                                  on 2000/11/12  19:09:41
66662         Log: Integrate mainline
66663      Branch: perlio
66664           +> README.solaris ext/Encode/Encode/cp1006.enc
66665           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
66666           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
66667           +> ext/Encode/Encode/iso8859-13.enc
66668           +> ext/Encode/Encode/iso8859-14.enc
66669           +> ext/Encode/Encode/iso8859-15.enc
66670           !> (integrate 34 files)
66671 ____________________________________________________________________________
66672 [  7654] By: jhi                                   on 2000/11/12  19:00:22
66673         Log: Add a metaconfig unit for fsync.
66674      Branch: metaconfig/U/perl
66675            + d_fsync.U
66676 ____________________________________________________________________________
66677 [  7653] By: jhi                                   on 2000/11/12  19:00:01
66678         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
66679      Branch: perl
66680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66681            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
66682            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66683            ! vos/config.ga.h win32/config.bc win32/config.gc
66684            ! win32/config.vc
66685 ____________________________________________________________________________
66686 [  7652] By: jhi                                   on 2000/11/11  21:12:01
66687         Log: Copy the s// information of README.hpux also to the perlrun.
66688      Branch: perl
66689            ! README.hpux pod/perlrun.pod
66690 ____________________________________________________________________________
66691 [  7651] By: jhi                                   on 2000/11/11  21:03:13
66692         Log: More README.solaris updates from Andy Dougherty.
66693      Branch: perl
66694            ! README.solaris
66695 ____________________________________________________________________________
66696 [  7650] By: jhi                                   on 2000/11/11  18:38:57
66697         Log: More descriptive error for unknown perlio layers.
66698              
66699              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
66700              From: Dominic Dunlop <domo@computer.org> 
66701              Date: Sat, 11 Nov 2000 18:20:32 +0100             
66702              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
66703      Branch: perl
66704            ! perlio.c pod/perldiag.pod
66705 ____________________________________________________________________________
66706 [  7649] By: jhi                                   on 2000/11/11  18:37:52
66707         Log: MachTen doesn't really do mmap() and munmap().
66708              
66709              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
66710              From: Dominic Dunlop <domo@computer.org> 
66711              Date: Sat, 11 Nov 2000 18:20:32 +0100             
66712              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
66713      Branch: perl
66714            ! hints/machten.sh
66715 ____________________________________________________________________________
66716 [  7648] By: jhi                                   on 2000/11/11  18:36:46
66717         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
66718              From: rspier@pobox.com (Robert Spier)
66719              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
66720              Message-ID: <14861.32839.491271.985797@rls.cx>
66721      Branch: perl
66722            ! Porting/Contract pod/perltoot.pod
66723 ____________________________________________________________________________
66724 [  7647] By: jhi                                   on 2000/11/11  18:35:30
66725         Log: Simplify the getpagesize() unit by dropping the
66726              pagesize probe since it's nowadays slightly more
66727              complicated because of sysconf(). (Note: if some
66728              platform really needs the -lPW for getpagesize,
66729              I just broke it.)
66730              
66731              TODO: a new pagesize unit.
66732      Branch: metaconfig
66733            ! U/compline/d_getpagsz.U
66734 ____________________________________________________________________________
66735 [  7646] By: jhi                                   on 2000/11/11  18:33:23
66736         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
66737      Branch: perl
66738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66739            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
66740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66741            ! vos/config.ga.h win32/config.bc win32/config.gc
66742            ! win32/config.vc
66743 ____________________________________________________________________________
66744 [  7645] By: jhi                                   on 2000/11/11  16:45:15
66745         Log: Use sysconf() or getpagesize() to find out the pagesize.
66746      Branch: perl
66747            ! perlio.c
66748 ____________________________________________________________________________
66749 [  7644] By: jhi                                   on 2000/11/11  15:46:08
66750         Log: Integrate perlio.
66751      Branch: perl
66752           !> perlio.c
66753 ____________________________________________________________________________
66754 [  7643] By: jhi                                   on 2000/11/11  15:33:36
66755         Log: Subject: Re: [PATCH] README.solaris
66756              From: Lupe Christoph <lupe@lupe-christoph.de>
66757              Date: Sat, 11 Nov 2000 14:08:10 +0100
66758              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
66759      Branch: perl
66760            ! README.solaris
66761 ____________________________________________________________________________
66762 [  7642] By: jhi                                   on 2000/11/11  15:22:12
66763         Log: Subject: [PATCH perl@7638] cygwin port
66764              From: "Eric Fifer" <egf7@columbia.edu>            
66765              Date: Fri, 10 Nov 2000 19:30:30 -0000
66766              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
66767      Branch: perl
66768            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
66769 ____________________________________________________________________________
66770 [  7641] By: nick                                  on 2000/11/11  14:50:36
66771         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
66772              Also call "Buf" layer directly when unread'ing non-read chars.
66773      Branch: perlio
66774            ! perlio.c
66775 ____________________________________________________________________________
66776 [  7640] By: jhi                                   on 2000/11/11  02:05:02
66777         Log: Add more encoding tables.
66778      Branch: perl
66779            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
66780            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
66781            + ext/Encode/Encode/iso8859-10.enc
66782            + ext/Encode/Encode/iso8859-13.enc
66783            + ext/Encode/Encode/iso8859-14.enc
66784            + ext/Encode/Encode/iso8859-15.enc
66785            ! MANIFEST
66786 ____________________________________________________________________________
66787 [  7639] By: jhi                                   on 2000/11/10  18:49:25
66788         Log: Subject: [PATCH] README.solaris
66789              From: Andy Dougherty <doughera@lafayette.edu>
66790              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
66791              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
66792      Branch: perl
66793            + README.solaris
66794            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
66795            ! pod/perl.pod pod/perltoc.pod
66796 ____________________________________________________________________________
66797 [  7638] By: jhi                                   on 2000/11/10  15:04:15
66798         Log: Update Changes.
66799      Branch: perl
66800            ! Changes patchlevel.h
66801 ____________________________________________________________________________
66802 [  7637] By: jhi                                   on 2000/11/10  14:14:28
66803         Log: Explain better why certain regex tests are skipped.
66804              
66805              Subject: Re: tests skipped: unknown reason
66806              From: Lupe Christoph <lupe@lupe-christoph.de>
66807              Date: Fri, 10 Nov 2000 09:08:56 +0100
66808              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
66809      Branch: perl
66810            ! t/op/regexp.t
66811 ____________________________________________________________________________
66812 [  7636] By: nick                                  on 2000/11/10  13:40:00
66813         Log: Integrate mainline.
66814      Branch: perlio
66815           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
66816           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
66817           !> win32/bin/search.pl
66818 ____________________________________________________________________________
66819 [  7635] By: nick                                  on 2000/11/10  13:25:52
66820         Log: Re-instate stdio large file support via perlio.
66821      Branch: perl
66822            ! perlio.c
66823 ____________________________________________________________________________
66824 [  7634] By: jhi                                   on 2000/11/10  04:49:55
66825         Log: Amdahl UTS hints updates.
66826              
66827              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
66828              From: hom00@utsglobal.com (Harold O Morris)
66829              Date: Thu, 9 Nov 2000 20:02 PST
66830              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
66831      Branch: perl
66832            ! hints/uts.sh
66833 ____________________________________________________________________________
66834 [  7633] By: jhi                                   on 2000/11/09  23:33:28
66835         Log: Subject: [PATCH] IO::Seekable pod
66836              From: Nicholas Clark <nick@talking.bollo.cx>
66837              Date: Thu, 9 Nov 2000 20:29:45 +0000
66838              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
66839      Branch: perl
66840            ! ext/IO/lib/IO/Handle.pm
66841 ____________________________________________________________________________
66842 [  7632] By: jhi                                   on 2000/11/09  21:55:41
66843         Log: Various doc oddball characters.
66844              
66845              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
66846              From: Michael Somos <somos@grail.cba.csuohio.edu>
66847              Date: Mon, 6 Nov 2000 17:44:20 -0500
66848              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
66849      Branch: perl
66850            ! emacs/cperl-mode.el lib/unicode/syllables.txt
66851            ! win32/bin/search.pl
66852 ____________________________________________________________________________
66853 [  7631] By: jhi                                   on 2000/11/09  21:12:29
66854         Log: Subject: Re: bash -c exit and linux hints 
66855              From: "John P. Linderman" <jpl@research.att.com>
66856              Date: Thu, 02 Nov 2000 09:37:25 -0500
66857              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
66858      Branch: perl
66859            ! hints/linux.sh
66860 ____________________________________________________________________________
66861 [  7630] By: nick                                  on 2000/11/09  20:34:11
66862         Log: Integrate mainline.
66863      Branch: perlio
66864           !> (integrate 91 files)
66865 ____________________________________________________________________________
66866 [  7629] By: jhi                                   on 2000/11/09  19:46:31
66867         Log: Missing dTHXs.
66868              
66869              Subject: RE: perl@7595 builds not on cygwin
66870              From: "Eric Fifer" <egf7@columbia.edu>
66871              Date: Thu, 9 Nov 2000 19:26:50 -0000
66872              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
66873      Branch: perl
66874            ! ext/Devel/Peek/Peek.xs
66875 ____________________________________________________________________________
66876 [  7628] By: jhi                                   on 2000/11/09  14:48:27
66877         Log: Disable only the tests 99 and 166 for UTF-8 locales.
66878      Branch: perl
66879            ! t/pragma/locale.t
66880 ____________________________________________________________________________
66881 [  7627] By: jhi                                   on 2000/11/09  14:40:27
66882         Log: There's no =head3.
66883      Branch: perl
66884            ! pod/perlhack.pod
66885 ____________________________________________________________________________
66886 [  7626] By: jhi                                   on 2000/11/09  13:54:26
66887         Log: The generated boot_* headers are wrong.  Pickier compiler,
66888              such as KAI C++ will refuse to compile the resulting perlmain.
66889              
66890              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
66891              From: Harri Pasanen <harri.pasanen@trema.com>
66892              Date: Thu, 09 Nov 2000 14:23:28 +0100
66893              Message-Id: <3A0AA550.26D548A3@trema.com>
66894      Branch: perl
66895            ! minimod.pl
66896 ____________________________________________________________________________
66897 [  7625] By: jhi                                   on 2000/11/09  13:50:44
66898         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
66899              From: Prymmer/Kahn <pvhp@best.com>
66900              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
66901              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
66902              
66903              All except the "cow orker" change.
66904      Branch: perl
66905            ! Porting/pumpkin.pod
66906 ____________________________________________________________________________
66907 [  7624] By: jhi                                   on 2000/11/09  13:45:33
66908         Log: Fix for
66909              
66910              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
66911              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
66912              Date: Thu, 09 Nov 2000 11:05:52 +0100
66913              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
66914      Branch: perl
66915            ! pod/perldiag.pod t/pragma/warn/pp_sys
66916 ____________________________________________________________________________
66917 [  7623] By: jhi                                   on 2000/11/09  13:37:16
66918         Log: Typo in an ifndef.
66919              
66920              Subject: Re: [PATCH 5.7.0] better messages from malloc()
66921              From: Joe Smith <jms@inwap.com>         
66922              Date: Thu, 09 Nov 2000 01:33:14 -0800
66923              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
66924      Branch: perl
66925            ! malloc.c
66926 ____________________________________________________________________________
66927 [  7622] By: jhi                                   on 2000/11/09  13:31:18
66928         Log: Remove unused extra arguments.
66929      Branch: metaconfig/U/perl
66930            ! perlxv.U
66931      Branch: perl
66932            ! Configure config_h.SH
66933 ____________________________________________________________________________
66934 [  7621] By: jhi                                   on 2000/11/09  13:16:36
66935         Log: More VMS moves on environment handling, from Charles Lane.
66936      Branch: perl
66937            ! t/pragma/locale.t
66938 ____________________________________________________________________________
66939 [  7620] By: jhi                                   on 2000/11/09  04:42:38
66940         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
66941              From: David Dyck <dcd@tc.fluke.com>
66942              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
66943              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
66944      Branch: perl
66945            ! pp_sys.c
66946 ____________________________________________________________________________
66947 [  7619] By: jhi                                   on 2000/11/09  04:36:21
66948         Log: Forgot from #7618.
66949      Branch: perl
66950            ! lib/File/stat.pm
66951 ____________________________________________________________________________
66952 [  7618] By: jhi                                   on 2000/11/09  04:28:44
66953         Log: Make deleting for %ENV work for (newer versions of) VMS,
66954              from Craig A. Berry.
66955      Branch: perl
66956            ! vms/vms.c
66957 ____________________________________________________________________________
66958 [  7617] By: jhi                                   on 2000/11/09  04:25:05
66959         Log: Subject: [PATCH] Class::Struct at compile time
66960              From: "Casey R. Tweten" <crt@kiski.net>
66961              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
66962              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
66963      Branch: perl
66964            ! lib/Class/Struct.pm
66965 ____________________________________________________________________________
66966 [  7616] By: jhi                                   on 2000/11/09  04:15:17
66967         Log: Subject: [ID 20001108.013] spelling
66968              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
66969              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
66970              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
66971      Branch: perl
66972            ! lib/ftp.pl
66973 ____________________________________________________________________________
66974 [  7615] By: jhi                                   on 2000/11/09  04:12:42
66975         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
66976              From: Peter Prymmer <pvhp@forte.com>
66977              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
66978              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
66979      Branch: perl
66980            ! configure.com
66981 ____________________________________________________________________________
66982 [  7614] By: jhi                                   on 2000/11/08  22:42:55
66983         Log: A missing aTHX_.
66984      Branch: perl
66985            ! ext/IPC/SysV/SysV.xs
66986 ____________________________________________________________________________
66987 [  7613] By: jhi                                   on 2000/11/08  19:30:21
66988         Log: Update Changes.
66989      Branch: perl
66990            ! Changes patchlevel.h
66991 ____________________________________________________________________________
66992 [  7612] By: jhi                                   on 2000/11/08  18:35:25
66993         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
66994              From: David Dyck <dcd@tc.fluke.com>
66995              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
66996              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
66997      Branch: perl
66998            ! pp_sys.c
66999 ____________________________________________________________________________
67000 [  7611] By: jhi                                   on 2000/11/08  18:30:26
67001         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
67002              From: Dominic Dunlop <domo@computer.org>
67003              Date: Tue, 7 Nov 2000 12:05:25 +0100
67004              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
67005      Branch: perl
67006            ! malloc.c
67007 ____________________________________________________________________________
67008 [  7610] By: jhi                                   on 2000/11/08  18:25:14
67009         Log: Do not test UTF-8 locales since that the tests would require
67010              polymorphic regexen.
67011      Branch: perl
67012            ! t/pragma/locale.t
67013 ____________________________________________________________________________
67014 [  7609] By: jhi                                   on 2000/11/08  17:12:51
67015         Log: Locale buglets.
67016              
67017              Subject: RE: Locales support (setlocale) fixes
67018              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67019              Date: Wed, 8 Nov 2000 20:01:39 +0300
67020              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
67021      Branch: perl
67022            ! t/pragma/locale.t util.c
67023 ____________________________________________________________________________
67024 [  7608] By: jhi                                   on 2000/11/08  17:00:16
67025         Log: Deleting $ENV{PATH} in VMS is not recommendable.
67026      Branch: perl
67027            ! t/pragma/locale.t
67028 ____________________________________________________________________________
67029 [  7607] By: jhi                                   on 2000/11/08  16:58:26
67030         Log: Subject: PATCH std stdio for (Free)BSD
67031              From: Nicholas Clark <nick@ccl4.org>
67032              Date: Wed, 8 Nov 2000 15:36:29 +0000
67033              Message-ID: <20001108153629.D98736@plum.flirble.org>
67034      Branch: metaconfig
67035            ! U/compline/d_stdstdio.U
67036      Branch: perl
67037            ! Configure config_h.SH
67038 ____________________________________________________________________________
67039 [  7606] By: jhi                                   on 2000/11/08  16:43:31
67040         Log: Forgot to bump the line numbers in #7601.
67041      Branch: perl
67042            ! t/pragma/warn/pp_sys
67043 ____________________________________________________________________________
67044 [  7605] By: jhi                                   on 2000/11/08  16:39:12
67045         Log: More careful detection of how well NVs and UVs mix.
67046              
67047              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))
67048              From: Nicholas Clark <nick@ccl4.org>
67049              Date: Wed, 8 Nov 2000 15:14:12 +0000
67050              Message-ID: <20001108151412.B98736@plum.flirble.org>
67051              
67052              Added some SIGFPE paranoia.
67053      Branch: metaconfig/U/perl
67054            ! perlxv.U
67055      Branch: perl
67056            ! Configure config_h.SH
67057 ____________________________________________________________________________
67058 [  7604] By: jhi                                   on 2000/11/08  14:39:10
67059         Log: Subject: [patch perl@7595] VMS configure.com tweak
67060              From: "Craig A. Berry" <craigberry@mac.com>
67061              Date: Wed, 8 Nov 2000 00:24:12 -0600
67062              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
67063      Branch: perl
67064            ! configure.com
67065 ____________________________________________________________________________
67066 [  7603] By: jhi                                   on 2000/11/08  14:27:11
67067         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
67068              From: Robin Barker <rmb1@cise.npl.co.uk>
67069              Date: Wed, 8 Nov 2000 11:11:39 GMT
67070              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
67071      Branch: perl
67072            ! perlio.c
67073 ____________________________________________________________________________
67074 [  7602] By: jhi                                   on 2000/11/08  14:25:03
67075         Log: Fix for the tie-refhash string table leaks.
67076              
67077              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
67078              Date: Wed, 8 Nov 2000 13:03:04 GMT
67079              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
67080      Branch: perl
67081            ! t/lib/tie-refhash.t
67082 ____________________________________________________________________________
67083 [  7601] By: jhi                                   on 2000/11/08  14:21:08
67084         Log: Try to avoid flockless and emulationless places.
67085      Branch: perl
67086            ! t/pragma/warn/pp_sys
67087 ____________________________________________________________________________
67088 [  7600] By: jhi                                   on 2000/11/08  02:28:54
67089         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
67090              
67091              Subject: [PATCH] prototyped functions that should be overrideable
67092              From: "Casey R. Tweten" <crt@kiski.net>
67093              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
67094              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
67095      Branch: perl
67096            ! toke.c
67097 ____________________________________________________________________________
67098 [  7599] By: jhi                                   on 2000/11/08  01:12:05
67099         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
67100              
67101              Subject: [PATCH] perlbug.PL
67102              From: "Kurt D. Starsinic" <kstar@chapin.edu>
67103              Date: Mon, 6 Nov 2000 21:39:01 -0500
67104              Message-ID: <20001106213901.B20955@O2.chapin.edu>
67105      Branch: perl
67106            ! utils/perlbug.PL
67107 ____________________________________________________________________________
67108 [  7598] By: jhi                                   on 2000/11/07  23:42:00
67109         Log: Bad thinko in #7581 (I used the test program with the expanded
67110              values as-is).
67111      Branch: metaconfig
67112            ! U/compline/d_stdstdio.U
67113      Branch: perl
67114            ! Configure
67115 ____________________________________________________________________________
67116 [  7597] By: jhi                                   on 2000/11/07  21:43:29
67117         Log: Subject: [PATCH perl@7573] cygwin port
67118              From: "Fifer, Eric" <EFifer@sanwaint.com>
67119              Date: Tue, 7 Nov 2000 18:08:51 -0000 
67120              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
67121              
67122              Synchronize with Cygwin 1.1.5.
67123      Branch: perl
67124            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
67125            ! pod/perlport.pod unixish.h util.c
67126 ____________________________________________________________________________
67127 [  7596] By: jhi                                   on 2000/11/07  21:39:25
67128         Log: perlhack updates from H.Merijn Brand.
67129      Branch: perl
67130            ! pod/perlhack.pod
67131 ____________________________________________________________________________
67132 [  7595] By: jhi                                   on 2000/11/07  20:21:41
67133         Log: Update Changes.
67134      Branch: perl
67135            ! Changes patchlevel.h
67136 ____________________________________________________________________________
67137 [  7594] By: jhi                                   on 2000/11/07  19:18:58
67138         Log: Be more robust in Dynaloader.pm.
67139      Branch: perl
67140            ! ext/DynaLoader/DynaLoader_pm.PL
67141 ____________________________________________________________________________
67142 [  7593] By: jhi                                   on 2000/11/07  16:49:31
67143         Log: AUTHORS update.
67144      Branch: perl
67145            ! AUTHORS
67146 ____________________________________________________________________________
67147 [  7592] By: gsar                                  on 2000/11/07  16:39:51
67148         Log: normalize relative paths in virtualized current directory on windows,
67149              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
67150              returns)
67151      Branch: perl
67152            ! win32/vdir.h
67153 ____________________________________________________________________________
67154 [  7591] By: jhi                                   on 2000/11/07  16:04:26
67155         Log: Too profiler-happy: with optimization the #7590 actually makes
67156              the test to run 0.5% _slower_.  Requires much more instrumentation.
67157              Retract #7590.
67158      Branch: perl
67159            ! regcomp.c regcomp.h
67160 ____________________________________________________________________________
67161 [  7590] By: jhi                                   on 2000/11/07  15:51:13
67162         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
67163              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
67164              by using memset() and testing bytewise (as opposed to bitwise).
67165      Branch: perl
67166            ! regcomp.c regcomp.h
67167 ____________________________________________________________________________
67168 [  7589] By: jhi                                   on 2000/11/07  12:56:39
67169         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
67170              From: "Craig A. Berry" <craig.berry@psinetcs.com>
67171              Date: Mon, 06 Nov 2000 23:45:30 -0500
67172              Message-Id: <0011079735.AA973576259@univpress.com>
67173      Branch: perl
67174            ! configure.com t/lib/st-lock.t
67175 ____________________________________________________________________________
67176 [  7588] By: jhi                                   on 2000/11/07  01:03:28
67177         Log: Tweak #7587.
67178      Branch: perl
67179            ! pod/perldiag.pod
67180 ____________________________________________________________________________
67181 [  7587] By: jhi                                   on 2000/11/07  01:00:27
67182         Log: A doc addition for bug id 20001105.019, beware \p.
67183      Branch: perl
67184            ! pod/perldiag.pod
67185 ____________________________________________________________________________
67186 [  7586] By: jhi                                   on 2000/11/07  00:32:22
67187         Log: Fake support of holey files in win/dosish platforms.
67188              
67189              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
67190              From: kipp@shonanblue.ne.jp
67191              Date: Mon, 6 Nov 2000 13:30:55 -0800
67192              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
67193      Branch: perl
67194            ! ext/SDBM_File/sdbm/sdbm.c
67195 ____________________________________________________________________________
67196 [  7585] By: jhi                                   on 2000/11/07  00:12:54
67197         Log: Subject: Pod updates
67198              From: "Stephen P. Potter" <spp@spotter.yi.org>
67199              Date: Mon, 06 Nov 2000 18:56:43 -0500
67200              Message-Id: <200011062357.SAA18173@spotter.yi.org>
67201      Branch: perl
67202            ! README.dos README.os2 README.win32 pod/buildtoc.PL
67203            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
67204            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
67205            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
67206            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
67207            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
67208            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
67209            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
67210            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
67211            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
67212            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
67213            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
67214            ! pod/perltootc.pod pod/perlunicode.pod
67215 ____________________________________________________________________________
67216 [  7584] By: jhi                                   on 2000/11/07  00:04:17
67217         Log: Varargs don't always work too well if one puts an unsigned
67218              char on the stack and pop an unsigned quad off the stack.
67219              
67220              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
67221              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
67222              Date: Mon, 06 Nov 2000 15:19:05 -0800
67223              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
67224      Branch: perl
67225            ! utf8.c
67226 ____________________________________________________________________________
67227 [  7583] By: jhi                                   on 2000/11/06  23:58:48
67228         Log: %ENV note tweaks from Dan Sugalski.
67229      Branch: perl
67230            ! pod/perlport.pod vms/perlvms.pod
67231 ____________________________________________________________________________
67232 [  7582] By: jhi                                   on 2000/11/06  23:05:49
67233         Log: glibc5 detection by __GNU_LIBRARY__.
67234      Branch: perl
67235            ! toke.c
67236 ____________________________________________________________________________
67237 [  7581] By: jhi                                   on 2000/11/06  22:51:29
67238         Log: Make the stdio test program of 7427 less noisy while being 
67239              compiled so that Digital UNIX wouldn't get both
67240              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
67241              undefined.  This makes perlio happy.
67242      Branch: metaconfig
67243            ! U/compline/d_stdstdio.U
67244      Branch: perl
67245            ! Configure config_h.SH
67246 ____________________________________________________________________________
67247 [  7580] By: jhi                                   on 2000/11/06  22:41:41
67248         Log: Document %ENV = () portability issues.
67249      Branch: perl
67250            ! pod/perlport.pod vms/perlvms.pod
67251 ____________________________________________________________________________
67252 [  7579] By: jhi                                   on 2000/11/06  21:29:24
67253         Log: VOS updates from Paul Green.
67254      Branch: perl
67255            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67256 ____________________________________________________________________________
67257 [  7578] By: jhi                                   on 2000/11/06  21:00:40
67258         Log: Sanitize the environment further.
67259      Branch: perl
67260            ! t/pragma/locale.t
67261 ____________________________________________________________________________
67262 [  7577] By: jhi                                   on 2000/11/06  20:53:51
67263         Log: Re-introduce 7552 lost in integration.
67264      Branch: perl
67265            ! perlio.c
67266 ____________________________________________________________________________
67267 [  7576] By: jhi                                   on 2000/11/06  20:33:46
67268         Log: Admit that the test leaks scalars.
67269      Branch: perl
67270            ! t/comp/proto.t
67271 ____________________________________________________________________________
67272 [  7575] By: jhi                                   on 2000/11/06  20:17:08
67273         Log: Integrate perlio.
67274      Branch: perl
67275           !> perlio.c
67276 ____________________________________________________________________________
67277 [  7574] By: nick                                  on 2000/11/06  20:07:28
67278         Log: Remove debug. Try (Mmap_t) on madvise() call.
67279      Branch: perlio
67280            ! perlio.c
67281 ____________________________________________________________________________
67282 [  7573] By: jhi                                   on 2000/11/06  13:56:05
67283         Log: Update Changes.
67284      Branch: perl
67285            ! Changes patchlevel.h
67286 ____________________________________________________________________________
67287 [  7572] By: jhi                                   on 2000/11/06  13:48:41
67288         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
67289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67290              Date: Mon, 06 Nov 2000 10:11:42 +0100
67291              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
67292      Branch: perl
67293            ! pod/perlhack.pod
67294 ____________________________________________________________________________
67295 [  7571] By: jhi                                   on 2000/11/06  01:45:51
67296         Log: AUTHORS updates.
67297      Branch: perl
67298            ! AUTHORS
67299 ____________________________________________________________________________
67300 [  7570] By: jhi                                   on 2000/11/06  00:18:00
67301         Log: Fix for
67302              
67303              Subject: [ID 20000728.005] perl -P broken
67304              From: David Dyck <dcd@tc.fluke.com>
67305              Date: Fri, 28 Jul 2000 17:19:16 -0700
67306              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
67307              
67308              (hopefully).  The fix is also not complete, it seems to break
67309              BOM swallowing for libc5 systems, but until someone figures
67310              out a way to do this without ftell(), this will do.
67311      Branch: perl
67312            ! toke.c
67313 ____________________________________________________________________________
67314 [  7569] By: jhi                                   on 2000/11/06  00:05:30
67315         Log: Document that the evaled syntax errors cause scalar leaks.
67316      Branch: perl
67317            ! t/comp/proto.t
67318 ____________________________________________________________________________
67319 [  7568] By: jhi                                   on 2000/11/05  23:14:47
67320         Log: opmini.o can linger from Configures past.
67321      Branch: perl
67322            ! Makefile.SH
67323 ____________________________________________________________________________
67324 [  7567] By: jhi                                   on 2000/11/05  21:28:39
67325         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
67326              first argument correctly.
67327      Branch: perl
67328            ! perlio.c
67329 ____________________________________________________________________________
67330 [  7566] By: jhi                                   on 2000/11/05  21:15:56
67331         Log: Integrate perlio.
67332      Branch: perl
67333           !> perlio.c
67334 ____________________________________________________________________________
67335 [  7565] By: jhi                                   on 2000/11/05  21:15:13
67336         Log: Use -dM for gcc (the suggested patch did it only for Linux,
67337              but I think it can be generalized).
67338              
67339              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
67340              From: Pixel <pixel@mandrakesoft.com>
67341              Date: 05 Nov 2000 21:49:34 +0100 
67342              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
67343      Branch: perl
67344            ! ext/Errno/Errno_pm.PL
67345 ____________________________________________________________________________
67346 [  7564] By: nick                                  on 2000/11/05  21:09:18
67347         Log: Added a mmap layer as a "subclass" of perlio.
67348              PERLIO=mmap ./perl harness passes
67349      Branch: perlio
67350            ! perlio.c
67351 ____________________________________________________________________________
67352 [  7563] By: jhi                                   on 2000/11/05  19:48:55
67353         Log: Add a note for future generations about bug id 20000229.006.
67354      Branch: perl
67355            ! malloc.c
67356 ____________________________________________________________________________
67357 [  7562] By: jhi                                   on 2000/11/05  19:38:24
67358         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
67359      Branch: perl
67360            ! pp_ctl.c t/op/pos.t
67361 ____________________________________________________________________________
67362 [  7561] By: jhi                                   on 2000/11/05  18:21:46
67363         Log: Add =pod to be tidy.
67364      Branch: perl
67365            ! lib/Math/Complex.pm
67366 ____________________________________________________________________________
67367 [  7560] By: jhi                                   on 2000/11/05  17:38:46
67368         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
67369      Branch: perl
67370            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
67371            ! ext/Storable/Storable.xs t/lib/st-recurse.t
67372 ____________________________________________________________________________
67373 [  7559] By: jhi                                   on 2000/11/05  17:32:59
67374         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
67375              From: "Peter J. Farley III" <pjfarley@banet.net>
67376              Date: Sun, 05 Nov 2000 11:55:59 -0500
67377              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
67378      Branch: perl
67379            ! t/lib/syslog.t
67380 ____________________________________________________________________________
67381 [  7558] By: jhi                                   on 2000/11/05  17:29:19
67382         Log: Integrate perlio.
67383      Branch: perl
67384           !> perlio.c
67385 ____________________________________________________________________________
67386 [  7557] By: jhi                                   on 2000/11/05  17:22:01
67387         Log: A fix of sorts for 20000329.026, a better error message
67388              for a missing "use charnames" when using the \N{...}. 
67389      Branch: perl
67390            ! pod/perldiag.pod toke.c
67391 ____________________________________________________________________________
67392 [  7556] By: jhi                                   on 2000/11/05  16:33:50
67393         Log: Test tweak: show also the failed locales.
67394              
67395              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
67396              From: Lupe Christoph <lupe@lupe-christoph.de>         
67397              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
67398              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
67399      Branch: perl
67400            ! t/pragma/locale.t
67401 ____________________________________________________________________________
67402 [  7555] By: nick                                  on 2000/11/05  11:09:34
67403         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
67404              open RDWR so does not fail. (pragma/warnings 303 again...)
67405      Branch: perlio
67406            ! perlio.c
67407 ____________________________________________________________________________
67408 [  7554] By: nick                                  on 2000/11/05  10:10:13
67409         Log: Fix case where ungetc(f,EOF) was allowed.
67410              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
67411              so we can see similarities.
67412              Use types more carefully and a STDCHAR array in hope that this will
67413              fix Jarrko's 64bit machine.
67414      Branch: perlio
67415            ! perlio.c
67416 ____________________________________________________________________________
67417 [  7553] By: jhi                                   on 2000/11/05  01:12:16
67418         Log: Fix for
67419              
67420              Subject: [ID 20001004.007] taint propogation is inconsistent
67421              From: pimlott@idiomtech.com (Andrew Pimlott) 
67422              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
67423              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
67424              
67425              The culprit was sv_setsv() which was rather blindly
67426              propagating taint, which lead to behaviour where if
67427              a tainted anon hash value was seen all the hash values
67428              from then on at that level became tainted, or at any
67429              upper levels in the case of nested anon hashes.
67430      Branch: perl
67431            ! sv.c t/op/taint.t
67432 ____________________________________________________________________________
67433 [  7552] By: jhi                                   on 2000/11/04  23:44:18
67434         Log: Some cpps don't like splitting conditionals across several lines.
67435      Branch: perl
67436            ! perlio.c
67437 ____________________________________________________________________________
67438 [  7551] By: nick                                  on 2000/11/04  23:40:44
67439         Log: Integrate mainline
67440      Branch: perlio
67441           !> pp_hot.c t/op/taint.t
67442 ____________________________________________________________________________
67443 [  7550] By: nick                                  on 2000/11/04  23:39:05
67444         Log: Integrate mainline again
67445      Branch: perlio
67446           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
67447           !> t/lib/b.t t/op/misc.t util.c
67448 ____________________________________________________________________________
67449 [  7549] By: jhi                                   on 2000/11/04  23:14:01
67450         Log: Fix for
67451              
67452              Subject: [ID 20001004.006] undef is never tainted
67453              From: pimlott@idiomtech.com (Andrew Pimlott)
67454              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
67455              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
67456              
67457              An undef read from a slurped file was not tainted.
67458      Branch: perl
67459            ! pp_hot.c t/op/taint.t
67460 ____________________________________________________________________________
67461 [  7548] By: jhi                                   on 2000/11/04  22:56:21
67462         Log: Test tweak ($Config{useperlio} is by default undef) .
67463      Branch: perl
67464            ! t/lib/b.t
67465 ____________________________________________________________________________
67466 [  7547] By: jhi                                   on 2000/11/04  22:43:56
67467         Log: Integrate perlio.
67468      Branch: perl
67469           +> lib/perlio.pm
67470           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
67471           !> pod/perlapi.pod t/lib/b.t
67472 ____________________________________________________________________________
67473 [  7546] By: jhi                                   on 2000/11/04  22:40:59
67474         Log: Configure would use a bad $myuname from an old config.sh.
67475              
67476              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
67477              From: Andy Dougherty <doughera@lafayette.edu>
67478              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
67479              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
67480      Branch: metaconfig
67481            ! U/modified/Oldconfig.U
67482      Branch: perl
67483            ! Configure config_h.SH
67484 ____________________________________________________________________________
67485 [  7545] By: jhi                                   on 2000/11/04  22:36:54
67486         Log: Subject: Locales support (setlocale) fixes
67487              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67488              Date: Sat, 4 Nov 2000 10:15:48 +0300 
67489              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
67490              
67491              Modified quite a bit to be more portable.
67492      Branch: perl
67493            ! embed.h embed.pl perl.h proto.h util.c
67494 ____________________________________________________________________________
67495 [  7544] By: jhi                                   on 2000/11/04  22:32:47
67496         Log: Dying is too strict here, better just skip.
67497      Branch: perl
67498            ! t/op/misc.t
67499 ____________________________________________________________________________
67500 [  7543] By: nick                                  on 2000/11/04  21:55:13
67501         Log: Merge mainline
67502      Branch: perlio
67503           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
67504           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
67505           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
67506           !> (integrate 64 files)
67507 ____________________________________________________________________________
67508 [  7542] By: jhi                                   on 2000/11/04  21:09:28
67509         Log: More Changes tweakery.
67510      Branch: perl
67511            ! Changes Porting/genlog
67512 ____________________________________________________________________________
67513 [  7541] By: jhi                                   on 2000/11/04  20:58:18
67514         Log: Changes fixups.
67515      Branch: perl
67516            ! Changes
67517 ____________________________________________________________________________
67518 [  7540] By: jhi                                   on 2000/11/04  20:42:38
67519         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
67520              create a "fast path" for locale name probing using "locale -a"
67521              if available, squash finally hopefully the s?printf resetting
67522              the numeric locale (since, IIUC perllocale, it never shouldn't). 
67523      Branch: perl
67524            ! sv.c t/op/misc.t t/pragma/locale.t
67525 ____________________________________________________________________________
67526 [  7539] By: nick                                  on 2000/11/04  19:56:10
67527         Log: PerlIO infrastructure complete.
67528      Branch: perlio
67529            + lib/perlio.pm
67530            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
67531 ____________________________________________________________________________
67532 [  7538] By: nick                                  on 2000/11/04  14:31:32
67533         Log: Type tweaks + less contorted allocation scheme
67534      Branch: perlio
67535            ! perlio.c
67536 ____________________________________________________________________________
67537 [  7537] By: nick                                  on 2000/11/04  12:40:42
67538         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
67539              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
67540              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
67541              sensible) which lead to some interesting fails.
67542      Branch: perlio
67543            ! perlio.c
67544 ____________________________________________________________________________
67545 [  7536] By: jhi                                   on 2000/11/04  00:20:02
67546         Log: Add FCNTL_CAN_LOCK.
67547              
67548              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67549              From: Andy Dougherty <doughera@lafayette.edu>
67550              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
67551              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
67552              
67553              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
67554              From: Andy Dougherty <doughera@lafayette.edu>
67555              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
67556              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
67557      Branch: metaconfig/U/perl
67558            + d_fcntl_can_lock.U
67559            ! startperl.U
67560      Branch: perl
67561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67562            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
67563            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
67564            ! vos/config.ga.h win32/config.bc win32/config.gc
67565            ! win32/config.vc
67566 ____________________________________________________________________________
67567 [  7535] By: nick                                  on 2000/11/03  22:19:10
67568         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
67569              - Works on Linux with
67570              perlio + unix
67571              stdio
67572              - Works on Solaris with
67573              perlio + unix
67574              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
67575              - Fails (hangs in openpid) if you try and stack
67576              perlio + stdio - Linux stdio's read() logic is hanging.
67577      Branch: perlio
67578            ! iperlsys.h perlio.c
67579 ____________________________________________________________________________
67580 [  7534] By: jhi                                   on 2000/11/03  15:16:02
67581         Log: Subject: Re: README.aix
67582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67583              Date: Fri, 03 Nov 2000 16:03:15 +0100
67584              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
67585      Branch: perl
67586            ! README.aix
67587 ____________________________________________________________________________
67588 [  7533] By: jhi                                   on 2000/11/03  03:59:02
67589         Log: Subject: [PATCH 5.7.0] better messages from malloc()
67590              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67591              Date: Wed, 1 Nov 2000 23:39:56 -0500
67592              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
67593      Branch: perl
67594            ! malloc.c pod/perldiag.pod
67595 ____________________________________________________________________________
67596 [  7532] By: jhi                                   on 2000/11/03  00:11:56
67597         Log: The #7521 touched things it shouldn't have.
67598      Branch: perl
67599            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
67600 ____________________________________________________________________________
67601 [  7531] By: jhi                                   on 2000/11/02  22:32:33
67602         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
67603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67604              Date:     Thu, 2 Nov 2000 16:58:36 EST
67605              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
67606      Branch: perl
67607            ! vms/gen_shrfls.pl
67608 ____________________________________________________________________________
67609 [  7530] By: jhi                                   on 2000/11/02  22:08:49
67610         Log: Fix the problem discussed in
67611              
67612              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
67613              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
67614              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
67615              
67616              originally from Linc Madison.  Also Andreas König's comments
67617              taken into account.  Some other problems with Tie::SubstrHash
67618              fixed: didn't croak when the table exceeded the requested number
67619              of entries (as documented) but instead when the number of entries
67620              exceeded the size of the table, a croak() had an unnecessary \n,
67621              didn't have a CLEAR method, documented that there is no exists().
67622              Didn't fix to be strict-proof because the module uses &foo; and
67623              dynamic scope.  Added a test script exercizing both first tamely 
67624              the basic functionality, and then the failure cases reported by
67625              Linc Madison.
67626      Branch: perl
67627            + t/lib/tie-substrhash.t
67628            ! MANIFEST lib/Tie/SubstrHash.pm
67629 ____________________________________________________________________________
67630 [  7529] By: jhi                                   on 2000/11/02  17:58:08
67631         Log: recv() can fail and return undef.
67632              
67633              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
67634              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
67635              Date: Thu, 2 Nov 2000 20:12:20 +0300
67636              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
67637      Branch: perl
67638            ! lib/Net/Ping.pm
67639 ____________________________________________________________________________
67640 [  7528] By: jhi                                   on 2000/11/02  17:49:09
67641         Log: Detpyo.
67642      Branch: perl
67643            ! pod/perlop.pod
67644 ____________________________________________________________________________
67645 [  7527] By: jhi                                   on 2000/11/02  15:48:37
67646         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
67647              fix a autovivification bug in Tie::RefHash, add tests for both.
67648              
67649              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
67650              From: Edward Avis <epa98@doc.ic.ac.uk>
67651              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
67652              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
67653      Branch: perl
67654            + t/lib/tie-refhash.t
67655            ! MANIFEST lib/Tie/RefHash.pm
67656 ____________________________________________________________________________
67657 [  7526] By: jhi                                   on 2000/11/02  13:56:26
67658         Log: Test::Harness revealed buglets in the new DynaLoader.
67659              
67660              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
67661              From: andreas.koenig@anima.de (Andreas J. Koenig)
67662              Date: 02 Nov 2000 11:26:48 +0100 
67663              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
67664      Branch: perl
67665            ! ext/DynaLoader/DynaLoader_pm.PL
67666 ____________________________________________________________________________
67667 [  7525] By: jhi                                   on 2000/11/01  23:52:08
67668         Log: The entry for #7503 was missing.
67669      Branch: perl
67670            ! Changes
67671 ____________________________________________________________________________
67672 [  7524] By: jhi                                   on 2000/11/01  23:40:52
67673         Log: Update Changes.
67674      Branch: perl
67675            ! Changes patchlevel.h
67676 ____________________________________________________________________________
67677 [  7523] By: jhi                                   on 2000/11/01  22:57:09
67678         Log: More tweaking on the #7522 theme.
67679      Branch: perl
67680            ! ext/DynaLoader/DynaLoader_pm.PL
67681 ____________________________________________________________________________
67682 [  7522] By: jhi                                   on 2000/11/01  22:06:15
67683         Log: Expand %Config variables and %ENV variables only if
67684              so requested during build time using the
67685              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
67686              Not expanding makes relocating distributions easier.
67687      Branch: perl
67688            ! ext/DynaLoader/DynaLoader_pm.PL
67689 ____________________________________________________________________________
67690 [  7521] By: jhi                                   on 2000/11/01  20:56:34
67691         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
67692              and setgid() because they were just changing $< and $( which means
67693              only changing the real uid/gid, as opposed to changing both
67694              real and effective ids.  (The alternative way could have been
67695              in POSIX.pm to change $> and $), too, but making a direct call
67696              to the C API feels cleaner.)  Fixes the bug
67697              
67698              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
67699              From: "Garry T. Williams" <garry@zvolve.com>
67700              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
67701              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
67702      Branch: perl
67703            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
67704            ! ext/POSIX/typemap pod/perlvar.pod
67705 ____________________________________________________________________________
67706 [  7520] By: jhi                                   on 2000/11/01  20:08:33
67707         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
67708              From: "Garry T. Williams" <garry@zvolve.com>
67709              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
67710              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
67711      Branch: perl
67712            ! pod/perlsec.pod
67713 ____________________________________________________________________________
67714 [  7519] By: jhi                                   on 2000/11/01  20:01:22
67715         Log: Locale warning explanation tweak.
67716      Branch: perl
67717            ! pod/perldiag.pod
67718 ____________________________________________________________________________
67719 [  7518] By: jhi                                   on 2000/11/01  18:57:13
67720         Log: C.pm part of
67721              
67722              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
67723              From: Jarkko Hietaniemi <jhi@iki.fi>
67724              Date: Tue, 10 Oct 2000 08:22:28 -0500
67725              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
67726      Branch: perl
67727            ! ext/B/B/C.pm
67728 ____________________________________________________________________________
67729 [  7517] By: jhi                                   on 2000/11/01  18:41:59
67730         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
67731              From: Martien Verbruggen <mgjv@comdyn.com.au>
67732              Date: Fri, 6 Oct 2000 14:09:10 +1100
67733              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
67734      Branch: perl
67735            ! pod/perlop.pod
67736 ____________________________________________________________________________
67737 [  7516] By: jhi                                   on 2000/11/01  18:34:55
67738         Log: Generalize the Camel wording.
67739              
67740              Subject: Re: perlfaq style changes
67741              From: John Borwick <jhborwic@unity.ncsu.edu>
67742              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
67743              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
67744      Branch: perl
67745            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
67746 ____________________________________________________________________________
67747 [  7515] By: jhi                                   on 2000/11/01  16:52:31
67748         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
67749              From: pimlott@idiomtech.com (Andrew Pimlott)
67750              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
67751              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
67752      Branch: perl
67753            ! pod/perlsec.pod
67754 ____________________________________________________________________________
67755 [  7514] By: jhi                                   on 2000/11/01  15:03:40
67756         Log: More AIX lore.
67757      Branch: perl
67758            ! ext/re/hints/aix.pl
67759 ____________________________________________________________________________
67760 [  7513] By: jhi                                   on 2000/11/01  14:48:30
67761         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
67762              From: root <root@chronos.fi.muni.cz>
67763              Date: Wed, 1 Nov 2000 12:31:32 +0100
67764              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
67765      Branch: perl
67766            ! lib/Net/Ping.pm
67767 ____________________________________________________________________________
67768 [  7512] By: jhi                                   on 2000/11/01  14:46:47
67769         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
67770              From: Martin Husemann <martin@duskware.de>
67771              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
67772              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
67773      Branch: perl
67774            ! regcomp.c
67775 ____________________________________________________________________________
67776 [  7511] By: jhi                                   on 2000/11/01  14:39:50
67777         Log: AUTHORS updates.
67778      Branch: perl
67779            ! AUTHORS
67780 ____________________________________________________________________________
67781 [  7510] By: jhi                                   on 2000/11/01  14:29:50
67782         Log: Subject: [PATCH] startperl to respect versiononly
67783              From: Robin Barker <rmb1@cise.npl.co.uk> 
67784              Date: Tue, 31 Oct 2000 16:29:36 GMT
67785              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
67786      Branch: metaconfig/U/perl
67787            ! startperl.U
67788      Branch: perl
67789            ! Configure config_h.SH
67790 ____________________________________________________________________________
67791 [  7509] By: jhi                                   on 2000/11/01  14:19:53
67792         Log: printf UVs the correct way, noticed by Robin Barker.
67793      Branch: perl
67794            ! utf8.c
67795 ____________________________________________________________________________
67796 [  7508] By: jhi                                   on 2000/11/01  14:10:03
67797         Log: Do not cleanup *% because the % has special meanings in some
67798              shell environments.
67799      Branch: perl
67800            ! ext/Storable/Makefile.PL
67801 ____________________________________________________________________________
67802 [  7507] By: jhi                                   on 2000/11/01  14:06:00
67803         Log: The NonStop-UX libraries have a novel way to say NaN.
67804      Branch: perl
67805            ! t/lib/bigfltpm.t
67806 ____________________________________________________________________________
67807 [  7506] By: jhi                                   on 2000/11/01  14:03:35
67808         Log: The osname has been lowercased by now, from Tom Bates.
67809      Branch: metaconfig
67810            ! U/modified/Oldconfig.U
67811      Branch: perl
67812            ! Configure config_h.SH
67813 ____________________________________________________________________________
67814 [  7505] By: jhi                                   on 2000/10/31  19:18:39
67815         Log: The compiler is either gcc or cc, from Tom Bates.
67816      Branch: perl
67817            ! hints/nonstopux.sh
67818 ____________________________________________________________________________
67819 [  7504] By: jhi                                   on 2000/10/31  14:53:42
67820         Log: Update Changes.
67821      Branch: perl
67822            ! Changes patchlevel.h
67823 ____________________________________________________________________________
67824 [  7503] By: jhi                                   on 2000/10/31  14:30:50
67825         Log: Whitespace style tweak.  Was originally going to see to
67826              
67827              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
67828              From: Joe Smith <jms@inwap.com>
67829              Date: Mon, 30 Oct 2000 18:47:57 -0800
67830              Message-Id: <39FE32DD.24AAC4D@inwap.com>
67831              
67832              but that had already been taken care of.
67833      Branch: metaconfig
67834            ! U/compline/d_stdstdio.U
67835      Branch: perl
67836            ! Configure config_h.SH
67837 ____________________________________________________________________________
67838 [  7502] By: jhi                                   on 2000/10/31  14:25:02
67839         Log: AUTHORS tweaks.
67840      Branch: perl
67841            ! AUTHORS
67842 ____________________________________________________________________________
67843 [  7501] By: jhi                                   on 2000/10/31  14:23:59
67844         Log: Subject: perlfaq style changes
67845              From: John Borwick <jhborwic@unity.ncsu.edu>
67846              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
67847              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
67848      Branch: perl
67849            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
67850            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
67851            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
67852            ! pod/perlfaq9.pod
67853 ____________________________________________________________________________
67854 [  7500] By: jhi                                   on 2000/10/31  14:22:15
67855         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
67856              
67857              Subject: Re: [ID 20000918.005] ~ on wide chars
67858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67859              Date: Mon, 30 Oct 2000 21:09:55 -0800
67860              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
67861              
67862              (The ord() part of the patch skipped.)
67863      Branch: perl
67864            ! doop.c
67865 ____________________________________________________________________________
67866 [  7499] By: jhi                                   on 2000/10/31  14:20:08
67867         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
67868              From: Jens Hamisch <jens@Strawberry.COM>
67869              Date: Mon, 30 Oct 2000 15:17:07 +0100
67870              Message-Id: <20001030151707.A9597@Strawberry.COM>
67871      Branch: perl
67872            ! av.c
67873 ____________________________________________________________________________
67874 [  7498] By: jhi                                   on 2000/10/31  14:16:29
67875         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
67876              From: Peter Prymmer <pvhp@forte.com>
67877              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
67878              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
67879      Branch: perl
67880            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
67881            + ext/Encode/Encode/posix-bc.enc
67882            ! MANIFEST t/lib/encode.t
67883 ____________________________________________________________________________
67884 [  7497] By: jhi                                   on 2000/10/31  14:13:22
67885         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
67886              From: Peter Prymmer <pvhp@forte.com>
67887              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
67888              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
67889      Branch: perl
67890            ! t/lib/cgi-html.t
67891 ____________________________________________________________________________
67892 [  7496] By: jhi                                   on 2000/10/31  14:12:05
67893         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
67894              From: Peter Prymmer <pvhp@forte.com>
67895              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
67896              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
67897      Branch: perl
67898            ! t/lib/cgi-function.t
67899 ____________________________________________________________________________
67900 [  7495] By: jhi                                   on 2000/10/31  14:11:08
67901         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
67902              From: Peter Prymmer <pvhp@forte.com>
67903              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
67904              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
67905      Branch: perl
67906            + ext/re/hints/aix.pl
67907            ! MANIFEST ext/re/Makefile.PL
67908 ____________________________________________________________________________
67909 [  7494] By: jhi                                   on 2000/10/31  14:08:32
67910         Log: Use Errno magic.
67911              
67912              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
67913              From: Casey Tweten <perl@ctweten.amsite.com>
67914              Date: Mon, 30 Oct 2000 15:51:17 -0500
67915              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
67916      Branch: perl
67917            ! lib/File/Temp.pm
67918 ____________________________________________________________________________
67919 [  7493] By: jhi                                   on 2000/10/31  14:05:07
67920         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
67921              
67922              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
67923              From: Nicholas Clark <nick@ccl4.org>
67924              Date: Mon, 30 Oct 2000 17:38:45 +0000
67925              Message-ID: <20001030173845.O60355@plum.flirble.org>
67926      Branch: perl
67927            ! Makefile.SH utils/perlbug.PL
67928 ____________________________________________________________________________
67929 [  7492] By: nick                                  on 2000/10/30  19:37:23
67930         Log: Change files which are mysteriously different to mainline to be
67931              copies of mainline.
67932      Branch: perlio
67933            ! objXSUB.h perlapi.c pod/perlapi.pod
67934 ____________________________________________________________________________
67935 [  7491] By: nick                                  on 2000/10/30  18:05:54
67936         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
67937              - typo in endian code in putc.
67938              - Don't allow read of write-only files and vice-versa
67939              - and off-by-one in flush-all loop.
67940              Remove debug calls as they were using GCC specific features.
67941      Branch: perlio
67942            ! perlio.c
67943 ____________________________________________________________________________
67944 [  7490] By: nick                                  on 2000/10/29  21:45:45
67945         Log: Integrate mainline to perlio
67946      Branch: perlio
67947           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
67948           !> toke.c
67949 ____________________________________________________________________________
67950 [  7489] By: jhi                                   on 2000/10/29  21:11:08
67951         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
67952              From: andreas.koenig@anima.de (Andreas J. Koenig)
67953              Date: 29 Oct 2000 22:05:59 +0100
67954              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
67955      Branch: perl
67956            ! lib/ExtUtils/Manifest.pm
67957 ____________________________________________________________________________
67958 [  7488] By: jhi                                   on 2000/10/29  21:07:47
67959         Log: Tests for #7487.
67960              
67961              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
67962              From: andreas.koenig@anima.de (Andreas J. Koenig)
67963              Date: 29 Oct 2000 19:37:09 +0100
67964              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
67965      Branch: perl
67966            ! t/comp/proto.t
67967 ____________________________________________________________________________
67968 [  7487] By: jhi                                   on 2000/10/29  21:06:27
67969         Log: constsub spillage.
67970              
67971              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
67972              From: John Tobey <jtobey@john-edwin-tobey.org>
67973              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
67974              Message-Id: <m13pvSr-000FObC@feynman.localnet>
67975      Branch: perl
67976            ! op.c
67977 ____________________________________________________________________________
67978 [  7486] By: nick                                  on 2000/10/29  21:05:04
67979         Log: Integrate mainline to perlio branch
67980      Branch: perlio
67981           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
67982           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
67983           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
67984           +> vos/install_perl.cm
67985            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
67986            - vos/config.h vos/config_h.SH_orig
67987           !> (integrate 141 files)
67988 ____________________________________________________________________________
67989 [  7485] By: jhi                                   on 2000/10/29  21:00:47
67990         Log: Make \x{...} consistently produce UTF-8.
67991              
67992              Subject: Re: \x{...} is confused 
67993              From: Simon Cozens <simon@cozens.net>
67994              Date: Sun, 29 Oct 2000 19:36:48 +0000
67995              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
67996      Branch: perl
67997            ! t/pragma/utf8.t toke.c
67998 ____________________________________________________________________________
67999 [  7484] By: nick                                  on 2000/10/29  20:05:29
68000         Log: PerlIO passes all tests.
68001      Branch: perlio
68002            ! perlio.c
68003 ____________________________________________________________________________
68004 [  7483] By: jhi                                   on 2000/10/29  18:06:55
68005         Log: Update Changes.
68006      Branch: perl
68007            ! Changes patchlevel.h
68008 ____________________________________________________________________________
68009 [  7482] By: nick                                  on 2000/10/29  17:43:28
68010         Log: Include <unistd.h> to get correct lseek() prototype etc.
68011              (I thought perl.h did that) - down to two fails
68012              - comp/require.t (last test)
68013              - lib/io_xs.t - possibly import/export of FILE * ?
68014      Branch: perlio
68015            ! perlio.c
68016 ____________________________________________________________________________
68017 [  7481] By: jhi                                   on 2000/10/29  17:02:37
68018         Log: UTF-8 decoder tweak.
68019      Branch: perl
68020            ! utf8.c
68021 ____________________________________________________________________________
68022 [  7480] By: nick                                  on 2000/10/29  16:26:11
68023         Log: Fixed two bugs:
68024              - error code not being set on close (of broken pipe)
68025              - append mode was truncating.
68026              At least one seek/tell bug remains.
68027      Branch: perlio
68028            ! perlio.c
68029 ____________________________________________________________________________
68030 [  7479] By: nick                                  on 2000/10/29  11:18:16
68031         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
68032              in case of accidents. Still several worrying fails, no line disciplines yet.
68033      Branch: perlio
68034            ! iperlsys.h perlio.c
68035 ____________________________________________________________________________
68036 [  7478] By: jhi                                   on 2000/10/29  02:04:01
68037         Log: Add also emailless people.
68038      Branch: perl
68039            ! AUTHORS
68040 ____________________________________________________________________________
68041 [  7477] By: jhi                                   on 2000/10/29  01:36:00
68042         Log: The #7476 needs a MANIFEST change, too.
68043      Branch: perl
68044            ! MANIFEST
68045 ____________________________________________________________________________
68046 [  7476] By: jhi                                   on 2000/10/29  01:35:21
68047         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
68048      Branch: perl
68049            - MAINTAIN
68050            ! AUTHORS Changes
68051 ____________________________________________________________________________
68052 [  7475] By: jhi                                   on 2000/10/28  23:57:25
68053         Log: De-quoted-unreadable to ISO Latin 1.
68054              (There's one ISO-2022-JP name in Changes5.004.)
68055      Branch: perl
68056            ! Changes Changes5.6
68057 ____________________________________________________________________________
68058 [  7474] By: jhi                                   on 2000/10/28  19:13:06
68059         Log: Subject: [ID 20001027.007] uniq array in perlfaq
68060              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
68061              Date: Fri, 27 Oct 2000 19:28:30 +0200
68062              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
68063      Branch: perl
68064            ! pod/perlfaq4.pod
68065 ____________________________________________________________________________
68066 [  7473] By: jhi                                   on 2000/10/28  18:02:05
68067         Log: Locking null mutexes is not recommendable.
68068              
68069              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
68070              From: Hugo <hv@crypt.compulink.co.uk>
68071              Date: Sat, 28 Oct 2000 18:41:12 +0100
68072              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
68073      Branch: perl
68074            ! op.c
68075 ____________________________________________________________________________
68076 [  7472] By: jhi                                   on 2000/10/28  17:52:58
68077         Log: Better create a true mailing list for the repository keepers.
68078      Branch: perl
68079            ! Porting/repository.pod
68080 ____________________________________________________________________________
68081 [  7471] By: jhi                                   on 2000/10/28  17:28:24
68082         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
68083              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
68084      Branch: perl
68085            + Porting/repository.pod
68086            ! MANIFEST
68087 ____________________________________________________________________________
68088 [  7470] By: jhi                                   on 2000/10/28  17:20:54
68089         Log: Subject: DOC PATCH 5.6.0
68090              From: mjd@plover.com
68091              Date: 27 Oct 2000 17:32:44 -0000
68092              Message-ID: <20001027173244.23754.qmail@plover.com>
68093      Branch: perl
68094            ! pod/perlfunc.pod
68095 ____________________________________________________________________________
68096 [  7469] By: jhi                                   on 2000/10/28  17:16:45
68097         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
68098              From: "Peter J. Farley III" <pjfarley@banet.net>
68099              Date: Fri, 27 Oct 2000 20:32:56 -0400
68100              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
68101      Branch: perl
68102            ! README.dos
68103 ____________________________________________________________________________
68104 [  7468] By: jhi                                   on 2000/10/28  17:07:18
68105         Log: Make target reordering to avoid pointless re-makes.
68106              
68107              Subject: Re: Total re-make of 'make okfile' after 7451 ?
68108              From: Nicholas Clark <nick@ccl4.org>
68109              Date: Sat, 28 Oct 2000 00:31:02 +0100
68110              Message-ID: <20001028003101.A54517@plum.flirble.org>
68111      Branch: perl
68112            ! Makefile.SH
68113 ____________________________________________________________________________
68114 [  7467] By: jhi                                   on 2000/10/28  17:05:31
68115         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
68116              From: lvirden@cas.org
68117              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
68118              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
68119      Branch: perl
68120            ! README.os2
68121 ____________________________________________________________________________
68122 [  7466] By: jhi                                   on 2000/10/28  16:09:16
68123         Log: Upgrade to CPAN 1.58_55.
68124              
68125              Subject: CPAN.pm status
68126              From: andreas.koenig@anima.de (Andreas J. Koenig) 
68127              Date: 28 Oct 2000 08:18:00 +0200 
68128              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
68129      Branch: perl
68130            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
68131 ____________________________________________________________________________
68132 [  7465] By: jhi                                   on 2000/10/28  16:02:47
68133         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
68134      Branch: perl
68135            ! embed.h embed.pl perl.h proto.h toke.c
68136 ____________________________________________________________________________
68137 [  7464] By: nick                                  on 2000/10/28  10:43:44
68138         Log: Fix for sv_2iv() on "shared" value from keys %hash.
68139      Branch: perl
68140            ! sv.c
68141 ____________________________________________________________________________
68142 [  7463] By: jhi                                   on 2000/10/27  16:18:29
68143         Log: Update Changes.
68144      Branch: perl
68145            ! Changes patchlevel.h
68146 ____________________________________________________________________________
68147 [  7462] By: jhi                                   on 2000/10/27  16:17:44
68148         Log: Too enthusiastic editing in #7460.
68149      Branch: metaconfig
68150            ! U/modified/Oldsym.U
68151      Branch: perl
68152            ! Configure config_h.SH
68153 ____________________________________________________________________________
68154 [  7461] By: jhi                                   on 2000/10/27  15:37:38
68155         Log: Retract #7459, the script needs more work.
68156      Branch: perl
68157            - mkreef
68158            ! MANIFEST
68159 ____________________________________________________________________________
68160 [  7460] By: jhi                                   on 2000/10/27  15:23:14
68161         Log: Use $sort, $uniq (and $tr) consistently as wondered
68162              by Nicholas Clark.
68163      Branch: metaconfig
68164            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
68165            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
68166            ! U/modified/libc.U
68167      Branch: perl
68168            ! Configure config_h.SH
68169 ____________________________________________________________________________
68170 [  7459] By: jhi                                   on 2000/10/27  15:02:07
68171         Log: (Retracted by #7461)
68172              
68173              Add a shell script for creating/removing symbolic link farms,
68174              useful for keeping the source code read-only and doing the
68175              builds somewhere else.
68176      Branch: perl
68177            + mkreef
68178            ! MANIFEST
68179 ____________________________________________________________________________
68180 [  7458] By: jhi                                   on 2000/10/27  14:42:20
68181         Log: Do away with the fix_pl.
68182      Branch: perl
68183            - fix_pl
68184            ! MANIFEST Makefile.SH
68185 ____________________________________________________________________________
68186 [  7457] By: jhi                                   on 2000/10/27  12:43:13
68187         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
68188              From: Jens Hamisch <jens@Strawberry.COM>
68189              Date: Fri, 27 Oct 2000 14:38:21 +0200
68190              Message-Id: <20001027143821.B3366@Strawberry.COM>
68191      Branch: perl
68192            ! perl.h
68193 ____________________________________________________________________________
68194 [  7456] By: jhi                                   on 2000/10/27  12:33:42
68195         Log: Subject: [PATCH] todo
68196              From: Nicholas Clark <nick@ccl4.org>
68197              Date: Thu, 26 Oct 2000 22:32:29 +0100
68198              Message-ID: <20001026223229.A44540@plum.flirble.org>
68199      Branch: perl
68200            ! pod/perltodo.pod
68201 ____________________________________________________________________________
68202 [  7455] By: jhi                                   on 2000/10/27  12:02:21
68203         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
68204              From: John Tobey <jtobey@john-edwin-tobey.org>
68205              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
68206              Message-Id: <m13ozHF-000FObC@feynman.localnet>
68207      Branch: perl
68208            ! op.c t/pragma/sub_lval.t
68209 ____________________________________________________________________________
68210 [  7454] By: jhi                                   on 2000/10/27  11:59:42
68211         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
68212              From: sthoenna@efn.org
68213              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
68214              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
68215      Branch: perl
68216            ! pp.c t/op/assignwarn.t
68217 ____________________________________________________________________________
68218 [  7453] By: jhi                                   on 2000/10/27  00:15:08
68219         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
68220      Branch: perl
68221            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
68222            ! ext/Storable/Storable.xs t/lib/st-lock.t
68223 ____________________________________________________________________________
68224 [  7452] By: jhi                                   on 2000/10/26  13:05:52
68225         Log: Undo #7451, this seems to be a deficiency in Perforce,
68226              there is no per-file line-terminator type, only per-client.
68227      Branch: perl
68228            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
68229            ! win32/makefile.mk
68230 ____________________________________________________________________________
68231 [  7451] By: jhi                                   on 2000/10/26  04:56:03
68232         Log: Experimenting in DOS arcana.
68233      Branch: perl
68234            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
68235            ! win32/makefile.mk
68236 ____________________________________________________________________________
68237 [  7450] By: jhi                                   on 2000/10/26  04:50:52
68238         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
68239              From: "Peter J. Farley III" <pjfarley@banet.net>            
68240              Date: Wed, 25 Oct 2000 23:10:18 -0400
68241              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
68242      Branch: perl
68243            ! t/io/open.t
68244 ____________________________________________________________________________
68245 [  7449] By: jhi                                   on 2000/10/26  04:49:16
68246         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
68247              From: Hugo <hv@crypt.compulink.co.uk>
68248              Date: Thu, 26 Oct 2000 01:55:17 +0100
68249              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
68250              
68251              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
68252      Branch: perl
68253            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
68254 ____________________________________________________________________________
68255 [  7448] By: jhi                                   on 2000/10/26  04:38:36
68256         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
68257              From: Peter Prymmer <pvhp@forte.com>
68258              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
68259              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
68260      Branch: perl
68261            ! configure.com
68262 ____________________________________________________________________________
68263 [  7447] By: jhi                                   on 2000/10/25  23:20:02
68264         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
68265              in platforms that strictly require all the symbols being present
68266              at link time.
68267      Branch: perl
68268            ! handy.h
68269 ____________________________________________________________________________
68270 [  7446] By: jhi                                   on 2000/10/25  21:55:57
68271         Log: Update Changes.
68272      Branch: perl
68273            ! Changes patchlevel.h
68274 ____________________________________________________________________________
68275 [  7445] By: jhi                                   on 2000/10/25  21:27:08
68276         Log: Integrate with vmsperl #7430 by Charles Bailey:
68277              
68278              Cleanup from prior patch (Charles Lane?):
68279              - improve handling of MFDs in Basename and Path
68280              - default to no xsubpp line # munging when building debug images
68281      Branch: perl
68282           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
68283 ____________________________________________________________________________
68284 [  7444] By: jhi                                   on 2000/10/25  21:03:50
68285         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
68286              From: John Peacock <JPeacock@UnivPress.com>
68287              Date: Thu, 18 May 2000 11:55:27 -0400
68288              Message-ID: <3924126F.A58BE57A@UnivPress.com>
68289      Branch: perl
68290            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
68291            ! t/op/write.t
68292 ____________________________________________________________________________
68293 [  7443] By: jhi                                   on 2000/10/25  20:43:10
68294         Log: Temporary stopgap for the self-tying issue: for now only
68295              array and hash self-ties are verboten.  The real fix, of
68296              course, would be to comprehensively test (and implement?)
68297              and debug (and document) self-ties.
68298      Branch: perl
68299            ! pod/perldiag.pod pp_sys.c t/op/tie.t
68300 ____________________________________________________________________________
68301 [  7442] By: jhi                                   on 2000/10/25  20:14:30
68302         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
68303              From: Dan Sugalski <dan@sidhe.org>
68304              Date: Wed, 25 Oct 2000 13:36:35 -0400
68305              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
68306              
68307              plus regen global.sym.
68308      Branch: perl
68309            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
68310            ! thrdvar.h util.c
68311 ____________________________________________________________________________
68312 [  7441] By: jhi                                   on 2000/10/25  20:12:20
68313         Log: buildtoc target tweaks.
68314      Branch: perl
68315            ! pod/Makefile.SH
68316 ____________________________________________________________________________
68317 [  7440] By: jhi                                   on 2000/10/25  20:03:53
68318         Log: A new version of making the syslog test more robust.
68319              (Replaces #7421.)
68320              
68321              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
68322              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68323              Date: Wed, 25 Oct 2000 12:13:54 -0400
68324              Message-ID: <20001025121354.B2264@O2.chapin.edu>
68325      Branch: perl
68326            ! t/lib/syslog.t
68327 ____________________________________________________________________________
68328 [  7439] By: jhi                                   on 2000/10/25  20:00:48
68329         Log: Continue the internal UTF-8 API tweaking.
68330              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
68331              used much more than the simpler API, now called utf8_to_uv_simple().
68332              Still not quite happy with API, too much partial duplication
68333              of functionality.
68334      Branch: perl
68335            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
68336            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
68337            ! regcomp.c regexec.c sv.c toke.c utf8.c
68338 ____________________________________________________________________________
68339 [  7438] By: jhi                                   on 2000/10/25  18:52:30
68340         Log: Allow poking holes at the UTF-8 decoding strictness.
68341      Branch: perl
68342            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
68343            ! utf8.h
68344 ____________________________________________________________________________
68345 [  7437] By: jhi                                   on 2000/10/25  13:53:05
68346         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
68347              UTF8LEN() and UTF8SKIP(). 
68348      Branch: perl
68349            ! pp.c utf8.c utf8.h
68350 ____________________________________________________________________________
68351 [  7436] By: jhi                                   on 2000/10/25  13:51:37
68352         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
68353              From: Nicholas Clark <nick@ccl4.org>
68354              Date: Wed, 25 Oct 2000 14:44:05 +0100
68355              Message-ID: <20001025144404.D27253@plum.flirble.org>
68356      Branch: perl
68357            ! pod/perlrun.pod
68358 ____________________________________________________________________________
68359 [  7435] By: jhi                                   on 2000/10/25  13:49:32
68360         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
68361              From: Mike Guy <mjtg@cam.ac.uk>
68362              Date: Tue, 24 Oct 2000 14:59:40 +0100
68363              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
68364      Branch: perl
68365            ! scope.c
68366 ____________________________________________________________________________
68367 [  7434] By: jhi                                   on 2000/10/25  13:48:41
68368         Log: AIX is picky about its symbol exports.  Solution for now
68369              is to include the deb.o explicitly to the re extension build.
68370              
68371              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
68372              From: Peter Prymmer <pvhp@forte.com>
68373              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
68374              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
68375      Branch: perl
68376            ! ext/re/Makefile.PL hints/aix.sh
68377 ____________________________________________________________________________
68378 [  7433] By: jhi                                   on 2000/10/25  13:46:49
68379         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
68380              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68381              Date: Wed, 25 Oct 2000 12:02:20 +0200
68382              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
68383      Branch: perl
68384            ! perlsdio.h
68385 ____________________________________________________________________________
68386 [  7432] By: jhi                                   on 2000/10/25  13:44:28
68387         Log: Subject: Minor update to find2perl, for portability
68388              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
68389              Date: Wed, 25 Oct 2000 12:05:47 +0100
68390              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
68391      Branch: perl
68392            ! x2p/find2perl.PL
68393 ____________________________________________________________________________
68394 [  7431] By: jhi                                   on 2000/10/25  13:40:39
68395         Log: Add targets to Makefile.SH, most importantly
68396              'regen_all' which also remembers to update vms/perly*.
68397      Branch: perl
68398            ! Makefile.SH
68399 ____________________________________________________________________________
68400 [  7430] By: bailey                                on 2000/10/25  03:13:53
68401         Log: Cleanup from prior patch (Charles Lane?):
68402              - improve handling of MFDs in Basename and Path
68403              - default to no xsubpp line # munging when building debug images
68404      Branch: vmsperl
68405            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
68406 ____________________________________________________________________________
68407 [  7429] By: jhi                                   on 2000/10/24  20:03:40
68408         Log: Podify README.epoc and README.vos.
68409      Branch: perl
68410            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
68411            ! pod/perlport.pod pod/perltoc.pod
68412 ____________________________________________________________________________
68413 [  7428] By: jhi                                   on 2000/10/24  19:10:33
68414         Log: Stratus VOS updates from Paul Green.
68415      Branch: perl
68416            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68417            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
68418            - vos/config.def vos/config.h vos/config_h.SH_orig
68419            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
68420            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
68421 ____________________________________________________________________________
68422 [  7427] By: jhi                                   on 2000/10/24  18:59:48
68423         Log: Check if stdio supports tweaking lval and cnt simultaneously.
68424              
68425              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
68426              From: Nicholas Clark <nick@ccl4.org>
68427              Date: Mon, 23 Oct 2000 15:39:32 +0100
68428              Message-ID: <20001023153932.A10786@plum.flirble.org>
68429      Branch: metaconfig
68430            ! U/compline/d_stdstdio.U
68431      Branch: perl
68432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68433            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
68434            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
68435            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
68436            ! vos/config.h vos/config_h.SH_orig win32/config.bc
68437            ! win32/config.gc win32/config.vc
68438 ____________________________________________________________________________
68439 [  7426] By: jhi                                   on 2000/10/24  17:57:44
68440         Log: Missed the header file changes from #7425.
68441      Branch: perl
68442            ! embed.h embed.pl objXSUB.h proto.h
68443 ____________________________________________________________________________
68444 [  7425] By: jhi                                   on 2000/10/24  17:55:17
68445         Log: Fix the bug reported in
68446              
68447              From: andreas.koenig@anima.de (Andreas J. Koenig)
68448              Subject: Encode bug?
68449              Date: 24 Oct 2000 14:01:26 +0200 
68450              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
68451              
68452              Also make is_utf8_char() stricter.
68453      Branch: perl
68454            ! ext/Encode/Encode.xs utf8.c
68455 ____________________________________________________________________________
68456 [  7424] By: jhi                                   on 2000/10/24  15:15:39
68457         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
68458              From: Peter Scott <Peter@PSDT.com>
68459              Date: Mon, 23 Oct 2000 19:46:01 -0700
68460              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
68461      Branch: perl
68462            ! pod/perlfaq5.pod
68463 ____________________________________________________________________________
68464 [  7423] By: jhi                                   on 2000/10/24  14:25:30
68465         Log: Test tweak to avoid pulling in the whole Config.
68466      Branch: perl
68467            ! t/lib/st-lock.t
68468 ____________________________________________________________________________
68469 [  7422] By: jhi                                   on 2000/10/24  14:03:16
68470         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
68471      Branch: perl
68472            ! pp.c
68473 ____________________________________________________________________________
68474 [  7421] By: jhi                                   on 2000/10/24  13:32:09
68475         Log: (Replaced by #7440.)
68476              
68477              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
68478              From: "Kurt D. Starsinic" <kstar@chapin.edu>
68479              Date: Mon, 23 Oct 2000 16:40:54 -0400
68480              Message-ID: <20001023164054.B14491@O2.chapin.edu>
68481      Branch: perl
68482            ! t/lib/syslog.t
68483 ____________________________________________________________________________
68484 [  7420] By: jhi                                   on 2000/10/24  13:30:53
68485         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
68486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68487              Date: Mon, 23 Oct 2000 17:29:03 -0400
68488              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
68489      Branch: perl
68490            ! lib/ExtUtils/MM_Unix.pm
68491 ____________________________________________________________________________
68492 [  7419] By: jhi                                   on 2000/10/24  13:29:57
68493         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
68494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68495              Date: Mon, 23 Oct 2000 19:01:32 -0400
68496              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
68497      Branch: perl
68498            ! utils/h2xs.PL
68499 ____________________________________________________________________________
68500 [  7418] By: jhi                                   on 2000/10/24  13:26:04
68501         Log: Replace #7409 with
68502              
68503              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
68504              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
68505              Date: Mon, 23 Oct 2000 20:08:56 +0200
68506              Message-ID: <20001023200855.A14850@nice.ram.loc>
68507      Branch: perl
68508            ! ext/Storable/Storable.pm t/lib/st-lock.t
68509 ____________________________________________________________________________
68510 [  7417] By: jhi                                   on 2000/10/24  13:17:52
68511         Log: Run vms/vms_yfix.pl, should have done that after changing
68512              perly.c in #7382.
68513      Branch: perl
68514            ! vms/perly_c.vms vms/perly_h.vms
68515 ____________________________________________________________________________
68516 [  7416] By: jhi                                   on 2000/10/24  02:55:33
68517         Log: Make the UTF-8 decoding stricter and more verbose when
68518              malformation happens.  This involved adding an argument
68519              to utf8_to_uv_chk(), which involved changing its prototype,
68520              and prefer STRLEN over I32 for the UTF-8 length, which as
68521              a domino effect necessitated changing the prototypes of
68522              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
68523              The stricter UTF-8 decoding checking uses Markus Kuhn's
68524              UTF-8 Decode Stress Tester from
68525              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
68526      Branch: perl
68527            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
68528            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
68529            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
68530            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
68531 ____________________________________________________________________________
68532 [  7415] By: jhi                                   on 2000/10/23  14:06:06
68533         Log: Update Changes.
68534      Branch: perl
68535            ! Changes patchlevel.h
68536 ____________________________________________________________________________
68537 [  7414] By: jhi                                   on 2000/10/23  12:39:52
68538         Log: Undo the basename() part of #7412 since the lib/basename
68539              tests would need upgrading too.
68540      Branch: perl
68541            ! lib/File/Basename.pm
68542 ____________________________________________________________________________
68543 [  7413] By: jhi                                   on 2000/10/23  12:19:27
68544         Log: Document PERL_INSTALL_ROOT of #7210.
68545      Branch: perl
68546            ! lib/ExtUtils/Install.pm
68547 ____________________________________________________________________________
68548 [  7412] By: jhi                                   on 2000/10/23  12:16:47
68549         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
68550      Branch: perl
68551            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
68552            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
68553 ____________________________________________________________________________
68554 [  7411] By: jhi                                   on 2000/10/23  12:07:41
68555         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
68556              From: Prymmer/Kahn <pvhp@best.com>
68557              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
68558              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
68559      Branch: perl
68560            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
68561 ____________________________________________________________________________
68562 [  7410] By: jhi                                   on 2000/10/23  04:10:11
68563         Log: The change #7187 was not so good on VMS.
68564              
68565              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
68566              From: "Craig A. Berry" <craig.berry@psinetcs.com>
68567              Date: Sun, 22 Oct 2000 23:03:08 -0500
68568              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
68569      Branch: perl
68570            ! utils/perldoc.PL
68571 ____________________________________________________________________________
68572 [  7409] By: jhi                                   on 2000/10/23  03:57:36
68573         Log: Avoid Storable locking on DJGPP for now.
68574              
68575              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
68576              From: "Peter J. Farley III" <pjfarley@banet.net>
68577              Date: Sun, 22 Oct 2000 20:00:00 -0400
68578              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
68579      Branch: perl
68580            ! ext/Storable/Storable.pm t/lib/st-lock.t
68581 ____________________________________________________________________________
68582 [  7408] By: jhi                                   on 2000/10/23  03:50:24
68583         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
68584              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
68585              Date: Sun, 22 Oct 2000 21:12:22 -0400
68586              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
68587      Branch: perl
68588            ! lib/vars.pm
68589 ____________________________________________________________________________
68590 [  7407] By: jhi                                   on 2000/10/23  03:43:12
68591         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
68592              From: Hugo <hv@crypt.compulink.co.uk>
68593              Date: Mon, 23 Oct 2000 00:47:22 +0100
68594              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
68595      Branch: perl
68596            ! regexec.c t/op/pat.t
68597 ____________________________________________________________________________
68598 [  7406] By: jhi                                   on 2000/10/23  03:40:29
68599         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
68600      Branch: perl
68601            ! lib/ExtUtils/MakeMaker.pm
68602 ____________________________________________________________________________
68603 [  7405] By: jhi                                   on 2000/10/22  21:32:00
68604         Log: Doc patch.
68605              
68606              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
68607              From: rspier@pobox.com (Robert Spier)
68608              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
68609              Message-ID: <14835.16112.13457.447971@rls.cx>
68610      Branch: perl
68611            ! lib/strict.pm
68612 ____________________________________________________________________________
68613 [  7404] By: jhi                                   on 2000/10/22  21:30:51
68614         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
68615              From: rspier@pobox.com (Robert Spier)
68616              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
68617              Message-ID: <14835.17223.72448.705566@rls.cx>
68618      Branch: perl
68619            ! lib/ExtUtils/MakeMaker.pm
68620 ____________________________________________________________________________
68621 [  7403] By: jhi                                   on 2000/10/22  21:24:11
68622         Log: Subject: [PATCH bleadperl] ripples from constsub patch
68623              From: John Tobey <jtobey@john-edwin-tobey.org>
68624              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
68625              Message-Id: <m13nSOB-000FObC@feynman.localnet>
68626      Branch: perl
68627            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
68628 ____________________________________________________________________________
68629 [  7402] By: jhi                                   on 2000/10/22  20:59:35
68630         Log: Support s?printf parameter reordering.
68631      Branch: perl
68632            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
68633 ____________________________________________________________________________
68634 [  7401] By: jhi                                   on 2000/10/22  19:19:14
68635         Log: Expand %Config variables only if explicitly so requested
68636              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
68637              
68638              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
68639              From: Gurusamy Sarathy <gsar@ActiveState.com>
68640              Date: Sun, 22 Oct 2000 11:47:32 -0700
68641              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
68642      Branch: perl
68643            ! Makefile.SH lib/lib_pm.PL
68644 ____________________________________________________________________________
68645 [  7400] By: jhi                                   on 2000/10/22  18:24:10
68646         Log: Move the #7390 test from warn/op to comp/redef.
68647              
68648              Subject: Re: Creating const subs for constants.
68649              From: John Tobey <jtobey@john-edwin-tobey.org>
68650              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
68651              Message-Id: <m13nG72-000FObC@feynman.localnet>               
68652      Branch: perl
68653            ! t/comp/redef.t t/pragma/warn/op
68654 ____________________________________________________________________________
68655 [  7399] By: jhi                                   on 2000/10/22  17:49:59
68656         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
68657              From: Nicholas Clark <nick@ccl4.org>
68658              Date: Sat, 21 Oct 2000 22:23:19 +0100
68659              Message-ID: <20001021222319.B45586@plum.flirble.org>
68660      Branch: perl
68661            ! ext/DynaLoader/DynaLoader_pm.PL
68662 ____________________________________________________________________________
68663 [  7398] By: jhi                                   on 2000/10/22  17:47:35
68664         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
68665              From: Hugo <hv@crypt.compulink.co.uk>
68666              Date: Sat, 21 Oct 2000 18:19:59 +0100
68667              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
68668      Branch: perl
68669            ! ext/B/B.pm ext/B/B/C.pm
68670 ____________________________________________________________________________
68671 [  7397] By: jhi                                   on 2000/10/22  17:35:18
68672         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
68673              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
68674              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
68675              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
68676      Branch: perl
68677            ! hints/openbsd.sh
68678 ____________________________________________________________________________
68679 [  7396] By: jhi                                   on 2000/10/22  17:19:46
68680         Log: Subject: installman go-faster stripes
68681              From: Nicholas Clark <nick@talking.bollo.cx>
68682              Date: Sat, 21 Oct 2000 17:24:53 +0100
68683              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
68684              
68685              Subject: Re: installman go-faster stripes
68686              From: Russ Allbery <rra@stanford.edu>
68687              Date: 21 Oct 2000 11:04:13 -0700
68688              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
68689      Branch: perl
68690            ! installman pod/pod2man.PL
68691 ____________________________________________________________________________
68692 [  7395] By: jhi                                   on 2000/10/22  17:17:35
68693         Log: Hints tweak from Anton Berezin.
68694      Branch: perl
68695            ! hints/freebsd.sh
68696 ____________________________________________________________________________
68697 [  7394] By: jhi                                   on 2000/10/22  04:50:04
68698         Log: Tweak the Is* definitions of Unicode character classes
68699              to better match the official categorizations; embrace
68700              the official categorizations; add the combining marks
68701              as alpha (and -numeric); fix DCinital (a typo and edito)
68702              to be DCmedial.
68703      Branch: perl
68704            + lib/unicode/Is/DCmedial.pl
68705            - lib/unicode/Is/DCinital.pl
68706            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
68707            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
68708            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
68709            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
68710 ____________________________________________________________________________
68711 [  7393] By: jhi                                   on 2000/10/21  18:06:05
68712         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
68713              From: Daniel Chetlin <daniel@chetlin.com>
68714              Date: Sat, 21 Oct 2000 02:57:03 -0700
68715              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
68716      Branch: perl
68717            + t/lib/tie-splice.t
68718            ! MANIFEST lib/Tie/Array.pm
68719 ____________________________________________________________________________
68720 [  7392] By: gsar                                  on 2000/10/21  18:05:15
68721         Log: resync utfperl branch with mainline
68722      Branch: utfperl
68723           !> (integrate 1760 files)
68724 ____________________________________________________________________________
68725 [  7391] By: jhi                                   on 2000/10/21  14:37:49
68726         Log: Testcases for a #7383,#7385 related bug.
68727              
68728              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
68729              From: Nicholas Clark <nick@ccl4.org>
68730              Date: Sat, 21 Oct 2000 15:04:51 +0100
68731              Message-ID: <20001021150451.A51566@plum.flirble.org>
68732      Branch: perl
68733            ! t/pragma/utf8.t
68734 ____________________________________________________________________________
68735 [  7390] By: jhi                                   on 2000/10/21  14:35:57
68736         Log: Add a testcase for #7389.
68737      Branch: perl
68738            ! t/pragma/warn/op
68739 ____________________________________________________________________________
68740 [  7389] By: jhi                                   on 2000/10/21  14:26:45
68741         Log: Subject: Re: Creating const subs for constants.
68742              From: John Tobey <jtobey@john-edwin-tobey.org>
68743              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
68744              Message-Id: <m13mo0N-000FObC@feynman.localnet>
68745      Branch: perl
68746            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
68747            ! proto.h sv.c
68748 ____________________________________________________________________________
68749 [  7388] By: nick                                  on 2000/10/21  11:44:23
68750         Log: Populate perlio branch
68751      Branch: perlio
68752           +> (branch 1760 files)
68753 ____________________________________________________________________________
68754 [  7387] By: nick                                  on 2000/10/21  10:52:05
68755         Log: Get branch back as replica of mainline via :
68756              p4 integrate -b utfperl
68757              p4 resolve -at ./...
68758      Branch: utfperl
68759           +> (branch 269 files)
68760            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
68761            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
68762            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
68763            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
68764            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
68765            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
68766            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
68767            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
68768            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
68769            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
68770            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
68771            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
68772            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
68773            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
68774            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
68775            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
68776            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
68777            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
68778            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
68779            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
68780            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
68781            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
68782            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
68783            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
68784            - lib/unicode/UCD300.html lib/unicode/Unicode.300
68785            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
68786            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
68787            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
68788            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
68789           !> (integrate 965 files)
68790 ____________________________________________________________________________
68791 [  7386] By: jhi                                   on 2000/10/21  01:31:12
68792         Log: Update Changes.
68793      Branch: perl
68794            ! Changes patchlevel.h
68795 ____________________________________________________________________________
68796 [  7385] By: jhi                                   on 2000/10/21  01:28:42
68797         Log: The #7383 was right only in the context of the original bug report,
68798              not in more general case.
68799      Branch: perl
68800            ! pp_hot.c
68801 ____________________________________________________________________________
68802 [  7384] By: jhi                                   on 2000/10/21  01:08:23
68803         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
68804      Branch: perl
68805            ! ext/IO/lib/IO/Select.pm
68806 ____________________________________________________________________________
68807 [  7383] By: jhi                                   on 2000/10/21  00:44:18
68808         Log: Fix for ID 20001020.006, concatenating an unset submatch
68809              with utf8 resulted in "Modification of a read-only value".
68810      Branch: perl
68811            ! pp_hot.c t/pragma/utf8.t
68812 ____________________________________________________________________________
68813 [  7382] By: jhi                                   on 2000/10/20  20:44:31
68814         Log: Make scan_num() reëntrant, as suggested in
68815              
68816              Subject: [PATCH perl@7229] Rentrant parser and yylex()
68817              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68818              Date: Fri, 20 Oct 2000 14:17:27 +0100
68819              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
68820      Branch: perl
68821            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
68822            ! toke.c
68823 ____________________________________________________________________________
68824 [  7381] By: jhi                                   on 2000/10/20  20:07:29
68825         Log: Reëntrancy fix.
68826              
68827              Subject: [PATCH perl@7229] Rentrant parser and yylex()
68828              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68829              Date: Fri, 20 Oct 2000 14:17:27 +0100
68830              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
68831      Branch: perl
68832            ! embed.h embed.pl perl.h proto.h toke.c
68833 ____________________________________________________________________________
68834 [  7380] By: jhi                                   on 2000/10/20  19:15:54
68835         Log: Don't write double values through long double pointers,
68836              based on a part of
68837              
68838              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
68839              From: Jens Hamisch <jens@Strawberry.COM>
68840              Date: Tue, 17 Oct 2000 08:39:36 +0200
68841              Message-Id: <20001017083936.A11104@Strawberry.COM>
68842      Branch: perl
68843            ! perl.h pp.c
68844 ____________________________________________________________________________
68845 [  7379] By: jhi                                   on 2000/10/20  18:43:37
68846         Log: Portability tweak on #7377.
68847              
68848              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
68849              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68850              Date:     Fri, 20 Oct 2000 13:13:41 EDT
68851              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
68852      Branch: perl
68853            ! t/lib/dprof.t
68854 ____________________________________________________________________________
68855 [  7378] By: jhi                                   on 2000/10/20  12:57:19
68856         Log: SOCKS function redefinitions need prototypes, too, otherwise
68857              for example 32 bit versus 64 bit differences cause a lot of
68858              problems.  Part of
68859              
68860              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
68861              From: Jens Hamisch <jens@Strawberry.COM>
68862              Date: Tue, 17 Oct 2000 08:39:36 +0200
68863              Message-Id: <20001017083936.A11104@Strawberry.COM>
68864      Branch: perl
68865            ! doio.c pp_sys.c
68866 ____________________________________________________________________________
68867 [  7377] By: jhi                                   on 2000/10/20  12:37:12
68868         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
68869              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68870              Date:     Fri, 20 Oct 2000 08:26:04 EDT
68871              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
68872      Branch: perl
68873            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
68874 ____________________________________________________________________________
68875 [  7376] By: jhi                                   on 2000/10/20  12:35:31
68876         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
68877              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68878              Date:     Fri, 20 Oct 2000 07:48:15 EDT
68879              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
68880      Branch: perl
68881            ! configure.com vms/gen_shrfls.pl
68882 ____________________________________________________________________________
68883 [  7375] By: bailey                                on 2000/10/20  04:44:37
68884         Log: SYN SYN
68885      Branch: vmsperl
68886           +> (branch 134 files)
68887            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
68888            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
68889            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
68890            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
68891            - eg/cgi/frameset.cgi eg/cgi/index.html
68892            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
68893            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
68894            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
68895            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
68896            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
68897            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
68898            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
68899            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
68900            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
68901            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
68902            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
68903            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
68904            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
68905            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
68906            - lib/unicode/Props.txt lib/unicode/UCD300.html
68907            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
68908            - utils/perlbc.PL vms/subconfigure.com
68909           !> (integrate 785 files)
68910 ____________________________________________________________________________
68911 [  7374] By: jhi                                   on 2000/10/20  00:59:48
68912         Log: In the latest compiler builds cccdlflags must not become -fpic,
68913              from Wilfredo Sánchez.
68914      Branch: perl
68915            ! hints/darwin.sh
68916 ____________________________________________________________________________
68917 [  7373] By: jhi                                   on 2000/10/20  00:56:35
68918         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
68919              From: Tony Cook <tony@develop-help.com>
68920              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
68921              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
68922      Branch: perl
68923            ! pod/perlop.pod
68924 ____________________________________________________________________________
68925 [  7372] By: jhi                                   on 2000/10/19  19:34:40
68926         Log: Typo noted by Mark Lutz.
68927      Branch: perl
68928            ! t/op/64bitint.t
68929 ____________________________________________________________________________
68930 [  7371] By: jhi                                   on 2000/10/19  19:33:13
68931         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
68932      Branch: metaconfig
68933            ! U/modified/Cppsym.U U/modified/Oldconfig.U
68934      Branch: metaconfig/U/perl
68935            ! End.U dlsrc.U libperl.U
68936      Branch: perl
68937            + hints/nonstopux.sh
68938            ! Configure MANIFEST config_h.SH
68939 ____________________________________________________________________________
68940 [  7370] By: jhi                                   on 2000/10/19  17:18:08
68941         Log: Subject: PATCH do_print has 2 PerlIO_error()s
68942              From: nick@ccl4.org
68943              Date: Thu, 19 Oct 2000 18:09:20 +0100
68944              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
68945      Branch: perl
68946            ! doio.c
68947 ____________________________________________________________________________
68948 [  7369] By: jhi                                   on 2000/10/19  14:01:49
68949         Log: Update Changes.
68950      Branch: perl
68951            ! Changes patchlevel.h
68952 ____________________________________________________________________________
68953 [  7368] By: jhi                                   on 2000/10/19  13:04:29
68954         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
68955              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68956              Date: Wed, 18 Oct 2000 13:12:01 +0200
68957              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
68958      Branch: perl
68959            ! hints/aix.sh
68960 ____________________________________________________________________________
68961 [  7367] By: jhi                                   on 2000/10/19  02:22:40
68962         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
68963              of a 'pmshort' anywhere in the B, so the offending line was simply
68964              removed.
68965      Branch: perl
68966            ! ext/B/B/Debug.pm
68967 ____________________________________________________________________________
68968 [  7366] By: jhi                                   on 2000/10/19  02:12:37
68969         Log: Add the test case for the bug id 20000730.004 which seems
68970              to have been fixed by now.
68971      Branch: perl
68972            ! t/pragma/utf8.t
68973 ____________________________________________________________________________
68974 [  7365] By: jhi                                   on 2000/10/18  23:36:24
68975         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
68976              From: Hugo <hv@crypt.compulink.co.uk>
68977              Date: Wed, 18 Oct 2000 23:25:58 +0100
68978              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
68979      Branch: perl
68980            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
68981 ____________________________________________________________________________
68982 [  7364] By: jhi                                   on 2000/10/18  21:12:53
68983         Log: (retracted)
68984      Branch: perl
68985            ! pp.c
68986 ____________________________________________________________________________
68987 [  7363] By: jhi                                   on 2000/10/18  20:55:38
68988         Log: Missing change from #7362.
68989      Branch: perl
68990            ! win32/perlhost.h
68991 ____________________________________________________________________________
68992 [  7362] By: jhi                                   on 2000/10/18  20:52:01
68993         Log: Borland C fstat() never saw the fd as writable.
68994              
68995              Subject: fix for Borland's weak "stat" (perl@7211)
68996              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
68997              Date: Mon, 16 Oct 2000 09:55:03 +0400
68998              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
68999      Branch: perl
69000            ! win32/win32.c
69001 ____________________________________________________________________________
69002 [  7361] By: jhi                                   on 2000/10/18  17:43:50
69003         Log: Regen toc.
69004      Branch: perl
69005            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
69006 ____________________________________________________________________________
69007 [  7360] By: jhi                                   on 2000/10/18  17:07:44
69008         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69009              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
69010              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
69011              Date: Mon, 16 Oct 2000 15:19:49 +0200
69012      Branch: perl
69013            + README.aix
69014            ! MANIFEST
69015 ____________________________________________________________________________
69016 [  7359] By: jhi                                   on 2000/10/18  17:04:49
69017         Log: Subject: Pod patch for Devel::Peek
69018              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69019              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
69020              Date: Mon, 16 Oct 2000 12:26:34 +0200
69021      Branch: perl
69022            ! ext/Devel/Peek/Peek.pm
69023 ____________________________________________________________________________
69024 [  7358] By: jhi                                   on 2000/10/18  17:03:15
69025         Log: Make Cwd more bulletproof in chrooted environments.
69026              
69027              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
69028              From: "Eric E. Coe" <Eric.Coe@oracle.com>
69029              Date: Wed, 18 Oct 2000 04:03:54 -0400
69030              Message-Id: <39ED596A.70E599FE@oracle.com>
69031      Branch: perl
69032            ! lib/Cwd.pm
69033 ____________________________________________________________________________
69034 [  7357] By: jhi                                   on 2000/10/18  16:37:26
69035         Log: Disable the UTF8 downgrade croakage for now to avoid
69036              too many not okay messages.
69037      Branch: perl
69038            ! doio.c
69039 ____________________________________________________________________________
69040 [  7356] By: jhi                                   on 2000/10/17  23:29:41
69041         Log: Show the failed remote port, instead of the failing line number.
69042              
69043              Subject: [PATCH 5.6.1 Debugger] More diagnostics
69044              From: David Sparks <daves@ActiveState.com>
69045              Date: Tue, 17 Oct 2000 15:00:24 -0700
69046              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
69047      Branch: perl
69048            ! lib/perl5db.pl
69049 ____________________________________________________________________________
69050 [  7355] By: jhi                                   on 2000/10/17  14:11:31
69051         Log: On output try to downgrade to bytes, croak if impossible,
69052              from Simon Cozens.  This means that outputting >255 UTF8
69053              is impossible.  Consider this as a strong incentive to get
69054              the I/O disciplines implemented.
69055      Branch: perl
69056            ! doio.c pod/perldiag.pod sv.c
69057 ____________________________________________________________________________
69058 [  7354] By: jhi                                   on 2000/10/17  13:42:23
69059         Log: Clarify documentation on 'use bytes'.
69060              
69061              Subject: Re: What does 'use bytes' "mean" ?
69062              From: Simon Cozens <simon@cozens.net>
69063              Date: Mon, 18 Sep 2000 18:24:25 +0100
69064              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
69065      Branch: perl
69066            ! lib/bytes.pm
69067 ____________________________________________________________________________
69068 [  7353] By: jhi                                   on 2000/10/17  13:28:12
69069         Log: Workaround for a sfio bug where the stream error indicator
69070              is not cleared as documented.
69071              
69072              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69073              From: Nicholas Clark <nick@ccl4.org>
69074              Date: Mon, 16 Oct 2000 18:28:23 +0100
69075              Message-ID: <20001016182823.J19700@plum.flirble.org>
69076      Branch: perl
69077            ! doio.c
69078 ____________________________________________________________________________
69079 [  7352] By: jhi                                   on 2000/10/17  13:06:19
69080         Log: More IoTYPE sprinkling.
69081      Branch: perl
69082            ! doio.c pp_hot.c
69083 ____________________________________________________________________________
69084 [  7351] By: jhi                                   on 2000/10/16  22:47:07
69085         Log: Detect early whether the std streams have gone bad.
69086              
69087              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
69088              Date: Mon, 16 Oct 2000 23:28:42 +0100
69089              From: Nicholas Clark <nick@ccl4.org>
69090              Message-ID: <20001016232842.A37942@plum.flirble.org>
69091      Branch: perl
69092            ! t/op/misc.t
69093 ____________________________________________________________________________
69094 [  7350] By: jhi                                   on 2000/10/16  22:45:16
69095         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
69096              From: "Peter J. Farley III" <pjfarley@banet.net>
69097              Date: Mon, 16 Oct 2000 18:15:59 -0400
69098              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
69099      Branch: perl
69100            ! djgpp/djgpp.c dosish.h t/io/open.t
69101 ____________________________________________________________________________
69102 [  7349] By: jhi                                   on 2000/10/16  22:36:45
69103         Log: perldelta tweak.
69104      Branch: perl
69105            ! pod/perldelta.pod
69106 ____________________________________________________________________________
69107 [  7348] By: jhi                                   on 2000/10/16  15:17:53
69108         Log: Update Changes.
69109      Branch: perl
69110            ! Changes patchlevel.h
69111 ____________________________________________________________________________
69112 [  7347] By: jhi                                   on 2000/10/16  13:55:27
69113         Log: Add the capability to include/exclude branches.
69114      Branch: perl
69115            ! Porting/genlog
69116 ____________________________________________________________________________
69117 [  7346] By: jhi                                   on 2000/10/16  13:18:04
69118         Log: Add Charles Lane.
69119      Branch: perl
69120            ! AUTHORS Changes
69121 ____________________________________________________________________________
69122 [  7345] By: jhi                                   on 2000/10/16  13:13:21
69123         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
69124      Branch: perl
69125            ! pod/perldelta.pod
69126 ____________________________________________________________________________
69127 [  7344] By: gsar                                  on 2000/10/16  09:30:21
69128         Log: integrate change#6220 from cfgperl
69129              
69130              Win32 patches from Benjamin Stuhl.
69131      Branch: maint-5.6/perl
69132           !> makedef.pl win32/win32.h
69133 ____________________________________________________________________________
69134 [  7343] By: gsar                                  on 2000/10/16  08:32:19
69135         Log: integrate changes#6221,6222 from cfgperl
69136              
69137              Remove tr///CU (the feature is to be obsoleted by better interfaces).
69138              From: simon@brecon.co.uk (Simon Cozens)
69139              Subject: [PATCH] Eliminate tr///[CU][CU]
69140              Date: 23 Jun 2000 11:05:40 GMT
69141              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
69142              
69143              doc typo fix
69144              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
69145              From: Ian Phillipps <Ian.Phillipps@iname.com>
69146              Date: Fri, 23 Jun 2000 10:40:58 +0100
69147              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
69148      Branch: maint-5.6/perl
69149           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
69150 ____________________________________________________________________________
69151 [  7342] By: gsar                                  on 2000/10/16  08:28:08
69152         Log: integrate change#6217 from cfgperl (in part)
69153              
69154              Rename the fdpid locking and integrate with Sarathy.
69155      Branch: maint-5.6/perl
69156           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
69157           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
69158           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
69159           !> win32/win32.c
69160 ____________________________________________________________________________
69161 [  7341] By: gsar                                  on 2000/10/16  08:23:39
69162         Log: integrate changes#6214..6216 from mainline
69163              
69164              @_ can't have junk in it even in the non-USE_ITHREADS case because
69165              caller() wants to populate @DB::args with it (causes a coredump
69166              in Carp::confess())
69167              
69168              tweak comment about @DB::args
69169              
69170              be more optimal about clearing @_
69171      Branch: maint-5.6/perl
69172           !> av.h cop.h pp_ctl.c t/op/runlevel.t
69173 ____________________________________________________________________________
69174 [  7340] By: gsar                                  on 2000/10/16  08:20:37
69175         Log: integrate changes#6207..6210 from cfgperl
69176              
69177              Subject: [PATCH 5.6.0] Threadsafe patches
69178              From: Dan Sugalski <dan@sidhe.org>
69179              To: perl5-porters@perl.org
69180              Date: Mon, 08 May 2000 18:08:13 -0400
69181              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
69182              
69183              Regen headers for #6207.
69184              
69185              Lock PL_fdpid against race conditions, based on:
69186              Subject: [PATCH 5.6.0]subprocess fixup for threads
69187              From: Dan Sugalski <dan@sidhe.org>
69188              To: perl5-porters@perl.org
69189              Date: Tue, 11 Apr 2000 17:02:32 -0400
69190              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
69191              
69192              Mopup for #6207 and #6209.
69193      Branch: maint-5.6/perl
69194           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
69195           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
69196           !> win32/win32.c
69197 ____________________________________________________________________________
69198 [  7339] By: gsar                                  on 2000/10/16  08:14:34
69199         Log: integrate change#6203 from cfgperl
69200              
69201              perldiag should refer to perlos2.pod not README.os2
69202      Branch: maint-5.6/perl
69203           !> pod/perldiag.pod
69204 ____________________________________________________________________________
69205 [  7338] By: gsar                                  on 2000/10/16  08:11:42
69206         Log: integrate change#6201 from mainline
69207              
69208              Perl_eval_pv() leaks 4 bytes every time it is called because it
69209              does a PUSHMARK that's never ever POPMARKed; in general, only
69210              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
69211              Perl_eval_[sp]v() don't because they don't take any incoming
69212              arguments (this leak has been around since the original version
69213              of perl_eval_pv() in 5.003_97e)
69214      Branch: maint-5.6/perl
69215           !> perl.c
69216 ____________________________________________________________________________
69217 [  7337] By: gsar                                  on 2000/10/16  08:08:47
69218         Log: integrate changes#6197..6200 from cfgperl
69219              
69220              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
69221              From: John Borwick <jhborwic@unity.ncsu.edu>
69222              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
69223              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
69224              
69225              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
69226              From: Dan Sugalski <dan@sidhe.org>
69227              To: vmsperl@perl.org, perl5-porters@perl.org
69228              Date: Fri, 02 Jun 2000 16:00:41 -0400
69229              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
69230              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
69231              
69232              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
69233              From: Dan Sugalski <dan@sidhe.org>
69234              To: perl5-porters@perl.org, vmsperl@perl.org
69235              Date: Fri, 02 Jun 2000 17:30:51 -0400
69236              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
69237              
69238              Update to cperl-mode.el 4.31 from
69239              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
69240              Subject: A couple of notes
69241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69242              To: Mailing list Perl5 <perl5-porters@perl.org>
69243              Date: Sat, 3 Jun 2000 23:33:32 -0400
69244              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
69245      Branch: maint-5.6/perl
69246           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
69247           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
69248           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
69249           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
69250           !> vms/vmsish.h
69251 ____________________________________________________________________________
69252 [  7336] By: gsar                                  on 2000/10/16  08:03:46
69253         Log: integrate changes#6194,6195 from mainline
69254              
69255              fix small eval"" memory leaks under USE_ITHREADS
69256              
69257              fix yet another eval"" leak under USE_ITHREADS
69258      Branch: maint-5.6/perl
69259           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
69260           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
69261           !> vms/perly_c.vms
69262 ____________________________________________________________________________
69263 [  7335] By: gsar                                  on 2000/10/16  08:02:15
69264         Log: integrate changes#6190,6191 from mainline
69265              
69266              submit missing embed.pl change
69267              
69268              vec() loses numericalness (modified version of patch suggested
69269              by Robin Barker)
69270      Branch: maint-5.6/perl
69271           !> doop.c embed.pl t/op/vec.t
69272 ____________________________________________________________________________
69273 [  7334] By: gsar                                  on 2000/10/16  08:01:03
69274         Log: integrate change#6189 from mainline
69275              
69276              counting tr/// corrupts later operation (from M.J.T Guy)
69277      Branch: maint-5.6/perl
69278           !> doop.c t/op/tr.t
69279 ____________________________________________________________________________
69280 [  7333] By: gsar                                  on 2000/10/16  07:59:07
69281         Log: integrate changes#6183..6188 from mainline
69282              
69283              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
69284              <nick@ccl4.org>)
69285              
69286              tweak for change#6127
69287              
69288              remove incorrect documentation about implicit split to @_ in
69289              list context, which never really worked in perl 5 (from
69290              M.J.T. Guy)
69291              
69292              further qualify references to "alphanumeric" (from Wolfgang Laun
69293              <wolfgang.laun@alcatel.at>)
69294              
69295              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
69296              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69297              
69298              h2xs tweaks
69299      Branch: maint-5.6/perl
69300           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
69301           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
69302           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
69303           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
69304           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
69305           !> pod/pod2latex.PL utils/h2xs.PL
69306 ____________________________________________________________________________
69307 [  7332] By: gsar                                  on 2000/10/16  07:53:52
69308         Log: integrate change#6179 from mainline
69309              
69310              buggy modulus on UVs introduced by change#3378 (resulted in
69311              4063328477 % 65535 amounting to 27406, instead of 27407)
69312      Branch: maint-5.6/perl
69313           !> pp.c t/op/arith.t
69314 ____________________________________________________________________________
69315 [  7331] By: gsar                                  on 2000/10/16  07:52:49
69316         Log: integrate changes#6176,6177,6178,6182 from cfgperl
69317              
69318              Single-quoted utf8 patch from Simon Cozens.
69319              
69320              Substitution utf8 patch from Simon Cozens.
69321              
69322              Be cleaner.
69323              
69324              Be Cleaner Part Deux.
69325      Branch: maint-5.6/perl
69326           !> Makefile.SH pp_hot.c toke.c
69327 ____________________________________________________________________________
69328 [  7330] By: gsar                                  on 2000/10/16  07:41:36
69329         Log: integrate change#6172 from mainline
69330              
69331              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
69332              (from Ilya Zakharevich)
69333      Branch: maint-5.6/perl
69334           !> regexec.c t/op/re_tests
69335 ____________________________________________________________________________
69336 [  7329] By: gsar                                  on 2000/10/16  07:40:25
69337         Log: integrate change#6171 from mainline
69338              
69339              scalar() doesn't force scalar context when used in void context
69340              (from Simon Cozens)
69341      Branch: maint-5.6/perl
69342           !> op.c t/op/wantarray.t
69343 ____________________________________________________________________________
69344 [  7328] By: gsar                                  on 2000/10/16  07:39:33
69345         Log: integrate change#6170 from mainline
69346              
69347              change#6142 needs tweaks to tests to work where there's no
69348              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69349      Branch: maint-5.6/perl
69350           !> t/lib/filefind.t
69351 ____________________________________________________________________________
69352 [  7327] By: gsar                                  on 2000/10/16  07:35:34
69353         Log: integrate changes#6166..6168 from cfgperl
69354              
69355              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
69356              in case somebody wants to write an extension for more
69357              shadow database interfaces.
69358              
69359              tweak todo
69360              
69361              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
69362      Branch: maint-5.6/perl
69363           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69364           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
69365           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
69366           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69367           !> win32/config.vc win32/config_H.bc win32/config_H.gc
69368           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69369 ____________________________________________________________________________
69370 [  7326] By: gsar                                  on 2000/10/16  07:29:05
69371         Log: integrate changes#6157,6159..6161,6164 from cfgperl
69372              
69373              Regen Configure to jive with #6149.
69374              
69375              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
69376              
69377              Changes for the File::Temp 0.08 (change #6159) test suite
69378              to fit better into the Perl distribution test framework.
69379              
69380              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
69381              both from Simon Cozens.
69382              
69383              detypo
69384      Branch: maint-5.6/perl
69385           +> pod/perlmodlib.PL pod/perlnewmod.pod
69386           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
69387           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
69388           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69389           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69390 ____________________________________________________________________________
69391 [  7325] By: gsar                                  on 2000/10/16  07:25:13
69392         Log: integrate change#6158 from vmsperl
69393              
69394              Add fallback to tmpfile for use in cases where user's relying on
69395              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
69396              Lane's patch)
69397      Branch: maint-5.6/perl
69398           !> vms/vms.c vms/vmsish.h
69399 ____________________________________________________________________________
69400 [  7324] By: gsar                                  on 2000/10/16  07:20:50
69401         Log: integrate changes#6153..6155 from mainline
69402              
69403              prettier Test::Harness output on failed tests (from Nicholas Clark
69404              <nick@Bagpuss.uk.boo.com>)
69405              
69406              avoid type mismatch warning
69407              
69408              small bug in change#6144; remove random \xA0 character that snuck
69409              in via change#6145
69410      Branch: maint-5.6/perl
69411           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
69412           !> perl.c
69413 ____________________________________________________________________________
69414 [  7323] By: gsar                                  on 2000/10/16  07:18:47
69415         Log: integrate changes#6151,6152 from mainline
69416              
69417              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
69418              
69419              cosmetic fixups of RE debug output (from Ilya Zakharevich)
69420      Branch: maint-5.6/perl
69421           !> regexec.c
69422 ____________________________________________________________________________
69423 [  7322] By: gsar                                  on 2000/10/16  07:17:25
69424         Log: integrate changes#6146..6150 from mainline
69425              
69426              doc typo
69427              
69428              add a make entry to Config.pm so "perl -V:make" works on VMS
69429              (from Peter Prymmer)
69430              
69431              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
69432              
69433              OS/2 tweaks for usethreads build (from Rocco Caputo
69434              <troc@netrus.net>)
69435              
69436              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
69437      Branch: maint-5.6/perl
69438           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
69439           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
69440           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
69441           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
69442           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
69443           !> warnings.pl x2p/a2p.h
69444 ____________________________________________________________________________
69445 [  7321] By: gsar                                  on 2000/10/16  07:14:02
69446         Log: integrate changes#6143..6145 from mainline
69447              
69448              MacOS support, part 1 (from Matthias Neeracher
69449              <neeri@iis.ee.ethz.ch>)
69450              
69451              MacOS support, part 2: make AutoSplit use File::Spec instead
69452              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
69453              <neeri@iis.ee.ethz.ch>)
69454              
69455              make xsubpp skip embedded pod (from Matthias Neeracher
69456              <neeri@iis.ee.ethz.ch>)
69457      Branch: maint-5.6/perl
69458           +> ext/DynaLoader/dl_mac.xs
69459           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
69460           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
69461           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
69462           !> pp_ctl.c proto.h toke.c util.c util.h
69463 ____________________________________________________________________________
69464 [  7320] By: gsar                                  on 2000/10/16  07:12:13
69465         Log: integrate changes#6141,6142 from mainline
69466              
69467              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
69468              forwarded by Peter Seebach from the bsdi-users mailing list.
69469              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
69470              
69471              File::Find fails to chdir when chasing symlinks (from
69472              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
69473      Branch: maint-5.6/perl
69474           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
69475 ____________________________________________________________________________
69476 [  7319] By: gsar                                  on 2000/10/16  07:04:30
69477         Log: integrate change#6139 from mainline
69478              
69479              revise mktables.PL for bugs and newness in Unicode 3.0
69480              (from James Bence <jbence@amgen.com>)
69481      Branch: maint-5.6/perl
69482           +> (branch 30 files)
69483           !> (integrate 49 files)
69484 ____________________________________________________________________________
69485 [  7318] By: gsar                                  on 2000/10/16  07:01:01
69486         Log: integrate changes#6137,6138 from mainline
69487              
69488              fix bogus redeclaration warning for "our" variables in different
69489              scopes
69490              
69491              add note about the handling of negative indices to tied arrays
69492              (from Michael G Schwern <schwern@pobox.com>)
69493      Branch: maint-5.6/perl
69494           !> op.c pod/perltie.pod t/pragma/strict-vars
69495 ____________________________________________________________________________
69496 [  7317] By: gsar                                  on 2000/10/16  06:58:46
69497         Log: integrate changes#6127..6136 from mainline
69498              
69499              call_method(...,G_EVAL) can longjmp() out if the method probing
69500              failed (from Gisle Aas)
69501              
69502              new perlxstut example for passing/returning refs to arrays
69503              (from David Lowe <dlowe@pootpoot.com>)
69504              
69505              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
69506              
69507              fix places that mean C<"word" character> but say C<alphanumeric
69508              character>
69509              
69510              avoid warnings in POSIX.pm (from Barrie Slaymaker)
69511              
69512              warnings::enabled() doesn't fall back to looking at $^W if
69513              caller isn't using lexical warnings (from Paul Marquess)
69514              
69515              elide bogus test in change#6132
69516              
69517              make Test::Harness use wait.h/WCOREDUMP if available
69518              (from Ben Tilly <ben_tilly@hotmail.com>)
69519              
69520              enable Test::Harness to dynamically determine column width etc.
69521              (from Rob Napier <rnapier@employees.org>)
69522              
69523              random pod typos (from Peter Scott <Peter@PSDT.com>)
69524      Branch: maint-5.6/perl
69525           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
69526           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
69527           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
69528           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
69529 ____________________________________________________________________________
69530 [  7316] By: gsar                                  on 2000/10/16  06:53:23
69531         Log: integrate change#6126 from mainline
69532              
69533              change#2879 broke rvalue autovivification of magicals such as
69534              ${$num} (reworked variant of patch suggested by Simon Cozens)
69535      Branch: maint-5.6/perl
69536           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
69537           !> pp_hot.c proto.h t/op/gv.t
69538 ____________________________________________________________________________
69539 [  7315] By: gsar                                  on 2000/10/16  06:51:38
69540         Log: integrate changes#6123,6125 from mainline
69541              
69542              clarify gotcha with #line directives (from Rocco Caputo
69543              <troc@netrus.net>)
69544              
69545              enable propagating exception objects via Perl_croak() in XS code
69546              (from Gisle Aas)
69547      Branch: maint-5.6/perl
69548           !> pod/perldebug.pod pod/perlsyn.pod util.c
69549 ____________________________________________________________________________
69550 [  7314] By: gsar                                  on 2000/10/16  06:49:28
69551         Log: integrate change#6122 from mainline
69552              
69553              downgrade fatal error on C<"foo@nosucharray.com"> to optional
69554              warning (from Mark-Jason Dominus)
69555      Branch: maint-5.6/perl
69556           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
69557           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
69558           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
69559           !> toke.c
69560 ____________________________________________________________________________
69561 [  7313] By: gsar                                  on 2000/10/16  06:46:54
69562         Log: integrate changes#6112..6121 from vmsperl
69563              
69564              Check for existence of file before trying to delete
69565              
69566              Ugly workaround for version-specific RTL error
69567              
69568              Urk -- undo previous removal of vmsish 'exit' change
69569              
69570              Add bounds checking for several strings (Charles Lane)
69571              
69572              Miscellaneous cosmetic fixes (Charles Lane)
69573              
69574              Treat sockets as special in sys(read|write) (Charles Lane et al.)
69575              
69576              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
69577              Flatten case labels in switch statements uniformly (Charles Bailey)
69578              
69579              Quiet error messages in vmsish.t (Charles Lane)
69580              
69581              Add missing escape (Charles Lane)
69582              
69583              Allow eliminate_macros() and fixpath() to handle space-delimited
69584              lists (based on fixes by Craig Berry)
69585      Branch: maint-5.6/perl
69586           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
69587           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
69588           !> vms/vmsish.h
69589 ____________________________________________________________________________
69590 [  7312] By: gsar                                  on 2000/10/16  06:41:18
69591         Log: integrate changes#6107,6110 from cfgperl
69592              
69593              Tweak the todo list.
69594              
69595              todo tweak
69596      Branch: maint-5.6/perl
69597           !> Todo-5.6
69598 ____________________________________________________________________________
69599 [  7311] By: gsar                                  on 2000/10/16  06:38:38
69600         Log: integrate changes#6104,6108 from mainline
69601              
69602              PL_sys_intern was being initialized too late on windows
69603              
69604              reenable fake signal handling on Windows, bugs and all
69605      Branch: maint-5.6/perl
69606           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
69607           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
69608           !> win32/win32.c
69609 ____________________________________________________________________________
69610 [  7310] By: gsar                                  on 2000/10/16  06:36:03
69611         Log: integrate changes#6095,6097..6103 from cfgperl
69612              
69613              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
69614              might be useful in future.
69615              
69616              Add a note about possible compilation problems from Allen Smith.
69617              
69618              Add a note about other, yet unsupported, shadow password APIs.
69619              
69620              Tweaks for the cc bugs from Allen Smith.
69621              
69622              More compilation tweakery from Allen Smith.
69623              
69624              Hints and test tweaks for Unicos.
69625              
69626              The test suite tweak in #6101 wasn't quite right.
69627              
69628              Test tweaking for Unicos continues.
69629      Branch: maint-5.6/perl
69630           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69631           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
69632           !> t/lib/complex.t t/op/64bitint.t
69633 ____________________________________________________________________________
69634 [  7309] By: gsar                                  on 2000/10/16  06:29:41
69635         Log: integrate changes#6093,6094 from mainline
69636              
69637              fork() failure to create pseudo process sets errno=EAGAIN and returns
69638              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
69639              
69640              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
69641      Branch: maint-5.6/perl
69642           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
69643           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
69644 ____________________________________________________________________________
69645 [  7308] By: gsar                                  on 2000/10/16  06:27:29
69646         Log: integrate change#6092 from cfgperl
69647              
69648              Regen perltoc with the fixed buildtoc.
69649      Branch: maint-5.6/perl
69650           !> pod/perltoc.pod
69651 ____________________________________________________________________________
69652 [  7307] By: gsar                                  on 2000/10/16  06:26:40
69653         Log: integrate changes#6089,6090 from mainline
69654              
69655              buildtoc tweak to fix newline lossage
69656              
69657              concat doesn't preserve utf8-ness, and doesn't invalidate
69658              [NI]OK; added tests for both
69659      Branch: maint-5.6/perl
69660           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
69661 ____________________________________________________________________________
69662 [  7306] By: gsar                                  on 2000/10/16  06:24:05
69663         Log: integrate change#6088 from cfgperl
69664              
69665              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
69666              because we do not use those.  The HAS_GETSPNAM remains,
69667              though, because we still do use that.
69668      Branch: maint-5.6/perl
69669           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69670           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
69671           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
69672           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
69673           !> win32/config.vc win32/config_H.bc win32/config_H.gc
69674           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
69675 ____________________________________________________________________________
69676 [  7305] By: gsar                                  on 2000/10/16  06:15:52
69677         Log: integrate changes#6084,6085,6087 from mainline
69678              
69679              substr() does not preserve utf8-ness (from Stefan Eissing
69680              <Eissing@medicaldataservice.de>); added tests
69681              
69682              repeat operator (x) doesn't preserve utf8-ness
69683              
69684              reverse() and quotemeta() weren't preserving utf8-ness; add tests
69685      Branch: maint-5.6/perl
69686           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
69687 ____________________________________________________________________________
69688 [  7304] By: gsar                                  on 2000/10/16  06:13:10
69689         Log: integrate changes#6077..6083 from mainline
69690              
69691              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
69692              and Tom Phoenix)
69693              
69694              workaround for CRT bug in chdir() (from Charles Lane, via
69695              Peter Prymmer)
69696              
69697              remove outdated kludge in Carp (NULLs are permitted in diagnostics
69698              now)
69699              
69700              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
69701              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
69702              
69703              better default perlbug categories for ok reports (from Richard Foley)
69704              
69705              peek.t non-portable to ithreads
69706              
69707              note about undocumented caller() return value (from M.J.T. Guy);
69708              yet another peek.t tweak
69709      Branch: maint-5.6/perl
69710           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69711           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
69712           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
69713           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
69714           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
69715           !> vms/vmsish.h
69716 ____________________________________________________________________________
69717 [  7303] By: gsar                                  on 2000/10/16  06:03:18
69718         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
69719              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
69720              
69721              &HUGE_VAL is not defined, it exists.
69722              
69723              Do not warn that an infinity does not look like a number.
69724              
69725              Rewrite the pwent/spent logic to be a little bit more clearer.
69726              
69727              Continue on the pwent/spent case.
69728              
69729              Correct Freudian slip.
69730              
69731              Use HUGE_VALL if applicable.
69732              
69733              pwent/spent #ifdef imbalance.
69734              
69735              Infinite problems.
69736              
69737              Call getspnam() only iff needd.
69738              
69739              Test both the scalar and list contexts.
69740              
69741              Use setxxent()/endxxent().
69742              
69743              Complex tweakery.
69744              
69745              Unicos hint tweak.
69746              
69747              Be more forgiving in POSIX about HUGE_VALL.
69748              
69749              Detypo.
69750              
69751              The search of infinity continues, this time simplified.
69752              
69753              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
69754              in natively 64-bit platforms where a long is a quad (no need
69755              for long longs).  Also added bias for IVs.
69756              
69757              Complex tweaks.
69758              
69759              Introduce t/lib/peek.t.
69760              
69761              Make the test more portable.
69762      Branch: maint-5.6/perl
69763           +> t/lib/peek.t
69764            ! pp_sys.c
69765           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
69766           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
69767           !> t/op/pwent.t toke.c util.c
69768 ____________________________________________________________________________
69769 [  7302] By: gsar                                  on 2000/10/16  05:03:37
69770         Log: integrate changes#6066..6071 from mainline
69771              
69772              s/END/CHECK/
69773              
69774              replace direct call to sighandler() with (*PL_sighandlerp)()
69775              
69776              note about values()
69777              
69778              File::Spec compatibility update (from Barrie Slaymaker
69779              <barries@slaysys.com>)
69780              
69781              remove misleading comment (from M.J.T. Guy)
69782              
69783              misformatted perllocal.pod (from Tim Jenness
69784              <t.jenness@jach.hawaii.edu>)
69785      Branch: maint-5.6/perl
69786           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
69787           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
69788           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
69789           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
69790 ____________________________________________________________________________
69791 [  7301] By: gsar                                  on 2000/10/16  05:00:08
69792         Log: integrate changes#6061..6063 from mainline
69793              
69794              change#5921 neglected to make eq honor "use bytes"
69795              
69796              additional tests for utf8.t
69797              
69798              tokeq() could read unallocated field in argument
69799      Branch: maint-5.6/perl
69800           !> sv.c t/pragma/utf8.t toke.c
69801 ____________________________________________________________________________
69802 [  7300] By: gsar                                  on 2000/10/16  04:56:54
69803         Log: integrate changes#6046,6048,6057,6058 from mainline
69804              
69805              libscheck has insufficient checks for n32 libs (from
69806              Albert Chin-A-Young <china@thewrittenword.com>)
69807              
69808              add note about how $( doesn't interpolate in REs (from
69809              Philip Newton <newton@ficus.frogspace.net>)
69810              
69811              fix broken parsing of /\x{ab}/
69812              
69813              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
69814              (spotted by Donald Kinzer <dkinzer@premia.com>)
69815      Branch: maint-5.6/perl
69816           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
69817           !> t/pragma/utf8.t
69818 ____________________________________________________________________________
69819 [  7299] By: gsar                                  on 2000/10/16  04:52:50
69820         Log: integrate change#6044 from mainline
69821              
69822              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
69823              such that underscores are only ignored in literal numbers,
69824              "\x{...}", and hex/oct argument
69825      Branch: maint-5.6/perl
69826           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
69827 ____________________________________________________________________________
69828 [  7298] By: gsar                                  on 2000/10/16  04:50:53
69829         Log: integrate changes#6027..6043 from mainline
69830              
69831              podlators-1.02 update (from Russ Allbery)
69832              
69833              Pod::Man generates groff-incompatible macro definition (from
69834              Tom Christiansen)
69835              
69836              add CGI.pm v2.66 (from Lincoln Stein)
69837              
69838              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
69839              for @- and @+ (from Johan Vromans)
69840              
69841              small nits in diagnostics.pm (from Robin Barker)
69842              
69843              whitespace adjustments
69844              
69845              missing files in MANIFEST
69846              
69847              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
69848              to compensate
69849              
69850              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
69851              
69852              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
69853      Branch: maint-5.6/perl
69854           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
69855           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
69856           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
69857           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
69858           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
69859           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
69860           !> t/lib/cgi-html.t t/lib/cgi-request.t
69861 ____________________________________________________________________________
69862 [  7297] By: gsar                                  on 2000/10/16  04:44:30
69863         Log: integrate change#6025 from mainline
69864              
69865              Is{Alnum,Alpha,Word} don't match titlecase
69866              TODO: IsSpace is defined recursively!
69867              (both spotted by Larry)
69868      Branch: maint-5.6/perl
69869           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
69870           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
69871 ____________________________________________________________________________
69872 [  7296] By: gsar                                  on 2000/10/16  04:39:30
69873         Log: integrate change#6023 from mainline
69874              
69875              debugger stomps on $. (from M.J.T. Guy)
69876      Branch: maint-5.6/perl
69877           !> lib/perl5db.pl
69878 ____________________________________________________________________________
69879 [  7295] By: gsar                                  on 2000/10/16  04:38:02
69880         Log: integrate change#6022 from mainline
69881              
69882              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
69883      Branch: maint-5.6/perl
69884           !> sv.c
69885 ____________________________________________________________________________
69886 [  7294] By: gsar                                  on 2000/10/16  04:37:05
69887         Log: integrate changes#6018..6021 from mainline
69888              
69889              make lib/syslog.t portable to systems that don't have _PATH_LOG,
69890              make _PATH_LOG() return "" if unavailable
69891              
69892              windows portability tweaks
69893              
69894              test tweak
69895              
69896              remove Win2K issue in pod (fixed by change#6020)
69897      Branch: maint-5.6/perl
69898           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
69899           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
69900           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
69901 ____________________________________________________________________________
69902 [  7293] By: gsar                                  on 2000/10/16  04:20:00
69903         Log: integrate changes#6013..6015 from mainline
69904              
69905              tweak change#5945 to display correct switch name in diagnostic
69906              
69907              glob() loading File::Glob behind the scenes may cause syntax errors
69908              
69909              tweak test for portability
69910      Branch: maint-5.6/perl
69911           !> op.c perl.c pod/perldiag.pod t/lib/b.t
69912 ____________________________________________________________________________
69913 [  7292] By: gsar                                  on 2000/10/16  04:18:11
69914         Log: integrate changes#6005..6010 from mainline, cfgperl
69915              
69916              perldoc might fail via "use blib" (from Hugo van der Sanden)
69917              
69918              Regen Configure.
69919              
69920              note about compile failures and END blocks (from M.J.T. Guy)
69921              
69922              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
69923              
69924              (change#6009 integrated earlier in change#7255)
69925              
69926              clarify note about shadow password support (from
69927              gellyfish@gellyfish.com)
69928      Branch: maint-5.6/perl
69929           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69930           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
69931           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
69932 ____________________________________________________________________________
69933 [  7291] By: gsar                                  on 2000/10/16  04:12:03
69934         Log: integrate changes#6002,6003 from mainline
69935              
69936              destructive sv_setsv() can lose UV-ness from source, causing
69937              numeric promotions/comparisons to fail to do the right thing
69938              
69939              allow REG_EXPAND_SZ keys in Windows registry (from
69940              John Clayton <John.Clayton@barclayscapital.com>)
69941      Branch: maint-5.6/perl
69942           !> sv.c win32/win32.c
69943 ____________________________________________________________________________
69944 [  7290] By: gsar                                  on 2000/10/16  04:10:19
69945         Log: integrate change#6001 from mainline
69946              
69947              support additional library locations via $Config{otherlibdirs}
69948              (from Andy Dougherty)
69949      Branch: maint-5.6/perl
69950           !> Configure INSTALL Porting/Glossary Porting/config.sh
69951           !> Porting/config_H config_h.SH epoc/config.sh perl.c
69952           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
69953           !> win32/config.bc win32/config.gc win32/config.vc
69954 ____________________________________________________________________________
69955 [  7289] By: gsar                                  on 2000/10/16  04:08:28
69956         Log: integrate change#5999 from mainline
69957              
69958              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
69959      Branch: maint-5.6/perl
69960           !> t/pragma/warn/toke toke.c
69961 ____________________________________________________________________________
69962 [  7288] By: gsar                                  on 2000/10/16  04:07:01
69963         Log: integrate changes#5997,5998 from cfgperl
69964              
69965              Preserve $!.
69966              
69967              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
69968      Branch: maint-5.6/perl
69969           !> lib/Math/Complex.pm
69970 ____________________________________________________________________________
69971 [  7287] By: gsar                                  on 2000/10/16  04:04:37
69972         Log: integrate change#5995 from mainline
69973              
69974              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
69975      Branch: maint-5.6/perl
69976           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
69977 ____________________________________________________________________________
69978 [  7286] By: gsar                                  on 2000/10/16  04:03:21
69979         Log: integrate change#5994 from mainline
69980              
69981              fix for missed accounting for null byte in pack("Z",...) (from
69982              M.J.T. Guy)
69983      Branch: maint-5.6/perl
69984           !> pp.c t/op/pack.t
69985 ____________________________________________________________________________
69986 [  7285] By: gsar                                  on 2000/10/16  04:02:11
69987         Log: integrate changes#5989..5993 from mainline
69988              
69989              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
69990              itself and no other (from Tom Hughes)
69991              
69992              use $ENV{LIB} to search for libs under Visual C compiler
69993              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
69994              
69995              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
69996              
69997              pod nit (from Simon Cozens)
69998              
69999              various minor tweaks seen on p5p
70000      Branch: maint-5.6/perl
70001           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
70002           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
70003           !> t/op/array.t toke.c
70004 ____________________________________________________________________________
70005 [  7284] By: gsar                                  on 2000/10/16  03:59:00
70006         Log: integrate changes#5978..5988 from mainline
70007              
70008              sync version numbers in File::Spec with the ones on CPAN
70009              (from Barrie Slaymaker)
70010              
70011              under useithreads, constant pad entries could inadvertantly be
70012              shared across threads (from Eric Blood <eblood@xmission.com>);
70013              added Eric's test case to testsuite
70014              
70015              allow Configure -S to run non-interactively (spotted by Greg Hudson
70016              <ghudson@mit.edu>)
70017              
70018              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
70019              prototype mismatch with CORE::glob(); update pod and tests to
70020              suit (File::Glob::glob() is still available for backward
70021              compatibility, but should be considered deprecated)
70022              
70023              avoid error in IO::Socket::INET when given an unknown service name
70024              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
70025              
70026              numeric conversion of non-number in change#3378 tramples on
70027              OOK offset, causing segfaults
70028              
70029              attributes::reftype() doesn't work on tied argument
70030              
70031              forked child may not exit correctly if it failed to open
70032              /dev/console (from Graham Barr)
70033              
70034              add regular expressions tutorial and quick-start guide (from
70035              Mark Kvale <kvale@phy.ucsf.edu>)
70036              
70037              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
70038              
70039              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
70040              <paul@miraclefish.com>)
70041      Branch: maint-5.6/perl
70042           +> pod/perlrequick.pod pod/perlretut.pod
70043           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
70044           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
70045           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
70046           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
70047           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
70048           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
70049           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
70050           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
70051 ____________________________________________________________________________
70052 [  7283] By: gsar                                  on 2000/10/16  03:52:14
70053         Log: integrate change#5977 from mainline
70054              
70055              autoquote barewords followed by newline and arrow properly
70056              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
70057      Branch: maint-5.6/perl
70058           !> t/pragma/warn/toke toke.c
70059 ____________________________________________________________________________
70060 [  7282] By: gsar                                  on 2000/10/16  03:50:48
70061         Log: integrate change#5976 from mainline
70062              
70063              DB_File v1.73 update (from Paul Marquess)
70064      Branch: maint-5.6/perl
70065           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
70066           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
70067 ____________________________________________________________________________
70068 [  7281] By: gsar                                  on 2000/10/16  03:49:14
70069         Log: integrate change#5975 from mainline
70070              
70071              allow sort() reentrancy (variant of patch suggested by
70072              Hugo van der Sanden)
70073      Branch: maint-5.6/perl
70074           !> pp_ctl.c t/op/sort.t
70075 ____________________________________________________________________________
70076 [  7280] By: gsar                                  on 2000/10/16  03:48:22
70077         Log: integrate change#5974 from mainline
70078              
70079              change#4197 somehow missed initializing PL_errors, meaning
70080              syntax error queueing wasn't working outside eval"" at all;
70081              also fixed eval"" to localize PL_error_count, so that compile-time
70082              eval's don't clobber the error state of the outer context
70083      Branch: maint-5.6/perl
70084           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
70085           !> t/pragma/warn/toke
70086 ____________________________________________________________________________
70087 [  7279] By: gsar                                  on 2000/10/16  03:46:21
70088         Log: integrate change#5973 from mainline
70089              
70090              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
70091      Branch: maint-5.6/perl
70092           !> regcomp.c regexec.c t/op/re_tests
70093 ____________________________________________________________________________
70094 [  7278] By: gsar                                  on 2000/10/16  03:44:54
70095         Log: integrate change#5971 from cfgperl
70096              
70097              Unicos tweaks from Mark P. Lutz.
70098      Branch: maint-5.6/perl
70099           !> hints/unicos.sh lib/Math/Complex.pm
70100 ____________________________________________________________________________
70101 [  7277] By: gsar                                  on 2000/10/16  03:42:59
70102         Log: integrate changes#5966..5970 from mainline
70103              
70104              add testsuite for B backends, fix bug in B::Deparse (from
70105              Simon Cozens <simon@brecon.co.uk>)
70106              
70107              improved docs on the warn_uninit diagnostic (from David Glasser
70108              and Simon Cozens)
70109              
70110              tolerate spaces in group names in test on solaris (from David Boyce
70111              <dsb@boyski.com>)
70112              
70113              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
70114              
70115              Data::Dumper fumbles negative numbers on 32-bit platforms where
70116              IV is >32bits
70117      Branch: maint-5.6/perl
70118           +> t/lib/b.t t/lib/syslog.t
70119           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
70120           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
70121           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
70122 ____________________________________________________________________________
70123 [  7276] By: gsar                                  on 2000/10/16  03:39:30
70124         Log: integrate change#5965 from mainline
70125              
70126              avoid "will not stay shared" warnings for our variables (from
70127              Robin Barker)
70128      Branch: maint-5.6/perl
70129           !> op.c t/pragma/warn/op
70130 ____________________________________________________________________________
70131 [  7275] By: gsar                                  on 2000/10/16  03:38:18
70132         Log: integrate change#5964 from mainline
70133              
70134              reformat to 72 columns (again)
70135      Branch: maint-5.6/perl
70136           !> pod/perldiag.pod
70137 ____________________________________________________________________________
70138 [  7274] By: gsar                                  on 2000/10/16  03:36:58
70139         Log: integrate change#5963 from mainline
70140              
70141              patch from Larry to make (\&) prototype work; added tests for
70142              the same
70143      Branch: maint-5.6/perl
70144           !> op.c t/comp/proto.t
70145 ____________________________________________________________________________
70146 [  7273] By: gsar                                  on 2000/10/16  03:35:51
70147         Log: integrate changes#5956..5962 from mainline
70148              
70149              better diagnostics on failed tests (from Ilya Zakharevich)
70150              
70151              pod nits (from A. C. Yardley <yardley@tanet.net>)
70152              
70153              change#3569 deleted some essential code, revert; avoid use of
70154              atexit() to make DynaLoader work properly on AIX under mod_perl
70155              (from Jens-Uwe Mager <jum@helios.de>)
70156              
70157              doubled words in pods (from Simon Cozens
70158              <simon.p.cozens@jp.pwcglobal.com>)
70159              
70160              better INSTALL notes on Solaris issues (from Dominic Dunlop)
70161              
70162              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
70163              
70164              updated README.hpux (from Jeff Okamoto)
70165      Branch: maint-5.6/perl
70166           !> INSTALL README.hpux emacs/cperl-mode.el
70167           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
70168           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
70169           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70170           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
70171           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
70172           !> t/op/lex_assign.t
70173 ____________________________________________________________________________
70174 [  7272] By: gsar                                  on 2000/10/16  03:31:22
70175         Log: integrate change#5955 from mainline
70176              
70177              longstanding bug exposed by change#3307: sort arguments weren't
70178              compiled with the right wantarray context (ensuing runtime lookup
70179              via block_gimme() was getting the incidental context of the
70180              sort() itself)
70181      Branch: maint-5.6/perl
70182           !> op.c t/op/sort.t
70183 ____________________________________________________________________________
70184 [  7271] By: gsar                                  on 2000/10/16  03:29:11
70185         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
70186              branch
70187              
70188              Flatten the cpp jungle doing the nosuid checking.
70189              
70190              Do not assume sign propagation. (from M.J.T. Guy)
70191              
70192              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
70193              
70194              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
70195              Now pp_ncmp() returns undef is either operand is a NaN.
70196              
70197              On second thoughts frexp() does have two arguments.
70198              
70199              Document that tr() is not tr(1).
70200              
70201              Be more robust on "extreme" (large absolute value)
70202              arguments.  Originally reported by Daniel Connelly
70203              as a problem with asinh() on large negative arguments,
70204              asinh() used to bail out because an argument to log()
70205              ended up being zero.  Ilya Zakharevich proposed using
70206              Taylor's series in such cases, which for such large
70207              arguments is a very good approximation.
70208              
70209              Undo "use integer" addition from 64bitint as it seems
70210              to break most of the subtests in Digital UNIX;
70211              Unicos needs to find another way.
70212      Branch: maint-5.6/perl
70213           !> (integrate 29 files)
70214 ____________________________________________________________________________
70215 [  7270] By: gsar                                  on 2000/10/16  03:09:44
70216         Log: integrate changes#5948,5949,5950 from mainline
70217              
70218              typo in vars.pm that leads to cryptic message (from Piotr
70219              Piatkowski <kompas@kompas.usr.onet.pl>)
70220              
70221              make perldoc use the pod2man from the same version (from
70222              M.J.T. Guy)
70223              
70224              reformat perldiag to avoid long lines
70225      Branch: maint-5.6/perl
70226           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
70227 ____________________________________________________________________________
70228 [  7269] By: gsar                                  on 2000/10/16  03:05:54
70229         Log: integrate change#5947 from mainline
70230              
70231              use &dl_error rather than &dl_load_file as the guard for calling
70232              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
70233              statically built perl)
70234      Branch: maint-5.6/perl
70235           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
70236 ____________________________________________________________________________
70237 [  7268] By: gsar                                  on 2000/10/16  03:04:48
70238         Log: integrate change#5945 from mainline
70239              
70240              make module name mandatory after -M switch; reorder perldiag
70241              alphabetically (from Mark-Jason Dominus)
70242      Branch: maint-5.6/perl
70243           !> perl.c pod/perldiag.pod
70244 ____________________________________________________________________________
70245 [  7267] By: gsar                                  on 2000/10/16  03:03:01
70246         Log: integrate change#5939 from mainline
70247              
70248              more pod nits (from Larry Virden)
70249      Branch: maint-5.6/perl
70250           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
70251           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
70252           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
70253 ____________________________________________________________________________
70254 [  7266] By: gsar                                  on 2000/10/16  03:01:39
70255         Log: integrate change#5938 from mainline
70256              
70257              Consolidated B::Deparse fixes (from Stephen McCamant)
70258      Branch: maint-5.6/perl
70259           !> ext/B/B/Deparse.pm
70260 ____________________________________________________________________________
70261 [  7265] By: gsar                                  on 2000/10/16  03:00:43
70262         Log: integrate change#5936 from mainline
70263              
70264              additional tests for change#7263 (from Paul Marquess)
70265      Branch: maint-5.6/perl
70266           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
70267           !> t/pragma/warn/5nolint t/pragma/warn/6default
70268 ____________________________________________________________________________
70269 [  7264] By: gsar                                  on 2000/10/16  02:58:34
70270         Log: integrate change#5934 from mainline
70271              
70272              propagate lexical warnings from surrounding scope correctly
70273              within string eval() (from Paul Marquess)
70274      Branch: maint-5.6/perl
70275           !> pp_ctl.c t/pragma/warn/pp_ctl
70276 ____________________________________________________________________________
70277 [  7263] By: gsar                                  on 2000/10/16  02:56:53
70278         Log: integrate change#5932 from mainline
70279              
70280              add rsignal(), whichsig() and do_join() to public API list
70281              (mod_perl uses them to good advantage)
70282      Branch: maint-5.6/perl
70283           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
70284 ____________________________________________________________________________
70285 [  7262] By: gsar                                  on 2000/10/16  02:55:53
70286         Log: integrate change#5931 from mainline
70287              
70288              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
70289      Branch: maint-5.6/perl
70290           !> pp_hot.c regexec.c t/op/pat.t
70291 ____________________________________________________________________________
70292 [  7261] By: gsar                                  on 2000/10/16  02:55:01
70293         Log: integrate change#5930 from mainline
70294              
70295              small os390 tweaks (from Peter Prymmer)
70296      Branch: maint-5.6/perl
70297           !> config_h.SH makedepend.SH
70298 ____________________________________________________________________________
70299 [  7260] By: gsar                                  on 2000/10/16  02:54:10
70300         Log: integrate change#5929 from mainline
70301              
70302              pod nits
70303      Branch: maint-5.6/perl
70304           !> pod/perlguts.pod
70305 ____________________________________________________________________________
70306 [  7259] By: gsar                                  on 2000/10/16  02:52:55
70307         Log: integrate change#5927 from mainline
70308              
70309              arrange for next() to resume at the unstack op rather than the
70310              loop conditional, so that scope cleanup happens correctly
70311              (from Stephen McCamant)
70312      Branch: maint-5.6/perl
70313           !> op.c pp_ctl.c t/op/misc.t
70314 ____________________________________________________________________________
70315 [  7258] By: gsar                                  on 2000/10/16  02:51:38
70316         Log: integrate change#5926 from mainline
70317              
70318              on windows, reserve 16M of stack rather than 128M (allows more
70319              threads to run concurrently)
70320      Branch: maint-5.6/perl
70321           !> win32/Makefile win32/makefile.mk
70322 ____________________________________________________________________________
70323 [  7257] By: gsar                                  on 2000/10/16  02:50:37
70324         Log: integrate change#5925 from mainline
70325              
70326              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
70327      Branch: maint-5.6/perl
70328           !> toke.c
70329 ____________________________________________________________________________
70330 [  7256] By: gsar                                  on 2000/10/16  02:49:36
70331         Log: integrate change#5924 from mainline
70332              
70333              avoid using uninitialized memory in require version check
70334      Branch: maint-5.6/perl
70335           !> pp_ctl.c universal.c
70336 ____________________________________________________________________________
70337 [  7255] By: gsar                                  on 2000/10/16  02:48:03
70338         Log: integrate changes#5923,5928,6009 from mainline
70339              
70340              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
70341      Branch: maint-5.6/perl
70342           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
70343 ____________________________________________________________________________
70344 [  7254] By: gsar                                  on 2000/10/16  02:44:46
70345         Log: integrate change#5922 from mainline
70346              
70347              commentary about IoTYPE() (from Nathan Torkington)
70348      Branch: maint-5.6/perl
70349           !> sv.h
70350 ____________________________________________________________________________
70351 [  7253] By: gsar                                  on 2000/10/16  02:43:49
70352         Log: integrate change#5921 from mainline
70353              
70354              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
70355      Branch: maint-5.6/perl
70356           !> sv.c t/lib/charnames.t t/pragma/utf8.t
70357 ____________________________________________________________________________
70358 [  7252] By: gsar                                  on 2000/10/16  02:42:31
70359         Log: integrate change#5920 from mainline
70360              
70361              Larry's fix for buggy propagation of utf8-ness in join(); add test
70362      Branch: maint-5.6/perl
70363           !> doop.c t/op/ver.t
70364 ____________________________________________________________________________
70365 [  7251] By: gsar                                  on 2000/10/16  02:41:14
70366         Log: integrate changes#5915..5919 from mainline
70367              
70368              various (pod tweaks &c)
70369      Branch: maint-5.6/perl
70370           !> (integrate 33 files)
70371 ____________________________________________________________________________
70372 [  7250] By: gsar                                  on 2000/10/16  02:38:16
70373         Log: integrate change#5914 from mainline
70374              
70375              caller() wasn't returning the right number of elements for
70376              eval {...}
70377      Branch: maint-5.6/perl
70378           !> pp_ctl.c t/pragma/warn/9enabled
70379 ____________________________________________________________________________
70380 [  7249] By: gsar                                  on 2000/10/16  02:37:02
70381         Log: integrate change#5913 from mainline
70382              
70383              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
70384              (from Mark-Jason Dominus)
70385      Branch: maint-5.6/perl
70386           !> pod/perlfunc.pod
70387 ____________________________________________________________________________
70388 [  7248] By: gsar                                  on 2000/10/16  02:35:58
70389         Log: integrate change#5912 from mainline
70390              
70391              fix totally broken caching in UNIVERSAL::isa() (from
70392              Nick Ing-Simmons)
70393      Branch: maint-5.6/perl
70394           !> t/op/universal.t universal.c
70395 ____________________________________________________________________________
70396 [  7247] By: gsar                                  on 2000/10/16  02:34:27
70397         Log: integrate changes#5910,5911 from mainline
70398              
70399              typo in pod
70400              
70401              add linebreak properties from unicode/LineBrk.txt (from
70402              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
70403      Branch: maint-5.6/perl
70404           +> (branch 29 files)
70405           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
70406 ____________________________________________________________________________
70407 [  7246] By: gsar                                  on 2000/10/16  02:33:29
70408         Log: integrate change#5909 from mainline
70409              
70410              mode argument to do_binmode() should be file mode, not boolean
70411      Branch: maint-5.6/perl
70412           !> pp_sys.c
70413 ____________________________________________________________________________
70414 [  7245] By: gsar                                  on 2000/10/16  02:31:04
70415         Log: integrate change#5908 from mainline
70416              
70417              introduce illegal symbols into null package so that
70418              gv_fetchpv(...,TRUE) always returns a valid GV even when the
70419              symbol is trapped by strictures (avoids coredumps)
70420      Branch: maint-5.6/perl
70421           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
70422           !> t/pragma/strict-vars
70423 ____________________________________________________________________________
70424 [  7244] By: jhi                                   on 2000/10/16  02:29:54
70425         Log: Subject: $Carp::ExportLevel confusion in Exporter
70426              From: "Ben Tilly" <ben_tilly@hotmail.com>
70427              Date: Sat, 14 Oct 2000 16:44:34 EDT
70428              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
70429      Branch: perl
70430            ! lib/Exporter/Heavy.pm
70431 ____________________________________________________________________________
70432 [  7243] By: jhi                                   on 2000/10/16  02:28:33
70433         Log: Subject: [PATCH perlguts.pod] Document offset hack
70434              From: Simon Cozens <simon@cozens.net>
70435              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
70436              Date: Sat, 14 Oct 2000 19:32:25 +0100
70437      Branch: perl
70438            ! pod/perlguts.pod
70439 ____________________________________________________________________________
70440 [  7242] By: gsar                                  on 2000/10/16  02:26:51
70441         Log: integrate changes#5905,5906,5907,6064 from mainline
70442              
70443              printf/sprintf didn't get quad types right under use64bitint
70444      Branch: maint-5.6/perl
70445           !> pp_sys.c sv.c t/op/64bitint.t
70446 ____________________________________________________________________________
70447 [  7241] By: jhi                                   on 2000/10/16  02:22:44
70448         Log: Subject: small pod patch
70449              From: Dan Boorstein <dan_boo@bellsouth.net>
70450              Date: Sat, 14 Oct 2000 14:29:24 -0400
70451              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
70452      Branch: perl
70453            ! pod/perlfaq7.pod pod/perlmod.pod
70454 ____________________________________________________________________________
70455 [  7240] By: jhi                                   on 2000/10/16  02:13:46
70456         Log: -w cleanup.
70457              
70458              Subject: Re: Problems with bleadperl 
70459              From: "Stephen P. Potter" <spp@ds.net>
70460              Date: Fri, 13 Oct 2000 13:32:49 -0400
70461              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
70462      Branch: perl
70463            ! t/pragma/overload.t
70464 ____________________________________________________________________________
70465 [  7239] By: jhi                                   on 2000/10/16  01:41:18
70466         Log: One more ~utf8 tweak.
70467      Branch: perl
70468            ! t/op/bop.t
70469 ____________________________________________________________________________
70470 [  7238] By: jhi                                   on 2000/10/16  01:34:14
70471         Log: Tweak the test of #7235.
70472      Branch: perl
70473            ! t/op/bop.t
70474 ____________________________________________________________________________
70475 [  7237] By: jhi                                   on 2000/10/16  01:25:04
70476         Log: Fix a couple of compiler-noted nits in #7235.
70477      Branch: perl
70478            ! pp.c
70479 ____________________________________________________________________________
70480 [  7236] By: jhi                                   on 2000/10/16  01:22:46
70481         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
70482      Branch: perl
70483            ! pp.c pp_hot.c
70484 ____________________________________________________________________________
70485 [  7235] By: jhi                                   on 2000/10/15  16:24:44
70486         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
70487              
70488              From: Simon Cozens <simon@cozens.net>
70489              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
70490              Date: Sat, 14 Oct 2000 20:52:13 +0100
70491              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
70492      Branch: perl
70493            ! pp.c t/op/bop.t utf8.h
70494 ____________________________________________________________________________
70495 [  7234] By: jhi                                   on 2000/10/15  15:19:29
70496         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
70497              The problem was that rx->minlen was in chars while pp_split()
70498              thought it would be in bytes. 
70499      Branch: perl
70500            ! pp.c t/pragma/utf8.t
70501 ____________________________________________________________________________
70502 [  7233] By: jhi                                   on 2000/10/14  20:24:24
70503         Log: Document FNCASE=y as discussed in the bug 20000902.009.
70504      Branch: perl
70505            ! README.dos
70506 ____________________________________________________________________________
70507 [  7232] By: jhi                                   on 2000/10/14  18:52:21
70508         Log: Add test for bug id 20000427.003 (which seems to have
70509              been fixed) (also duplicate as 20000427.004, though
70510              with a higher severity).  Move one utf8 from op/append
70511              to pragma/utf8, tag the tests with bug ids.
70512      Branch: perl
70513            ! t/op/append.t t/pragma/utf8.t
70514 ____________________________________________________________________________
70515 [  7231] By: jhi                                   on 2000/10/14  17:28:37
70516         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
70517      Branch: perl
70518            ! t/pragma/utf8.t
70519 ____________________________________________________________________________
70520 [  7230] By: jhi                                   on 2000/10/14  14:24:50
70521         Log: Needs to be conditional on SunOS 4.
70522              
70523              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
70524              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70525              Date: Sat, 14 Oct 2000 13:37:49 +0100
70526              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
70527      Branch: metaconfig/U/perl
70528            ! End.U
70529      Branch: perl
70530            ! Configure myconfig.SH pod/perldelta.pod
70531 ____________________________________________________________________________
70532 [  7229] By: jhi                                   on 2000/10/14  00:49:22
70533         Log: Update Changes.
70534      Branch: perl
70535            ! Changes patchlevel.h
70536 ____________________________________________________________________________
70537 [  7228] By: jhi                                   on 2000/10/14  00:46:10
70538         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
70539              From: Peter Prymmer <pvhp@forte.com>
70540              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
70541              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
70542      Branch: perl
70543            ! lib/utf8.pm
70544 ____________________________________________________________________________
70545 [  7227] By: jhi                                   on 2000/10/13  23:20:30
70546         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
70547      Branch: perl
70548            ! t/op/tie.t
70549 ____________________________________________________________________________
70550 [  7226] By: jhi                                   on 2000/10/13  22:14:32
70551         Log: Tweak #7225.
70552              
70553              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
70554              From: Peter Prymmer <pvhp@forte.com>
70555              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
70556              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
70557      Branch: perl
70558            ! t/op/sprintf.t
70559 ____________________________________________________________________________
70560 [  7225] By: jhi                                   on 2000/10/13  22:11:31
70561         Log: op/sprintf.t patch for OS/390 (and any other host with limited
70562              floating-point exponent length)
70563              
70564              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
70565              From: Dominic Dunlop <domo@computer.org>
70566              Date: Fri, 13 Oct 2000 19:17:57 +0200
70567              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
70568      Branch: perl
70569            ! t/op/sprintf.t
70570 ____________________________________________________________________________
70571 [  7224] By: jhi                                   on 2000/10/13  18:40:48
70572         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
70573      Branch: perl
70574            ! toke.c
70575 ____________________________________________________________________________
70576 [  7223] By: jhi                                   on 2000/10/13  18:37:13
70577         Log: Thinko in #7222.
70578      Branch: perl
70579            ! utf8.c
70580 ____________________________________________________________________________
70581 [  7222] By: jhi                                   on 2000/10/13  18:05:23
70582         Log: Use UTF8SKIP(), from Simon Cozens.
70583      Branch: perl
70584            ! utf8.c
70585 ____________________________________________________________________________
70586 [  7221] By: jhi                                   on 2000/10/13  15:43:19
70587         Log: (accidentally empty check-in)
70588      Branch: perl
70589            ! utf8.c
70590 ____________________________________________________________________________
70591 [  7220] By: jhi                                   on 2000/10/13  15:23:51
70592         Log: Add (optimistically) Storable to static extensions.
70593      Branch: perl
70594            ! hints/uwin.sh hints/vmesa.sh
70595 ____________________________________________________________________________
70596 [  7219] By: jhi                                   on 2000/10/13  15:20:05
70597         Log: Amdahl UTS doesn't seem to do dynaloading.
70598      Branch: perl
70599            ! hints/uts.sh
70600 ____________________________________________________________________________
70601 [  7218] By: jhi                                   on 2000/10/13  15:15:20
70602         Log: Slight tweak of the code to appease Amdahl UTS cc.
70603      Branch: perl
70604            ! pp.c
70605 ____________________________________________________________________________
70606 [  7217] By: jhi                                   on 2000/10/13  14:50:42
70607         Log: In Amdahl UTS "struct sv" is defined by a system header,
70608              <ksync.h>.
70609      Branch: perl
70610            ! perl.h sv.h
70611 ____________________________________________________________________________
70612 [  7216] By: jhi                                   on 2000/10/13  11:58:25
70613         Log: Ilya implemented the memory profiling API.
70614      Branch: perl
70615            ! Todo
70616 ____________________________________________________________________________
70617 [  7215] By: jhi                                   on 2000/10/13  02:56:38
70618         Log: Subject: [PATCH 5.7.0] Perl API for mstats
70619              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70620              Date: Thu, 12 Oct 2000 22:52:40 -0400
70621              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
70622      Branch: perl
70623            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
70624 ____________________________________________________________________________
70625 [  7214] By: jhi                                   on 2000/10/13  02:55:38
70626         Log: Subject: [PATCH 5.7.0] IVs in mtats
70627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70628              Date: Thu, 12 Oct 2000 22:51:04 -0400
70629              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
70630      Branch: perl
70631            ! malloc.c perl.h
70632 ____________________________________________________________________________
70633 [  7213] By: jhi                                   on 2000/10/13  02:31:47
70634         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
70635      Branch: perl
70636            ! pod/perldiag.pod pp_sys.c
70637 ____________________________________________________________________________
70638 [  7212] By: jhi                                   on 2000/10/13  01:27:38
70639         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
70640              From: Peter Prymmer <pvhp@forte.com>
70641              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
70642              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
70643      Branch: perl
70644            ! t/op/oct.t
70645 ____________________________________________________________________________
70646 [  7211] By: jhi                                   on 2000/10/13  00:35:09
70647         Log: Update Changes.
70648      Branch: perl
70649            ! Changes patchlevel.h
70650 ____________________________________________________________________________
70651 [  7210] By: jhi                                   on 2000/10/12  23:59:40
70652         Log: The Install.pm third of
70653              
70654              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70655              From: Bill Campbell <bill@celestial.com>
70656              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
70657              Date: Thu, 5 Oct 2000 18:04:51 -0700
70658      Branch: perl
70659            ! lib/ExtUtils/Install.pm
70660 ____________________________________________________________________________
70661 [  7209] By: jhi                                   on 2000/10/12  23:58:43
70662         Log: Two thirds of
70663              
70664              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
70665              Date: Thu, 5 Oct 2000 18:04:51 -0700
70666              From: Bill Campbell <bill@celestial.com>
70667              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
70668              
70669              The Install.pm changes will be submitted separately because
70670              they need some work and discussion still.
70671      Branch: perl
70672            ! lib/getopts.pl lib/termcap.pl
70673 ____________________________________________________________________________
70674 [  7208] By: jhi                                   on 2000/10/12  23:41:19
70675         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
70676              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70677              Date:     Thu, 12 Oct 2000 07:30:02 EDT
70678              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
70679      Branch: perl
70680            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
70681            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
70682 ____________________________________________________________________________
70683 [  7207] By: jhi                                   on 2000/10/12  23:39:01
70684         Log: An updated EBCDIC tr patch.
70685              
70686              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
70687              From: Peter Prymmer <pvhp@forte.com>
70688              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
70689              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
70690      Branch: perl
70691            ! t/op/tr.t
70692 ____________________________________________________________________________
70693 [  7206] By: jhi                                   on 2000/10/12  23:34:55
70694         Log: Upgrade to CPAN 1.58, from Andreas König.
70695      Branch: perl
70696            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70697 ____________________________________________________________________________
70698 [  7205] By: jhi                                   on 2000/10/12  23:29:08
70699         Log: Introduce the man[24-8] variables, from Andy Dougherty.
70700      Branch: metaconfig/U/perl
70701            + mandirs.U mandirstyle.U
70702      Branch: perl
70703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70704            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
70705            ! vos/config.h vos/config.pl vos/config_h.SH_orig
70706            ! win32/config.bc win32/config.gc win32/config.vc
70707 ____________________________________________________________________________
70708 [  7204] By: gsar                                  on 2000/10/12  18:11:24
70709         Log: restore change#7202
70710      Branch: perl
70711            ! mg.c
70712 ____________________________________________________________________________
70713 [  7203] By: gsar                                  on 2000/10/12  18:09:40
70714         Log: another test of the Emergency Broadcast System--back out 
70715              change#7202
70716      Branch: perl
70717            ! mg.c
70718 ____________________________________________________________________________
70719 [  7202] By: gsar                                  on 2000/10/12  16:40:47
70720         Log: (submitted on behalf of Jarkko)
70721              Fix the lib/encode.t subtest 6 failure as reported by Andreas
70722              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
70723              was unearthed by change 7182, as was a bug in HTML::Entities.
70724      Branch: perl
70725            ! mg.c
70726 ____________________________________________________________________________
70727 [  7201] By: jhi                                   on 2000/10/11  03:16:05
70728         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
70729      Branch: perl
70730            ! pp_hot.c t/pragma/utf8.t
70731 ____________________________________________________________________________
70732 [  7200] By: jhi                                   on 2000/10/11  00:40:30
70733         Log: The #7198 was a false alarm.
70734      Branch: perl
70735            ! pp_hot.c
70736 ____________________________________________________________________________
70737 [  7199] By: jhi                                   on 2000/10/11  00:26:04
70738         Log: Remove duplicated code.
70739      Branch: perl
70740            ! t/lib/cgi-html.t
70741 ____________________________________________________________________________
70742 [  7198] By: jhi                                   on 2000/10/10  23:30:46
70743         Log: (Retracted by #7200.)
70744      Branch: perl
70745            ! pp_hot.c
70746 ____________________________________________________________________________
70747 [  7197] By: jhi                                   on 2000/10/10  21:49:30
70748         Log: Add the test case for #7190, from the original bug report
70749              by Andreas König.
70750      Branch: perl
70751            ! t/pragma/utf8.t
70752 ____________________________________________________________________________
70753 [  7196] By: jhi                                   on 2000/10/10  21:40:49
70754         Log: Reapply Andy's patch and regen Configure.
70755      Branch: perl
70756            ! Configure INSTALL Makefile.SH Porting/Glossary
70757            ! Porting/config.sh config_h.SH epoc/config.sh installperl
70758            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
70759            ! win32/config.vc
70760 ____________________________________________________________________________
70761 [  7195] By: jhi                                   on 2000/10/10  21:09:30
70762         Log: Use the versiononly instead of the installscripts,
70763              retract the changes 7146 and 7147.
70764      Branch: perl
70765            ! Configure INSTALL Makefile.SH Porting/Glossary
70766            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
70767            ! installperl uconfig.sh vos/config.def win32/config.bc
70768            ! win32/config.gc win32/config.vc
70769 ____________________________________________________________________________
70770 [  7194] By: jhi                                   on 2000/10/10  21:06:15
70771         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
70772              From: Peter Prymmer <pvhp@forte.com>
70773              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
70774              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
70775      Branch: perl
70776            ! t/op/ver.t
70777 ____________________________________________________________________________
70778 [  7193] By: jhi                                   on 2000/10/10  21:05:12
70779         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
70780              From: Peter Prymmer <pvhp@forte.com>
70781              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
70782              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
70783      Branch: perl
70784            ! t/op/tr.t
70785 ____________________________________________________________________________
70786 [  7192] By: jhi                                   on 2000/10/10  20:57:30
70787         Log: Add versiononly, delete installscripts, from Andy Dougherty.
70788      Branch: metaconfig
70789            - U/installdirs/installscripts.U
70790      Branch: metaconfig/U/perl
70791            + versiononly.U
70792 ____________________________________________________________________________
70793 [  7191] By: jhi                                   on 2000/10/10  19:41:21
70794         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
70795              From: Peter Prymmer <pvhp@forte.com>
70796              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
70797              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
70798      Branch: perl
70799            ! pod/perlebcdic.pod
70800 ____________________________________________________________________________
70801 [  7190] By: jhi                                   on 2000/10/10  19:26:14
70802         Log: Subject: Re: utf8 concat, mg_get
70803              From: Simon Cozens <simon@cozens.net>
70804              Date: Tue, 10 Oct 2000 17:40:17 +0100
70805              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
70806      Branch: perl
70807            ! pp_hot.c
70808 ____________________________________________________________________________
70809 [  7189] By: jhi                                   on 2000/10/10  19:23:03
70810         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
70811              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
70812              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
70813              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
70814      Branch: perl
70815            ! lib/ExtUtils/MM_Unix.pm
70816 ____________________________________________________________________________
70817 [  7188] By: jhi                                   on 2000/10/10  15:31:24
70818         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
70819              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
70820              Date: Fri, 14 Jul 2000 10:47:36 +0100
70821              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
70822      Branch: perl
70823            ! README.win32
70824 ____________________________________________________________________________
70825 [  7187] By: jhi                                   on 2000/10/10  13:30:10
70826         Log: Quote the temp file name, needed in Win32 because the
70827              default name unfortunately contains spaces, shouldn't
70828              hurt elsewhere.
70829              
70830              Subject: FW: perldoc fails if $TEMP contains spaces
70831              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
70832              Date: Thu, 14 Sep 2000 08:58:45 +0100
70833              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
70834      Branch: perl
70835            ! utils/perldoc.PL
70836 ____________________________________________________________________________
70837 [  7186] By: jhi                                   on 2000/10/10  13:16:27
70838         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
70839              From: hv@hugo.hybyte.com
70840              Date: Tue, 10 Oct 2000 14:10:20 +0100
70841              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
70842      Branch: perl
70843            ! t/lib/thr5005.t util.c
70844 ____________________________________________________________________________
70845 [  7185] By: jhi                                   on 2000/10/10  12:06:22
70846         Log: Upgrade to podlators 1.04, from Russ Allbery.
70847      Branch: perl
70848            ! lib/Pod/Man.pm lib/Pod/Text.pm
70849 ____________________________________________________________________________
70850 [  7184] By: jhi                                   on 2000/10/10  12:01:32
70851         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
70852      Branch: perl
70853            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
70854 ____________________________________________________________________________
70855 [  7183] By: jhi                                   on 2000/10/09  23:47:15
70856         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
70857              From: Peter Prymmer <pvhp@forte.com>
70858              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
70859              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
70860      Branch: perl
70861            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
70862 ____________________________________________________________________________
70863 [  7182] By: jhi                                   on 2000/10/09  23:43:16
70864         Log: Make eq work again with utf8 (disabling the upgrading
70865              should no more be necessary since the copies of the
70866              scalars are upgraded, not the scalars themselves).
70867              Takes care of ID 20001009.001.  (The claimed length()
70868              bug in 20001009.001 seems bogus to me.)
70869      Branch: perl
70870            ! sv.c t/pragma/utf8.t
70871 ____________________________________________________________________________
70872 [  7181] By: gsar                                  on 2000/10/09  19:41:54
70873         Log: tweak for change#7173
70874      Branch: perl
70875            ! win32/win32sck.c
70876 ____________________________________________________________________________
70877 [  7180] By: gsar                                  on 2000/10/09  19:26:56
70878         Log: on Windows, clean targets might not work under some flavors of the shell
70879      Branch: perl
70880            ! win32/Makefile win32/makefile.mk
70881 ____________________________________________________________________________
70882 [  7179] By: jhi                                   on 2000/10/09  19:21:02
70883         Log: Update Changes.
70884      Branch: perl
70885            ! Changes patchlevel.h
70886 ____________________________________________________________________________
70887 [  7178] By: jhi                                   on 2000/10/09  19:18:23
70888         Log: Warn about unknown scripts.
70889              
70890              Subject: Re: ideas? patches? [PATCH bleadperl]
70891              From: Dominic Dunlop <domo@computer.org>
70892              Date: Mon, 9 Oct 2000 14:57:17 +0200
70893              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
70894      Branch: perl
70895            ! lib/charnames.pm
70896 ____________________________________________________________________________
70897 [  7177] By: jhi                                   on 2000/10/09  19:13:27
70898         Log: Change #7160 had a nasty typo.
70899      Branch: metaconfig
70900            ! U/compline/Compile.U
70901      Branch: perl
70902            ! Configure config_h.SH
70903 ____________________________________________________________________________
70904 [  7176] By: gsar                                  on 2000/10/09  18:59:33
70905         Log: pod nit
70906      Branch: perl
70907            ! pod/perlport.pod
70908 ____________________________________________________________________________
70909 [  7175] By: gsar                                  on 2000/10/09  18:54:28
70910         Log: Windows9x doesn't support link(), despite what Config.pm
70911              might think
70912      Branch: perl
70913            ! lib/ExtUtils/Manifest.pm
70914 ____________________________________________________________________________
70915 [  7174] By: gsar                                  on 2000/10/09  18:50:03
70916         Log: avoid nonportable example code
70917      Branch: perl
70918            ! lib/File/Copy.pm
70919 ____________________________________________________________________________
70920 [  7173] By: gsar                                  on 2000/10/09  18:46:54
70921         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
70922              being used) when closing a socket handle
70923      Branch: perl
70924            ! win32/win32.c win32/win32.h win32/win32sck.c
70925 ____________________________________________________________________________
70926 [  7172] By: gsar                                  on 2000/10/09  18:41:40
70927         Log: on Windows, cwd strings in the environment should be of the
70928              form =X:=X:\foo instead of =X=X:\foo\
70929      Branch: perl
70930            ! win32/vdir.h
70931 ____________________________________________________________________________
70932 [  7171] By: gsar                                  on 2000/10/09  18:30:09
70933         Log: on Windows, LoadLibrary() could load an extension DLL multiple
70934              times if forward slashes are used in the path
70935      Branch: perl
70936            ! win32/win32.c
70937 ____________________________________________________________________________
70938 [  7170] By: jhi                                   on 2000/10/09  17:53:59
70939         Log: Add a todo note about overloadable assertions.
70940      Branch: perl
70941            ! Todo-5.6
70942 ____________________________________________________________________________
70943 [  7169] By: jhi                                   on 2000/10/09  13:43:45
70944         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
70945              From: mjd@plover.com
70946              Date: 9 Oct 2000 00:24:44 -0000
70947              Message-ID: <20001009002444.10616.qmail@plover.com>
70948      Branch: perl
70949            ! pod/perldebguts.pod
70950 ____________________________________________________________________________
70951 [  7168] By: nick                                  on 2000/10/08  13:16:33
70952         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
70953              is not right thing to do on (e.g. x86). Network order is also "right" for
70954              X fonts.
70955      Branch: perl
70956            ! ext/Encode/Encode.pm
70957 ____________________________________________________________________________
70958 [  7167] By: nick                                  on 2000/10/08  12:54:42
70959         Log: Make "encodings" work post-install when Encode/*.enc files may not
70960              be in same directory as Encode.pm
70961      Branch: perl
70962            ! ext/Encode/Encode.pm
70963 ____________________________________________________________________________
70964 [  7166] By: nick                                  on 2000/10/08  11:51:26
70965         Log: Work round the fact that $hash->{$key} does not take into account
70966              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
70967              so that key is always in the "expected" encoding - i.e. same way we put
70968              it in the hash.
70969      Branch: perl
70970            ! ext/Encode/Encode.pm
70971 ____________________________________________________________________________
70972 [  7165] By: gsar                                  on 2000/10/08  04:15:29
70973         Log: save_re_context() could reset PL_curcop to freed memory, causing core
70974              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
70975      Branch: perl
70976            ! pp_ctl.c
70977 ____________________________________________________________________________
70978 [  7164] By: jhi                                   on 2000/10/06  20:51:48
70979         Log: UTF8ize split() so that the cloned substrings get the UTF8
70980              flag of the original scalar.  Problem reported by Simon Cozens.
70981      Branch: perl
70982            ! pp.c t/pragma/utf8.t
70983 ____________________________________________________________________________
70984 [  7163] By: nick                                  on 2000/10/06  20:48:34
70985         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
70986              got a false +ve and so did not reach code which would have un-FAKEd the SV.
70987      Branch: perl
70988            ! sv.c
70989 ____________________________________________________________________________
70990 [  7162] By: nick                                  on 2000/10/06  20:25:37
70991         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
70992              To fix  (sort {$a <=> $b} keys %hash) in particular but
70993              should cover a number of other as-yet-unknown cases as well.
70994      Branch: perl
70995            ! sv.c
70996 ____________________________________________________________________________
70997 [  7161] By: jhi                                   on 2000/10/06  19:56:18
70998         Log: Change the version number of Tie::Handle in the core to 4.0,
70999              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71000              
71001              Subject: Note on Tie::Handle
71002              From: andreas.koenig@anima.de (Andreas J. Koenig)
71003              Date:      06 Oct 2000 21:48:58 +0200
71004              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
71005      Branch: perl
71006            ! lib/Tie/Handle.pm
71007 ____________________________________________________________________________
71008 [  7160] By: jhi                                   on 2000/10/06  18:20:35
71009         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71010              as the first option of cc/ld because of ultrapicky compilers
71011              (e.g. OS/390 R2.5)
71012      Branch: metaconfig
71013            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
71014            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
71015            ! U/compline/orderlib.U U/modified/Cppsym.U
71016            ! U/modified/d_access.U
71017      Branch: metaconfig/U/perl
71018            ! Checkcc.U d_dlsymun.U gccvers.U
71019      Branch: perl
71020            ! Configure config_h.SH
71021 ____________________________________________________________________________
71022 [  7159] By: jhi                                   on 2000/10/06  13:56:39
71023         Log: Update Changes.
71024      Branch: perl
71025            ! Changes patchlevel.h
71026 ____________________________________________________________________________
71027 [  7158] By: jhi                                   on 2000/10/06  12:48:40
71028         Log: Eliminate $Is_VMS code from the test.
71029              
71030              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71032              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
71033              Date:     Thu, 5 Oct 2000 07:46:33 EDT
71034      Branch: perl
71035            ! t/lib/b.t
71036 ____________________________________________________________________________
71037 [  7157] By: jhi                                   on 2000/10/06  12:47:13
71038         Log: Also the $ccflags is needed for the C compiler check.
71039              
71040              Subject: Configure (check for C-compiler)
71041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71042              Date: Fri, 06 Oct 2000 08:47:15 +0200
71043              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
71044      Branch: metaconfig/U/perl
71045            ! Checkcc.U
71046      Branch: perl
71047            ! Configure config_h.SH
71048 ____________________________________________________________________________
71049 [  7156] By: jhi                                   on 2000/10/06  11:45:15
71050         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
71051      Branch: perl
71052            ! perl.c pp_ctl.c sv.h utf8.c
71053 ____________________________________________________________________________
71054 [  7155] By: jhi                                   on 2000/10/06  11:40:41
71055         Log: IO::Handle->syswrite() did not handle length omission
71056              like CORE::syswrite() does.
71057              
71058              Subject: [Fwd] IO::Handle, syswrite and arguments
71059              From: Graham Barr <gbarr@pobox.com>
71060              Date: Fri, 6 Oct 2000 10:22:05 +0100
71061              Message-ID: <20001006102205.U6312@pobox.com>
71062              
71063              The original patch from andrew@ugh.net.au.
71064      Branch: perl
71065            ! ext/IO/lib/IO/Handle.pm
71066 ____________________________________________________________________________
71067 [  7154] By: jhi                                   on 2000/10/06  01:42:15
71068         Log: Tweak #7153.
71069      Branch: perl
71070            ! utf8.h
71071 ____________________________________________________________________________
71072 [  7153] By: jhi                                   on 2000/10/06  00:39:55
71073         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71074      Branch: perl
71075            ! utf8.h
71076 ____________________________________________________________________________
71077 [  7152] By: jhi                                   on 2000/10/06  00:38:11
71078         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
71079      Branch: perl
71080            ! perl.c pp_ctl.c sv.h utf8.c
71081 ____________________________________________________________________________
71082 [  7151] By: jhi                                   on 2000/10/06  00:36:38
71083         Log: Subject: Re: Questions about Tie::Array and perl modules
71084              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71085              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
71086              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
71087              
71088              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71089      Branch: perl
71090            ! lib/Tie/Array.pm t/op/array.t
71091 ____________________________________________________________________________
71092 [  7150] By: jhi                                   on 2000/10/05  00:20:45
71093         Log: Regen Changes.
71094      Branch: perl
71095            ! Changes patchlevel.h
71096 ____________________________________________________________________________
71097 [  7149] By: jhi                                   on 2000/10/05  00:20:01
71098         Log: Regen toc.
71099      Branch: perl
71100            ! pod/perltoc.pod
71101 ____________________________________________________________________________
71102 [  7148] By: jhi                                   on 2000/10/04  23:35:08
71103         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71104              reported several times by Dominic Dunlop, for example in
71105              ID 20000315.008.  Patch from Dominic.  Patch affects at
71106              least MachTen, and possibly other oldish BSDs. Should not
71107              break non-broken platforms (tested on LinuxPPC). 
71108      Branch: perl
71109            ! doio.c
71110 ____________________________________________________________________________
71111 [  7147] By: jhi                                   on 2000/10/04  23:26:34
71112         Log: The one that got away from 7146.
71113      Branch: metaconfig
71114            + U/installdirs/installscripts.U
71115 ____________________________________________________________________________
71116 [  7146] By: jhi                                   on 2000/10/04  23:25:04
71117         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
71118              suggested by H. Merijn Brand.
71119      Branch: perl
71120            ! Configure INSTALL Makefile.SH Porting/Glossary
71121            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
71122            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
71123            ! win32/config.vc
71124 ____________________________________________________________________________
71125 [  7145] By: jhi                                   on 2000/10/04  22:08:21
71126         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71127              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71128              Date: Wed, 4 Oct 2000 17:37:46 -0400
71129              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
71130      Branch: perl
71131            ! utils/h2xs.PL
71132 ____________________________________________________________________________
71133 [  7144] By: jhi                                   on 2000/10/04  18:11:41
71134         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71135              From: Jeff Pinyan <jeffp@crusoe.net>
71136              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
71137              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
71138      Branch: perl
71139            ! pod/perlrun.pod
71140 ____________________________________________________________________________
71141 [  7143] By: jhi                                   on 2000/10/04  18:09:58
71142         Log: Subject: perlhack.pod Patch for Externals Tools
71143              From: Fisher Mark <fisherm@tce.com>
71144              Date: Tue, 3 Oct 2000 15:43:27 -0500 
71145              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
71146      Branch: perl
71147            ! pod/perlhack.pod
71148 ____________________________________________________________________________
71149 [  7142] By: jhi                                   on 2000/10/04  18:08:41
71150         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71151              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71152              Date:     Wed, 4 Oct 2000 12:11:11 EDT
71153              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
71154      Branch: perl
71155            ! vms/vms.c
71156 ____________________________________________________________________________
71157 [  7141] By: jhi                                   on 2000/10/04  12:20:16
71158         Log: Subject: [PATCH 5.7.0] h2xs not working
71159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71160              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
71161              Date: Tue, 3 Oct 2000 21:43:01 -0400
71162              
71163              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71164              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71165              Date: Tue, 3 Oct 2000 22:55:19 -0400
71166              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
71167      Branch: perl
71168            ! utils/h2xs.PL
71169 ____________________________________________________________________________
71170 [  7140] By: jhi                                   on 2000/10/04  11:53:44
71171         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
71172              From: nick@babyhippo.com
71173              Date: Wed, 4 Oct 2000 12:06:45 +0100
71174              Message-Id: <20001004120645.A7356@babyhippo.com>
71175              
71176              Retract 7118 and 7135.
71177      Branch: perl
71178            ! installman installperl op.c t/pragma/subs.t
71179 ____________________________________________________________________________
71180 [  7139] By: jhi                                   on 2000/10/03  22:09:41
71181         Log: It is possible to have no hosts database at all.  Pointed out in
71182              
71183              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71184              From: Peter Prymmer <pvhp@forte.com>
71185              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
71186              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
71187      Branch: metaconfig
71188            ! U/modified/myhostname.U
71189      Branch: perl
71190            ! Configure config_h.SH
71191 ____________________________________________________________________________
71192 [  7138] By: jhi                                   on 2000/10/03  21:49:49
71193         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71194              From: Peter Prymmer <pvhp@forte.com>
71195              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
71196              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
71197      Branch: perl
71198            ! pp_sys.c
71199 ____________________________________________________________________________
71200 [  7137] By: jhi                                   on 2000/10/03  20:10:05
71201         Log: One remaining nit less at the VMS mailbox sizing.
71202      Branch: perl
71203            ! vms/vms.c
71204 ____________________________________________________________________________
71205 [  7136] By: jhi                                   on 2000/10/03  20:08:47
71206         Log: Test harness update to sync with the new perlcc,
71207              from Simon Cozens.
71208      Branch: perl
71209            ! t/TEST t/UTEST
71210 ____________________________________________________________________________
71211 [  7135] By: jhi                                   on 2000/10/03  15:15:42
71212         Log: Subject: Re: PATCH for 20001003.004
71213              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
71214              From: "AARON B. DOSSETT" <aaron@iglou.com>
71215              Message-Id: <E13gTay-0006od-00@iglou.com>
71216      Branch: perl
71217            ! installman installperl
71218 ____________________________________________________________________________
71219 [  7134] By: jhi                                   on 2000/10/03  15:00:34
71220         Log: Subject: [ID 20001003.006] B::Debug not -w clean
71221              From: Nicholas Clark <nick@babyhippo.co.uk>
71222              Date: Tue, 03 Oct 2000 15:46:32 +0100
71223              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
71224      Branch: perl
71225            ! ext/B/B/Debug.pm
71226 ____________________________________________________________________________
71227 [  7133] By: jhi                                   on 2000/10/03  14:58:39
71228         Log: Scale down the VMS message boxes, by Charles Lane.
71229              Fix for ID 20000903.009, workaround at
71230              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71231      Branch: perl
71232            ! vms/vms.c
71233 ____________________________________________________________________________
71234 [  7132] By: jhi                                   on 2000/10/03  11:20:37
71235         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
71236      Branch: perl
71237            + t/lib/st-lock.t t/lib/st-utf8.t
71238            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
71239            ! ext/Storable/Storable.xs t/lib/st-recurse.t
71240 ____________________________________________________________________________
71241 [  7131] By: jhi                                   on 2000/10/03  03:38:23
71242         Log: Encode nits.
71243      Branch: perl
71244            ! MANIFEST Makefile.SH
71245 ____________________________________________________________________________
71246 [  7130] By: jhi                                   on 2000/10/03  03:31:05
71247         Log: Update Changes.
71248      Branch: perl
71249            ! Changes patchlevel.h
71250 ____________________________________________________________________________
71251 [  7129] By: jhi                                   on 2000/10/03  02:24:02
71252         Log: Misplaced else.
71253      Branch: metaconfig/U/perl
71254            ! d_strtoll.U
71255      Branch: perl
71256            ! Configure config_h.SH
71257 ____________________________________________________________________________
71258 [  7128] By: jhi                                   on 2000/10/03  02:08:29
71259         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71260              From: sthoenna@efn.org
71261              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
71262              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
71263      Branch: metaconfig/U/perl
71264            ! d_strtoll.U
71265      Branch: perl
71266            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
71267 ____________________________________________________________________________
71268 [  7127] By: jhi                                   on 2000/10/03  01:13:14
71269         Log: Update Changes.
71270      Branch: perl
71271            ! Changes patchlevel.h
71272 ____________________________________________________________________________
71273 [  7126] By: jhi                                   on 2000/10/03  00:57:08
71274         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71275              as suggested by Olaf Flebbe and Nick Clark.
71276      Branch: perl
71277            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
71278 ____________________________________________________________________________
71279 [  7125] By: jhi                                   on 2000/10/03  00:50:56
71280         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
71281              From: Nick Clark <nick@plum.flirble.org>
71282              Date: Mon, 2 Oct 2000 11:03:24 +0100
71283              Message-Id: <20001002110324.D20073@plum.flirble.org>
71284              
71285              Also fixes bug ID 20001002.005.
71286      Branch: perl
71287            ! t/lib/encode.t
71288 ____________________________________________________________________________
71289 [  7124] By: jhi                                   on 2000/10/03  00:34:59
71290         Log: Subject: [PATCH 5.7.0] Epoc update
71291              From: Olaf Flebbe <o.flebbe@gmx.de>
71292              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
71293              Message-ID: <26423.969484586@www10.gmx.net>
71294      Branch: perl
71295            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
71296            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
71297            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
71298            ! util.c util.h
71299 ____________________________________________________________________________
71300 [  7123] By: jhi                                   on 2000/10/03  00:30:07
71301         Log: Regen headers.
71302      Branch: perl
71303            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
71304 ____________________________________________________________________________
71305 [  7122] By: jhi                                   on 2000/10/03  00:10:48
71306         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71307      Branch: perl
71308            ! hints/openbsd.sh
71309 ____________________________________________________________________________
71310 [  7121] By: jhi                                   on 2000/10/03  00:05:06
71311         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71312              From: <abigail@foad.org>
71313              Date: Tue, 26 Sep 2000 13:36:14 -0400
71314              Message-ID: <20000926173614.4356.qmail@foad.org>
71315      Branch: perl
71316            ! pod/perlop.pod
71317 ____________________________________________________________________________
71318 [  7120] By: jhi                                   on 2000/10/03  00:04:00
71319         Log: Inside require() $^S was always left undefined.
71320              
71321              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71322              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71323              Date: Wed, 27 Sep 2000 18:54:49 -0400
71324              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
71325      Branch: perl
71326            ! cop.h mg.c pp_ctl.c util.c
71327 ____________________________________________________________________________
71328 [  7119] By: jhi                                   on 2000/10/03  00:00:16
71329         Log: Subject: [PATCH] DLL not restartabke with threaded perl
71330              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
71331              Date: Thu, 28 Sep 2000 09:20:46 +0100
71332              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
71333      Branch: perl
71334            ! perl.c
71335 ____________________________________________________________________________
71336 [  7118] By: jhi                                   on 2000/10/02  23:59:20
71337         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
71338              From: Nicholas Clark <nick@ccl4.org>
71339              Date: Thu, 28 Sep 2000 11:52:24 +0100
71340              Message-ID: <20000928115224.D7924@plum.flirble.org>
71341      Branch: perl
71342            ! op.c
71343 ____________________________________________________________________________
71344 [  7117] By: jhi                                   on 2000/10/02  23:57:51
71345         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71346              From: Nicholas Clark <nick@babyhippo.co.uk>
71347              Date: Thu, 28 Sep 2000 12:18:10 +0100
71348              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
71349              
71350              Did not apply cleanly, manual intervention was needed.
71351      Branch: perl
71352            ! ext/B/B/Bytecode.pm utils/perlcc.PL
71353 ____________________________________________________________________________
71354 [  7116] By: jhi                                   on 2000/10/02  23:50:40
71355         Log: Document the issue (is not a syntax error, kind of)
71356              
71357              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71358              From: Nicholas Clark <nick@ccl4.org>
71359              Date: Thu, 28 Sep 2000 17:12:42 +0100
71360              Message-ID: <20000928171242.K7924@plum.flirble.org>
71361      Branch: perl
71362            ! pod/perldata.pod
71363 ____________________________________________________________________________
71364 [  7115] By: jhi                                   on 2000/10/02  23:48:58
71365         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71367              Date: Thu, 28 Sep 2000 21:55:31 -0400
71368              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
71369      Branch: perl
71370            ! regexec.c
71371 ____________________________________________________________________________
71372 [  7114] By: jhi                                   on 2000/10/02  23:47:57
71373         Log: Subject: DOC PATCH 5.6.0
71374              From: mjd@plover.com
71375              Date: 30 Sep 2000 06:02:34 -0000
71376              Message-ID: <20000930060234.4559.qmail@plover.com>
71377      Branch: perl
71378            ! pod/perldebguts.pod
71379 ____________________________________________________________________________
71380 [  7113] By: jhi                                   on 2000/10/02  23:46:43
71381         Log: SOCK_DGRAM and listen() do not mix as reported in
71382              
71383              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71384              From: Petter Reinholdtsen <pere@hungry.com>
71385              Date: Sun, 1 Oct 2000 10:57:20 +0800
71386              Message-Id: <200010010257.KAA05735@localhost.localdomain>
71387              
71388              The patch for 5.7.0+ had to be reengineered, though.
71389      Branch: perl
71390            ! ext/IO/lib/IO/Socket/UNIX.pm
71391 ____________________________________________________________________________
71392 [  7112] By: jhi                                   on 2000/10/02  23:36:57
71393         Log: Subject: Re: [PATCH 5.005_64 missed]
71394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71395              Date: Sun, 1 Oct 2000 18:50:10 -0400
71396              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
71397      Branch: perl
71398            ! pod/perlxs.pod
71399 ____________________________________________________________________________
71400 [  7111] By: jhi                                   on 2000/10/02  23:35:40
71401         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71402              From: Radu Greab <radu@netsoft.ro>
71403              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
71404              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
71405      Branch: perl
71406            ! op.c opcode.pl t/op/substr.t
71407 ____________________________________________________________________________
71408 [  7110] By: jhi                                   on 2000/10/02  23:32:38
71409         Log: Subject: [PATCH] Fix aliasing of tied filehandles
71410              From: Daniel Chetlin <daniel@chetlin.com>
71411              Date: Mon, 2 Oct 2000 14:53:27 -0700
71412              Message-ID: <20001002145327.C1617@ilmd>
71413      Branch: perl
71414            ! perl.h pp_hot.c t/op/tiehandle.t
71415 ____________________________________________________________________________
71416 [  7109] By: jhi                                   on 2000/10/02  23:31:30
71417         Log: s/Robin Parker/Robin Barker/
71418      Branch: perl
71419            ! Changes5.6
71420 ____________________________________________________________________________
71421 [  7108] By: jhi                                   on 2000/10/02  23:15:46
71422         Log: Retract #7091 as suggested in
71423              
71424              From: Robin Barker <rmb1@cise.npl.co.uk> 
71425              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
71426              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
71427              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
71428      Branch: perl
71429            ! embed.pl proto.h
71430 ____________________________________________________________________________
71431 [  7107] By: nick                                  on 2000/10/02  18:23:14
71432         Log: A few tweaks to get Tk803 to work with Encode scheme.
71433      Branch: perl
71434            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
71435 ____________________________________________________________________________
71436 [  7106] By: nick                                  on 2000/10/01  21:34:14
71437         Log: Add checking cases to Encode's toUnicode and fromUnicode.
71438      Branch: perl
71439            ! ext/Encode/Encode.pm
71440 ____________________________________________________________________________
71441 [  7105] By: nick                                  on 2000/10/01  17:18:01
71442         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
71443              To read and use them.
71444              Add a lib/encode.t which checks a few things.
71445      Branch: perl
71446            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
71447            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
71448            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
71449            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
71450            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
71451            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
71452            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
71453            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
71454            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
71455            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
71456            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
71457            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
71458            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
71459            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
71460            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
71461            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
71462            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
71463            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
71464            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
71465            + ext/Encode/Encode/iso2022-jp.enc
71466            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
71467            + ext/Encode/Encode/iso8859-1.enc
71468            + ext/Encode/Encode/iso8859-2.enc
71469            + ext/Encode/Encode/iso8859-3.enc
71470            + ext/Encode/Encode/iso8859-4.enc
71471            + ext/Encode/Encode/iso8859-5.enc
71472            + ext/Encode/Encode/iso8859-6.enc
71473            + ext/Encode/Encode/iso8859-7.enc
71474            + ext/Encode/Encode/iso8859-8.enc
71475            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
71476            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
71477            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
71478            + ext/Encode/Encode/macCentEuro.enc
71479            + ext/Encode/Encode/macCroatian.enc
71480            + ext/Encode/Encode/macCyrillic.enc
71481            + ext/Encode/Encode/macDingbats.enc
71482            + ext/Encode/Encode/macGreek.enc
71483            + ext/Encode/Encode/macIceland.enc
71484            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
71485            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
71486            + ext/Encode/Encode/macTurkish.enc
71487            + ext/Encode/Encode/macUkraine.enc
71488            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
71489            + t/lib/encode.t
71490            ! MANIFEST ext/Encode/Encode.pm
71491 ____________________________________________________________________________
71492 [  7104] By: nick                                  on 2000/09/30  13:04:30
71493         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
71494              From: Daniel Chetlin <daniel@chetlin.com>
71495              Date: Mon, 18 Sep 2000 05:05:40 -0700
71496              Message-Id: <20000918050540.C652@ilmd>
71497      Branch: perl
71498            ! lib/overload.pm sv.c t/pragma/overload.t
71499 ____________________________________________________________________________
71500 [  7103] By: nick                                  on 2000/09/30  12:53:36
71501         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71502              From: Johan Vromans <jvromans@squirrel.nl>
71503              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
71504              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
71505      Branch: perl
71506            ! pod/Makefile.SH
71507 ____________________________________________________________________________
71508 [  7102] By: nick                                  on 2000/09/30  12:52:31
71509         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71510              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71511              Date: Sat, 16 Sep 2000 16:36:45 -0400
71512              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
71513      Branch: perl
71514            ! ext/B/B/Deparse.pm
71515 ____________________________________________________________________________
71516 [  7101] By: nick                                  on 2000/09/30  12:51:41
71517         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71518              From: Craig A. Berry <craig.berry@psinetcs.com>
71519              Date: Sat, 16 Sep 2000 10:11:10 -0500
71520              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
71521      Branch: perl
71522            ! vms/vms.c
71523 ____________________________________________________________________________
71524 [  7100] By: nick                                  on 2000/09/30  12:50:33
71525         Log: Subject: Re: unicode support and perl [ID 20000901.097]
71526              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71527              Date: Fri, 15 Sep 2000 16:37:58 -0400
71528              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
71529      Branch: perl
71530            ! t/op/append.t
71531 ____________________________________________________________________________
71532 [  7099] By: nick                                  on 2000/09/30  12:49:35
71533         Log: Subject: Re: unicode support and perl [ID 20000901.097]
71534              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71535              Date: Fri, 15 Sep 2000 16:25:30 -0400
71536              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
71537      Branch: perl
71538            ! pp_hot.c
71539 ____________________________________________________________________________
71540 [  7098] By: nick                                  on 2000/09/30  12:48:00
71541         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71542              From: Gisle Aas <gisle@ActiveState.com>
71543              Date: 15 Sep 2000 16:23:41 +0200
71544              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
71545      Branch: perl
71546            ! toke.c
71547 ____________________________________________________________________________
71548 [  7097] By: nick                                  on 2000/09/30  12:45:16
71549         Log: Subject: [PATCH] Nits in perlmod.pod
71550              From: Daniel Chetlin <daniel@chetlin.com>
71551              Date: Fri, 15 Sep 2000 02:04:09 -0700
71552              Message-Id: <20000915020409.A2104@ilmd>
71553      Branch: perl
71554            ! pod/perlmod.pod
71555 ____________________________________________________________________________
71556 [  7096] By: nick                                  on 2000/09/30  12:18:00
71557         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71558              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71559              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71560              0 to checking to get the warning.
71561      Branch: perl
71562            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
71563            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
71564            ! regexec.c sv.c toke.c utf8.c
71565 ____________________________________________________________________________
71566 [  7095] By: nick                                  on 2000/09/15  16:55:59
71567         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
71568              
71569              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
71570              From: Spider Boardman <spider@Orb.Nashua.NH.US>
71571              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
71572              Date: Fri, 15 Sep 2000 06:37:30 -0400
71573      Branch: perl
71574            ! ext/Encode/Encode.xs sv.c
71575 ____________________________________________________________________________
71576 [  7094] By: jhi                                   on 2000/09/15  03:23:32
71577         Log: Update Changes.
71578      Branch: perl
71579            ! Changes patchlevel.h
71580 ____________________________________________________________________________
71581 [  7093] By: jhi                                   on 2000/09/15  03:11:44
71582         Log: Fix for the charnames.t failures from Spider Boardman.
71583      Branch: perl
71584            ! toke.c
71585 ____________________________________________________________________________
71586 [  7092] By: jhi                                   on 2000/09/15  00:15:48
71587         Log: Botched the #7090 check-in.
71588      Branch: perl
71589            ! sv.c
71590 ____________________________________________________________________________
71591 [  7091] By: jhi                                   on 2000/09/14  23:33:24
71592         Log: Part of #7081 didn't come through.
71593      Branch: perl
71594            ! embed.pl proto.h
71595 ____________________________________________________________________________
71596 [  7090] By: jhi                                   on 2000/09/14  23:17:39
71597         Log: Subject: Re: perl@7078 
71598              From: Spider Boardman <spider@web.zk3.dec.com>
71599              Date: Thu, 14 Sep 2000 19:06:36 -0400
71600              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
71601      Branch: perl
71602            ! sv.c toke.c
71603 ____________________________________________________________________________
71604 [  7089] By: jhi                                   on 2000/09/14  23:11:21
71605         Log: Small portability tweaks.
71606      Branch: perl
71607            ! ext/Encode/Encode.xs
71608 ____________________________________________________________________________
71609 [  7088] By: jhi                                   on 2000/09/14  22:57:23
71610         Log: Fake return to pacify picky compilers.
71611      Branch: perl
71612            ! ext/Encode/Encode.xs
71613 ____________________________________________________________________________
71614 [  7087] By: jhi                                   on 2000/09/14  22:53:37
71615         Log: Subject: [PATCH] utf8.c apidoc
71616              From: Simon Cozens <simon@cozens.net>
71617              Date: Thu, 14 Sep 2000 23:46:57 +0100
71618              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
71619      Branch: perl
71620            ! perlapi.c pod/perlapi.pod utf8.c
71621 ____________________________________________________________________________
71622 [  7086] By: jhi                                   on 2000/09/14  22:40:38
71623         Log: We don't need to count the high bit bytes, a boolean is enough. 
71624      Branch: perl
71625            ! sv.c
71626 ____________________________________________________________________________
71627 [  7085] By: jhi                                   on 2000/09/14  21:20:09
71628         Log: Replace #7084 with
71629              
71630              Subject: Re: perl@7078 
71631              From: Spider Boardman <spider@web.zk3.dec.com>
71632              Date: Thu, 14 Sep 2000 17:09:36 -0400
71633              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
71634      Branch: perl
71635            ! sv.c utf8.c
71636 ____________________________________________________________________________
71637 [  7084] By: jhi                                   on 2000/09/14  20:03:34
71638         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71639              convertible to bytes by checking it doesn't go above 0xc3
71640              
71641              Subject: Re: perl@7078
71642              From: Simon Cozens <simon@cozens.net>
71643              Date: Thu, 14 Sep 2000 20:59:19 +0100
71644              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
71645      Branch: perl
71646            ! utf8.c
71647 ____________________________________________________________________________
71648 [  7083] By: jhi                                   on 2000/09/14  19:38:47
71649         Log: Subject: Re: perl@7078
71650              From: Simon Cozens <simon@cozens.net>
71651              Date: Thu, 14 Sep 2000 20:13:09 +0100
71652              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
71653      Branch: perl
71654            ! t/op/bop.t
71655 ____________________________________________________________________________
71656 [  7082] By: jhi                                   on 2000/09/14  17:50:44
71657         Log: The one that got away.
71658      Branch: perl
71659            ! lib/File/Find.pm
71660 ____________________________________________________________________________
71661 [  7081] By: jhi                                   on 2000/09/14  17:45:35
71662         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
71663              From: Robin Barker <rmb1@cise.npl.co.uk>
71664              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
71665              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
71666      Branch: perl
71667            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
71668            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
71669            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
71670            ! regcomp.c toke.c universal.c
71671 ____________________________________________________________________________
71672 [  7080] By: jhi                                   on 2000/09/14  17:40:35
71673         Log: Problems picked up by AIX cc.
71674              
71675              Subject: Re: perl@7078 (patch included)
71676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71677              Date: Thu, 14 Sep 2000 18:53:30 +0200
71678              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
71679      Branch: perl
71680            ! ext/Encode/Encode.xs
71681 ____________________________________________________________________________
71682 [  7079] By: jhi                                   on 2000/09/14  17:38:27
71683         Log: Subject: File::Find 5.7.0 POD nits
71684              From: Rich Morin <rdm@cfcl.com>
71685              Date: Wed, 13 Sep 2000 22:03:58 -0700
71686              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
71687      Branch: perl
71688            ! lib/File/Find.pm
71689 ____________________________________________________________________________
71690 [  7078] By: jhi                                   on 2000/09/14  14:58:20
71691         Log: Update Changes.
71692      Branch: perl
71693            ! Changes patchlevel.h
71694 ____________________________________________________________________________
71695 [  7077] By: jhi                                   on 2000/09/14  14:55:54
71696         Log: Compilation warnings and an error.
71697      Branch: perl
71698            ! sv.c
71699 ____________________________________________________________________________
71700 [  7076] By: jhi                                   on 2000/09/14  14:42:56
71701         Log: Fix for a parsing bug, not for the original bug.
71702              
71703              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71704              From: Spider Boardman <spider@web.zk3.dec.com>
71705              Date: Wed, 13 Sep 2000 17:52:20 -0400
71706              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
71707      Branch: perl
71708            ! regcomp.c
71709 ____________________________________________________________________________
71710 [  7075] By: jhi                                   on 2000/09/14  14:40:40
71711         Log: Batch of UTF-8 patches from Simon Cozens.
71712      Branch: perl
71713            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
71714            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
71715            ! toke.c utf8.c
71716 ____________________________________________________________________________
71717 [  7074] By: jhi                                   on 2000/09/14  14:29:58
71718         Log: Subject: Re: Two advertising clauses need to be removed
71719              From: Russ Allbery <rra@stanford.edu>
71720              Date: 13 Sep 2000 18:50:26 -0700
71721              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
71722      Branch: perl
71723            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
71724 ____________________________________________________________________________
71725 [  7073] By: jhi                                   on 2000/09/14  14:28:20
71726         Log: Subject: [PATCH] de-wall t/README
71727              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71728              Date: Wed, 13 Sep 2000 17:46:55 -0700
71729              Message-ID: <//Bw5gzkge/e092yn@efn.org>
71730      Branch: perl
71731            ! t/README
71732 ____________________________________________________________________________
71733 [  7072] By: jhi                                   on 2000/09/14  14:25:10
71734         Log: Hints optimization.
71735              
71736              Subject: Minor nit
71737              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71738              Date: Wed, 13 Sep 2000 21:42:07 +0200
71739              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
71740      Branch: perl
71741            ! hints/hpux.sh
71742 ____________________________________________________________________________
71743 [  7071] By: jhi                                   on 2000/09/14  14:23:30
71744         Log: Allow chop() and chomp() to be overridden.
71745              
71746              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71747              From: "Casey R. Tweten" <crt@kiski.net>
71748              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
71749              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
71750      Branch: perl
71751            ! toke.c
71752 ____________________________________________________________________________
71753 [  7070] By: jhi                                   on 2000/09/14  14:20:36
71754         Log: The return value of setlocale must be copied away.
71755              
71756              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71757              From: Alan Burlison <Alan.Burlison@uk.sun.com>
71758              Date: Wed, 13 Sep 2000 16:27:37 +0100 
71759              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
71760      Branch: perl
71761            ! util.c
71762 ____________________________________________________________________________
71763 [  7069] By: jhi                                   on 2000/09/14  14:16:27
71764         Log: Remove vestiges of tr//CU.
71765              
71766              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71767              From: Nick Clark <nick@plum.flirble.org>
71768              Date: Tue, 12 Sep 2000 22:50:14 +0100
71769              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
71770              
71771              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71773              Date: Tue, 12 Sep 2000 21:38:48 -0700
71774              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
71775      Branch: perl
71776            ! op.h pod/perlunicode.pod
71777 ____________________________________________________________________________
71778 [  7068] By: jhi                                   on 2000/09/13  14:18:39
71779         Log: Add the Encode extension.  The code is still largely just skeleton.
71780      Branch: perl
71781            + ext/Encode/Encode.pm ext/Encode/Encode.xs
71782            + ext/Encode/Makefile.PL ext/Encode/Todo
71783            ! MANIFEST Todo-5.6
71784 ____________________________________________________________________________
71785 [  7067] By: jhi                                   on 2000/09/12  17:43:33
71786         Log: Allow for whitespace between "#" and "line" in cpp output.
71787              
71788              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
71789              From: Calle Dybedahl <calle@lysator.liu.se>
71790              Date: 12 Sep 2000 19:38:02 +0200 
71791              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
71792      Branch: perl
71793            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
71794 ____________________________________________________________________________
71795 [  7066] By: gsar                                  on 2000/09/12  17:24:29
71796         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
71797              initialization in all the threads on Windows
71798      Branch: perl
71799            ! win32/win32.c
71800 ____________________________________________________________________________
71801 [  7065] By: jhi                                   on 2000/09/12  15:11:31
71802         Log: Update Changes.
71803      Branch: perl
71804            ! Changes patchlevel.h
71805 ____________________________________________________________________________
71806 [  7064] By: jhi                                   on 2000/09/12  14:54:54
71807         Log: Retract #7062, the pod tests are not ready.
71808      Branch: perl
71809            ! t/TEST t/harness
71810 ____________________________________________________________________________
71811 [  7063] By: jhi                                   on 2000/09/12  14:25:41
71812         Log: The #7054 truncated Configure badly.
71813      Branch: metaconfig/U/perl
71814            ! End.U
71815      Branch: perl
71816            ! Configure config_h.SH
71817 ____________________________________________________________________________
71818 [  7062] By: jhi                                   on 2000/09/12  14:08:32
71819         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
71820              From: sthoenna@efn.org
71821              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
71822              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
71823      Branch: perl
71824            ! t/TEST t/harness
71825 ____________________________________________________________________________
71826 [  7061] By: jhi                                   on 2000/09/12  14:07:18
71827         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
71828              From: sthoenna@efn.org
71829              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
71830              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
71831      Branch: perl
71832            ! pod/perlxs.pod
71833 ____________________________________________________________________________
71834 [  7060] By: jhi                                   on 2000/09/12  14:06:08
71835         Log: Break up the myconfig lines a bit.
71836              
71837              Subject: perlbug/perl -V output format
71838              From: sthoenna@efn.org
71839              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
71840              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
71841      Branch: perl
71842            ! myconfig.SH
71843 ____________________________________________________________________________
71844 [  7059] By: jhi                                   on 2000/09/12  14:05:04
71845         Log: Test for the #7049.
71846              
71847              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
71848              From: andreas.koenig@anima.de (Andreas J. Koenig)
71849              Date: 12 Sep 2000 06:42:01 +0200
71850              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
71851      Branch: perl
71852            ! t/op/my.t
71853 ____________________________________________________________________________
71854 [  7058] By: jhi                                   on 2000/09/12  14:03:05
71855         Log: Subject: [patch: perl@7045] vms updates
71856              From: Peter Prymmer <pvhp@forte.com>
71857              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
71858              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
71859      Branch: perl
71860            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
71861 ____________________________________________________________________________
71862 [  7057] By: jhi                                   on 2000/09/12  14:00:51
71863         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
71864              From: sthoenna@efn.org
71865              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
71866              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
71867      Branch: perl
71868            ! t/op/64bitint.t
71869 ____________________________________________________________________________
71870 [  7056] By: jhi                                   on 2000/09/12  13:58:14
71871         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
71872              From: Jeff Pinyan <jeffp@crusoe.net>
71873              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
71874              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
71875      Branch: perl
71876            ! pod/perlfunc.pod
71877 ____________________________________________________________________________
71878 [  7055] By: jhi                                   on 2000/09/12  13:56:32
71879         Log: Do in VMS as the #7054 does.
71880      Branch: perl
71881            ! configure.com
71882 ____________________________________________________________________________
71883 [  7054] By: jhi                                   on 2000/09/12  13:50:31
71884         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
71885              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
71886              Date: Mon, 11 Sep 2000 08:33:09 +0100
71887              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
71888      Branch: metaconfig/U/perl
71889            ! End.U
71890      Branch: perl
71891            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
71892            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
71893 ____________________________________________________________________________
71894 [  7053] By: jhi                                   on 2000/09/12  13:29:19
71895         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
71896              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71897              Date:     Tue, 12 Sep 2000 08:35:59 EDT
71898              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
71899      Branch: perl
71900            ! vms/test.com
71901 ____________________________________________________________________________
71902 [  7052] By: jhi                                   on 2000/09/11  23:01:50
71903         Log: Document the SvUTF8*().
71904      Branch: perl
71905            ! pod/perlapi.pod sv.h
71906 ____________________________________________________________________________
71907 [  7051] By: gsar                                  on 2000/09/11  14:46:30
71908         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
71909              (missed a spot when fixing up op_pmreplroot hack for ithreads)
71910      Branch: perl
71911            ! op.c t/op/split.t
71912 ____________________________________________________________________________
71913 [  7050] By: nick                                  on 2000/09/11  10:03:51
71914         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
71915              
71916              Subject: borland C++ win32.c tweak
71917              From: Vadim Konovalov <vkonovalov@lucent.com>
71918              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
71919              Date: Mon, 11 Sep 2000 11:22:33 +0400
71920      Branch: perl
71921            ! win32/win32.c
71922 ____________________________________________________________________________
71923 [  7049] By: nick                                  on 2000/09/11  09:57:33
71924         Log: Point fix for s/// on foreach (keys %xxx).
71925      Branch: perl
71926            ! pp_hot.c
71927 ____________________________________________________________________________
71928 [  7048] By: jhi                                   on 2000/09/10  23:37:09
71929         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
71930              by Pod::Text, from Brad Appleton.
71931      Branch: perl
71932            ! t/pod/testp2pt.pl
71933 ____________________________________________________________________________
71934 [  7047] By: jhi                                   on 2000/09/10  14:32:53
71935         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
71936              by Russ Allbery.
71937      Branch: perl
71938            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
71939 ____________________________________________________________________________
71940 [  7046] By: jhi                                   on 2000/09/10  14:15:08
71941         Log: Upgrade to CPAN 1.57_65, from Andreas König.
71942      Branch: perl
71943            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71944 ____________________________________________________________________________
71945 [  7045] By: jhi                                   on 2000/09/08  21:36:32
71946         Log: Update Changes.
71947      Branch: perl
71948            ! Changes patchlevel.h
71949 ____________________________________________________________________________
71950 [  7044] By: jhi                                   on 2000/09/08  21:29:56
71951         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
71952              From: Peter Prymmer <pvhp@forte.com>
71953              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
71954              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
71955      Branch: perl
71956            ! configure.com
71957 ____________________________________________________________________________
71958 [  7043] By: jhi                                   on 2000/09/08  21:27:50
71959         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
71960              From: Peter Prymmer <pvhp@forte.com>
71961              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
71962              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
71963      Branch: perl
71964            ! Makefile.SH installperl
71965 ____________________________________________________________________________
71966 [  7042] By: jhi                                   on 2000/09/08  21:23:21
71967         Log: Continue #7041.
71968      Branch: perl
71969            ! cygwin/Makefile.SHs os2/Makefile.SHs
71970 ____________________________________________________________________________
71971 [  7041] By: jhi                                   on 2000/09/08  21:18:10
71972         Log: Do away with memory models cruft.  Sorry, PDP users.
71973      Branch: metaconfig
71974            ! U/modified/cc.U U/modified/libpth.U
71975      Branch: perl
71976            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
71977            ! Porting/config_H cflags.SH config_h.SH configure.com
71978            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
71979            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
71980            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
71981 ____________________________________________________________________________
71982 [  7040] By: jhi                                   on 2000/09/08  14:34:18
71983         Log: Major rewrite of s2p.  And I mean really major, it is
71984              an implementation of sed in perl.  If called as s2p it
71985              will function as s2p.  Note: needs non-UNIXifying.
71986              
71987              Subject: s2p
71988              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
71989              Date: Mon, 28 Aug 2000 14:05:12 +0200
71990              Message-ID: <39AA5578.2102E2AA@alcatel.at>
71991      Branch: perl
71992            ! x2p/s2p.PL
71993 ____________________________________________________________________________
71994 [  7039] By: jhi                                   on 2000/09/08  14:19:49
71995         Log: Re-allow vec() for characters > 255.
71996              
71997              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
71998              From: Spider Boardman <spider@web.zk3.dec.com>
71999              Date: Fri, 08 Sep 2000 02:21:02 -0400
72000              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
72001      Branch: perl
72002            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
72003            ! t/op/vec.t
72004 ____________________________________________________________________________
72005 [  7038] By: jhi                                   on 2000/09/08  14:14:18
72006         Log: Subject: [PATCH lib/Benchmark.pm]
72007              From: <abigail@foad.org>
72008              Date: Thu, 7 Sep 2000 15:03:20 -0400
72009              Message-ID: <20000907190320.888.qmail@foad.org>
72010      Branch: perl
72011            ! lib/Benchmark.pm
72012 ____________________________________________________________________________
72013 [  7037] By: jhi                                   on 2000/09/08  14:11:06
72014         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
72015              
72016              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
72017              From: Spider Boardman <spider@web.zk3.dec.com>
72018              Date: Fri, 08 Sep 2000 01:30:27 -0400
72019              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
72020      Branch: perl
72021            ! op.c
72022 ____________________________________________________________________________
72023 [  7036] By: jhi                                   on 2000/09/08  14:08:58
72024         Log: Subject: [ID 20000908.002] perlipc documentation bug.
72025              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
72026              Date: Fri, 08 Sep 2000 12:38:32 +0200
72027              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
72028      Branch: perl
72029            ! pod/perlipc.pod
72030 ____________________________________________________________________________
72031 [  7035] By: jhi                                   on 2000/09/08  14:03:12
72032         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72034              Date: Fri, 08 Sep 2000 11:47:34 +0200
72035              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
72036      Branch: perl
72037            ! hints/dec_osf.sh
72038 ____________________________________________________________________________
72039 [  7034] By: jhi                                   on 2000/09/08  13:59:35
72040         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
72041              From: Simon Cozens <simon@cozens.net>
72042              Date: Thu, 7 Sep 2000 20:40:38 +0100
72043              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
72044      Branch: perl
72045            ! pp_hot.c
72046 ____________________________________________________________________________
72047 [  7033] By: jhi                                   on 2000/09/08  04:03:03
72048         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
72049              From: "Larry W. Virden" <lvirden@cas.org>
72050              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
72051              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
72052      Branch: perl
72053            ! pod/perldiag.pod
72054 ____________________________________________________________________________
72055 [  7032] By: jhi                                   on 2000/09/07  22:18:30
72056         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72057              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
72058              Date: Mon, 04 Sep 2000 13:16:38 -0700
72059              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
72060      Branch: perl
72061            ! lib/perl5db.pl
72062 ____________________________________________________________________________
72063 [  7031] By: jhi                                   on 2000/09/07  22:02:29
72064         Log: Fix the ccversion detection for 5.1 and beyond.
72065              
72066              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72067              From: Spider Boardman <spider@leggy.zk3.dec.com>
72068              Date: Thu, 7 Sep 2000 17:54:27 -0400
72069              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
72070      Branch: perl
72071            ! hints/dec_osf.sh
72072 ____________________________________________________________________________
72073 [  7030] By: jhi                                   on 2000/09/07  19:12:28
72074         Log: Fix for
72075              
72076              Subject: [ID 20000903.001] \w in utf8-strings
72077              From: Marc Lehmann <pcg@goof.com>
72078              Date: Sun, 03 Sep 2000 09:44:29 +0200
72079              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
72080              
72081              and various related nits.
72082      Branch: perl
72083            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
72084 ____________________________________________________________________________
72085 [  7029] By: jhi                                   on 2000/09/07  18:49:09
72086         Log: Fix the URL, but the server is still missing in action.
72087              
72088              Subject: [ID 20000905.002] perlfaq1.pod URL error
72089              From: "Larry W. Virden" <lvirden@cas.org>
72090              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
72091              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
72092      Branch: perl
72093            ! pod/perlfaq1.pod
72094 ____________________________________________________________________________
72095 [  7028] By: jhi                                   on 2000/09/07  18:47:13
72096         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72097              From: Hugo <hv@crypt.compulink.co.uk>
72098              Date: Tue, 05 Sep 2000 14:13:37 +0100
72099              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
72100      Branch: perl
72101            ! toke.c
72102 ____________________________________________________________________________
72103 [  7027] By: jhi                                   on 2000/09/07  18:45:35
72104         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72105              From: Daniel Chetlin <daniel@chetlin.com>
72106              Date: Tue, 5 Sep 2000 04:57:07 -0700
72107              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
72108      Branch: perl
72109            ! pod/perlfaq6.pod pod/perlop.pod
72110 ____________________________________________________________________________
72111 [  7026] By: jhi                                   on 2000/09/07  18:44:01
72112         Log: Document the new ref() semantics.
72113              
72114              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72115              From: Gisle Aas <gisle@ActiveState.com>
72116              Date: 05 Sep 2000 08:10:30 +0200
72117              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
72118      Branch: perl
72119            ! pod/perldelta.pod
72120 ____________________________________________________________________________
72121 [  7025] By: jhi                                   on 2000/09/07  18:42:27
72122         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
72123              
72124              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72125              From: Gisle Aas <gisle@ActiveState.com>
72126              Date: 05 Sep 2000 08:11:40 +0200
72127              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
72128      Branch: perl
72129            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
72130 ____________________________________________________________________________
72131 [  7024] By: jhi                                   on 2000/09/07  18:39:32
72132         Log: Subject: [PATCH] Modernize Opcode.pm documentation
72133              From: Gisle Aas <gisle@ActiveState.com>
72134              Date: 4 Sep 2000 00:18:55 -0000
72135              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
72136      Branch: perl
72137            ! ext/Opcode/Opcode.pm
72138 ____________________________________________________________________________
72139 [  7023] By: jhi                                   on 2000/09/07  18:37:42
72140         Log: Subject: [PATCH] Tied filehandle documentation
72141              From: Gisle Aas <gisle@ActiveState.com>
72142              Date: 4 Sep 2000 00:14:40 -0000
72143              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
72144      Branch: perl
72145            ! pod/perlfunc.pod pod/perltie.pod
72146 ____________________________________________________________________________
72147 [  7022] By: jhi                                   on 2000/09/07  18:35:37
72148         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72149              From: Gisle Aas <gisle@ActiveState.com>
72150              Date: 4 Sep 2000 00:04:22 -0000
72151              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
72152      Branch: perl
72153            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
72154 ____________________________________________________________________________
72155 [  7021] By: jhi                                   on 2000/09/07  18:33:22
72156         Log: Subject: small apidoc fix
72157              From: Marc Lehmann <pcg@goof.com>
72158              Date: Sun, 3 Sep 2000 05:12:06 +0200
72159              Message-ID: <20000903051206.A5909@cerebro.laendle>
72160      Branch: perl
72161            ! pod/perlapi.pod utf8.c
72162 ____________________________________________________________________________
72163 [  7020] By: jhi                                   on 2000/09/07  16:14:57
72164         Log: Tiny perldelta nits.
72165      Branch: perl
72166            ! pod/perldelta.pod
72167 ____________________________________________________________________________
72168 [  7019] By: jhi                                   on 2000/09/07  16:04:20
72169         Log: Guard against bad string->int conversion for quads.
72170      Branch: perl
72171            ! t/op/64bitint.t
72172 ____________________________________________________________________________
72173 [  7018] By: jhi                                   on 2000/09/06  17:07:03
72174         Log: Update Unicode todo list.
72175      Branch: perl
72176            ! Todo-5.6
72177 ____________________________________________________________________________
72178 [  7017] By: jhi                                   on 2000/09/05  21:16:01
72179         Log: Document the SvIOK_.*UV().
72180      Branch: perl
72181            ! pod/perlapi.pod sv.h
72182 ____________________________________________________________________________
72183 [  7016] By: nick                                  on 2000/09/03  21:54:46
72184         Log: Hash lookup of constant strings optimization:
72185              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
72186              to string table (as per sharepvn). Add newSV_pvn_share to create such
72187              a thing. Make hv.c compare addresses of strings and skip string compare
72188              if equal. Make method_named and helem ops use these shared-string SVs
72189              when arg is constant. Make keys op return shared-string SVs (less clearly
72190              a win).
72191      Branch: perl
72192            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
72193            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
72194            ! pod/perlintern.pod pp_hot.c proto.h sv.c
72195 ____________________________________________________________________________
72196 [  7015] By: jhi                                   on 2000/09/02  17:48:59
72197         Log: This is 5.7.0.
72198      Branch: perl
72199            ! Changes
72200 ____________________________________________________________________________
72201 [  7014] By: jhi                                   on 2000/09/02  17:35:45
72202         Log: Changes and patchlevel tweaks.
72203      Branch: perl
72204            ! Changes patchlevel.h
72205 ____________________________________________________________________________
72206 [  7013] By: jhi                                   on 2000/09/02  17:30:50
72207         Log: Update Changes.
72208      Branch: perl
72209            ! Changes patchlevel.h
72210 ____________________________________________________________________________
72211 [  7012] By: nick                                  on 2000/09/02  17:25:20
72212         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
72213      Branch: perl
72214            ! gv.c lib/overload.pm
72215 ____________________________________________________________________________
72216 [  7011] By: jhi                                   on 2000/09/02  17:16:25
72217         Log: Update perlhist.
72218      Branch: perl
72219            ! pod/perlhist.pod
72220 ____________________________________________________________________________
72221 [  7010] By: jhi                                   on 2000/09/02  17:01:35
72222         Log: perldelta nits.
72223      Branch: perl
72224            ! pod/perldelta.pod
72225 ____________________________________________________________________________
72226 [  7009] By: nick                                  on 2000/09/02  16:48:35
72227         Log: If overloaded %{} etc. return the object do not loop.
72228              Thus  sub deref { $_[0] } functions if object is wanted type.
72229      Branch: perl
72230            ! pp.h
72231 ____________________________________________________________________________
72232 [  7008] By: jhi                                   on 2000/09/02  16:26:11
72233         Log: Retab MANIFEST.
72234      Branch: perl
72235            ! ext/Storable/MANIFEST
72236 ____________________________________________________________________________
72237 [  7007] By: jhi                                   on 2000/09/02  16:23:02
72238         Log: Make certain cc is set before trying to run it.
72239      Branch: perl
72240            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
72241 ____________________________________________________________________________
72242 [  7006] By: jhi                                   on 2000/09/02  15:45:41
72243         Log: Unicode notes.
72244      Branch: perl
72245            ! pod/perldelta.pod
72246 ____________________________________________________________________________
72247 [  7005] By: jhi                                   on 2000/09/02  15:42:11
72248         Log: Various Configure nits by Philip Newton,
72249              plus the ebcdic one by me.
72250      Branch: metaconfig
72251            + U/modified/pager.U
72252            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
72253      Branch: metaconfig/U/perl
72254            ! Devel.U quadfio.U
72255      Branch: perl
72256            ! Configure config_h.SH
72257 ____________________________________________________________________________
72258 [  7004] By: jhi                                   on 2000/09/02  15:06:14
72259         Log: Apparently avoiding the swapping is too costly.
72260              
72261              From: "Ben Tilly" <ben_tilly@hotmail.com>
72262              Subject: Re: the door is closed.
72263              Date: Fri, 01 Sep 2000 20:23:16 EDT
72264              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
72265      Branch: perl
72266            ! pod/perlfaq4.pod
72267 ____________________________________________________________________________
72268 [  7003] By: nick                                  on 2000/09/02  12:26:04
72269         Log: Undo part of change 6489 which looks like a bulk edit which
72270              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72271              The supressing of main:: on return from select() is undesirable.
72272      Branch: perl
72273            ! pp_sys.c
72274 ____________________________________________________________________________
72275 [  7002] By: jhi                                   on 2000/09/01  23:08:54
72276         Log: Update Changes.
72277      Branch: perl
72278            ! Changes patchlevel.h
72279 ____________________________________________________________________________
72280 [  7001] By: jhi                                   on 2000/09/01  23:00:13
72281         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72282              From: Peter Prymmer <pvhp@forte.com>
72283              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
72284              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
72285              
72286              plus rework the http: spots as suggested by Tom Christiansen,
72287              plus regen perltoc.
72288      Branch: perl
72289            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
72290            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
72291 ____________________________________________________________________________
72292 [  7000] By: jhi                                   on 2000/09/01  22:36:01
72293         Log: Only the first line, thank you very much.
72294      Branch: perl
72295            ! hints/solaris_2.sh
72296 ____________________________________________________________________________
72297 [  6999] By: gsar                                  on 2000/09/01  22:16:40
72298         Log: change#6791 accidentally clobbered change#6710, put it back
72299      Branch: perl
72300            ! win32/win32.c
72301 ____________________________________________________________________________
72302 [  6998] By: jhi                                   on 2000/09/01  22:14:16
72303         Log: Mention the HP-UX LP64 freak failure.
72304      Branch: perl
72305            ! pod/perldelta.pod
72306 ____________________________________________________________________________
72307 [  6997] By: jhi                                   on 2000/09/01  21:48:32
72308         Log: Detypo.
72309      Branch: perl
72310            ! hints/hpux.sh
72311 ____________________________________________________________________________
72312 [  6996] By: jhi                                   on 2000/09/01  21:27:10
72313         Log: Update Changes.
72314      Branch: perl
72315            ! Changes patchlevel.h
72316 ____________________________________________________________________________
72317 [  6995] By: jhi                                   on 2000/09/01  21:14:24
72318         Log: Mi splgn s gnin.g
72319      Branch: perl
72320            ! pp_ctl.c
72321 ____________________________________________________________________________
72322 [  6994] By: jhi                                   on 2000/09/01  21:09:54
72323         Log: Subject: http:// in L<>
72324              From: Nicholas Clark <nick@ccl4.org>
72325              Date: Fri, 1 Sep 2000 22:03:21 +0100
72326              Message-ID: <20000901220321.B72074@plum.flirble.org>
72327      Branch: perl
72328            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
72329 ____________________________________________________________________________
72330 [  6993] By: jhi                                   on 2000/09/01  21:06:54
72331         Log: Update to Storable 1.0, from Raphael Manfredi.
72332      Branch: perl
72333            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
72334            ! ext/Storable/Makefile.PL ext/Storable/README
72335            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
72336            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
72337            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
72338            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
72339            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
72340            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
72341 ____________________________________________________________________________
72342 [  6992] By: jhi                                   on 2000/09/01  20:43:05
72343         Log: Mention known sfio+linux buglet.
72344      Branch: perl
72345            ! pod/perldelta.pod
72346 ____________________________________________________________________________
72347 [  6991] By: jhi                                   on 2000/09/01  20:40:11
72348         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72349              From: Peter Prymmer <pvhp@forte.com>
72350              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
72351              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
72352      Branch: perl
72353            ! vms/vms.c
72354 ____________________________________________________________________________
72355 [  6990] By: jhi                                   on 2000/09/01  20:25:26
72356         Log: Retract #6986.
72357      Branch: perl
72358            ! hints/solaris_2.sh
72359 ____________________________________________________________________________
72360 [  6989] By: jhi                                   on 2000/09/01  20:23:00
72361         Log: Mergesort is back.
72362      Branch: perl
72363            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
72364 ____________________________________________________________________________
72365 [  6988] By: jhi                                   on 2000/09/01  19:37:40
72366         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72367              From: Mike Guy <mjtg@cam.ac.uk>
72368              Date: Fri, 01 Sep 2000 17:43:33 +0100
72369              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
72370      Branch: perl
72371            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
72372            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
72373 ____________________________________________________________________________
72374 [  6987] By: jhi                                   on 2000/09/01  19:17:10
72375         Log: Regen perltoc.
72376      Branch: perl
72377            ! pod/perltoc.pod
72378 ____________________________________________________________________________
72379 [  6986] By: jhi                                   on 2000/09/01  18:51:10
72380         Log: Subject: Re: Solaris x86 has no SPARC libraries!
72381              From: Lupe Christoph <lupe@lupe-christoph.de>
72382              Date: Fri, 1 Sep 2000 20:41:20 +0200
72383              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
72384      Branch: perl
72385            ! hints/solaris_2.sh
72386 ____________________________________________________________________________
72387 [  6985] By: jhi                                   on 2000/09/01  18:28:10
72388         Log: Update Changes.
72389      Branch: perl
72390            ! Changes patchlevel.h
72391 ____________________________________________________________________________
72392 [  6984] By: jhi                                   on 2000/09/01  18:26:53
72393         Log: Feature ordering tweak.
72394      Branch: perl
72395            ! myconfig.SH
72396 ____________________________________________________________________________
72397 [  6983] By: jhi                                   on 2000/09/01  18:19:50
72398         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72399              From: <abigail@foad.org>
72400              Date: Fri, 1 Sep 2000 13:07:32 -0400
72401              Message-ID: <20000901170732.18249.qmail@foad.org>
72402      Branch: perl
72403            ! t/pragma/overload.t
72404 ____________________________________________________________________________
72405 [  6982] By: jhi                                   on 2000/09/01  18:17:54
72406         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72407              so that case-ignoring systems like DCL can tell them from
72408              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72409      Branch: metaconfig/U/perl
72410            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
72411      Branch: perl
72412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72413            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
72414            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
72415            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
72416            ! vos/config.def vos/config.h vos/config_h.SH_orig
72417            ! win32/config.bc win32/config.gc win32/config.vc
72418 ____________________________________________________________________________
72419 [  6981] By: nick                                  on 2000/09/01  17:21:57
72420         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
72421              warning when UNTIE exists and instead pass the count of extra references to
72422              the UNTIE method.
72423      Branch: perl
72424            ! pod/perltie.pod pp_sys.c
72425 ____________________________________________________________________________
72426 [  6980] By: jhi                                   on 2000/09/01  16:54:44
72427         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
72428              From: Peter Prymmer <pvhp@forte.com>
72429              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
72430              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
72431      Branch: perl
72432            ! configure.com
72433 ____________________________________________________________________________
72434 [  6979] By: jhi                                   on 2000/09/01  16:06:20
72435         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72436              From: Mike Guy <mjtg@cam.ac.uk> 
72437              Date: Fri, 01 Sep 2000 16:49:27 +0100
72438              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
72439      Branch: perl
72440            ! t/base/rs.t
72441 ____________________________________________________________________________
72442 [  6978] By: jhi                                   on 2000/09/01  16:00:42
72443         Log: Update to PodParser 1.18, from Brad Appleton.
72444      Branch: perl
72445            ! lib/Pod/Checker.pm t/pod/find.t
72446 ____________________________________________________________________________
72447 [  6977] By: jhi                                   on 2000/09/01  14:48:58
72448         Log: Subject: Nit in Configure (bleadperl@6961)
72449              From: Lupe Christoph <lupe@lupe-christoph.de>
72450              Date: Fri, 1 Sep 2000 16:34:29 +0200
72451              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
72452      Branch: metaconfig
72453            ! U/compline/ccflags.U
72454      Branch: perl
72455            ! Configure config_h.SH
72456 ____________________________________________________________________________
72457 [  6976] By: jhi                                   on 2000/09/01  14:39:52
72458         Log: Update Changes.
72459      Branch: perl
72460            ! Changes patchlevel.h
72461 ____________________________________________________________________________
72462 [  6975] By: jhi                                   on 2000/09/01  14:37:36
72463         Log: microperl config update.
72464      Branch: perl
72465            ! uconfig.h uconfig.sh
72466 ____________________________________________________________________________
72467 [  6974] By: jhi                                   on 2000/09/01  14:36:53
72468         Log: Document known deficiencies.
72469      Branch: perl
72470            ! pod/perldelta.pod
72471 ____________________________________________________________________________
72472 [  6973] By: jhi                                   on 2000/09/01  14:10:20
72473         Log: Mention warnings fixes and updates.
72474      Branch: perl
72475            ! pod/perldelta.pod
72476 ____________________________________________________________________________
72477 [  6972] By: jhi                                   on 2000/09/01  14:01:52
72478         Log: Drop unused argument.
72479              
72480              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72481              From: Spider Boardman <spider@web.zk3.dec.com>
72482              Date: Thu, 31 Aug 2000 16:10:15 -0400
72483              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
72484      Branch: perl
72485            ! toke.c
72486 ____________________________________________________________________________
72487 [  6971] By: jhi                                   on 2000/09/01  13:59:24
72488         Log: Add the overload warnings to perldiag.
72489      Branch: perl
72490            ! lib/overload.pm pod/perldiag.pod
72491 ____________________________________________________________________________
72492 [  6970] By: jhi                                   on 2000/09/01  13:55:10
72493         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72494              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
72495              Date: Fri, 1 Sep 2000 13:43:15 +0100 
72496              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
72497      Branch: perl
72498            ! lib/overload.pm t/pragma/overload.t
72499 ____________________________________________________________________________
72500 [  6969] By: jhi                                   on 2000/09/01  13:52:27
72501         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72502              From: <abigail@foad.org>
72503              Date: Fri, 1 Sep 2000 05:46:54 -0400
72504              Message-ID: <20000901094654.6476.qmail@foad.org>
72505      Branch: perl
72506            ! lib/overload.pm
72507 ____________________________________________________________________________
72508 [  6968] By: jhi                                   on 2000/09/01  13:50:05
72509         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72510              From: Daniel Chetlin <daniel@chetlin.com>
72511              Date: Fri, 1 Sep 2000 02:10:55 -0700
72512              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
72513      Branch: perl
72514            ! pod/perlretut.pod
72515 ____________________________________________________________________________
72516 [  6967] By: jhi                                   on 2000/09/01  13:47:54
72517         Log: Part of the solution.
72518              
72519              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72520              From: Mike Guy <mjtg@cam.ac.uk>
72521              Date: Fri, 01 Sep 2000 14:16:01 +0100
72522              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
72523      Branch: perl
72524            ! gv.c mg.c
72525 ____________________________________________________________________________
72526 [  6966] By: jhi                                   on 2000/09/01  13:46:17
72527         Log: Subject: CPAN.pm beta 1.57_57 for the core
72528              From: andreas.koenig@anima.de (Andreas J. Koenig)
72529              Date: 01 Sep 2000 15:16:31 +0200
72530              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
72531      Branch: perl
72532            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72533 ____________________________________________________________________________
72534 [  6965] By: jhi                                   on 2000/09/01  13:43:18
72535         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72536              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72537              Date: Fri, 01 Sep 2000 01:47:22 -0500
72538              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
72539      Branch: perl
72540            ! pod/perldelta.pod vms/vms.c
72541 ____________________________________________________________________________
72542 [  6964] By: jhi                                   on 2000/09/01  13:35:35
72543         Log: File::Temp patches from Andreas König,
72544              
72545              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
72546              From: andreas.koenig@anima.de (Andreas J. Koenig)
72547              Date: 01 Sep 2000 10:07:20 +0200
72548              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
72549              
72550              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
72551              From: andreas.koenig@anima.de (Andreas J. Koenig)
72552              Date: 31 Aug 2000 23:26:08 +0200
72553              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
72554      Branch: perl
72555            ! lib/File/Temp.pm t/lib/ftmp-security.t
72556 ____________________________________________________________________________
72557 [  6963] By: jhi                                   on 2000/09/01  02:22:24
72558         Log: Retract the mergesort code, way too incompatible licensing
72559              and copyrights.
72560      Branch: perl
72561            ! pod/perldelta.pod pp_ctl.c
72562 ____________________________________________________________________________
72563 [  6962] By: jhi                                   on 2000/08/31  23:27:32
72564         Log: Update Changes.
72565      Branch: perl
72566            ! Changes patchlevel.h
72567 ____________________________________________________________________________
72568 [  6961] By: jhi                                   on 2000/08/31  23:20:04
72569         Log: Small tweaks all over.
72570      Branch: metaconfig
72571            ! U/compline/d_gconvert.U
72572      Branch: perl
72573            ! AUTHORS Configure config_h.SH pp_ctl.c
72574 ____________________________________________________________________________
72575 [  6960] By: jhi                                   on 2000/08/31  22:39:36
72576         Log: Further rewording.
72577      Branch: perl
72578            ! pp_ctl.c
72579 ____________________________________________________________________________
72580 [  6959] By: jhi                                   on 2000/08/31  21:26:44
72581         Log: More address tweaking.
72582      Branch: perl
72583            ! AUTHORS Changes
72584 ____________________________________________________________________________
72585 [  6958] By: jhi                                   on 2000/08/31  20:47:25
72586         Log: AUTHORS tweaks, from Peter Prymmer.
72587              
72588              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
72589              From: Peter Prymmer <pvhp@forte.com>
72590              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
72591              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
72592      Branch: perl
72593            ! AUTHORS MAINTAIN
72594 ____________________________________________________________________________
72595 [  6957] By: jhi                                   on 2000/08/31  20:34:43
72596         Log: perldelta tweaks.
72597      Branch: perl
72598            ! pod/perldelta.pod
72599 ____________________________________________________________________________
72600 [  6956] By: jhi                                   on 2000/08/31  19:11:06
72601         Log: Regen perltoc.
72602      Branch: perl
72603            ! pod/perltoc.pod
72604 ____________________________________________________________________________
72605 [  6955] By: jhi                                   on 2000/08/31  19:06:30
72606         Log: Clarify the mergesort situation.
72607      Branch: perl
72608            ! pp_ctl.c
72609 ____________________________________________________________________________
72610 [  6954] By: jhi                                   on 2000/08/31  18:24:17
72611         Log: Move the Solaris 7 scan to use64bitall, make the
72612              failure to find 64-bot sparc libc to mention the
72613              possibility of being in an intel, from Lupe and Alan.
72614      Branch: perl
72615            ! hints/solaris_2.sh
72616 ____________________________________________________________________________
72617 [  6953] By: jhi                                   on 2000/08/31  18:09:20
72618         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
72619              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72620      Branch: metaconfig
72621            ! U/compline/d_gconvert.U U/threads/archname.U
72622      Branch: metaconfig/U/perl
72623            ! perlxv.U
72624      Branch: perl
72625            ! Configure config_h.SH sv.c
72626 ____________________________________________________________________________
72627 [  6952] By: jhi                                   on 2000/08/31  17:42:24
72628         Log: :: not allowed in pathnames, change to .
72629              
72630              Subject: [PATCH perl@6938] cygwin port
72631              From: "Fifer, Eric" <EFifer@sanwaint.com>
72632              Date: Thu, 31 Aug 2000 16:32:59 +0100
72633              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
72634      Branch: metaconfig/U/perl
72635            ! perlxv.U
72636 ____________________________________________________________________________
72637 [  6951] By: jhi                                   on 2000/08/31  17:02:05
72638         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
72639      Branch: perl
72640            ! perl.h
72641 ____________________________________________________________________________
72642 [  6950] By: jhi                                   on 2000/08/31  16:26:08
72643         Log: More author updates.
72644              
72645              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
72646              From: Simon Cozens <simon@cozens.net>
72647              Date: Thu, 31 Aug 2000 17:13:32 +0100
72648              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
72649      Branch: perl
72650            ! AUTHORS
72651 ____________________________________________________________________________
72652 [  6949] By: jhi                                   on 2000/08/31  16:04:49
72653         Log: POSIX doesn't report long double values under -Duselongdouble
72654              when the long doubles are "real" (bigger than doubles).
72655              
72656              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
72657              From: Spider Boardman <spider@peano.zk3.dec.com>
72658              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
72659              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
72660      Branch: perl
72661            ! ext/POSIX/POSIX.xs
72662 ____________________________________________________________________________
72663 [  6948] By: jhi                                   on 2000/08/31  15:25:10
72664         Log: Update Changes.
72665      Branch: perl
72666            ! Changes patchlevel.h
72667 ____________________________________________________________________________
72668 [  6947] By: jhi                                   on 2000/08/31  15:22:29
72669         Log: Document UNTIE in a very minimalistic way.
72670      Branch: perl
72671            ! pod/perlfunc.pod pod/perltie.pod
72672 ____________________________________________________________________________
72673 [  6946] By: jhi                                   on 2000/08/31  15:15:23
72674         Log: Document known failures.
72675      Branch: perl
72676            ! pod/perldelta.pod
72677 ____________________________________________________________________________
72678 [  6945] By: jhi                                   on 2000/08/31  15:07:00
72679         Log: Don't attach -ld to the archname if pointless.
72680      Branch: metaconfig
72681            ! U/threads/archname.U
72682      Branch: perl
72683            ! Configure config_h.SH
72684 ____________________________________________________________________________
72685 [  6944] By: jhi                                   on 2000/08/31  14:37:42
72686         Log: Wrap the test in eval.
72687              
72688              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
72689              From: Tim Jenness <timj@jach.hawaii.edu>
72690              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
72691              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
72692      Branch: perl
72693            ! t/lib/ftmp-security.t
72694 ____________________________________________________________________________
72695 [  6943] By: jhi                                   on 2000/08/31  14:30:57
72696         Log: Make -Dusemorebits find long doubles in Solaris.
72697      Branch: perl
72698            ! hints/solaris_2.sh
72699 ____________________________________________________________________________
72700 [  6942] By: jhi                                   on 2000/08/31  13:48:45
72701         Log: Clarify the third case of ftmp-security warnings.
72702      Branch: perl
72703            ! INSTALL
72704 ____________________________________________________________________________
72705 [  6941] By: jhi                                   on 2000/08/31  13:40:31
72706         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72707              From: <abigail@foad.org>
72708              Date: Thu, 31 Aug 2000 01:35:05 -0400
72709              Message-ID: <20000831053505.32120.qmail@foad.org>
72710      Branch: perl
72711            ! pod/perldelta.pod
72712 ____________________________________________________________________________
72713 [  6940] By: jhi                                   on 2000/08/31  13:38:48
72714         Log: Issue useful diagnostic on unknown pod commands.
72715              
72716              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72717              From: <abigail@foad.org>
72718              Date: Thu, 31 Aug 2000 03:41:18 -0400
72719              Message-ID: <20000831074118.24880.qmail@foad.org>
72720      Branch: perl
72721            ! lib/Pod/Man.pm
72722 ____________________________________________________________________________
72723 [  6939] By: jhi                                   on 2000/08/31  13:34:33
72724         Log: Reveal Borland's isnan.
72725              
72726              Subject: build with BC++ tweak
72727              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72728              Date: Thu, 31 Aug 2000 13:09:37 +0400
72729              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
72730      Branch: perl
72731            ! win32/win32.h
72732 ____________________________________________________________________________
72733 [  6938] By: jhi                                   on 2000/08/31  05:01:20
72734         Log: Update Changes.
72735      Branch: perl
72736            ! Changes patchlevel.h
72737 ____________________________________________________________________________
72738 [  6937] By: jhi                                   on 2000/08/31  04:26:23
72739         Log: sscanf() may be the only way to read long doubles from strings.
72740      Branch: metaconfig/U/perl
72741            ! longdblfio.U
72742      Branch: perl
72743            ! Configure config_h.SH perl.h util.c
72744 ____________________________________________________________________________
72745 [  6936] By: jhi                                   on 2000/08/31  04:18:19
72746         Log: The #6929 was too skimpy.
72747      Branch: perl
72748            ! sv.c
72749 ____________________________________________________________________________
72750 [  6935] By: jhi                                   on 2000/08/31  02:47:07
72751         Log: Subject: Re: typos in pods
72752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72753              Date: Wed, 30 Aug 2000 19:25:34 -0700
72754              Message-ID: <eIcr5gzkg25X092yn@efn.org>
72755      Branch: perl
72756            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
72757 ____________________________________________________________________________
72758 [  6934] By: jhi                                   on 2000/08/31  02:42:55
72759         Log: Missed one Unicode file.
72760      Branch: perl
72761            + lib/unicode/UCDFF301.html
72762 ____________________________________________________________________________
72763 [  6933] By: jhi                                   on 2000/08/30  23:42:27
72764         Log: Update Changes.
72765      Branch: perl
72766            ! Changes patchlevel.h
72767 ____________________________________________________________________________
72768 [  6932] By: jhi                                   on 2000/08/30  23:40:07
72769         Log: Mention UNTIE in perldelta.  Still needs documenting
72770              in perltie et alia.
72771      Branch: perl
72772            ! pod/perldelta.pod
72773 ____________________________________________________________________________
72774 [  6931] By: jhi                                   on 2000/08/30  23:36:02
72775         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
72776              From: <abigail@foad.org>
72777              Date: Wed, 30 Aug 2000 19:28:07 -0400
72778              Message-ID: <20000830232807.305.qmail@foad.org>
72779      Branch: perl
72780            ! pod/perldelta.pod
72781 ____________________________________________________________________________
72782 [  6930] By: jhi                                   on 2000/08/30  23:32:40
72783         Log: Update to Unicode 3.0.1.
72784      Branch: perl
72785            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72786            + lib/unicode/PropList.txt lib/unicode/README.perl
72787            + lib/unicode/UCD301.html lib/unicode/Unicode.301
72788            - lib/unicode/Props.txt lib/unicode/UCD300.html
72789            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72790            ! (edit 257 files)
72791 ____________________________________________________________________________
72792 [  6929] By: jhi                                   on 2000/08/30  22:38:18
72793         Log: Heap decorruption.
72794              
72795              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72796              From: Alan Burlison <Alan.Burlison@uk.sun.com>
72797              Date: Wed, 30 Aug 2000 22:39:52 +0100
72798              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
72799      Branch: perl
72800            ! sv.c
72801 ____________________________________________________________________________
72802 [  6928] By: jhi                                   on 2000/08/30  22:29:34
72803         Log: Retract the dummy test, skip the security tests (instead of failing),
72804              explain what the warnings mean.
72805      Branch: perl
72806            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
72807 ____________________________________________________________________________
72808 [  6927] By: jhi                                   on 2000/08/30  22:14:13
72809         Log: Change the internal implementation of sort() to be mergesort
72810              instead of quicksort, from John Linderman <jpl@research.att.com>.
72811              Gives us better worst case, better average case, and stability.
72812              What's there not to like?  (Small fixes for threaded builds
72813              were required).
72814      Branch: perl
72815            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
72816 ____________________________________________________________________________
72817 [  6926] By: jhi                                   on 2000/08/30  20:55:20
72818         Log: A better fix for the Socket building problem from Craig Berry.
72819      Branch: perl
72820            ! vms/vms.c
72821 ____________________________________________________________________________
72822 [  6925] By: jhi                                   on 2000/08/30  20:20:25
72823         Log: Subject: [PATCH] Re: UNTIE method 
72824              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72825              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
72826              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
72827      Branch: perl
72828            ! pp_sys.c t/op/tie.t
72829 ____________________________________________________________________________
72830 [  6924] By: jhi                                   on 2000/08/30  20:17:11
72831         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72832              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72833              Date: Wed, 30 Aug 2000 15:03:14 -0500
72834              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
72835      Branch: perl
72836            ! vms/vms.c
72837 ____________________________________________________________________________
72838 [  6923] By: jhi                                   on 2000/08/30  20:15:18
72839         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72840              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72841              Date: Wed, 30 Aug 2000 13:30:36 -0500
72842              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
72843      Branch: perl
72844            ! vms/vms.c
72845 ____________________________________________________________________________
72846 [  6922] By: jhi                                   on 2000/08/30  19:54:43
72847         Log: Better options for rsync.
72848      Branch: perl
72849            ! pod/perlhack.pod
72850 ____________________________________________________________________________
72851 [  6921] By: jhi                                   on 2000/08/30  19:40:16
72852         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72853              From: Rick Delaney <rick@consumercontact.com>
72854              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
72855              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
72856      Branch: perl
72857            ! pod/perlfunc.pod
72858 ____________________________________________________________________________
72859 [  6920] By: jhi                                   on 2000/08/30  19:36:40
72860         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
72861              From: Peter Prymmer <pvhp@forte.com>
72862              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
72863              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
72864      Branch: perl
72865            ! configure.com
72866 ____________________________________________________________________________
72867 [  6919] By: jhi                                   on 2000/08/30  14:52:02
72868         Log: Update Changes.
72869      Branch: perl
72870            ! Changes patchlevel.h
72871 ____________________________________________________________________________
72872 [  6918] By: jhi                                   on 2000/08/30  14:48:34
72873         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
72874      Branch: perl
72875            ! lib/ExtUtils/typemap
72876 ____________________________________________________________________________
72877 [  6917] By: jhi                                   on 2000/08/30  14:46:34
72878         Log: Subject: typos in pods
72879              From: Nicholas Clark <nick@ccl4.org>
72880              Date: Wed, 30 Aug 2000 01:12:50 +0100
72881              Message-ID: <20000830011249.A61388@plum.flirble.org>
72882      Branch: perl
72883            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
72884            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
72885            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
72886            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
72887 ____________________________________________________________________________
72888 [  6916] By: jhi                                   on 2000/08/30  14:19:09
72889         Log: Document Storable problems on Crays.  (Will have
72890              to document all the other Storable problems, too.)
72891      Branch: perl
72892            ! pod/perldelta.pod
72893 ____________________________________________________________________________
72894 [  6915] By: jhi                                   on 2000/08/30  14:06:02
72895         Log: Subject: [PATCH] fix misc cast warnings
72896              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72897              Date: Tue, 29 Aug 2000 23:16:14 -0700
72898              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
72899      Branch: perl
72900            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
72901            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
72902            ! os2/os2ish.h
72903 ____________________________________________________________________________
72904 [  6914] By: jhi                                   on 2000/08/30  14:03:45
72905         Log: Timestamp mismatch again.  Need to fix this dependence on
72906              config_h.SH timestamp, since it's the contents of config_h.SH
72907              that matter.
72908      Branch: perl
72909            ! uconfig.h uconfig.sh
72910 ____________________________________________________________________________
72911 [  6913] By: jhi                                   on 2000/08/30  13:54:06
72912         Log: Don't say "Perl 5.0 source kit".
72913      Branch: perl
72914            ! perl.c
72915 ____________________________________________________________________________
72916 [  6912] By: jhi                                   on 2000/08/30  13:51:24
72917         Log: Reset archname and archname64 always, forcing them be
72918              recomputed at each Configure run, make Configure and
72919              the hints files agree on the naming of largefiles variables.
72920      Branch: metaconfig
72921            ! U/threads/archname.U
72922      Branch: metaconfig/U/perl
72923            ! use64bits.U
72924      Branch: perl
72925            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
72926            ! hints/linux.sh hints/solaris_2.sh
72927 ____________________________________________________________________________
72928 [  6911] By: jhi                                   on 2000/08/30  13:30:13
72929         Log: Put back the slice accidentally removed by #6907.
72930      Branch: perl
72931            ! hints/solaris_2.sh
72932 ____________________________________________________________________________
72933 [  6910] By: jhi                                   on 2000/08/30  01:24:26
72934         Log: Be consistent: other Net::get* do export theirs.
72935              
72936              Subject: Re: Net::protoent does not export 'getproto'
72937              From: Yasushi Nakajima <sey@jkc.co.jp>
72938              Date: Wed, 30 Aug 2000 09:53:14 +0900
72939              Message-Id: <200008300051.DAA24700@taku.hut.fi>
72940      Branch: perl
72941            ! lib/Net/protoent.pm
72942 ____________________________________________________________________________
72943 [  6909] By: jhi                                   on 2000/08/30  01:17:25
72944         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72945              From: Gurusamy Sarathy <gsar@ActiveState.com>
72946              Date: Tue, 29 Aug 2000 17:17:07 -0700
72947              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
72948      Branch: perl
72949            ! cop.h
72950 ____________________________________________________________________________
72951 [  6908] By: jhi                                   on 2000/08/30  00:58:05
72952         Log: Update Changes.
72953      Branch: perl
72954            ! Changes patchlevel.h
72955 ____________________________________________________________________________
72956 [  6907] By: jhi                                   on 2000/08/30  00:57:22
72957         Log: Introduce ccname to keep track of what compiler kind of we have.
72958      Branch: metaconfig/U/perl
72959            ! Checkcc.U gccvers.U
72960      Branch: perl
72961            ! Configure config_h.SH hints/solaris_2.sh
72962 ____________________________________________________________________________
72963 [  6906] By: jhi                                   on 2000/08/30  00:25:47
72964         Log: Put back the flags dump as reasoned in
72965              
72966              Subject: Re: [PATCH] Glob dumping
72967              From: Mike Guy <mjtg@cam.ac.uk> 
72968              Date: Tue, 29 Aug 2000 21:41:32 +0100
72969              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
72970      Branch: perl
72971            ! dump.c t/lib/peek.t
72972 ____________________________________________________________________________
72973 [  6905] By: jhi                                   on 2000/08/30  00:16:17
72974         Log: Make the epsilon to be relative, not absolute.
72975              
72976              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
72977              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
72978              Date: Tue, 29 Aug 2000 19:58:56 -0400
72979              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
72980      Branch: perl
72981            ! t/lib/trig.t
72982 ____________________________________________________________________________
72983 [  6904] By: jhi                                   on 2000/08/30  00:13:09
72984         Log: From now on, Gisle is on my list of usual suspects :-)
72985              Retract #6902.
72986      Branch: perl
72987            ! ext/Opcode/Safe.pm
72988 ____________________________________________________________________________
72989 [  6903] By: jhi                                   on 2000/08/29  23:51:20
72990         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72991              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72992              Date: Tue, 29 Aug 2000 18:43:26 -0500
72993              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
72994      Branch: perl
72995            + vms/vmspipe.com
72996            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
72997            ! vms/vms.c
72998 ____________________________________________________________________________
72999 [  6902] By: jhi                                   on 2000/08/29  23:44:14
73000         Log: Retry what #6882 attempted.
73001              
73002              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
73003              From: Gisle Aas <gisle@ActiveState.com>
73004              Date: 30 Aug 2000 00:33:09 +0200
73005              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
73006      Branch: perl
73007            ! ext/Opcode/Safe.pm
73008 ____________________________________________________________________________
73009 [  6901] By: jhi                                   on 2000/08/29  22:59:32
73010         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
73011              From: Hugo <hv@crypt.compulink.co.uk>
73012              Date: Mon, 12 Jun 2000 19:36:08 +0100
73013              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
73014      Branch: perl
73015            ! sv.c
73016 ____________________________________________________________________________
73017 [  6900] By: jhi                                   on 2000/08/29  22:58:35
73018         Log: Admit that we are leaking scalars.
73019              
73020              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
73021              From: Spider Boardman <spider@leggy.zk3.dec.com>
73022              Date: Tue, 29 Aug 2000 18:48:29 -0400
73023              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
73024      Branch: perl
73025            ! t/pragma/warnings.t
73026 ____________________________________________________________________________
73027 [  6899] By: jhi                                   on 2000/08/29  20:53:13
73028         Log: Update Changes.
73029      Branch: perl
73030            ! Changes patchlevel.h
73031 ____________________________________________________________________________
73032 [  6898] By: jhi                                   on 2000/08/29  20:46:21
73033         Log: Undo namespace pollution of #6878.
73034              
73035              Subject: Re: Net::protoent does not export 'getproto'
73036              From: Mike Guy <mjtg@cam.ac.uk>
73037              Date: Tue, 29 Aug 2000 21:32:37 +0100
73038              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
73039      Branch: perl
73040            ! lib/Net/protoent.pm
73041 ____________________________________________________________________________
73042 [  6897] By: jhi                                   on 2000/08/29  20:44:29
73043         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
73044              From: Peter Prymmer <pvhp@forte.com>
73045              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
73046              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
73047      Branch: perl
73048            ! pod/perlebcdic.pod
73049 ____________________________________________________________________________
73050 [  6896] By: jhi                                   on 2000/08/29  20:40:57
73051         Log: There's no point repeating the 'revision' (5) of perl5.
73052      Branch: metaconfig/U/perl
73053            ! Devel.U patchlevel.U
73054      Branch: perl
73055            ! Configure config_h.SH
73056 ____________________________________________________________________________
73057 [  6895] By: jhi                                   on 2000/08/29  20:16:58
73058         Log: Regen Configure for #6894.
73059      Branch: metaconfig/U/perl
73060            ! perladmin.U
73061      Branch: perl
73062            ! Configure config_h.SH
73063 ____________________________________________________________________________
73064 [  6894] By: jhi                                   on 2000/08/29  19:59:52
73065         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
73066              From: "Philip Newton" <Philip.Newton@gmx.net>
73067              Date: Tue, 29 Aug 2000 21:39:14 +0200
73068              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
73069      Branch: perl
73070            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
73071            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
73072            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
73073            ! utils/perlbug.PL
73074 ____________________________________________________________________________
73075 [  6893] By: jhi                                   on 2000/08/29  19:55:30
73076         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
73077              From: "Philip Newton" <Philip.Newton@gmx.net>
73078              Date: Tue, 29 Aug 2000 21:39:14 +0200
73079              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
73080      Branch: perl
73081            ! installhtml
73082 ____________________________________________________________________________
73083 [  6892] By: jhi                                   on 2000/08/29  19:53:59
73084         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
73085              From: "Philip Newton" <Philip.Newton@gmx.net>
73086              Date: Tue, 29 Aug 2000 21:48:18 +0200
73087              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
73088      Branch: perl
73089            ! lib/File/Temp.pm
73090 ____________________________________________________________________________
73091 [  6891] By: jhi                                   on 2000/08/29  18:30:03
73092         Log: Nail the ID 20000828.023.
73093      Branch: perl
73094            ! ext/Storable/Storable.xs
73095 ____________________________________________________________________________
73096 [  6890] By: jhi                                   on 2000/08/29  16:50:17
73097         Log: Under usethreads the dumped variable is IN_PAD.
73098              
73099              Subject: Re: [PATCH] Glob dumping
73100              From: Gisle Aas <gisle@ActiveState.com>
73101              Date: 29 Aug 2000 18:45:05 +0200
73102              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
73103      Branch: perl
73104            ! t/lib/peek.t
73105 ____________________________________________________________________________
73106 [  6889] By: jhi                                   on 2000/08/29  15:17:37
73107         Log: Update Changes.
73108      Branch: perl
73109            ! Changes patchlevel.h
73110 ____________________________________________________________________________
73111 [  6888] By: jhi                                   on 2000/08/29  14:49:59
73112         Log: Retract #6882, broke the safe tests.
73113      Branch: perl
73114            ! ext/Opcode/Safe.pm
73115 ____________________________________________________________________________
73116 [  6887] By: jhi                                   on 2000/08/29  14:47:06
73117         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
73118              From: Gisle Aas <gisle@ActiveState.com> 
73119              Date: 09 Jun 2000 20:00:11 +0200
73120              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
73121      Branch: perl
73122            ! utils/perldoc.PL
73123 ____________________________________________________________________________
73124 [  6886] By: jhi                                   on 2000/08/29  14:42:45
73125         Log: The #6881 removed one dump line.
73126      Branch: perl
73127            ! t/lib/peek.t
73128 ____________________________________________________________________________
73129 [  6885] By: jhi                                   on 2000/08/29  14:30:47
73130         Log: Don't forget to tidy up.
73131      Branch: perl
73132            ! t/lib/ftmp-security.t
73133 ____________________________________________________________________________
73134 [  6884] By: jhi                                   on 2000/08/29  14:25:17
73135         Log: Disabling the one test is a bit tricky.
73136      Branch: perl
73137            ! t/lib/ftmp-security.t
73138 ____________________________________________________________________________
73139 [  6883] By: jhi                                   on 2000/08/29  14:16:25
73140         Log: Disable one of the tests for now.
73141      Branch: perl
73142            ! t/lib/ftmp-security.t
73143 ____________________________________________________________________________
73144 [  6882] By: jhi                                   on 2000/08/29  14:05:50
73145         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
73146              From: gisle@aas.no
73147              Date: 29 Aug 2000 10:35:06 -0000
73148              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
73149      Branch: perl
73150            ! ext/Opcode/Safe.pm
73151 ____________________________________________________________________________
73152 [  6881] By: jhi                                   on 2000/08/29  14:03:51
73153         Log: Subject: [PATCH] Glob dumping
73154              From: Gisle Aas <gisle@ActiveState.com>
73155              Date: 29 Aug 2000 07:59:42 -0000
73156              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
73157      Branch: perl
73158            ! dump.c
73159 ____________________________________________________________________________
73160 [  6880] By: jhi                                   on 2000/08/29  14:02:01
73161         Log: Subject: [PATCH] Warnings in B::Deparse
73162              From: <abigail@foad.org>
73163              Date: Tue, 29 Aug 2000 00:00:01 -0400
73164              Message-ID: <20000829040001.2999.qmail@foad.org>
73165      Branch: perl
73166            ! ext/B/B/Deparse.pm
73167 ____________________________________________________________________________
73168 [  6879] By: jhi                                   on 2000/08/29  13:57:26
73169         Log: Missed a change in #6869.
73170      Branch: perl
73171            ! mg.c
73172 ____________________________________________________________________________
73173 [  6878] By: jhi                                   on 2000/08/29  13:45:04
73174         Log: Subject: Net::protoent does not export 'getproto'
73175              From: Yasushi Nakajima <sey@jkc.co.jp>
73176              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
73177      Branch: perl
73178            ! lib/Net/protoent.pm
73179 ____________________________________________________________________________
73180 [  6877] By: jhi                                   on 2000/08/29  13:39:19
73181         Log: Patches all over for people and the files they (hopefully) care about.
73182      Branch: perl
73183            ! AUTHORS Changes MAINTAIN
73184 ____________________________________________________________________________
73185 [  6876] By: jhi                                   on 2000/08/29  12:53:54
73186         Log: Fix for thinko in #6848.
73187              
73188              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
73189              From: Lupe Christoph <lupe@lupe-christoph.de>
73190              Date: Tue, 29 Aug 2000 09:04:08 +0200
73191              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
73192      Branch: perl
73193            ! ext/Thread/Thread.xs
73194 ____________________________________________________________________________
73195 [  6875] By: jhi                                   on 2000/08/29  12:50:14
73196         Log: Update to Getopt::Long 2.24, from Johan Vromans.
73197      Branch: perl
73198            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
73199 ____________________________________________________________________________
73200 [  6874] By: jhi                                   on 2000/08/29  02:09:53
73201         Log: Use minimal @INC in tests, most of the time just '../lib',
73202              so that we simply can't pick up stuff from other Perls than
73203              the one we are testing.  Pointed out by
73204              
73205              From: Mike Guy <mjtg@cam.ac.uk>
73206              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
73207              Date: Fri, 25 Aug 2000 15:15:59 +0100
73208              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
73209      Branch: perl
73210            ! (edit 185 files)
73211 ____________________________________________________________________________
73212 [  6873] By: jhi                                   on 2000/08/29  01:07:11
73213         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
73214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73215              Date: Mon, 28 Aug 2000 17:45:52 -0700
73216              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
73217      Branch: perl
73218            ! Makefile.SH hints/os2.sh
73219 ____________________________________________________________________________
73220 [  6872] By: jhi                                   on 2000/08/28  23:33:39
73221         Log: Subject: [PATCH bleedperl@6866] spellings
73222              From: marcel@codewerk.com (Marcel Grunauer)
73223              Date: Tue, 29 Aug 2000 01:19:59 +0200
73224              Message-Id: <200008282319.BAA29862@gandalf.local>
73225      Branch: perl
73226            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
73227            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
73228            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
73229 ____________________________________________________________________________
73230 [  6871] By: jhi                                   on 2000/08/28  23:22:09
73231         Log: Take out the SUIDMAIL thing, that will not be
73232              a problem in 5.7.*.
73233      Branch: perl
73234            ! patchlevel.h
73235 ____________________________________________________________________________
73236 [  6870] By: jhi                                   on 2000/08/28  23:19:30
73237         Log: -S is the silent flag, -s is the strip flag.
73238              
73239              Subject: [PATCH] Re: [PATCH] make no-install          
73240              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73241              Date: Mon, 28 Aug 2000 15:12:55 -0700
73242              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
73243      Branch: perl
73244            ! Makefile.SH
73245 ____________________________________________________________________________
73246 [  6869] By: jhi                                   on 2000/08/28  23:12:05
73247         Log: Subject: [PATCH bleedperl@6856] warnings fixes
73248              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73249              Date: Mon, 28 Aug 2000 23:55:06 +0100
73250              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
73251      Branch: perl
73252            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
73253            ! warnings.h warnings.pl
73254 ____________________________________________________________________________
73255 [  6868] By: jhi                                   on 2000/08/28  21:38:22
73256         Log: Potential cruft.
73257      Branch: perl
73258            ! Makefile.SH
73259 ____________________________________________________________________________
73260 [  6867] By: jhi                                   on 2000/08/28  21:35:36
73261         Log: Update Changes.
73262      Branch: perl
73263            ! Changes patchlevel.h
73264 ____________________________________________________________________________
73265 [  6866] By: jhi                                   on 2000/08/28  21:33:49
73266         Log: Subject: hv.h Doc Patch
73267              From: Fisher Mark <fisherm@tce.com>
73268              Date: Mon, 28 Aug 2000 16:24:59 -0500
73269              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
73270      Branch: perl
73271            ! hv.h
73272 ____________________________________________________________________________
73273 [  6865] By: jhi                                   on 2000/08/28  21:02:15
73274         Log: Add -ld to archname on long tr...double platforms.
73275      Branch: metaconfig
73276            ! U/threads/archname.U
73277      Branch: perl
73278            ! Configure config_h.SH
73279 ____________________________________________________________________________
73280 [  6864] By: jhi                                   on 2000/08/28  20:38:59
73281         Log: An attempt to fix the problem reported in
73282              
73283              Subject: Building perl@6856 using gcc/AIX 4.3.3 
73284              From: Daniel Muino <dmuino@afip.gov.ar> 
73285              Date: Mon, 28 Aug 2000 15:50:01 -0300   
73286              Message-ID: <20000828155001.A14403@con2-dgi>
73287              
73288              I can't test this properly since the gcc installation I have
73289              access to seems to be botched (gcc is calling the AIX cpp,
73290              a losing proposition...)
73291      Branch: perl
73292            ! hints/aix.sh
73293 ____________________________________________________________________________
73294 [  6863] By: jhi                                   on 2000/08/28  18:57:52
73295         Log: Fix for ID 20000828.001, long doubles were not formatted
73296              correctly (showed up in $], which stopped installing perl).
73297      Branch: perl
73298            ! sv.c
73299 ____________________________________________________________________________
73300 [  6862] By: jhi                                   on 2000/08/28  18:07:15
73301         Log: Typo in #6858.
73302      Branch: perl
73303            ! lib/Cwd.pm
73304 ____________________________________________________________________________
73305 [  6861] By: jhi                                   on 2000/08/28  17:57:27
73306         Log: opmini.o may be left around if a build is interrupted.
73307      Branch: perl
73308            ! Makefile.SH
73309 ____________________________________________________________________________
73310 [  6860] By: jhi                                   on 2000/08/28  16:52:50
73311         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
73312              From: Daniel Chetlin <daniel@chetlin.com>
73313              Date: Mon, 28 Aug 2000 01:14:18 -0700
73314              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
73315      Branch: perl
73316            ! lib/overload.pm
73317 ____________________________________________________________________________
73318 [  6859] By: jhi                                   on 2000/08/28  16:08:46
73319         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
73320              From: Nicholas Clark <nick@ccl4.org>
73321              Date: Mon, 28 Aug 2000 16:03:27 +0100
73322              Message-Id: <20000828160327.C49785@plum.flirble.org>
73323      Branch: perl
73324            ! ext/ByteLoader/bytecode.h
73325 ____________________________________________________________________________
73326 [  6858] By: jhi                                   on 2000/08/28  16:02:10
73327         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
73328              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
73329              Date: Mon, 28 Aug 2000 13:08:30 +0200
73330              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
73331      Branch: perl
73332            ! lib/Cwd.pm
73333 ____________________________________________________________________________
73334 [  6857] By: jhi                                   on 2000/08/28  15:42:47
73335         Log: display_format used as a class method without arguments was broken,
73336              reported in
73337              
73338              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
73339              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
73340              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
73341              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
73342      Branch: perl
73343            ! lib/Math/Complex.pm t/lib/complex.t
73344 ____________________________________________________________________________
73345 [  6856] By: jhi                                   on 2000/08/27  22:09:48
73346         Log: Update Changes.
73347      Branch: perl
73348            ! Changes patchlevel.h
73349 ____________________________________________________________________________
73350 [  6855] By: jhi                                   on 2000/08/27  21:59:21
73351         Log: Retract #6853 (false alarm).
73352      Branch: perl
73353            ! lib/ExtUtils/xsubpp
73354 ____________________________________________________________________________
73355 [  6854] By: jhi                                   on 2000/08/27  21:37:44
73356         Log: Update Changes.
73357      Branch: perl
73358            ! Changes patchlevel.h
73359 ____________________________________________________________________________
73360 [  6853] By: jhi                                   on 2000/08/27  21:37:16
73361         Log: Subject: [PATCH perl@6850] workaround for xsubpp
73362              From: Hugo <hv@crypt.compulink.co.uk>
73363              Date: Sun, 27 Aug 2000 22:30:25 +0100
73364              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
73365      Branch: perl
73366            ! lib/ExtUtils/xsubpp
73367 ____________________________________________________________________________
73368 [  6852] By: jhi                                   on 2000/08/27  21:33:58
73369         Log: Big-endian 64-bit patch from Raphael Manfredi.
73370      Branch: perl
73371            ! ext/Storable/Storable.xs
73372 ____________________________________________________________________________
73373 [  6851] By: jhi                                   on 2000/08/27  21:22:21
73374         Log: More ruthless editing from Hugo van der Sanden.
73375      Branch: perl
73376            ! pod/perldelta.pod
73377 ____________________________________________________________________________
73378 [  6850] By: jhi                                   on 2000/08/27  16:11:46
73379         Log: Update Changes.
73380      Branch: perl
73381            ! Changes patchlevel.h
73382 ____________________________________________________________________________
73383 [  6849] By: jhi                                   on 2000/08/27  16:11:05
73384         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
73385      Branch: perl
73386            ! configpm pod/perldelta.pod
73387 ____________________________________________________________________________
73388 [  6848] By: jhi                                   on 2000/08/27  15:35:08
73389         Log: Use the actual thread type, not the pointer-to-struct.
73390      Branch: perl
73391            ! ext/Thread/Thread.xs
73392 ____________________________________________________________________________
73393 [  6847] By: jhi                                   on 2000/08/27  15:30:49
73394         Log: Test nit.
73395      Branch: perl
73396            ! t/pragma/warn/pp_sys
73397 ____________________________________________________________________________
73398 [  6846] By: jhi                                   on 2000/08/27  15:19:02
73399         Log: Passing -R in ldflags makes now it to appear in the default
73400              for lddlflags, just like with -L.
73401              
73402              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73403              From: Lupe Christoph <lupe@lupe-christoph.de>
73404              Date: Sun, 27 Aug 2000 10:28:21 +0200
73405              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
73406      Branch: metaconfig/U/perl
73407            ! dlsrc.U
73408      Branch: perl
73409            ! Configure
73410 ____________________________________________________________________________
73411 [  6845] By: jhi                                   on 2000/08/27  15:08:54
73412         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
73413              From: Alan Burlison <Alan.Burlison@uk.sun.com>
73414              Date: Sat, 26 Aug 2000 22:23:27 +0100
73415              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
73416      Branch: perl
73417            ! lib/ExtUtils/MM_Unix.pm
73418 ____________________________________________________________________________
73419 [  6844] By: jhi                                   on 2000/08/27  15:02:37
73420         Log: DJGPP update from Laszlo Molnar.
73421              
73422              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
73423              From: ml1050 <ml1050@freemail.hu>
73424              Date: Sat, 26 Aug 2000 23:24:40 +0200
73425              Message-Id: <20000826232440.A439@freemail.hu>
73426      Branch: perl
73427            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
73428            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
73429 ____________________________________________________________________________
73430 [  6843] By: jhi                                   on 2000/08/27  14:53:58
73431         Log: Subject: installman buglet
73432              From: Lupe Christoph <lupe@lupe-christoph.de>
73433              Date: Sun, 27 Aug 2000 14:38:59 +0200
73434              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
73435      Branch: perl
73436            ! installman
73437 ____________________________________________________________________________
73438 [  6842] By: jhi                                   on 2000/08/27  14:52:08
73439         Log: Can't get the test to reliably work thanks to the
73440              inaccurateness of floating point.  "Resolves" bug ids
73441              20000826.003, 20000826.009, 20000826.010,
73442      Branch: perl
73443            ! t/lib/trig.t
73444 ____________________________________________________________________________
73445 [  6841] By: jhi                                   on 2000/08/26  15:53:58
73446         Log: Update Changes.
73447      Branch: perl
73448            ! Changes patchlevel.h
73449 ____________________________________________________________________________
73450 [  6840] By: jhi                                   on 2000/08/26  14:23:03
73451         Log: grep -e isn't portable.
73452              
73453              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
73454              From: chris@broadband.att.com
73455              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
73456              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
73457      Branch: perl
73458            ! hints/solaris_2.sh
73459 ____________________________________________________________________________
73460 [  6839] By: jhi                                   on 2000/08/26  14:12:23
73461         Log: no-install target a la make -n.
73462              
73463              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
73464              From: <abigail@foad.org>
73465              Date: Sat, 26 Aug 2000 03:57:34 -0400
73466              Message-ID: <20000826075735.18912.qmail@foad.org>
73467      Branch: perl
73468            ! Makefile.SH installman installperl
73469 ____________________________________________________________________________
73470 [  6838] By: jhi                                   on 2000/08/26  14:06:33
73471         Log: Retract #6826 as the #6828 should be do the same
73472              in a More Correct Way.
73473      Branch: perl
73474            ! installperl
73475 ____________________________________________________________________________
73476 [  6837] By: jhi                                   on 2000/08/26  05:24:00
73477         Log: More casting.
73478      Branch: perl
73479            ! ext/Storable/Storable.xs
73480 ____________________________________________________________________________
73481 [  6836] By: jhi                                   on 2000/08/26  05:05:46
73482         Log: Nicer in decimal.
73483      Branch: perl
73484            ! ext/Storable/Storable.xs
73485 ____________________________________________________________________________
73486 [  6835] By: jhi                                   on 2000/08/26  05:03:50
73487         Log: There be no UVdf.
73488      Branch: perl
73489            ! ext/Storable/Storable.xs
73490 ____________________________________________________________________________
73491 [  6834] By: jhi                                   on 2000/08/26  05:00:18
73492         Log: Continue IVdfing and UVxfing.
73493      Branch: perl
73494            ! ext/Storable/Storable.xs
73495 ____________________________________________________________________________
73496 [  6833] By: jhi                                   on 2000/08/26  04:53:14
73497         Log: Use IVdf.
73498      Branch: perl
73499            ! ext/Storable/Storable.xs
73500 ____________________________________________________________________________
73501 [  6832] By: jhi                                   on 2000/08/26  04:40:41
73502         Log: Document PTR2XX and INT2PTR.
73503      Branch: perl
73504            ! pod/perlguts.pod
73505 ____________________________________________________________________________
73506 [  6831] By: jhi                                   on 2000/08/26  04:33:18
73507         Log: Use UVxf, PTR2UV, NVff.
73508      Branch: perl
73509            ! ext/Storable/Storable.xs
73510 ____________________________________________________________________________
73511 [  6830] By: jhi                                   on 2000/08/26  04:31:32
73512         Log: Update the test count.
73513      Branch: perl
73514            ! t/lib/trig.t
73515 ____________________________________________________________________________
73516 [  6829] By: jhi                                   on 2000/08/26  03:05:50
73517         Log: Subject: [PATCH] installation not quite silent yet.
73518              From: <abigail@foad.org>
73519              Date: Fri, 25 Aug 2000 20:07:53 -0400
73520              Message-ID: <20000826000753.7822.qmail@foad.org>
73521      Branch: perl
73522            ! installman installperl
73523 ____________________________________________________________________________
73524 [  6828] By: jhi                                   on 2000/08/26  03:05:14
73525         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73526              From: Spider Boardman <spider@web.zk3.dec.com>
73527              Date: Fri, 25 Aug 2000 19:12:40 -0400
73528              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
73529      Branch: perl
73530            ! gv.c
73531 ____________________________________________________________________________
73532 [  6827] By: jhi                                   on 2000/08/25  23:54:34
73533         Log: Support preserving extremely big/small angles.
73534      Branch: perl
73535            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
73536 ____________________________________________________________________________
73537 [  6826] By: jhi                                   on 2000/08/25  23:01:20
73538         Log: Patch installperl to be long double-aware.
73539              
73540              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
73541              From: Spider Boardman <spider@web.zk3.dec.com>
73542              Date: Fri, 25 Aug 2000 18:15:23 -0400
73543              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
73544      Branch: perl
73545            ! installperl
73546 ____________________________________________________________________________
73547 [  6825] By: jhi                                   on 2000/08/25  22:58:25
73548         Log: Remove duplicately applied patch shards.
73549              
73550              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
73551              From: Spider Boardman <spider@leggy.zk3.dec.com>
73552              Date: Fri, 25 Aug 2000 16:45:03 -0400
73553              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
73554      Branch: perl
73555            ! t/lib/cgi-html.t
73556 ____________________________________________________________________________
73557 [  6824] By: jhi                                   on 2000/08/25  22:57:00
73558         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73559              From: Daniel Chetlin <daniel@chetlin.com>
73560              Date: Fri, 25 Aug 2000 12:23:16 -0700
73561              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
73562              
73563              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
73564              From: Daniel Chetlin <daniel@chetlin.com>
73565              Date: Fri, 25 Aug 2000 14:47:19 -0700
73566              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
73567      Branch: perl
73568            ! installman
73569 ____________________________________________________________________________
73570 [  6823] By: jhi                                   on 2000/08/25  22:44:17
73571         Log: Timestamp problem?
73572      Branch: perl
73573            ! uconfig.h uconfig.sh
73574 ____________________________________________________________________________
73575 [  6822] By: jhi                                   on 2000/08/25  19:01:06
73576         Log: One forgotten file from #6816.
73577      Branch: perl
73578            ! vos/config.h
73579 ____________________________________________________________________________
73580 [  6821] By: jhi                                   on 2000/08/25  18:56:39
73581         Log: Regen Changes.
73582      Branch: perl
73583            ! Changes patchlevel.h
73584 ____________________________________________________________________________
73585 [  6820] By: jhi                                   on 2000/08/25  18:52:35
73586         Log: Fix Changes ordering.
73587      Branch: perl
73588            ! Changes
73589 ____________________________________________________________________________
73590 [  6819] By: jhi                                   on 2000/08/25  18:50:25
73591         Log: Update Changes.
73592      Branch: perl
73593            ! Changes patchlevel.h
73594 ____________________________________________________________________________
73595 [  6818] By: jhi                                   on 2000/08/25  18:47:45
73596         Log: Tweak the sfio/useperlio logic, hopefully as wished in
73597              
73598              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
73599              From: Nicholas Clark <nick@babyhippo.co.uk>
73600              Date: Fri, 25 Aug 2000 12:01:45 +0100
73601              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
73602      Branch: metaconfig/U/perl
73603            ! d_sfio.U
73604      Branch: perl
73605            ! Configure
73606 ____________________________________________________________________________
73607 [  6817] By: jhi                                   on 2000/08/25  18:32:51
73608         Log: Allow microperl to assume <math.h>, without it the math
73609              functions like floor() are assumed to return int, which makes
73610              for core dumps in machines where integer and floating register
73611              don't mix.
73612      Branch: perl
73613            ! uconfig.h uconfig.sh
73614 ____________________________________________________________________________
73615 [  6816] By: jhi                                   on 2000/08/25  18:27:17
73616         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
73617              the problem reported in
73618              
73619              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
73620              From: danhale@us.ibm.com
73621              Date: Fri, 25 Aug 2000 10:58:06 -0400
73622              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
73623      Branch: metaconfig/U/perl
73624            + d_socks5_init.U
73625      Branch: perl
73626            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
73627            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
73628            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
73629            ! win32/config.gc win32/config.vc
73630 ____________________________________________________________________________
73631 [  6815] By: jhi                                   on 2000/08/25  17:43:31
73632         Log: A solution for the retrieve_fd autosplit warning,
73633              idea suggested by Mike Guy.
73634      Branch: perl
73635            ! ext/Storable/Storable.pm
73636 ____________________________________________________________________________
73637 [  6814] By: jhi                                   on 2000/08/25  17:16:03
73638         Log: Add install-silent target.
73639      Branch: perl
73640            ! Makefile.SH
73641 ____________________________________________________________________________
73642 [  6813] By: jhi                                   on 2000/08/25  17:14:23
73643         Log: Subject: Re: [PATCH] More silencing of installman.
73644              From: <abigail@foad.org>
73645              Date: Thu, 24 Aug 2000 19:27:03 -0400
73646              Message-ID: <20000824232703.7001.qmail@foad.org>
73647              
73648              Subject: Re: [PATCH] More silencing of installman.
73649              From: <abigail@foad.org>
73650              Date: Fri, 25 Aug 2000 03:00:58 -0400
73651              Message-ID: <20000825070058.10697.qmail@foad.org>
73652      Branch: perl
73653            ! installman
73654 ____________________________________________________________________________
73655 [  6812] By: jhi                                   on 2000/08/25  17:11:28
73656         Log: installperl --verbose and --silent.
73657              
73658              Subject: Re: [PATCH] More silencing of installman.
73659              From: <abigail@foad.org>
73660              Message-ID: <20000825064430.9719.qmail@foad.org>
73661              Date: Fri, 25 Aug 2000 02:44:30 -0400
73662      Branch: perl
73663            ! installperl
73664 ____________________________________________________________________________
73665 [  6811] By: jhi                                   on 2000/08/25  17:05:43
73666         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
73667              From: "Peter J. Farley III" <pjfarley@banet.net>
73668              Date: Thu, 24 Aug 2000 21:58:03 -0400
73669              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
73670              
73671              (applied slightly modified)
73672      Branch: perl
73673            ! lib/ExtUtils/MM_Unix.pm
73674 ____________________________________________________________________________
73675 [  6810] By: jhi                                   on 2000/08/25  17:01:18
73676         Log: Missing parts of 
73677              
73678              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
73679              From: Peter Prymmer <pvhp@forte.com>
73680              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
73681              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
73682      Branch: perl
73683            ! t/lib/cgi-html.t
73684 ____________________________________________________________________________
73685 [  6809] By: jhi                                   on 2000/08/25  16:46:32
73686         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
73687              From: "Craig A. Berry" <craig.berry@psinetcs.com>
73688              Date: Thu, 24 Aug 2000 19:13:11 -0500
73689              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
73690      Branch: perl
73691            ! vms/vms.c
73692 ____________________________________________________________________________
73693 [  6808] By: jhi                                   on 2000/08/25  16:39:22
73694         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
73695              From: Peter Prymmer <pvhp@forte.com>
73696              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
73697              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
73698      Branch: perl
73699            ! configure.com
73700 ____________________________________________________________________________
73701 [  6807] By: jhi                                   on 2000/08/25  16:36:37
73702         Log: Better wording for the vec lvalue diagnostic.
73703              
73704              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73705              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
73706              Date: Wed, 23 Aug 2000 14:12:16 -0400
73707              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
73708      Branch: perl
73709            ! pod/perldiag.pod
73710 ____________________________________________________________________________
73711 [  6806] By: jhi                                   on 2000/08/24  18:17:22
73712         Log: Subject: [PATCH] More silencing of installman.
73713              From: <abigail@foad.org>
73714              Date: Thu, 24 Aug 2000 14:01:44 -0400
73715              Message-ID: <20000824180144.20062.qmail@foad.org>
73716      Branch: perl
73717            ! installman
73718 ____________________________________________________________________________
73719 [  6805] By: jhi                                   on 2000/08/24  15:00:31
73720         Log: Update Changes.
73721      Branch: perl
73722            ! Changes patchlevel.h
73723 ____________________________________________________________________________
73724 [  6804] By: jhi                                   on 2000/08/24  14:59:07
73725         Log: Regen perltoc.
73726      Branch: perl
73727            ! pod/perltoc.pod
73728 ____________________________________________________________________________
73729 [  6803] By: jhi                                   on 2000/08/24  14:44:39
73730         Log: Show the doc file, not the temp file.
73731      Branch: perl
73732            ! installman
73733 ____________________________________________________________________________
73734 [  6802] By: jhi                                   on 2000/08/24  14:41:53
73735         Log: Continue silencing.
73736      Branch: perl
73737            ! installman
73738 ____________________________________________________________________________
73739 [  6801] By: jhi                                   on 2000/08/24  14:34:40
73740         Log: Actually do something with the silencer option.
73741      Branch: perl
73742            ! installman
73743 ____________________________________________________________________________
73744 [  6800] By: jhi                                   on 2000/08/24  14:26:22
73745         Log: Make installman to recognize the silence flag -S.
73746      Branch: perl
73747            ! installman
73748 ____________________________________________________________________________
73749 [  6799] By: jhi                                   on 2000/08/24  13:49:38
73750         Log: DOS patches and portability/porting notes, from Tim Jenness.
73751      Branch: perl
73752            ! lib/File/Temp.pm
73753 ____________________________________________________________________________
73754 [  6798] By: jhi                                   on 2000/08/24  13:48:27
73755         Log: Create directories in silence.
73756              
73757              Subject: [PATCH] Another silencer for MakeMaker
73758              From: andreas.koenig@anima.de (Andreas J. Koenig)
73759              Date: 24 Aug 2000 14:18:52 +0200
73760              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
73761      Branch: perl
73762            ! lib/ExtUtils/Command.pm
73763 ____________________________________________________________________________
73764 [  6797] By: jhi                                   on 2000/08/24  13:46:42
73765         Log: More liberal parsing of version numbers.
73766              
73767              Subject: Re: CPAN.pm beta for testing available
73768              From: andreas.koenig@anima.de (Andreas J. Koenig)
73769              Date: 24 Aug 2000 13:51:57 +0200
73770              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
73771      Branch: perl
73772            ! lib/CPAN.pm
73773 ____________________________________________________________________________
73774 [  6796] By: jhi                                   on 2000/08/24  13:44:36
73775         Log: Make "make install" by default silent.  A new "install-verbose"
73776              target is verbose.
73777      Branch: perl
73778            ! Makefile.SH
73779 ____________________________________________________________________________
73780 [  6795] By: jhi                                   on 2000/08/24  13:39:14
73781         Log: Add silencer flags to installperl.
73782              
73783              Subject: [PATCH] Making installperl silent.
73784              From: <abigail@foad.org>
73785              Date: Thu, 24 Aug 2000 05:01:45 -0400
73786              Message-ID: <20000824090145.13141.qmail@foad.org>
73787      Branch: perl
73788            ! installperl
73789 ____________________________________________________________________________
73790 [  6794] By: jhi                                   on 2000/08/24  13:35:50
73791         Log: installperl couldn't tell whether it had run tests or not.
73792              
73793              Subject: [PATCH] Re: installperl and t/TEST
73794              From: <abigail@foad.org>
73795              Date: Thu, 24 Aug 2000 04:00:53 -0400
73796              Message-ID: <20000824080053.2494.qmail@foad.org>
73797      Branch: perl
73798            ! Makefile.SH installperl
73799 ____________________________________________________________________________
73800 [  6793] By: jhi                                   on 2000/08/24  13:27:50
73801         Log: Drop the separate perlbc, perlcc -b should be enough.
73802      Branch: perl
73803            - utils/perlbc.PL
73804            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
73805 ____________________________________________________________________________
73806 [  6792] By: jhi                                   on 2000/08/24  04:41:30
73807         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
73808              plus the typo fix from Peter Prymmer.
73809      Branch: perl
73810            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
73811            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
73812 ____________________________________________________________________________
73813 [  6791] By: jhi                                   on 2000/08/24  02:10:43
73814         Log: Replace #6705 with a minimal doc patch.
73815              
73816              Subject: [PATCH 5.6.0] replace change #6705
73817              From: Jan Dubois <jand@ActiveState.com>
73818              Date: Wed, 23 Aug 2000 18:31:51 -0700
73819              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
73820      Branch: perl
73821            ! lib/Win32.pod win32/win32.c
73822 ____________________________________________________________________________
73823 [  6790] By: jhi                                   on 2000/08/23  17:52:00
73824         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
73825              From: Mike Guy <mjtg@cam.ac.uk>
73826              Date: Wed, 23 Aug 2000 18:38:46 +0100
73827              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
73828      Branch: perl
73829            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
73830 ____________________________________________________________________________
73831 [  6789] By: jhi                                   on 2000/08/23  15:34:21
73832         Log: Update Changes.
73833      Branch: perl
73834            ! Changes patchlevel.h
73835 ____________________________________________________________________________
73836 [  6788] By: jhi                                   on 2000/08/23  15:33:40
73837         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
73838              From: Wilfredo Sánchez <wsanchez@apple.com>
73839              Date: Tue, 22 Aug 2000 19:31:27 -0700
73840              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
73841      Branch: perl
73842            ! perl.h
73843 ____________________________________________________________________________
73844 [  6787] By: jhi                                   on 2000/08/23  15:29:31
73845         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
73846              From: Spider Boardman <spider@leggy.zk3.dec.com>
73847              Date: Wed, 23 Aug 2000 10:33:23 -0400
73848              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
73849      Branch: perl
73850            ! lib/Pod/Html.pm
73851 ____________________________________________________________________________
73852 [  6786] By: jhi                                   on 2000/08/23  15:28:11
73853         Log: Bad makefile.
73854      Branch: perl
73855            ! ext/B/Makefile.PL
73856 ____________________________________________________________________________
73857 [  6785] By: jhi                                   on 2000/08/23  14:37:04
73858         Log: Update Changes.
73859      Branch: perl
73860            ! Changes patchlevel.h
73861 ____________________________________________________________________________
73862 [  6784] By: jhi                                   on 2000/08/23  13:58:41
73863         Log: Portability fix from Hugo van der Sanden.
73864      Branch: perl
73865            ! ext/re/Makefile.PL
73866 ____________________________________________________________________________
73867 [  6783] By: jhi                                   on 2000/08/23  13:53:53
73868         Log: Storable support, v-version fixes.
73869              
73870              Subject: CPAN.pm beta for testing available
73871              From: andreas.koenig@anima.de (Andreas J. Koenig)
73872              Date: 22 Aug 2000 23:31:33 +0200
73873              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
73874      Branch: perl
73875            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73876 ____________________________________________________________________________
73877 [  6782] By: jhi                                   on 2000/08/23  13:51:26
73878         Log: Mac and other portability updates from Chris Nandor.
73879      Branch: perl
73880            ! pod/perlmodinstall.pod
73881 ____________________________________________________________________________
73882 [  6781] By: jhi                                   on 2000/08/23  13:47:33
73883         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
73884              From: Peter Prymmer <pvhp@forte.com>
73885              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
73886              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
73887      Branch: perl
73888            ! ext/Storable/Storable.xs
73889 ____________________________________________________________________________
73890 [  6780] By: jhi                                   on 2000/08/23  13:33:34
73891         Log: VMS MMS (make) wants null action.
73892      Branch: perl
73893            ! ext/B/Makefile.PL
73894 ____________________________________________________________________________
73895 [  6779] By: jhi                                   on 2000/08/22  19:44:47
73896         Log: Forgot portability nit.
73897      Branch: perl
73898            ! t/lib/st-forgive.t
73899 ____________________________________________________________________________
73900 [  6778] By: jhi                                   on 2000/08/22  19:35:25
73901         Log: Be portable.
73902      Branch: perl
73903            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
73904            ! t/lib/st-store.t
73905 ____________________________________________________________________________
73906 [  6777] By: jhi                                   on 2000/08/22  18:50:53
73907         Log: Update Changes.
73908      Branch: perl
73909            ! Changes patchlevel.h
73910 ____________________________________________________________________________
73911 [  6776] By: jhi                                   on 2000/08/22  18:44:46
73912         Log: cSVOPo_*v things index into the current PL_curpad
73913              under ithreads, which is different from the curpad
73914              used by the XSUB.  (In other words, the code as-is
73915              before this patch wouldn't work under ithreads.)
73916              From Sarathy.
73917      Branch: perl
73918            ! ext/B/B.xs
73919 ____________________________________________________________________________
73920 [  6775] By: jhi                                   on 2000/08/22  18:18:37
73921         Log: Make the selection of NVff et al stricter.
73922      Branch: metaconfig/U/perl
73923            ! perlxvf.U
73924      Branch: perl
73925            ! Configure config_h.SH
73926 ____________________________________________________________________________
73927 [  6774] By: jhi                                   on 2000/08/22  17:19:42
73928         Log: perldelta nits.
73929      Branch: perl
73930            ! pod/perldelta.pod
73931 ____________________________________________________________________________
73932 [  6773] By: jhi                                   on 2000/08/22  17:06:26
73933         Log: Long double fixes from Spider Boardman.
73934              
73935              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
73936              From: system PRIVILEGED account <root@peano.zk3.dec.com>
73937              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
73938              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
73939      Branch: perl
73940            ! t/lib/bigfltpm.t t/lib/st-06compat.t
73941 ____________________________________________________________________________
73942 [  6772] By: jhi                                   on 2000/08/22  15:04:53
73943         Log: Update Changes.
73944      Branch: perl
73945            ! Changes patchlevel.h
73946 ____________________________________________________________________________
73947 [  6771] By: jhi                                   on 2000/08/22  15:01:44
73948         Log: perldelta fixes from Hugo van der Sanden.
73949      Branch: perl
73950            ! pod/perldelta.pod
73951 ____________________________________________________________________________
73952 [  6770] By: jhi                                   on 2000/08/22  14:34:49
73953         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
73954              From: Hugo <hv@crypt.compulink.co.uk>
73955              Date: Tue, 22 Aug 2000 11:21:53 +0100
73956              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
73957      Branch: perl
73958            ! regcomp.c
73959 ____________________________________________________________________________
73960 [  6769] By: jhi                                   on 2000/08/22  14:30:02
73961         Log: Add Yitzchak, reformat.
73962      Branch: perl
73963            ! Changes config_h.SH
73964 ____________________________________________________________________________
73965 [  6768] By: jhi                                   on 2000/08/22  14:21:35
73966         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
73967              and Spider Boardman.
73968      Branch: metaconfig
73969            ! U/compline/d_gconvert.U
73970      Branch: perl
73971            ! Configure
73972 ____________________________________________________________________________
73973 [  6767] By: jhi                                   on 2000/08/22  14:11:24
73974         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
73975              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73976              Date: Mon, 21 Aug 2000 19:08:31 -0700
73977              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
73978      Branch: perl
73979            - ext/Storable/patchlevel.h
73980            ! MANIFEST ext/Storable/MANIFEST
73981 ____________________________________________________________________________
73982 [  6766] By: jhi                                   on 2000/08/22  13:49:29
73983         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
73984              From: Peter Prymmer <pvhp@forte.com>
73985              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
73986              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
73987      Branch: perl
73988            ! configure.com ext/Storable/Makefile.PL
73989 ____________________________________________________________________________
73990 [  6765] By: jhi                                   on 2000/08/22  13:44:59
73991         Log: Subject: [PATCH blead] B:: missing dependency
73992              From: Hugo <hv@crypt.compulink.co.uk>
73993              Date: Tue, 22 Aug 2000 06:44:33 +0100
73994              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
73995      Branch: perl
73996            ! ext/B/Makefile.PL
73997 ____________________________________________________________________________
73998 [  6764] By: jhi                                   on 2000/08/22  13:38:12
73999         Log: More bytecompiler.
74000      Branch: perl
74001            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
74002 ____________________________________________________________________________
74003 [  6763] By: jhi                                   on 2000/08/22  13:36:44
74004         Log: Bytecompiler patches from Benjamin Stuhl.
74005      Branch: perl
74006            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
74007            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
74008            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
74009            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
74010            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
74011            ! perl.c perlapi.h pod/perldelta.pod
74012 ____________________________________________________________________________
74013 [  6762] By: jhi                                   on 2000/08/21  23:43:40
74014         Log: An obsoleted diagnostic.
74015      Branch: perl
74016            ! pod/perldelta.pod
74017 ____________________________________________________________________________
74018 [  6761] By: jhi                                   on 2000/08/21  23:01:45
74019         Log: The #6759 wasn't quite right.
74020      Branch: perl
74021            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
74022            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
74023            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74024            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74025            ! t/lib/st-tieditems.t
74026 ____________________________________________________________________________
74027 [  6760] By: jhi                                   on 2000/08/21  22:35:49
74028         Log: Be verydeepclean.
74029      Branch: perl
74030            ! Makefile.SH
74031 ____________________________________________________________________________
74032 [  6759] By: jhi                                   on 2000/08/21  22:25:40
74033         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
74034              From: Peter Prymmer <pvhp@forte.com>
74035              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
74036              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
74037      Branch: perl
74038            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
74039            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
74040            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74041            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74042            ! t/lib/st-tieditems.t
74043 ____________________________________________________________________________
74044 [  6758] By: jhi                                   on 2000/08/21  22:22:32
74045         Log: Few more casts, need reported in
74046              
74047              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
74048              From: Mike Stok <mike@stok.co.uk>
74049              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
74050              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
74051              
74052              and
74053              
74054              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
74055              From: abigail@foad.org
74056              Date: 21 Aug 2000 21:31:34 -0000
74057              Message-Id: <20000821213134.30170.qmail@foad.org>
74058      Branch: perl
74059            ! ext/Storable/Storable.xs
74060 ____________________________________________________________________________
74061 [  6757] By: jhi                                   on 2000/08/21  18:37:07
74062         Log: Update Changes.
74063      Branch: perl
74064            ! Changes patchlevel.h
74065 ____________________________________________________________________________
74066 [  6756] By: jhi                                   on 2000/08/21  18:34:02
74067         Log: A pod nit.
74068              
74069              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74070              From: <abigail@foad.org>
74071              Date: Mon, 21 Aug 2000 14:00:16 -0400
74072              Message-ID: <20000821180016.28627.qmail@foad.org>
74073      Branch: perl
74074            ! pod/perlre.pod
74075 ____________________________________________________________________________
74076 [  6755] By: jhi                                   on 2000/08/21  18:30:56
74077         Log: Use PodParser 1.18 new test.
74078      Branch: perl
74079            ! t/pod/special_seqs.t t/pod/special_seqs.xr
74080 ____________________________________________________________________________
74081 [  6754] By: jhi                                   on 2000/08/21  18:28:35
74082         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
74083              patches cannot be applied since #6712 conflicts.
74084      Branch: perl
74085            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
74086 ____________________________________________________________________________
74087 [  6753] By: jhi                                   on 2000/08/21  18:15:11
74088         Log: Weed out some smaller changes.
74089      Branch: perl
74090            ! pod/perldelta.pod
74091 ____________________________________________________________________________
74092 [  6752] By: jhi                                   on 2000/08/21  18:02:30
74093         Log: Also under djgpp the timestamps are funky.
74094      Branch: perl
74095            ! t/op/stat.t
74096 ____________________________________________________________________________
74097 [  6751] By: jhi                                   on 2000/08/21  17:55:56
74098         Log: Tweak the floating point output routine preferences.
74099      Branch: metaconfig
74100            ! U/compline/d_gconvert.U
74101      Branch: perl
74102            ! Configure
74103 ____________________________________________________________________________
74104 [  6750] By: jhi                                   on 2000/08/21  17:51:29
74105         Log: Unicos/mk requires elaborate paranoia.
74106      Branch: perl
74107            ! lib/Math/Complex.pm
74108 ____________________________________________________________________________
74109 [  6749] By: gsar                                  on 2000/08/21  16:53:31
74110         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74111      Branch: perl
74112            ! lib/Cwd.pm
74113 ____________________________________________________________________________
74114 [  6748] By: gsar                                  on 2000/08/21  16:22:19
74115         Log: free TLS slot properly on Windows
74116      Branch: perl
74117            ! thread.h win32/perllib.c win32/win32thread.h
74118 ____________________________________________________________________________
74119 [  6747] By: jhi                                   on 2000/08/21  16:20:58
74120         Log: Rename the macro argument because some preprocessors
74121              can't tell the difference and expand arguments also inside
74122              double quoted strings.
74123      Branch: perl
74124            ! regcomp.c
74125 ____________________________________________________________________________
74126 [  6746] By: jhi                                   on 2000/08/21  16:09:41
74127         Log: Support long doubles in Storable.
74128              
74129              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
74130              From: Radu Greab <radu@netsoft.ro>
74131              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
74132              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
74133      Branch: perl
74134            ! ext/Storable/Storable.xs
74135 ____________________________________________________________________________
74136 [  6745] By: jhi                                   on 2000/08/21  15:51:40
74137         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74138              From: "Fifer, Eric" <EFifer@sanwaint.com>
74139              Date: Mon, 21 Aug 2000 15:34:49 +0100
74140              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
74141      Branch: perl
74142            ! t/pragma/warn/9enabled
74143 ____________________________________________________________________________
74144 [  6744] By: jhi                                   on 2000/08/21  15:39:35
74145         Log: Document the endianness of Alpha more precisely.
74146      Branch: perl
74147            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
74148            ! pod/perlport.pod
74149 ____________________________________________________________________________
74150 [  6743] By: jhi                                   on 2000/08/21  14:47:05
74151         Log: perldelta fixes from the p5p crowd.
74152      Branch: perl
74153            ! pod/perldelta.pod pod/perlop.pod
74154 ____________________________________________________________________________
74155 [  6742] By: jhi                                   on 2000/08/21  13:34:51
74156         Log: Update to Pod::LaTeX 0.53.
74157              
74158              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74159              From: Tim Jenness <timj@jach.hawaii.edu>
74160              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
74161              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
74162      Branch: perl
74163            ! lib/Pod/LaTeX.pm
74164 ____________________________________________________________________________
74165 [  6741] By: jhi                                   on 2000/08/21  13:33:01
74166         Log: Subject: [PATCH] os2.c fix for use64bitint
74167              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74168              Date: Mon, 21 Aug 2000 01:32:25 -0700
74169              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
74170      Branch: perl
74171            ! os2/os2.c
74172 ____________________________________________________________________________
74173 [  6740] By: jhi                                   on 2000/08/21  13:28:52
74174         Log: Array context keeps slithering in.
74175              
74176              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74177              From: Daniel Chetlin <daniel@chetlin.com>
74178              Date: Sun, 20 Aug 2000 21:40:25 -0700
74179              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
74180      Branch: perl
74181            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
74182            ! pod/perldebtut.pod
74183 ____________________________________________________________________________
74184 [  6739] By: jhi                                   on 2000/08/21  13:23:55
74185         Log: Big-endian quad fixes for Storable from Radu Greab,
74186              plus few explicit null casts for picky compilers.
74187      Branch: perl
74188            ! ext/Storable/Storable.xs
74189 ____________________________________________________________________________
74190 [  6738] By: gsar                                  on 2000/08/21  05:56:13
74191         Log: small tweaks for change#6705: avoid C++ style comments in C code;
74192              use Perl's malloc API rather than the low level system one
74193      Branch: perl
74194            ! win32/win32.c
74195 ____________________________________________________________________________
74196 [  6737] By: gsar                                  on 2000/08/21  05:35:41
74197         Log: add Storable to list of extensions on Windows
74198      Branch: perl
74199            ! win32/Makefile win32/makefile.mk
74200 ____________________________________________________________________________
74201 [  6736] By: jhi                                   on 2000/08/21  02:57:53
74202         Log: Update Changes.
74203      Branch: perl
74204            ! Changes patchlevel.h
74205 ____________________________________________________________________________
74206 [  6735] By: jhi                                   on 2000/08/21  02:57:20
74207         Log: Draft 0.
74208      Branch: perl
74209            ! pod/perldelta.pod
74210 ____________________________________________________________________________
74211 [  6734] By: jhi                                   on 2000/08/21  02:57:03
74212         Log: Add Storable 0.7.2 from Raphael Manfredi,
74213              plus the patch from
74214              
74215              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
74216              From: Radu Greab <radu@netsoft.ro>
74217              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
74218              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
74219              
74220              plus changes to get Storable to compile with
74221              picky ANSI compilers.
74222      Branch: perl
74223            + ext/Storable/ChangeLog ext/Storable/MANIFEST
74224            + ext/Storable/Makefile.PL ext/Storable/README
74225            + ext/Storable/Storable.pm ext/Storable/Storable.xs
74226            + ext/Storable/patchlevel.h t/lib/st-06compat.t
74227            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
74228            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
74229            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
74230            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
74231            + t/lib/st-tieditems.t
74232            ! MANIFEST
74233 ____________________________________________________________________________
74234 [  6733] By: jhi                                   on 2000/08/21  02:29:09
74235         Log: The correct cleaning order is an art.
74236      Branch: perl
74237            ! Makefile.SH
74238 ____________________________________________________________________________
74239 [  6732] By: jhi                                   on 2000/08/21  01:23:39
74240         Log: The #6724 is here.
74241      Branch: perl
74242            ! t/lib/ftmp-security.t
74243 ____________________________________________________________________________
74244 [  6731] By: jhi                                   on 2000/08/20  23:17:03
74245         Log: s/this one/the 5.6.0 release/
74246      Branch: perl
74247            ! pod/perl56delta.pod
74248 ____________________________________________________________________________
74249 [  6730] By: jhi                                   on 2000/08/20  23:07:34
74250         Log: Mention perlebcdic and perlposix-bc.
74251      Branch: perl
74252            ! pod/perlport.pod
74253 ____________________________________________________________________________
74254 [  6729] By: jhi                                   on 2000/08/20  21:32:59
74255         Log: Document the number of exponent digits.
74256      Branch: perl
74257            ! pod/perlfunc.pod
74258 ____________________________________________________________________________
74259 [  6728] By: jhi                                   on 2000/08/20  21:16:47
74260         Log: Use File::Spec->tmpdir().
74261              
74262              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
74263              From: Tim Jenness <timj@jach.hawaii.edu>
74264              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
74265              MIME-Version: 1.0
74266              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
74267      Branch: perl
74268            ! utils/perlbug.PL
74269 ____________________________________________________________________________
74270 [  6727] By: jhi                                   on 2000/08/20  20:43:32
74271         Log: Update Changes.
74272      Branch: perl
74273            ! Changes patchlevel.h
74274 ____________________________________________________________________________
74275 [  6726] By: jhi                                   on 2000/08/20  20:41:44
74276         Log: The veryclean target needs to clobber.
74277      Branch: perl
74278            ! Makefile.SH
74279 ____________________________________________________________________________
74280 [  6725] By: jhi                                   on 2000/08/20  20:37:38
74281         Log: Document odd vs even subreleases and -Dusedevel.
74282      Branch: perl
74283            ! INSTALL
74284 ____________________________________________________________________________
74285 [  6724] By: jhi                                   on 2000/08/20  19:58:05
74286         Log: Use temporary directory instead of current directory.
74287              
74288              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74289              From: Tim Jenness <timj@jach.hawaii.edu>
74290              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
74291              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
74292      Branch: perl
74293            ! t/lib/ftmp-security.t
74294 ____________________________________________________________________________
74295 [  6723] By: jhi                                   on 2000/08/20  19:55:55
74296         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
74297              From: andreas.koenig@anima.de (Andreas J. Koenig)
74298              Date: 20 Aug 2000 15:52:03 +0200
74299              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
74300      Branch: perl
74301            ! lib/ExtUtils/MM_Unix.pm
74302 ____________________________________________________________________________
74303 [  6722] By: jhi                                   on 2000/08/20  19:46:01
74304         Log: Update to CGI 2.72, from Lincoln Stein.
74305      Branch: perl
74306            ! lib/CGI.pm
74307 ____________________________________________________________________________
74308 [  6721] By: jhi                                   on 2000/08/20  19:43:54
74309         Log: (Replaced by #8364.)
74310              
74311              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74312              From: Radu Greab <radu@netsoft.ro>
74313              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
74314              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
74315      Branch: perl
74316            ! ext/GDBM_File/GDBM_File.xs
74317 ____________________________________________________________________________
74318 [  6720] By: jhi                                   on 2000/08/20  19:42:01
74319         Log: pp_open() could pass an uninitialized filename down to do_open9().
74320      Branch: perl
74321            ! pp_sys.c
74322 ____________________________________________________________________________
74323 [  6719] By: jhi                                   on 2000/08/20  14:06:41
74324         Log: UTF8 concat fixes.
74325              
74326              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74327              From: Hugo <hv@crypt.compulink.co.uk>
74328              Date: Sun, 20 Aug 2000 07:30:46 +0100
74329              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
74330      Branch: perl
74331            ! pp_hot.c t/op/append.t
74332 ____________________________________________________________________________
74333 [  6718] By: jhi                                   on 2000/08/20  02:09:37
74334         Log: Let's try #6717 again.
74335      Branch: perl
74336            ! lib/File/Temp.pm
74337 ____________________________________________________________________________
74338 [  6717] By: jhi                                   on 2000/08/20  01:56:55
74339         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74340              From: "Craig A. Berry" <craig.berry@metamorgs.com>
74341              Date: Sat, 19 Aug 2000 18:15:39 -0500
74342              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
74343      Branch: perl
74344            ! lib/File/Temp.pm
74345 ____________________________________________________________________________
74346 [  6716] By: jhi                                   on 2000/08/19  15:50:11
74347         Log: Update Changes.
74348      Branch: perl
74349            ! Changes patchlevel.h
74350 ____________________________________________________________________________
74351 [  6715] By: jhi                                   on 2000/08/19  15:39:09
74352         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
74353              From: Jonathan D Johnston <jdjohnston2@juno.com>
74354              Date: Thu, 17 Aug 2000 23:13:01 -0400       
74355              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
74356      Branch: perl
74357            ! pod/perlfunc.pod
74358 ____________________________________________________________________________
74359 [  6714] By: jhi                                   on 2000/08/19  15:34:04
74360         Log: Introduce a 'veryclean' target that is like 'distclean'
74361              but also removes *~ and *.orig.
74362      Branch: perl
74363            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
74364            ! utils/Makefile x2p/Makefile.SH
74365 ____________________________________________________________________________
74366 [  6713] By: jhi                                   on 2000/08/19  14:15:45
74367         Log: Put back the long double avoidance code to POSIX.xs
74368              because VMS seems to need it still.
74369      Branch: perl
74370            ! ext/POSIX/POSIX.xs
74371 ____________________________________________________________________________
74372 [  6712] By: jhi                                   on 2000/08/19  14:10:41
74373         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74374              From: Peter Prymmer <pvhp@forte.com>
74375              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
74376              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
74377      Branch: perl
74378            ! lib/Pod/Find.pm t/pod/find.t
74379 ____________________________________________________________________________
74380 [  6711] By: jhi                                   on 2000/08/19  14:09:19
74381         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74382              From: Peter Prymmer <pvhp@forte.com>
74383              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
74384              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
74385              cc: vmsperl@perl.org
74386      Branch: perl
74387            ! t/lib/peek.t
74388 ____________________________________________________________________________
74389 [  6710] By: jhi                                   on 2000/08/19  14:08:01
74390         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74391              From: Jan Dubois <jand@ActiveState.com>
74392              Date: Fri, 18 Aug 2000 16:31:48 -0700
74393              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
74394      Branch: perl
74395            ! win32/win32.c
74396 ____________________________________________________________________________
74397 [  6709] By: jhi                                   on 2000/08/19  14:06:57
74398         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
74399              
74400              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74401              From: Spider.Boardman@Orb.Nashua.NH.US
74402              Date: Fri, 18 Aug 2000 18:41:14 -0400
74403              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
74404      Branch: perl
74405            ! regcomp.c
74406 ____________________________________________________________________________
74407 [  6708] By: jhi                                   on 2000/08/18  22:04:49
74408         Log: Update Changes.
74409      Branch: perl
74410            ! Changes patchlevel.h
74411 ____________________________________________________________________________
74412 [  6707] By: jhi                                   on 2000/08/18  21:55:14
74413         Log: Add warnif(), check warnings further up the stack,
74414              all the warnings functions now can take an optional object reference.
74415              
74416              Subject: [PATCH bleedperl@6691] warnings pragma update
74417              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
74418              Date: Fri, 18 Aug 2000 22:42:06 +0100
74419              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
74420      Branch: perl
74421            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
74422            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
74423            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
74424 ____________________________________________________________________________
74425 [  6706] By: jhi                                   on 2000/08/18  21:41:45
74426         Log: Typo in pp_complement().
74427              
74428              Subject: [PATCH perl-current] Deparse
74429              From: Peter Scott <Peter@PSDT.com>
74430              Date: Fri, 18 Aug 2000 12:44:37 -0700
74431              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
74432      Branch: perl
74433            ! ext/B/B/Deparse.pm
74434 ____________________________________________________________________________
74435 [  6705] By: jhi                                   on 2000/08/18  21:25:59
74436         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74437              From: Jan Dubois <jand@ActiveState.com>
74438              Date: Fri, 18 Aug 2000 14:22:51 -0700
74439              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
74440      Branch: perl
74441            ! lib/Win32.pod win32/win32.c
74442 ____________________________________________________________________________
74443 [  6704] By: jhi                                   on 2000/08/18  21:16:14
74444         Log: Don't eat leading os from index entries.
74445              
74446              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74447              From: Russ Allbery <rra@stanford.edu>
74448              Date: 10 Aug 2000 20:49:25 -0700
74449              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
74450      Branch: perl
74451            ! lib/Pod/Man.pm
74452 ____________________________________________________________________________
74453 [  6703] By: jhi                                   on 2000/08/18  21:07:06
74454         Log: Add [[:blank:]] as suggested in
74455              
74456              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74457              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
74458              Date: Sun, 16 Jul 2000 17:55:29 -0700
74459              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
74460              
74461              (the [=cc=] has already been taken care of by #6439
74462              so the whole bug report can be closed)
74463              
74464              and make [[:space:]] to be equivalent to isspace(3)
74465              (as opposed to \s, which is isSPACE()).  The difference
74466              is that now [[:space:]] matches the mythical vertical tab,
74467              while \s doesn't.
74468      Branch: perl
74469            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
74470            ! regexec.c t/op/pat.t
74471 ____________________________________________________________________________
74472 [  6702] By: jhi                                   on 2000/08/18  18:47:47
74473         Log: The new tests were missing from #6415.
74474      Branch: perl
74475            ! t/op/bop.t
74476 ____________________________________________________________________________
74477 [  6701] By: jhi                                   on 2000/08/18  18:20:40
74478         Log: Document the NDBM_File and ODBM_File as SDBM_File
74479              was documented in #6417.
74480      Branch: perl
74481            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
74482            ! ext/SDBM_File/SDBM_File.pm
74483 ____________________________________________________________________________
74484 [  6700] By: jhi                                   on 2000/08/18  18:10:39
74485         Log: Subject: [PATCH perl@6698] cygwin port
74486              From: "Fifer, Eric" <EFifer@sanwaint.com>
74487              Date: Fri, 18 Aug 2000 17:30:05 +0100
74488              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
74489      Branch: perl
74490            ! lib/File/Temp.pm
74491 ____________________________________________________________________________
74492 [  6699] By: jhi                                   on 2000/08/18  16:21:49
74493         Log: Document code point which makes if (defined %stash::) to work
74494              (noted by Spider Boardman).
74495      Branch: perl
74496            ! op.c
74497 ____________________________________________________________________________
74498 [  6698] By: jhi                                   on 2000/08/18  13:43:27
74499         Log: Update Changes.
74500      Branch: perl
74501            ! Changes patchlevel.h
74502 ____________________________________________________________________________
74503 [  6697] By: jhi                                   on 2000/08/18  13:35:57
74504         Log: Tiny Getopt::Long patch from Johan Vromans.
74505      Branch: perl
74506            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
74507 ____________________________________________________________________________
74508 [  6696] By: jhi                                   on 2000/08/18  13:26:14
74509         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74510              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
74511              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
74512              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
74513      Branch: perl
74514            ! pod/perldiag.pod pod/perlsyn.pod
74515 ____________________________________________________________________________
74516 [  6695] By: jhi                                   on 2000/08/18  13:13:26
74517         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74518              From: Daniel Chetlin <daniel@chetlin.com>
74519              Date: Fri, 18 Aug 2000 03:13:36 -0700
74520              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
74521      Branch: perl
74522            ! pod/perlfunc.pod
74523 ____________________________________________________________________________
74524 [  6694] By: jhi                                   on 2000/08/18  13:08:05
74525         Log: Subject: [PATCH] perltrap.pod spring cleaning
74526              From: Daniel Chetlin <daniel@chetlin.com>
74527              Date: Fri, 18 Aug 2000 03:06:54 -0700
74528              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
74529              
74530              plus Mike Guy's nitfix.
74531      Branch: perl
74532            ! pod/perltrap.pod
74533 ____________________________________________________________________________
74534 [  6693] By: jhi                                   on 2000/08/18  13:00:26
74535         Log: Unbuffer the output.
74536              
74537              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
74538              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74539              Date: Thu, 17 Aug 2000 18:39:29 -0700
74540              Message-ID: <RPJn5gzkgydf092yn@efn.org>
74541      Branch: perl
74542            ! t/op/fork.t
74543 ____________________________________________________________________________
74544 [  6692] By: jhi                                   on 2000/08/18  05:19:17
74545         Log: Delete the image, too, not just its MANIFEStation.
74546      Branch: perl
74547            - lib/CGI/eg/wilogo.gif
74548 ____________________________________________________________________________
74549 [  6691] By: jhi                                   on 2000/08/18  05:10:26
74550         Log: Propagate new Configure vars.
74551      Branch: perl
74552            ! configure.com epoc/config.sh uconfig.h uconfig.sh
74553            ! vos/config.def vos/config.h vos/config_h.SH_orig
74554            ! win32/config.bc win32/config.gc win32/config.vc
74555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
74556 ____________________________________________________________________________
74557 [  6690] By: jhi                                   on 2000/08/18  04:30:56
74558         Log: Update Changes.
74559      Branch: perl
74560            ! Changes patchlevel.h
74561 ____________________________________________________________________________
74562 [  6689] By: jhi                                   on 2000/08/18  04:12:30
74563         Log: Fix the lib/complex failure of
74564              
74565              From: abigail@foad.org
74566              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74567              Date: 15 Aug 2000 04:06:38 -0000
74568              Message-Id: <20000815040638.8524.qmail@foad.org> 
74569              
74570              Linux long double accuracy issue: something that
74571              when printed with %g looks like "2" but int() of it is 1.
74572      Branch: perl
74573            ! lib/Math/Complex.pm
74574 ____________________________________________________________________________
74575 [  6688] By: jhi                                   on 2000/08/18  03:15:35
74576         Log: The byteorder code in #6671 was wrong.
74577      Branch: perl
74578            ! configpm
74579 ____________________________________________________________________________
74580 [  6687] By: jhi                                   on 2000/08/18  02:08:42
74581         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
74582              From: Jan Dubois <jand@ActiveState.com>
74583              Date: Thu, 17 Aug 2000 18:31:55 -0700
74584              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
74585      Branch: perl
74586            ! sv.c
74587 ____________________________________________________________________________
74588 [  6686] By: jhi                                   on 2000/08/18  02:04:15
74589         Log: Use NVs in POSIX math, not doubles.
74590              
74591              From: abigail@foad.org
74592              Subject: [ID 20000817.014] POSIX & modfl
74593              Date: 17 Aug 2000 20:49:18 -0000
74594              Message-Id: <20000817204918.23123.qmail@foad.org>
74595      Branch: perl
74596            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
74597 ____________________________________________________________________________
74598 [  6685] By: jhi                                   on 2000/08/18  02:02:12
74599         Log: Introduce NVef, NVff, and NVgf, use the middle one.
74600              (helps for lib/peek + Linux + long doubles)  Reported in
74601              
74602              From: abigail@foad.org
74603              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74604              Date: 15 Aug 2000 04:06:38 -0000
74605              Message-Id: <20000815040638.8524.qmail@foad.org> 
74606              
74607              (note: the lib/complex failure has not yet been addressed)
74608      Branch: metaconfig/U/perl
74609            ! perlxvf.U
74610      Branch: perl
74611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74612            ! config_h.SH dump.c perl.h pod/perlguts.pod
74613 ____________________________________________________________________________
74614 [  6684] By: jhi                                   on 2000/08/17  23:22:19
74615         Log: Add byteorder to the myconfig output.
74616      Branch: perl
74617            ! myconfig.SH
74618 ____________________________________________________________________________
74619 [  6683] By: jhi                                   on 2000/08/17  23:20:19
74620         Log: The image doth not exist, spotted by Johan Vromans.
74621      Branch: perl
74622            ! MANIFEST
74623 ____________________________________________________________________________
74624 [  6682] By: jhi                                   on 2000/08/17  22:38:16
74625         Log: Document what the backtick returns if the command fails.
74626      Branch: perl
74627            ! pod/perlop.pod
74628 ____________________________________________________________________________
74629 [  6681] By: jhi                                   on 2000/08/17  22:33:12
74630         Log: Do not use prototyping here.
74631              
74632              Subject: [ID 20000817.016] [PATCH] Peek.xs
74633              From: abigail@foad.org
74634              Date: 17 Aug 2000 20:55:56 -0000
74635              Message-Id: <20000817205556.24270.qmail@foad.org>
74636      Branch: perl
74637            ! ext/Devel/Peek/Makefile.PL
74638 ____________________________________________________________________________
74639 [  6680] By: jhi                                   on 2000/08/17  19:46:43
74640         Log: Don't propose using modules built for 5.005 if no binary
74641              compatibility with 5.005 is attempted.
74642              
74643              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
74644              Subject: Minor nit with 5.7.0 (6655)
74645              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
74646              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
74647      Branch: metaconfig
74648            ! U/installdirs/inc_version_list.U
74649      Branch: perl
74650            ! Configure config_h.SH
74651 ____________________________________________________________________________
74652 [  6679] By: jhi                                   on 2000/08/17  19:16:39
74653         Log: Microperl config update.
74654      Branch: perl
74655            ! uconfig.h uconfig.sh
74656 ____________________________________________________________________________
74657 [  6678] By: jhi                                   on 2000/08/17  19:16:13
74658         Log: The #6648 wasn't protective enough for limited platforms
74659              (like microperl).
74660      Branch: perl
74661            ! dump.c sv.c
74662 ____________________________________________________________________________
74663 [  6677] By: jhi                                   on 2000/08/17  14:46:35
74664         Log: Update Changes.
74665      Branch: perl
74666            ! Changes patchlevel.h
74667 ____________________________________________________________________________
74668 [  6676] By: jhi                                   on 2000/08/17  14:44:02
74669         Log: Add perlebcdic from Peter Prymmer, regen toc.
74670      Branch: perl
74671            + pod/perlebcdic.pod
74672            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
74673 ____________________________________________________________________________
74674 [  6675] By: jhi                                   on 2000/08/17  14:41:52
74675         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74676      Branch: perl
74677            ! pod/perldebtut.pod
74678 ____________________________________________________________________________
74679 [  6674] By: jhi                                   on 2000/08/17  14:29:43
74680         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
74681              
74682              Subject: [ID 20000724.006] -DLEAKTEST problem
74683              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
74684              Date: Tue, 25 Jul 2000 00:36:32 -0500
74685              Message-Id: <20000725003632.A26186@www.llamacom.com>
74686              
74687              Reminder sent
74688              
74689              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
74690              From: Hugo <hv@crypt.compulink.co.uk>
74691              Date: Thu, 17 Aug 2000 15:23:42 +0100
74692              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
74693      Branch: perl
74694            ! util.c
74695 ____________________________________________________________________________
74696 [  6673] By: jhi                                   on 2000/08/17  04:07:10
74697         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74698              From: John Peacock <JPeacock@UnivPress.com>
74699              Date: Tue, 01 Aug 2000 09:38:12 -0400
74700              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
74701      Branch: perl
74702            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
74703 ____________________________________________________________________________
74704 [  6672] By: jhi                                   on 2000/08/17  03:04:35
74705         Log: Subject: [PATCH] Cwd.pm now uses strict
74706              From: Tim Jenness <timj@jach.hawaii.edu>
74707              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
74708              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
74709      Branch: perl
74710            ! lib/Cwd.pm
74711 ____________________________________________________________________________
74712 [  6671] By: jhi                                   on 2000/08/17  02:16:35
74713         Log: Make $Config{byteorder} more magical so that it is
74714              dynamically computed: nice for 'fat binaries'.
74715              
74716              Subject: [PATCH]: default byteorder
74717              From: Wilfredo Sánchez <wsanchez@apple.com>
74718              Date: Mon, 31 Jul 2000 19:45:31 -0700
74719              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
74720      Branch: perl
74721            ! configpm
74722 ____________________________________________________________________________
74723 [  6670] By: gsar                                  on 2000/08/17  01:22:21
74724         Log: move WNOHANG definition to where other such things are
74725      Branch: perl
74726            ! win32/win32.h
74727 ____________________________________________________________________________
74728 [  6669] By: jhi                                   on 2000/08/17  01:19:17
74729         Log: Update Changes.
74730      Branch: perl
74731            ! Changes patchlevel.h
74732 ____________________________________________________________________________
74733 [  6668] By: jhi                                   on 2000/08/17  01:16:29
74734         Log: Doc nits spotted by Richard Soderberg.
74735      Branch: perl
74736            ! README.posix-bc README.vmesa
74737 ____________________________________________________________________________
74738 [  6667] By: jhi                                   on 2000/08/17  01:12:11
74739         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
74740              From: "Casey R. Tweten" <crt@kiski.net>
74741              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
74742              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
74743      Branch: perl
74744            ! pod/perldebtut.pod
74745 ____________________________________________________________________________
74746 [  6666] By: jhi                                   on 2000/08/17  01:09:31
74747         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
74748              From: "Casey R. Tweten" <crt@kiski.net>
74749              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
74750              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
74751      Branch: perl
74752            ! lib/Shell.pm
74753 ____________________________________________________________________________
74754 [  6665] By: gsar                                  on 2000/08/17  01:03:52
74755         Log: add "ok" targets from change#6632 in makefile.mk
74756      Branch: perl
74757            ! pod/perlport.pod win32/Makefile win32/makefile.mk
74758 ____________________________________________________________________________
74759 [  6664] By: gsar                                  on 2000/08/17  00:56:11
74760         Log: avoid warnings from dense compiler
74761      Branch: perl
74762            ! win32/win32.c
74763 ____________________________________________________________________________
74764 [  6663] By: jhi                                   on 2000/08/17  00:51:49
74765         Log: Tweak the regex compilation errors once more.
74766      Branch: perl
74767            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
74768            ! t/op/regmesg.t t/pragma/warn/regcomp
74769 ____________________________________________________________________________
74770 [  6662] By: gsar                                  on 2000/08/17  00:28:19
74771         Log: trailing new %ENV entries weren't being pushed into the real
74772              environment of subprocesses on Windows
74773      Branch: perl
74774            ! t/op/magic.t win32/perlhost.h
74775 ____________________________________________________________________________
74776 [  6661] By: gsar                                  on 2000/08/17  00:19:20
74777         Log: waitpid() now handles externally spawned pids correctly;
74778              fixes for backtick/wait/waitpid failures on Windows 9x
74779              
74780              these changes make the pid returned by process functions on
74781              Windows 9x always positive by clearing the high bit (which
74782              is always set on Win9x); pseudo-process PIDs are likewise
74783              always negative now on Win9x (just as on NT/2000)
74784      Branch: perl
74785            ! pp_sys.c win32/perlhost.h win32/win32.c
74786 ____________________________________________________________________________
74787 [  6660] By: jhi                                   on 2000/08/17  00:04:32
74788         Log: Retract #6645.
74789      Branch: perl
74790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74791            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
74792            ! t/op/sprintf.t
74793 ____________________________________________________________________________
74794 [  6659] By: gsar                                  on 2000/08/16  23:59:28
74795         Log: on windows, the return values from wait() and waitpid() don't
74796              match those of pseudo-pids
74797      Branch: perl
74798            ! pp_sys.c t/op/fork.t util.c win32/win32.c
74799 ____________________________________________________________________________
74800 [  6658] By: gsar                                  on 2000/08/16  23:56:14
74801         Log: pod nit seen in passing
74802      Branch: perl
74803            ! pod/perlfunc.pod
74804 ____________________________________________________________________________
74805 [  6657] By: gsar                                  on 2000/08/16  23:53:42
74806         Log: change#6328 could make close(SOCKET) return false on windows
74807              when it shouldn't
74808      Branch: perl
74809            ! win32/win32sck.c
74810 ____________________________________________________________________________
74811 [  6656] By: gsar                                  on 2000/08/16  23:46:57
74812         Log: check that the number pseudo children doesn't exceed
74813              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
74814              the WaitForMultipleObjects() limit that would cause wait()
74815              to crash)
74816              
74817              wait() and waitpid() could potentially be rewritten to use
74818              more than one thread to do the waiting to eliminate this
74819              limitation
74820      Branch: perl
74821            ! win32/perlhost.h
74822 ____________________________________________________________________________
74823 [  6655] By: jhi                                   on 2000/08/16  14:11:05
74824         Log: Update Changes.
74825      Branch: perl
74826            ! Changes patchlevel.h
74827 ____________________________________________________________________________
74828 [  6654] By: jhi                                   on 2000/08/16  14:10:12
74829         Log: Update to perldebtut 1.9, from Richard Foley.
74830      Branch: perl
74831            ! pod/perldebtut.pod
74832 ____________________________________________________________________________
74833 [  6653] By: jhi                                   on 2000/08/16  14:08:17
74834         Log: Change the regx compilation error markers to use = instead of <
74835              since pod makes using the latter quite messy.  Reported in
74836              ID 20000814.006 by Abigail and in
74837              Subject: Unknown escape E<> ?
74838              From: Lupe Christoph <lupe@lupe-christoph.de>
74839              Date: Fri, 11 Aug 2000 00:30:27 +0200
74840              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
74841      Branch: perl
74842            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
74843            ! t/op/regmesg.t t/pragma/warn/regcomp
74844 ____________________________________________________________________________
74845 [  6652] By: jhi                                   on 2000/08/16  13:25:31
74846         Log: Change the perlbug address to perl.org since it's more forgiving.
74847              
74848              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
74849              From: abigail@foad.org
74850              Date: 15 Aug 2000 04:15:40 -0000
74851              Message-Id: <20000815041540.8633.qmail@foad.org>
74852      Branch: perl
74853            ! utils/perlbug.PL
74854 ____________________________________________________________________________
74855 [  6651] By: jhi                                   on 2000/08/16  13:22:35
74856         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
74857              From: Tim Jenness <timj@jach.hawaii.edu>
74858              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
74859              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
74860      Branch: perl
74861            ! lib/Cwd.pm
74862 ____________________________________________________________________________
74863 [  6650] By: jhi                                   on 2000/08/16  13:18:13
74864         Log: Update to CPAN 1.57.
74865              
74866              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
74867              From: andreas.koenig@anima.de (Andreas J. Koenig)
74868              Date: 16 Aug 2000 15:09:46 +0200
74869              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
74870      Branch: perl
74871            ! lib/CPAN.pm
74872 ____________________________________________________________________________
74873 [  6649] By: jhi                                   on 2000/08/16  13:12:31
74874         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
74875              From: "Larry W. Virden" <lvirden@cas.org>
74876              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
74877              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
74878      Branch: perl
74879            ! README.hpux
74880 ____________________________________________________________________________
74881 [  6648] By: jhi                                   on 2000/08/16  13:03:53
74882         Log: The numeric locale was reset to "C" by s?printf and never restored.
74883              
74884              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
74885              From: Christian Kirsch <ck@held.mind.de>
74886              Date: Wed, 9 Aug 2000 17:05:17 +0200
74887              Message-Id: <20000809170517.A25389@held>
74888              
74889              No test since adding the failing example to locale.t
74890              does not fail -- probably because the locale settings are so
74891              thoroughly tweaked by that time.  Running the example standalone
74892              does fail, though.  UPDATE: test case added at change #7540.
74893      Branch: perl
74894            ! dump.c perl.h pp.c pp_ctl.c sv.c
74895 ____________________________________________________________________________
74896 [  6647] By: jhi                                   on 2000/08/16  00:07:54
74897         Log: Update Changes and test semi-automatic patchlevel updating.
74898      Branch: perl
74899            ! Changes patchlevel.h
74900 ____________________________________________________________________________
74901 [  6646] By: jhi                                   on 2000/08/15  23:35:07
74902         Log: Fix a dependency problem.
74903              
74904              Subject: [PATCH: 6640] VMS Makefile.SH update
74905              From: Peter Prymmer <pvhp@forte.com>
74906              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
74907              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
74908      Branch: perl
74909            ! vms/descrip_mms.template
74910 ____________________________________________________________________________
74911 [  6645] By: jhi                                   on 2000/08/15  23:33:23
74912         Log: (Retracted by #6660)
74913              
74914              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
74915              From: Dominic Dunlop <domo@computer.org>
74916              Date: Tue, 15 Aug 2000 22:20:52 +0200
74917              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
74918      Branch: metaconfig/U/perl
74919            + d_printfed.U
74920      Branch: perl
74921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74922            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
74923            ! t/op/sprintf.t
74924 ____________________________________________________________________________
74925 [  6644] By: jhi                                   on 2000/08/15  21:17:20
74926         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
74927              From: abigail@foad.org
74928              Date: 15 Aug 2000 20:12:41 -0000
74929              Message-Id: <20000815201241.25556.qmail@foad.org>
74930      Branch: perl
74931            ! INSTALL
74932 ____________________________________________________________________________
74933 [  6643] By: jhi                                   on 2000/08/15  21:15:28
74934         Log: (an already applied patch)
74935      Branch: perl
74936            ! lib/CGI.pm
74937 ____________________________________________________________________________
74938 [  6642] By: gsar                                  on 2000/08/15  19:54:05
74939         Log: magic callbacks all need to have same type signature
74940      Branch: perl
74941            ! embed.pl mg.c proto.h
74942 ____________________________________________________________________________
74943 [  6641] By: jhi                                   on 2000/08/15  17:56:27
74944         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)
74945              From: Mike Guy <mjtg@cam.ac.uk>
74946              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
74947              Date: Tue, 15 Aug 2000 18:26:45 +0100
74948              
74949              Only the peek.t part applied, not the hash quality part.
74950      Branch: perl
74951            ! t/lib/peek.t
74952 ____________________________________________________________________________
74953 [  6640] By: jhi                                   on 2000/08/15  16:37:37
74954         Log: Update Changes.
74955      Branch: perl
74956            ! Changes
74957 ____________________________________________________________________________
74958 [  6639] By: jhi                                   on 2000/08/15  16:34:55
74959         Log: Missed a file from #6638.
74960      Branch: perl
74961            ! lib/File/Temp.pm
74962 ____________________________________________________________________________
74963 [  6638] By: jhi                                   on 2000/08/15  16:33:19
74964         Log: Subject: [PATCH perl@6620] cygwin port
74965              From: "Fifer, Eric" <EFifer@sanwaint.com>
74966              Date: Tue, 15 Aug 2000 17:00:49 +0100
74967              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
74968      Branch: perl
74969            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
74970 ____________________________________________________________________________
74971 [  6637] By: jhi                                   on 2000/08/15  16:29:22
74972         Log: Subject: [PATCH] debugger exit code should reflect user exit code
74973              From: Mike Guy <mjtg@cam.ac.uk>
74974              Date: Tue, 15 Aug 2000 16:55:59 +0100
74975              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
74976      Branch: perl
74977            ! lib/perl5db.pl
74978 ____________________________________________________________________________
74979 [  6636] By: jhi                                   on 2000/08/15  15:30:58
74980         Log: Update Changes.
74981      Branch: perl
74982            ! Changes
74983 ____________________________________________________________________________
74984 [  6635] By: jhi                                   on 2000/08/15  15:27:21
74985         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
74986      Branch: metaconfig
74987            ! U/mkglossary U/mksample
74988      Branch: metaconfig/U/perl
74989            ! Devel.U
74990      Branch: perl
74991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74992 ____________________________________________________________________________
74993 [  6634] By: jhi                                   on 2000/08/15  14:11:55
74994         Log: Don't blow limited stacks, a lower number is enough to
74995              tickle the lookbehind limit.
74996              
74997              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
74998              From: Dominic Dunlop <domo@computer.org>
74999              Date: Tue, 15 Aug 2000 13:51:24 +0200
75000              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
75001      Branch: perl
75002            ! t/op/regmesg.t
75003 ____________________________________________________________________________
75004 [  6633] By: jhi                                   on 2000/08/15  14:01:46
75005         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
75006              From: Mike Guy <mjtg@cam.ac.uk>
75007              Date: Tue, 15 Aug 2000 12:10:50 +0100
75008              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
75009      Branch: perl
75010            ! utils/perldoc.PL
75011 ____________________________________________________________________________
75012 [  6632] By: jhi                                   on 2000/08/15  13:58:48
75013         Log: make ok etc also for win32.
75014              
75015              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
75016              From: Prymmer/Kahn <pvhp@best.com>
75017              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
75018              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
75019      Branch: perl
75020            ! win32/Makefile
75021 ____________________________________________________________________________
75022 [  6631] By: jhi                                   on 2000/08/15  13:45:03
75023         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
75024      Branch: perl
75025            ! lib/Test.pm
75026 ____________________________________________________________________________
75027 [  6630] By: jhi                                   on 2000/08/15  03:25:09
75028         Log: Update Changes.
75029      Branch: perl
75030            ! Changes
75031 ____________________________________________________________________________
75032 [  6629] By: jhi                                   on 2000/08/15  03:23:53
75033         Log: magic_regdatum_set() is void, not int.
75034      Branch: perl
75035            ! embed.pl mg.c proto.h
75036 ____________________________________________________________________________
75037 [  6628] By: jhi                                   on 2000/08/15  03:08:02
75038         Log: Make the user to give up his firstborn, err, to knowingly
75039              verify installing an unstable developer release.  Also bump
75040              the release to 5.7.0, but leave a patch tag in the local
75041              patches saying that this is not yet the real thing.
75042      Branch: metaconfig
75043            ! U/modified/Instruct.U
75044      Branch: metaconfig/U/perl
75045            + Devel.U
75046      Branch: perl
75047            ! Configure patchlevel.h
75048 ____________________________________________________________________________
75049 [  6627] By: jhi                                   on 2000/08/14  22:32:52
75050         Log: README.os2 update.
75051              
75052              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
75053              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75054              Date: Wed, 02 Aug 2000 21:55:09 -0700
75055              Message-ID: <tsPi5gzkgegX092yn@efn.org>
75056      Branch: perl
75057            ! README.os2
75058 ____________________________________________________________________________
75059 [  6626] By: jhi                                   on 2000/08/14  21:00:02
75060         Log: Subject: Re: File::Temp problems on VMS in bleedperl
75061              From: Tim Jenness <timj@jach.hawaii.edu>
75062              cc: vmsperl@perl.org
75063              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
75064              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
75065      Branch: perl
75066            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75067 ____________________________________________________________________________
75068 [  6625] By: jhi                                   on 2000/08/14  20:52:16
75069         Log: Add SUIDMAIL as was done for the CERT alert.
75070      Branch: perl
75071            ! patchlevel.h
75072 ____________________________________________________________________________
75073 [  6624] By: jhi                                   on 2000/08/14  20:48:50
75074         Log: Subject: sfio2000
75075              From: Daniel Muino <dmuino@afip.gov.ar>
75076              Date: Mon, 14 Aug 2000 16:58:11 -0300
75077              Message-ID: <20000814165811.B16368@con2-dgi>
75078      Branch: perl
75079            ! perlsdio.h perlsfio.h
75080 ____________________________________________________________________________
75081 [  6623] By: jhi                                   on 2000/08/14  20:47:36
75082         Log: Subject: warning: storage class after type is obsolescent
75083              From: Daniel Muino <dmuino@afip.gov.ar>
75084              Date: Mon, 14 Aug 2000 16:42:47 -0300
75085              Message-ID: <20000814164247.A16368@con2-dgi>
75086      Branch: perl
75087            ! regcomp.pl regnodes.h
75088 ____________________________________________________________________________
75089 [  6622] By: jhi                                   on 2000/08/14  20:43:05
75090         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
75091              From: abigail@foad.org
75092              Date: 14 Aug 2000 20:00:10 -0000
75093              Message-Id: <20000814200010.27271.qmail@foad.org>
75094      Branch: perl
75095            ! Changes
75096 ____________________________________________________________________________
75097 [  6621] By: jhi                                   on 2000/08/14  15:23:05
75098         Log: Update Changes.
75099      Branch: perl
75100            ! Changes
75101 ____________________________________________________________________________
75102 [  6620] By: jhi                                   on 2000/08/14  15:22:14
75103         Log: Subject: Re: [PATCH] @+, @- readonly
75104              From: Mike Guy <mjtg@cam.ac.uk>
75105              Date: Mon, 14 Aug 2000 15:26:55 +0100
75106              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
75107      Branch: perl
75108            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
75109            ! sv.c t/op/pat.t
75110 ____________________________________________________________________________
75111 [  6619] By: jhi                                   on 2000/08/14  14:12:08
75112         Log: Update Changes.
75113      Branch: perl
75114            ! Changes
75115 ____________________________________________________________________________
75116 [  6618] By: jhi                                   on 2000/08/14  14:09:34
75117         Log: For now remove the mail code.
75118      Branch: perl
75119            ! perl.c
75120 ____________________________________________________________________________
75121 [  6617] By: jhi                                   on 2000/08/14  14:08:28
75122         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
75123      Branch: perl
75124            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
75125            ! pod/perlfaq8.pod pod/perlsec.pod
75126 ____________________________________________________________________________
75127 [  6616] By: jhi                                   on 2000/08/14  14:00:11
75128         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75129              From: Mike Guy <mjtg@cam.ac.uk>
75130              Date: Mon, 14 Aug 2000 08:26:02 +0100
75131              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
75132      Branch: perl
75133            ! lib/perl5db.pl
75134 ____________________________________________________________________________
75135 [  6615] By: jhi                                   on 2000/08/14  13:58:45
75136         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
75137              From: Mike Guy <mjtg@cam.ac.uk>
75138              Date: Mon, 14 Aug 2000 08:04:22 +0100
75139              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
75140      Branch: perl
75141            ! gv.c mg.c t/op/pat.t
75142 ____________________________________________________________________________
75143 [  6614] By: jhi                                   on 2000/08/14  13:56:45
75144         Log: Subject: Test fails / warnings with perl-current #6612
75145              From: Mike Guy <mjtg@cam.ac.uk>
75146              Date: Mon, 14 Aug 2000 07:57:23 +0100
75147              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
75148      Branch: perl
75149            ! t/lib/b.t t/lib/peek.t
75150 ____________________________________________________________________________
75151 [  6613] By: jhi                                   on 2000/08/14  13:45:33
75152         Log: VMS configure.com update continues.
75153      Branch: perl
75154            - vms/configure.com
75155            ! MANIFEST configure.com
75156 ____________________________________________________________________________
75157 [  6612] By: jhi                                   on 2000/08/13  22:13:35
75158         Log: Update Changes.
75159      Branch: perl
75160            ! Changes
75161 ____________________________________________________________________________
75162 [  6611] By: jhi                                   on 2000/08/13  16:21:45
75163         Log: Upgrade to CGI 2.71, from Lincoln Stein.
75164      Branch: perl
75165            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
75166 ____________________________________________________________________________
75167 [  6610] By: jhi                                   on 2000/08/13  15:09:16
75168         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75169              From: Mike Guy <mjtg@cam.ac.uk>
75170              Date: Sun, 13 Aug 2000 13:45:51 +0100
75171              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
75172      Branch: perl
75173            ! t/op/regmesg.t
75174 ____________________________________________________________________________
75175 [  6609] By: jhi                                   on 2000/08/13  14:31:26
75176         Log: Andreas says that 1.56 is fine, so reverting back to it.
75177      Branch: perl
75178            ! lib/CPAN.pm
75179 ____________________________________________________________________________
75180 [  6608] By: jhi                                   on 2000/08/13  05:34:20
75181         Log: Update Changes.
75182      Branch: perl
75183            ! Changes
75184 ____________________________________________________________________________
75185 [  6607] By: jhi                                   on 2000/08/13  05:32:01
75186         Log: Put back the \z changes of #5406 to CPAN.pm.
75187      Branch: perl
75188            ! lib/CPAN.pm
75189 ____________________________________________________________________________
75190 [  6606] By: jhi                                   on 2000/08/13  05:20:16
75191         Log: Fix-n-skip the tests under 5005threads.
75192      Branch: perl
75193            ! t/lib/b.t
75194 ____________________________________________________________________________
75195 [  6605] By: jhi                                   on 2000/08/13  05:07:48
75196         Log: Fix the test for 5005threads.
75197      Branch: perl
75198            ! t/lib/peek.t
75199 ____________________________________________________________________________
75200 [  6604] By: jhi                                   on 2000/08/13  03:35:37
75201         Log: Should have deleted this in #6603.
75202      Branch: perl
75203            - vms/subconfigure.com
75204 ____________________________________________________________________________
75205 [  6603] By: jhi                                   on 2000/08/12  18:29:32
75206         Log: Rewrite of vms/subconfigure.com as configure.com,
75207              from Peter Prymmer and the vmsperl crew.
75208      Branch: perl
75209            + vms/configure.com
75210            ! MANIFEST
75211 ____________________________________________________________________________
75212 [  6602] By: jhi                                   on 2000/08/11  13:00:01
75213         Log: PlainText.pm is dead.
75214      Branch: perl
75215            - lib/Pod/PlainText.pm
75216            ! MANIFEST
75217 ____________________________________________________________________________
75218 [  6601] By: jhi                                   on 2000/08/11  04:06:45
75219         Log: Update Changes.
75220      Branch: perl
75221            ! Changes
75222 ____________________________________________________________________________
75223 [  6600] By: jhi                                   on 2000/08/11  04:06:10
75224         Log: Add a few missing files, update MANIFEST.
75225      Branch: perl
75226            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75227            + lib/Pod/PlainText.pm t/pod/find.t
75228            ! MANIFEST t/op/regmesg.t
75229 ____________________________________________________________________________
75230 [  6599] By: jhi                                   on 2000/08/11  03:31:10
75231         Log: Add Perl debugging tutorial, regen toc. 
75232              
75233              Subject: perldebtut.pod
75234              From: Richard Foley <Richard.Foley@m.dasa.de>
75235              Date: Wed, 09 Aug 2000 10:17:15 +0200
75236              Message-id: <3991138B.262247B8@m.dasa.de>
75237      Branch: perl
75238            + pod/perldebtut.pod
75239            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
75240 ____________________________________________________________________________
75241 [  6598] By: jhi                                   on 2000/08/11  02:48:56
75242         Log: tiny Changes edit
75243      Branch: perl
75244            ! Changes
75245 ____________________________________________________________________________
75246 [  6597] By: jhi                                   on 2000/08/11  02:39:04
75247         Log: Tests for #6589.
75248              
75249              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75250              From: simon@brecon.co.uk (Simon Cozens)
75251              Date: 11 Aug 2000 02:24:52 GMT
75252              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
75253      Branch: perl
75254            ! t/lib/b.t
75255 ____________________________________________________________________________
75256 [  6596] By: jhi                                   on 2000/08/11  01:50:07
75257         Log: Update Changes.
75258      Branch: perl
75259            ! Changes
75260 ____________________________________________________________________________
75261 [  6595] By: jhi                                   on 2000/08/11  01:47:16
75262         Log: nitfix
75263      Branch: perl
75264            ! Changes
75265 ____________________________________________________________________________
75266 [  6594] By: jhi                                   on 2000/08/11  01:36:16
75267         Log: Subject: Getting perlio and threads to compile
75268              From: Lupe Christoph <lupe@lupe-christoph.de>
75269              Date: Wed, 9 Aug 2000 11:35:54 +0200
75270              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
75271              
75272              (the Solaris version changes in Configure skipped)
75273      Branch: perl
75274            ! hints/solaris_2.sh thread.h
75275 ____________________________________________________________________________
75276 [  6593] By: jhi                                   on 2000/08/11  01:30:16
75277         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
75278              From: simon@brecon.co.uk (Simon Cozens)
75279              Date: 1 Aug 2000 06:55:19 GMT
75280              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
75281      Branch: perl
75282            ! lib/utf8.pm
75283 ____________________________________________________________________________
75284 [  6592] By: jhi                                   on 2000/08/11  01:26:39
75285         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75286              From: Peter Scott <Peter@PeterScott.com>
75287              Date: Thu, 10 Aug 2000 08:23:27 -0700
75288              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
75289      Branch: perl
75290            ! lib/perl5db.pl
75291 ____________________________________________________________________________
75292 [  6591] By: jhi                                   on 2000/08/11  01:22:02
75293         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75294              From: Hugo <hv@crypt.compulink.co.uk>
75295              Date: Thu, 10 Aug 2000 19:23:04 +0100
75296              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
75297      Branch: perl
75298            ! regexec.c t/op/pat.t
75299 ____________________________________________________________________________
75300 [  6590] By: jhi                                   on 2000/08/11  01:19:19
75301         Log: Preprocessing and postprocessing for File::Find.
75302              
75303              Subject: Patch to Find::File.pm to allow alphabetical results
75304              From: Joe Smith <jsmith@inwap.com>
75305              Date: Wed, 9 Aug 2000 02:44:54 -0700
75306              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
75307      Branch: perl
75308            ! lib/File/Find.pm
75309 ____________________________________________________________________________
75310 [  6589] By: jhi                                   on 2000/08/11  01:12:39
75311         Log: B::Deparse didn't do sub attributes.
75312              
75313              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75314              From: simon@brecon.co.uk (Simon Cozens)
75315              Date: 9 Aug 2000 04:49:20 GMT
75316              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
75317      Branch: perl
75318            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
75319 ____________________________________________________________________________
75320 [  6588] By: jhi                                   on 2000/08/11  01:06:40
75321         Log: Subject: debugger "d" command doesnt check line number
75322              From: Mike Guy <mjtg@cam.ac.uk>
75323              Date: Tue, 08 Aug 2000 21:54:29 +0100
75324              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
75325      Branch: perl
75326            ! lib/perl5db.pl mg.c pod/perldiag.pod
75327 ____________________________________________________________________________
75328 [  6587] By: jhi                                   on 2000/08/11  00:45:03
75329         Log: sleep(1) does not necessarily return 1.
75330              
75331              Subject: [PATCH bleadperl] op/lex_assign.t  
75332              From: Hugo <hv@crypt.compulink.co.uk>
75333              Date: Thu, 03 Aug 2000 14:34:22 +0100        
75334              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
75335      Branch: perl
75336            ! t/op/lex_assign.t
75337 ____________________________________________________________________________
75338 [  6586] By: jhi                                   on 2000/08/11  00:31:50
75339         Log: Document the IO::Select timeout.
75340      Branch: perl
75341            ! ext/IO/lib/IO/Select.pm
75342 ____________________________________________________________________________
75343 [  6585] By: jhi                                   on 2000/08/11  00:13:54
75344         Log: Forgot contributor.
75345      Branch: perl
75346            ! Changes
75347 ____________________________________________________________________________
75348 [  6584] By: jhi                                   on 2000/08/11  00:09:19
75349         Log: detypo
75350      Branch: perl
75351            ! Changes
75352 ____________________________________________________________________________
75353 [  6583] By: jhi                                   on 2000/08/11  00:07:53
75354         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75355              
75356              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75357              From: Mike Guy <mjtg@cam.ac.uk> 
75358              Date: Thu, 10 Aug 2000 15:50:54 +0100
75359              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
75360      Branch: perl
75361            ! sv.c t/op/int.t
75362 ____________________________________________________________________________
75363 [  6582] By: jhi                                   on 2000/08/10  23:29:32
75364         Log: Update Changes.
75365      Branch: perl
75366            ! Changes
75367 ____________________________________________________________________________
75368 [  6581] By: jhi                                   on 2000/08/10  23:26:16
75369         Log: Put back the std @INC thing.
75370      Branch: perl
75371            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
75372            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
75373            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
75374            ! t/lib/gol-oo.t
75375 ____________________________________________________________________________
75376 [  6580] By: jhi                                   on 2000/08/10  23:03:34
75377         Log: Update to CGI 2.70, from Lincoln Stein.
75378      Branch: perl
75379            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
75380            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
75381            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
75382            ! t/lib/cgi-request.t
75383 ____________________________________________________________________________
75384 [  6579] By: jhi                                   on 2000/08/10  22:41:50
75385         Log: Update to CPAN 1.56, from Andreas König.
75386      Branch: perl
75387            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75388 ____________________________________________________________________________
75389 [  6578] By: jhi                                   on 2000/08/10  22:38:13
75390         Log: Update to Pod::Parser 1.17, from Brad Appleton.
75391      Branch: perl
75392            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
75393            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
75394            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
75395            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
75396            ! t/pod/include.t t/pod/included.t t/pod/lref.t
75397            ! t/pod/multiline_items.t t/pod/nested_items.t
75398            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
75399            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
75400            ! t/pod/special_seqs.t
75401 ____________________________________________________________________________
75402 [  6577] By: jhi                                   on 2000/08/10  22:35:41
75403         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75404      Branch: perl
75405            ! AUTHORS MAINTAIN
75406 ____________________________________________________________________________
75407 [  6576] By: jhi                                   on 2000/08/10  22:24:54
75408         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
75409      Branch: perl
75410            + t/lib/gol-oo.t
75411            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
75412            ! t/lib/gol-compat.t t/lib/gol-linkage.t
75413 ____________________________________________________________________________
75414 [  6575] By: jhi                                   on 2000/08/10  22:02:07
75415         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
75416      Branch: perl
75417            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
75418 ____________________________________________________________________________
75419 [  6574] By: jhi                                   on 2000/08/10  21:55:03
75420         Log: Iterating perl6 description.
75421      Branch: perl
75422            ! pod/perlfaq1.pod
75423 ____________________________________________________________________________
75424 [  6573] By: jhi                                   on 2000/08/10  21:48:26
75425         Log: Revert the sv.c part of #6559, a better fix is needed.
75426      Branch: perl
75427            ! sv.c
75428 ____________________________________________________________________________
75429 [  6572] By: jhi                                   on 2000/08/10  20:33:43
75430         Log: It's the 2ndO'ROSSC.
75431      Branch: perl
75432            ! pod/perlfaq1.pod
75433 ____________________________________________________________________________
75434 [  6571] By: jhi                                   on 2000/08/10  15:55:48
75435         Log: detypo
75436      Branch: perl
75437            ! pod/perlfaq1.pod
75438 ____________________________________________________________________________
75439 [  6570] By: jhi                                   on 2000/08/10  14:11:17
75440         Log: An exceptionally sticky typo.
75441      Branch: perl
75442            ! Changes
75443 ____________________________________________________________________________
75444 [  6569] By: jhi                                   on 2000/08/10  14:09:33
75445         Log: detypo (and test Changes updating script)
75446      Branch: perl
75447            ! Changes
75448 ____________________________________________________________________________
75449 [  6568] By: jhi                                   on 2000/08/10  14:07:07
75450         Log: Update Changes.
75451      Branch: perl
75452            ! Changes
75453 ____________________________________________________________________________
75454 [  6567] By: jhi                                   on 2000/08/10  14:06:19
75455         Log: Amend the description of Perl6.
75456              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75457              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
75458              Date: Wed, 9 Aug 2000 22:11:06 -0500
75459              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
75460      Branch: perl
75461            ! pod/perlfaq1.pod
75462 ____________________________________________________________________________
75463 [  6566] By: jhi                                   on 2000/08/10  13:58:57
75464         Log: Subject: Remove dead entry in perldiag
75465              From: Mike Guy <mjtg@cam.ac.uk>
75466              Date: Thu, 10 Aug 2000 14:19:19 +0100
75467              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
75468      Branch: perl
75469            ! pod/perldiag.pod
75470 ____________________________________________________________________________
75471 [  6565] By: jhi                                   on 2000/08/10  13:51:48
75472         Log: Zero entries were skipped, fix from Adrian Goalby
75473              <argoalby@yahoo.co.uk>
75474      Branch: perl
75475            ! lib/unicode/Number.pl lib/unicode/mktables.PL
75476 ____________________________________________________________________________
75477 [  6564] By: jhi                                   on 2000/08/10  13:00:12
75478         Log: Subject: [PATCH 5.6.0] cygwin port
75479              From: "Fifer, Eric" <EFifer@sanwaint.com>
75480              Date: Thu, 10 Aug 2000 13:15:36 +0100
75481              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
75482      Branch: perl
75483            ! README.cygwin hints/cygwin.sh
75484 ____________________________________________________________________________
75485 [  6563] By: jhi                                   on 2000/08/10  12:55:16
75486         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
75487      Branch: perl
75488            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
75489 ____________________________________________________________________________
75490 [  6562] By: gsar                                  on 2000/08/10  08:38:39
75491         Log: warn is a macro, avoid using at a variable to avoid warnings
75492              in some configurations; readdir.t is too conservative in
75493              estimating number of *.t's
75494      Branch: perl
75495            ! t/op/readdir.t util.c
75496 ____________________________________________________________________________
75497 [  6561] By: jhi                                   on 2000/08/09  23:35:42
75498         Log: Update Changes.
75499      Branch: perl
75500            ! Changes
75501 ____________________________________________________________________________
75502 [  6560] By: jhi                                   on 2000/08/09  23:05:47
75503         Log: Subject: Re: enhanced(?) regex error messages
75504              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
75505              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
75506              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
75507              
75508              (plus two small patches sent privately)
75509              (this still seems to leave few test failures)
75510      Branch: perl
75511            + t/op/regmesg.t
75512            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
75513            ! t/pragma/warn/regcomp
75514 ____________________________________________________________________________
75515 [  6559] By: jhi                                   on 2000/08/09  20:41:18
75516         Log: (The fix did work but was not right, retracted in #6573)
75517              
75518              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
75519              From: Christian Kirsch <ck@held.mind.de>
75520              Date: Wed, 9 Aug 2000 17:05:17 +0200
75521              Message-Id: <20000809170517.A25389@held>
75522      Branch: perl
75523            ! sv.c t/pragma/locale.t
75524 ____________________________________________________________________________
75525 [  6558] By: jhi                                   on 2000/08/08  22:34:08
75526         Log: Tiny updates on the contributors list.
75527      Branch: perl
75528            ! Changes
75529 ____________________________________________________________________________
75530 [  6557] By: jhi                                   on 2000/08/08  19:34:28
75531         Log: Double check that we have a dirhandle.
75532      Branch: perl
75533            ! util.c
75534 ____________________________________________________________________________
75535 [  6556] By: jhi                                   on 2000/08/08  19:01:51
75536         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
75537              May be repopulated with fresh maintained examples.
75538      Branch: perl
75539            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
75540            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
75541            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
75542            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
75543            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
75544            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
75545            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
75546            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
75547            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
75548            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
75549            + lib/CGI/eg/wilogo_gif.uu
75550            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
75551            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
75552            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
75553            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
75554            - eg/cgi/frameset.cgi eg/cgi/index.html
75555            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
75556            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
75557            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
75558            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
75559            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
75560            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
75561            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
75562            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
75563            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
75564            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
75565            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
75566            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
75567            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
75568            - eg/van/vanish eg/who eg/wrapsuid
75569            ! MANIFEST
75570 ____________________________________________________________________________
75571 [  6555] By: jhi                                   on 2000/08/08  18:51:08
75572         Log: Delete chat2 as requested by Randal.
75573              
75574              Subject: Re: perlfaq8 coyness
75575              From: merlyn@stonehenge.com (Randal L. Schwartz) 
75576              Date: 15 May 2000 18:52:42 -0700 
75577              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
75578      Branch: perl
75579            - lib/chat2.pl
75580            ! MANIFEST
75581 ____________________________________________________________________________
75582 [  6554] By: jhi                                   on 2000/08/08  18:31:35
75583         Log: Regen global.sym.
75584      Branch: perl
75585            ! global.sym
75586 ____________________________________________________________________________
75587 [  6553] By: jhi                                   on 2000/08/08  18:28:13
75588         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75589              (either perlbug or p5p ate the original), plus regen
75590              perlapi and perltoc. 
75591      Branch: perl
75592            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
75593            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
75594            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
75595            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
75596            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
75597            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
75598            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
75599            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
75600            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
75601            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
75602 ____________________________________________________________________________
75603 [  6552] By: jhi                                   on 2000/08/08  18:06:29
75604         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75605              From: Mike Guy <mjtg@cam.ac.uk>
75606              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
75607              Date: Tue, 08 Aug 2000 15:51:27 +0100
75608      Branch: perl
75609            ! doop.c sv.h t/op/join.t t/pragma/overload.t
75610 ____________________________________________________________________________
75611 [  6551] By: jhi                                   on 2000/08/08  18:01:11
75612         Log: Re-apply #6549.
75613      Branch: perl
75614            ! lib/perl5db.pl
75615 ____________________________________________________________________________
75616 [  6550] By: jhi                                   on 2000/08/08  17:43:08
75617         Log: Accidental retraction of #6549.
75618      Branch: perl
75619            ! lib/perl5db.pl
75620 ____________________________________________________________________________
75621 [  6549] By: jhi                                   on 2000/08/08  17:40:04
75622         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75623              From: Mike Guy <mjtg@cam.ac.uk>
75624              Date: Mon, 07 Aug 2000 21:49:58 +0100
75625              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
75626      Branch: perl
75627            ! lib/perl5db.pl
75628 ____________________________________________________________________________
75629 [  6548] By: jhi                                   on 2000/08/08  17:37:57
75630         Log: Document here-doc better.
75631              
75632              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
75633              From: Mike Guy <mjtg@cam.ac.uk>
75634              Date: Mon, 07 Aug 2000 14:02:09 +0100
75635              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
75636      Branch: perl
75637            ! pod/perldata.pod
75638 ____________________________________________________________________________
75639 [  6547] By: jhi                                   on 2000/08/08  17:33:34
75640         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75641              From: "Randy J. Ray" <rjray@redhat.com>
75642              Date: Mon, 07 Aug 2000 19:12:25 -0700
75643              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
75644      Branch: perl
75645            ! perl.c pod/perlrun.pod
75646 ____________________________________________________________________________
75647 [  6546] By: jhi                                   on 2000/08/08  17:29:26
75648         Log: Subject: Re: enhanced(?) regex error messages 
75649              From: Hugo <hv@crypt.compulink.co.uk>
75650              Date: Tue, 08 Aug 2000 03:25:51 +0100
75651              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
75652              
75653              plus Capitalize the error messages, plus perldiag them.
75654      Branch: perl
75655            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
75656 ____________________________________________________________________________
75657 [  6545] By: jhi                                   on 2000/08/08  13:59:28
75658         Log: Augment #6539 a bit: don't croak if there's magic in the air.
75659              
75660              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
75661              From: Hugo <hv@crypt.compulink.co.uk>
75662              Date: Tue, 08 Aug 2000 03:02:03 +0100
75663              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
75664      Branch: perl
75665            ! pp.c t/op/bless.t
75666 ____________________________________________________________________________
75667 [  6544] By: jhi                                   on 2000/08/07  21:11:52
75668         Log: Make the test -w clean.
75669      Branch: perl
75670            ! t/op/bless.t
75671 ____________________________________________________________________________
75672 [  6543] By: jhi                                   on 2000/08/07  19:49:53
75673         Log: use warnings instead of $^W.
75674      Branch: perl
75675            ! t/op/bless.t
75676 ____________________________________________________________________________
75677 [  6542] By: jhi                                   on 2000/08/07  17:41:41
75678         Log: Disable a portability warning Because We Know What We Are Doing.
75679      Branch: perl
75680            ! t/op/bless.t
75681 ____________________________________________________________________________
75682 [  6541] By: jhi                                   on 2000/08/07  17:29:51
75683         Log: Tiny tidying on report_evil_fh().
75684      Branch: perl
75685            ! util.c
75686 ____________________________________________________________________________
75687 [  6540] By: jhi                                   on 2000/08/07  16:37:38
75688         Log: Make regular expression parse error messages easier to understand.
75689              
75690              Subject: Re: enhanced(?) regex error messages
75691              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
75692              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
75693              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
75694      Branch: perl
75695            ! regcomp.c
75696 ____________________________________________________________________________
75697 [  6539] By: jhi                                   on 2000/08/07  16:12:27
75698         Log: Make bless(REF, REF) a fatal error, add bless tests.
75699              
75700              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
75701              From: Hugo <hv@crypt.compulink.co.uk>
75702              Date: Mon, 07 Aug 2000 16:59:38 +0100
75703              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
75704      Branch: perl
75705            + t/op/bless.t
75706            ! MANIFEST pod/perldiag.pod pp.c sv.c
75707 ____________________________________________________________________________
75708 [  6538] By: jhi                                   on 2000/08/07  15:59:43
75709         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
75710              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
75711              Date: Thu, 3 Aug 2000 14:29:21 -0700
75712              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
75713      Branch: perl
75714            ! lib/lib_pm.PL
75715 ____________________________________________________________________________
75716 [  6537] By: jhi                                   on 2000/08/07  15:47:18
75717         Log: Retract #6419 for now since it breaks in AFS and MachTen.
75718      Branch: perl
75719            ! lib/Cwd.pm
75720 ____________________________________________________________________________
75721 [  6536] By: jhi                                   on 2000/08/07  15:05:29
75722         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
75723              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75724              The security hole exists only in suidperls, which isn't
75725              installed or even built by default.
75726      Branch: perl
75727            ! perl.c
75728 ____________________________________________________________________________
75729 [  6535] By: jhi                                   on 2000/08/07  14:45:14
75730         Log: tr memory corruption fix from Simon Cozens.
75731      Branch: perl
75732            ! doop.c
75733 ____________________________________________________________________________
75734 [  6534] By: jhi                                   on 2000/08/06  11:38:16
75735         Log: Document a bit that UDP is not what you might think.
75736              
75737              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75738              From: Lupe Christoph <lupe@lupe-christoph.de>
75739              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
75740              Date: Mon, 24 Jul 2000 08:59:15 +0200
75741      Branch: perl
75742            ! pod/perlipc.pod
75743 ____________________________________________________________________________
75744 [  6533] By: jhi                                   on 2000/08/06  11:35:01
75745         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75746              From: Jeff Pinyan <jeffp@hut.crusoe.net>
75747              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
75748              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
75749      Branch: perl
75750            ! pod/perlfunc.pod
75751 ____________________________________________________________________________
75752 [  6532] By: jhi                                   on 2000/08/06  03:45:41
75753         Log: Have symbols for the IoTYPEs.
75754      Branch: perl
75755            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
75756 ____________________________________________________________________________
75757 [  6531] By: jhi                                   on 2000/08/06  01:33:55
75758         Log: Continue fixing the io warnings.  This also
75759              sort of fixes bug ID 20000802.003: the core dump
75760              is no more.  Whether the current behaviour is correct
75761              (giving a warning: "Not a format reference"), is another matter.
75762      Branch: perl
75763            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
75764            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
75765 ____________________________________________________________________________
75766 [  6530] By: jhi                                   on 2000/08/05  21:33:12
75767         Log: Change the Policy policy: now -Dprefix= with an existing
75768              Policy.sh and prefix == siteprefix == vendorprefix, then all
75769              of them follow along the new prefix.
75770              
75771              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75772              From: Andy Dougherty <doughera@lafayette.edu>
75773              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
75774              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
75775      Branch: perl
75776            ! Policy_sh.SH
75777 ____________________________________________________________________________
75778 [  6529] By: jhi                                   on 2000/08/05  18:57:28
75779         Log: Zap lib/Sys directory when cleaning up.
75780      Branch: perl
75781            ! Makefile.SH
75782 ____________________________________________________________________________
75783 [  6528] By: jhi                                   on 2000/08/05  18:40:44
75784         Log: Essential prototype changes were missing from #6527.
75785              Also make report_evil_fh() more bomb-proof.
75786      Branch: perl
75787            ! embed.h util.c
75788 ____________________________________________________________________________
75789 [  6527] By: jhi                                   on 2000/08/05  03:22:05
75790         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75791              From: "Ronald F. Guilmette" <rfg@monkeys.com>
75792              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
75793              Message-Id: <200007242247.PAA52177@monkeys.com>
75794      Branch: perl
75795            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
75796 ____________________________________________________________________________
75797 [  6526] By: jhi                                   on 2000/08/04  21:23:27
75798         Log: gcc versions might have (parentheses) in them.
75799      Branch: metaconfig/U/perl
75800            ! gccvers.U
75801      Branch: perl
75802            ! Configure config_h.SH
75803 ____________________________________________________________________________
75804 [  6525] By: jhi                                   on 2000/08/04  20:23:12
75805         Log: Weed buglets pointed out by
75806              
75807              From: Lupe Christoph <lupe@lupe-christoph.de>
75808              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75809              Date: Fri, 4 Aug 2000 17:34:39 +0200
75810              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
75811      Branch: metaconfig/U/perl
75812            ! gccvers.U uselfs.U
75813      Branch: perl
75814            ! Configure config_h.SH
75815 ____________________________________________________________________________
75816 [  6524] By: jhi                                   on 2000/08/04  19:02:08
75817         Log: Warn under -w if lstat(FH) is attempted.
75818              
75819              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
75820              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
75821              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
75822              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
75823      Branch: perl
75824            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
75825            ! t/pragma/warn/pp_sys
75826 ____________________________________________________________________________
75827 [  6523] By: jhi                                   on 2000/08/04  12:31:11
75828         Log: Subject: New perlcc, take 2
75829              From: simon@brecon.co.uk (Simon Cozens)
75830              Date: 4 Aug 2000 06:21:04 GMT
75831              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
75832      Branch: perl
75833            ! utils/perlcc.PL
75834 ____________________________________________________________________________
75835 [  6522] By: jhi                                   on 2000/08/04  12:26:33
75836         Log: Subject: Re: Array vs. List context
75837              From: Daniel Chetlin <daniel@chetlin.com>
75838              Date: Fri, 4 Aug 2000 00:22:44 -0700
75839              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
75840      Branch: perl
75841            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
75842            ! pod/perlfaq4.pod
75843 ____________________________________________________________________________
75844 [  6521] By: jhi                                   on 2000/08/04  12:22:38
75845         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75846              From: Raymund Will <ray@caldera.de>
75847              Date: Fri, 4 Aug 2000 12:07:09 +0200
75848              Message-Id: <20000804120709.A14982@caldera.de>
75849      Branch: perl
75850            ! configure.gnu
75851 ____________________________________________________________________________
75852 [  6520] By: jhi                                   on 2000/08/04  04:09:06
75853         Log: After the #6519 a warning about stat() is just that,
75854              not about a filetest, which now have their own warning.
75855      Branch: perl
75856            ! pod/perldiag.pod
75857 ____________________________________________________________________________
75858 [  6519] By: jhi                                   on 2000/08/04  04:06:30
75859         Log: In the warnings call filehandles consistently so;
75860              add "unopened" warning for stat().
75861      Branch: perl
75862            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
75863            ! t/pragma/warn/pp_sys
75864 ____________________________________________________________________________
75865 [  6518] By: jhi                                   on 2000/08/04  02:55:35
75866         Log: Subject: Minor tweak to perlvar.pod
75867              From: "Stephen P. Potter" <spp@ds.net>
75868              Date: Tue, 18 Apr 2000 09:26:03 -0400
75869              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
75870      Branch: perl
75871            ! pod/perlvar.pod
75872 ____________________________________________________________________________
75873 [  6517] By: jhi                                   on 2000/08/04  02:50:08
75874         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
75875              From: "Clinton Pierce" <cpierce1@ford.com>
75876              Date: Wed, 21 Jul 1999 16:45:31 -0400
75877              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
75878              
75879              Fix by Stephen Potter (visible in the bug db but not in p5p?)
75880      Branch: perl
75881            ! pod/perlfunc.pod pod/perlop.pod
75882 ____________________________________________________________________________
75883 [  6516] By: jhi                                   on 2000/08/04  02:09:25
75884         Log: This is 6512.  Really.
75885      Branch: perl
75886            ! dump.c
75887 ____________________________________________________________________________
75888 [  6515] By: jhi                                   on 2000/08/04  01:25:50
75889         Log: mention the idea of @( and @)
75890      Branch: perl
75891            ! Todo-5.6
75892 ____________________________________________________________________________
75893 [  6514] By: bailey                                on 2000/08/04  01:18:46
75894         Log: YA resync with mainstem, including VMS patches from others
75895      Branch: vmsperl
75896           +> (branch 48 files)
75897            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
75898           !> (integrate 354 files)
75899 ____________________________________________________________________________
75900 [  6513] By: jhi                                   on 2000/08/04  01:18:18
75901         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75902              From: Mark Dickinson <dickins3@fas.harvard.edu>
75903              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
75904              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
75905      Branch: perl
75906            ! t/op/grent.t t/op/pwent.t
75907 ____________________________________________________________________________
75908 [  6512] By: jhi                                   on 2000/08/04  01:14:06
75909         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75911              Date: Wed, 02 Aug 2000 10:51:01 +0100
75912              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
75913      Branch: perl
75914            ! sv.c
75915 ____________________________________________________________________________
75916 [  6511] By: jhi                                   on 2000/08/04  00:57:00
75917         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
75918              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75919              Date: Thu, 03 Aug 2000 17:20:04 -0700
75920              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
75921      Branch: metaconfig
75922            ! U/modified/Cppsym.U
75923      Branch: perl
75924            ! Configure config_h.SH
75925 ____________________________________________________________________________
75926 [  6510] By: jhi                                   on 2000/08/04  00:25:28
75927         Log: detypo
75928      Branch: perl
75929            ! Makefile.SH
75930 ____________________________________________________________________________
75931 [  6509] By: jhi                                   on 2000/08/03  23:43:18
75932         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75933              From: Dominic Dunlop <domo@computer.org>
75934              Date: Thu, 3 Aug 2000 22:16:46 +0200
75935              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
75936      Branch: perl
75937            ! t/op/sprintf.t
75938 ____________________________________________________________________________
75939 [  6508] By: jhi                                   on 2000/08/03  23:40:37
75940         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75941              From: Hugo <hv@crypt.compulink.co.uk>
75942              Date: Thu, 03 Aug 2000 18:25:30 +0100
75943              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
75944      Branch: perl
75945            ! regcomp.c t/op/re_tests
75946 ____________________________________________________________________________
75947 [  6507] By: jhi                                   on 2000/08/03  23:38:28
75948         Log: Subject: [PATCH] sv.h documentation - SvLEN
75949              From: Mike Guy <mjtg@cam.ac.uk>
75950              Date: Thu, 03 Aug 2000 14:43:09 +0100
75951              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
75952      Branch: perl
75953            ! sv.h
75954 ____________________________________________________________________________
75955 [  6506] By: jhi                                   on 2000/08/03  15:49:14
75956         Log: Disable the fix_pl hack for now.
75957      Branch: perl
75958            ! Makefile.SH
75959 ____________________________________________________________________________
75960 [  6505] By: jhi                                   on 2000/08/03  13:49:04
75961         Log: Add a URL for FSF.
75962              
75963              Subject: Patch for README
75964              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
75965              Date: Wed, 2 Aug 2000 13:25:09 -0500
75966              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
75967      Branch: perl
75968            ! README
75969 ____________________________________________________________________________
75970 [  6504] By: jhi                                   on 2000/08/03  13:29:19
75971         Log: Be more informative on what is skipped and why,
75972              also repeat the list at the end.
75973      Branch: perl
75974            ! Porting/p4desc
75975 ____________________________________________________________________________
75976 [  6503] By: jhi                                   on 2000/08/03  13:07:05
75977         Log: Circumvent the removal of .patch by fix_pl.
75978              
75979              Subject: Re: [ID 20000802.011] unable to 'make test'          
75980              From: simon@brecon.co.uk (Simon Cozens) 
75981              Date: 3 Aug 2000 04:17:00 GMT
75982              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
75983      Branch: perl
75984            ! Makefile.SH
75985 ____________________________________________________________________________
75986 [  6502] By: jhi                                   on 2000/08/03  00:14:34
75987         Log: Add the missing setproctitle unit.
75988      Branch: metaconfig/U/perl
75989            + d_setproctitle.U
75990 ____________________________________________________________________________
75991 [  6501] By: jhi                                   on 2000/08/03  00:00:26
75992         Log: The subtest 4 may fail also on VOBS, as pointed out
75993              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75994              (but the failure in that bug report isn't the subtest 4).
75995      Branch: perl
75996            ! t/op/stat.t
75997 ____________________________________________________________________________
75998 [  6500] By: jhi                                   on 2000/08/02  23:49:30
75999         Log: Better skip message for the test; one of the two problems in
76000              
76001              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
76002              From: Lupe Christoph <lupe@lupe-christoph.de>
76003              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
76004              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
76005      Branch: perl
76006            ! t/op/numconvert.t
76007 ____________________________________________________________________________
76008 [  6499] By: jhi                                   on 2000/08/02  22:49:16
76009         Log: Allow "no Module;" even if there is no 'unimport'.
76010              
76011              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
76012              From: mjd@plover.com
76013              Date: 24 Mar 2000 15:24:34 -0000
76014              Message-Id: <20000324152434.15160.qmail@plover.com>
76015      Branch: perl
76016            ! gv.c
76017 ____________________________________________________________________________
76018 [  6498] By: jhi                                   on 2000/08/02  22:42:58
76019         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
76020              that are hopefully soon put into use.
76021      Branch: perl
76022            ! opcode.h opcode.pl opnames.h
76023 ____________________________________________________________________________
76024 [  6497] By: gsar                                  on 2000/08/02  22:28:59
76025         Log: require.t needs binmode() to work on windows
76026      Branch: perl
76027            ! t/comp/require.t
76028 ____________________________________________________________________________
76029 [  6496] By: jhi                                   on 2000/08/02  22:08:51
76030         Log: Document the IVdf UVuf UVof UVxf.
76031      Branch: perl
76032            ! pod/perlguts.pod
76033 ____________________________________________________________________________
76034 [  6495] By: jhi                                   on 2000/08/02  21:54:26
76035         Log: detypo #6494
76036      Branch: perl
76037            ! ext/Data/Dumper/Dumper.xs
76038 ____________________________________________________________________________
76039 [  6494] By: jhi                                   on 2000/08/02  21:49:17
76040         Log: Dump UVs as UVs in Data::Dumper.
76041              
76042              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
76043              From: Gurusamy Sarathy <gsar@ActiveState.com>
76044              Date: Thu, 27 Apr 2000 12:26:25 -0700
76045              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
76046      Branch: perl
76047            ! ext/Data/Dumper/Dumper.xs
76048 ____________________________________________________________________________
76049 [  6493] By: jhi                                   on 2000/08/02  17:01:58
76050         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
76051              From: Hugo <hv@crypt.compulink.co.uk>
76052              Date: Wed, 02 Aug 2000 14:53:56 +0100
76053              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
76054      Branch: perl
76055            ! regexec.c t/op/re_tests
76056 ____________________________________________________________________________
76057 [  6492] By: jhi                                   on 2000/08/02  15:02:46
76058         Log: The new setproctitle() feature is available only in 
76059              bleeding edge FreeBSD.  From Paul Saab.
76060      Branch: perl
76061            ! mg.c
76062 ____________________________________________________________________________
76063 [  6491] By: jhi                                   on 2000/08/02  13:34:36
76064         Log: The tr utf8 patching continues.
76065              
76066              Subject: Re: #6469, too many tests claimed in require.t
76067              From: simon@brecon.co.uk (Simon Cozens)
76068              Date: 2 Aug 2000 02:37:17 GMT
76069              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
76070              
76071              (the logic of the test was the wrong way round in the patch)
76072      Branch: perl
76073            ! doop.c
76074 ____________________________________________________________________________
76075 [  6490] By: jhi                                   on 2000/08/02  13:27:38
76076         Log: The name of a filehandle does not have <these>.
76077      Branch: perl
76078            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
76079            ! t/pragma/warn/pp_sys util.c
76080 ____________________________________________________________________________
76081 [  6489] By: jhi                                   on 2000/08/02  04:26:46
76082         Log: Remove the extraneous "main::" prefix from all the
76083              "opened only for", "on closed", and "never opened" warnings.
76084              
76085              Subject: Re: inappropriate warning
76086              From: Gurusamy Sarathy <gsar@ActiveState.com>
76087              Date: Mon, 20 Mar 2000 11:28:02 -0800
76088              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
76089      Branch: perl
76090            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
76091            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
76092            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
76093 ____________________________________________________________________________
76094 [  6488] By: jhi                                   on 2000/08/02  03:02:57
76095         Log: memcpy has n o in it, as pinted ut by Sarathy.
76096      Branch: perl
76097            ! pod/perlguts.pod
76098 ____________________________________________________________________________
76099 [  6487] By: jhi                                   on 2000/08/02  02:44:51
76100         Log: Document in one place the memory abstractions used in Perl core.
76101              
76102              Subject: Re: Memory abstraction
76103              From: simon@brecon.co.uk (Simon Cozens)
76104              Date: 2 Aug 2000 02:20:23 GMT
76105              Organization: Earth.li Origins
76106      Branch: perl
76107            ! pod/perlguts.pod
76108 ____________________________________________________________________________
76109 [  6486] By: jhi                                   on 2000/08/02  02:41:57
76110         Log: regen_headers, regen perltoc.
76111      Branch: perl
76112            ! perlapi.c pod/perltoc.pod
76113 ____________________________________________________________________________
76114 [  6485] By: jhi                                   on 2000/08/02  01:43:33
76115         Log: "This little thing tests for a file .patch, and if it contains
76116              a number, pops into patchlevel.h" (making it easier to track
76117              which development version people are reporting bugs against)
76118              
76119              Subject: Patchlevel autogeneration for repository perls
76120              From: simon@brecon.co.uk (Simon Cozens)
76121              Date: 14 Jul 2000 07:12:15 GMT
76122              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
76123      Branch: perl
76124            + fix_pl
76125            ! MANIFEST Makefile.SH
76126 ____________________________________________________________________________
76127 [  6484] By: jhi                                   on 2000/08/02  01:32:54
76128         Log: FreeBSD 3.* updates from
76129              
76130              From: Paul Saab <ps@yahoo-inc.com>
76131              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
76132              Date: Tue, 1 Aug 2000 15:41:39 -0700
76133              Message-Id: <20000801154139.A53740@yahoo-inc.com>
76134      Branch: perl
76135            ! hints/freebsd.sh
76136 ____________________________________________________________________________
76137 [  6483] By: jhi                                   on 2000/08/02  01:27:44
76138         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
76139              instead one must use setproctitle().  This was already addressed
76140              by change #6457, but the below has a new variant for FreeBSD 4.0
76141              or later, and the matter is also documented more.
76142              
76143              From: Paul Saab <ps@yahoo-inc.com>
76144              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
76145              Date: Tue, 1 Aug 2000 15:41:39 -0700
76146              Message-Id: <20000801154139.A53740@yahoo-inc.com>
76147      Branch: metaconfig/U/perl
76148            + i_libutil.U
76149      Branch: perl
76150            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
76151 ____________________________________________________________________________
76152 [  6482] By: jhi                                   on 2000/08/01  22:17:32
76153         Log: The test from this
76154              
76155              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
76156              Date: Sat, 15 Apr 2000 17:03:44 +0100
76157              From: Tom Hughes <tom@compton.nu>
76158              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
76159              
76160              was missing, the code change went in as #5989
76161              (which had a different test?)
76162      Branch: perl
76163            ! t/op/misc.t
76164 ____________________________________________________________________________
76165 [  6481] By: jhi                                   on 2000/08/01  21:48:38
76166         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
76167              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76168              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
76169              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
76170      Branch: perl
76171            ! perl.h
76172 ____________________________________________________________________________
76173 [  6480] By: jhi                                   on 2000/08/01  18:05:28
76174         Log: Make p4desc to skip non-mainperl branches by default.
76175      Branch: perl
76176            ! Porting/p4desc
76177 ____________________________________________________________________________
76178 [  6479] By: jhi                                   on 2000/08/01  17:29:19
76179         Log: If gccosandvers is equal to osname, clear gccosandvers.
76180      Branch: metaconfig/U/perl
76181            ! gccvers.U
76182      Branch: perl
76183            ! Configure config_h.SH
76184 ____________________________________________________________________________
76185 [  6478] By: jhi                                   on 2000/08/01  15:54:08
76186         Log: BOM patching from Simon Cozens.
76187      Branch: perl
76188            ! toke.c
76189 ____________________________________________________________________________
76190 [  6477] By: jhi                                   on 2000/08/01  04:50:33
76191         Log: Stash away the largefiles flags and libswanted.
76192      Branch: perl
76193            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
76194 ____________________________________________________________________________
76195 [  6476] By: gsar                                  on 2000/08/01  04:24:24
76196         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
76197              on Windows)
76198      Branch: perl
76199            ! t/pragma/utf8.t utf8.c win32/win32.c
76200 ____________________________________________________________________________
76201 [  6475] By: jhi                                   on 2000/08/01  03:35:24
76202         Log: Make chr() for values >127 to create utf8 when under utf8.
76203              
76204              Subject: Re: uft8/chr()
76205              From: simon@brecon.co.uk (Simon Cozens)
76206              Date: 1 Aug 2000 02:37:02 GMT
76207              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
76208      Branch: perl
76209            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
76210 ____________________________________________________________________________
76211 [  6474] By: jhi                                   on 2000/08/01  02:36:18
76212         Log: In Digital UNIX warn if gcc explicitly chosen because even
76213              2.95.2 is known to cause problems.
76214      Branch: perl
76215            ! hints/dec_osf.sh
76216 ____________________________________________________________________________
76217 [  6473] By: jhi                                   on 2000/08/01  02:00:56
76218         Log: Make the safety catch for buggy gccs work with triple version
76219              numbers like 2.95.2.  Reported in
76220              
76221              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
76222              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
76223              Date: Mon, 31 Jul 2000 14:55:06 +0200
76224              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
76225      Branch: perl
76226            ! hints/dec_osf.sh
76227 ____________________________________________________________________________
76228 [  6472] By: jhi                                   on 2000/08/01  01:13:33
76229         Log: Subject: fix and question re: waitpid() under win32
76230              From: Brian Clarke <clarke@appliedmeta.com>
76231              Date: Fri, 28 Jul 2000 15:18:29 -0400
76232              Message-ID: <3981DC85.290314EB@appliedmeta.com>
76233              
76234              Slightly reformatted and WNOHANG # define moved to win32.h
76235              so that also POSIX.xs sees it, as suggsted by Sarathy.
76236      Branch: perl
76237            ! win32/win32.c win32/win32.h
76238 ____________________________________________________________________________
76239 [  6471] By: jhi                                   on 2000/08/01  00:55:05
76240         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
76241              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76242              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
76243              Date: Mon, 31 Jul 2000 13:28:51 +0100
76244              
76245              (aka ID 20000730.002)
76246      Branch: perl
76247            ! op.c t/op/tr.t
76248 ____________________________________________________________________________
76249 [  6470] By: jhi                                   on 2000/07/31  23:34:42
76250         Log: Document the problem with -P in HP-UX and its workaround.
76251              
76252              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
76253              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
76254              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
76255              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
76256      Branch: perl
76257            ! README.hpux
76258 ____________________________________________________________________________
76259 [  6469] By: jhi                                   on 2000/07/31  04:15:02
76260         Log: The swallow_bom() saga continues.  The #23 of require.t
76261              (UTF16-LE) still fails (silently, no output) but the #22
76262              (UTF16-BE) seems to be working now.  The root of the
76263              failure may be in sv_gets(): is it UTF-16LE-aware,
76264              especially when it comes to line endings? 
76265      Branch: perl
76266            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
76267            ! t/comp/require.t toke.c utf8.c
76268 ____________________________________________________________________________
76269 [  6468] By: jhi                                   on 2000/07/30  19:05:48
76270         Log: Find green threads before native threads.
76271              
76272              Subject: Re: Patch to jpl/JNI/Makefile.PL
76273              From: Jens Thomsen <jens@fiend.cis.com>
76274              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
76275              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
76276      Branch: perl
76277            ! jpl/JNI/Makefile.PL
76278 ____________________________________________________________________________
76279 [  6467] By: jhi                                   on 2000/07/30  18:36:22
76280         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
76281      Branch: perl
76282            ! doop.c
76283 ____________________________________________________________________________
76284 [  6466] By: jhi                                   on 2000/07/30  04:37:29
76285         Log: A new version of the "remove UPPERACSE string comparison"
76286              operators.  The problem with the previous one (change #6454)
76287              was that it was for Perl 5.6.0.  From Paul Marquess.
76288      Branch: perl
76289            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
76290            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
76291            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76292 ____________________________________________________________________________
76293 [  6465] By: jhi                                   on 2000/07/29  22:39:56
76294         Log: Do not upgrade SVs into utf8 just because they participate
76295              in eq or cmp.  Reported and fix suggested in
76296              
76297              Subject: [ID 20000720.009] sv_eq UTF8 bug
76298              From: "Simon Cozens" <simon@othersideofthe.earth.li>
76299              Date: 21 Jul 2000 04:37:29 -0000
76300              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
76301              
76302              Exercise for the kind reader: should we or should we not
76303              cache the utf8 conversion alongside the SV? (as magic,
76304              as the strxfrm()ed version is cached under use locale)
76305              Argue both for and against.
76306      Branch: perl
76307            ! sv.c
76308 ____________________________________________________________________________
76309 [  6464] By: jhi                                   on 2000/07/29  22:36:22
76310         Log: Subject: UTF8 concat
76311              From: simon@brecon.co.uk (Simon Cozens) 
76312              Date: 30 Jun 2000 06:13:25 GMT
76313              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
76314              
76315              (with a memory leak fixed, plus a few casts added)
76316              
76317              This also seems to help for
76318              
76319              Subject: [ID 20000716.015] join UTF8 weirdness
76320              From: root <root@ak-71.mind.de> 
76321              Date: Sat, 15 Jul 2000 15:29:54 +0200
76322              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
76323              
76324              (from Andreas König)
76325      Branch: perl
76326            ! pp_hot.c
76327 ____________________________________________________________________________
76328 [  6463] By: jhi                                   on 2000/07/29  00:55:39
76329         Log: Tune the comments and hopefully stop a memory leak.
76330      Branch: perl
76331            ! toke.c utf8.c
76332 ____________________________________________________________________________
76333 [  6462] By: jhi                                   on 2000/07/29  00:16:53
76334         Log: The problem described in this
76335              
76336              Subject: [ID 20000322.018] named chars aren't magical enough
76337              From: root <root@dixie.cscaper.com>     
76338              Date: Wed, 22 Mar 2000 18:37:42 -0700
76339              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
76340              
76341              has been fixed in perl 5.6.0 but just in case added a test
76342              to keep it away.  (The report from Joseph Hall.)
76343      Branch: perl
76344            ! t/lib/charnames.t
76345 ____________________________________________________________________________
76346 [  6461] By: jhi                                   on 2000/07/28  23:56:36
76347         Log: Tiny fixes for #6460.
76348      Branch: metaconfig/U/perl
76349            ! gccvers.U
76350      Branch: perl
76351            ! Configure config_h.SH
76352 ____________________________________________________________________________
76353 [  6460] By: jhi                                   on 2000/07/28  23:24:41
76354         Log: Warn if the version of the operating system used to compile gcc
76355              differs from the current version of the operating system.
76356              Also display the gcc compilation os and version in myconfig.
76357              Inspiration from
76358              
76359              Subject: Re: [ID 20000710.003] ERRORS!!         
76360              From: "Kurt D. Starsinic" <kstar@chapin.edu>
76361              Date: Mon, 10 Jul 2000 15:54:16 -0400
76362              Message-ID: <20000710155416.A1384@O2.chapin.edu>
76363      Branch: metaconfig/U/perl
76364            ! gccvers.U
76365      Branch: perl
76366            ! Configure config_h.SH myconfig.SH
76367 ____________________________________________________________________________
76368 [  6459] By: jhi                                   on 2000/07/28  22:00:32
76369         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
76370              letter to $Config{osvers}.
76371      Branch: metaconfig
76372            ! U/modified/Oldconfig.U
76373      Branch: perl
76374            ! Configure config_h.SH
76375 ____________________________________________________________________________
76376 [  6458] By: jhi                                   on 2000/07/28  04:15:39
76377         Log: Back out #6454, doesn't seem to work.
76378              (Reason: that patch was for perl 5.6.0, not perl-current)
76379              (A version of the patch for perl-current came in later as #6466)
76380      Branch: perl
76381            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
76382            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
76383            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76384 ____________________________________________________________________________
76385 [  6457] By: jhi                                   on 2000/07/27  23:31:49
76386         Log: Use setproctitle() if available to modify $0.
76387              
76388              Subject: setting $* on BSD4 broken
76389              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
76390              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
76391              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
76392      Branch: metaconfig
76393            ! U/modified/Myinit.U
76394      Branch: perl
76395            ! Configure config_h.SH mg.c
76396 ____________________________________________________________________________
76397 [  6456] By: jhi                                   on 2000/07/27  14:50:47
76398         Log: Allow "no AutoLoader;", based on change #6444,
76399              suggested by Graham Barr.
76400      Branch: perl
76401            ! lib/AutoLoader.pm
76402 ____________________________________________________________________________
76403 [  6455] By: jhi                                   on 2000/07/27  14:19:10
76404         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
76405              From: rspier@pobox.com (Robert Spier)
76406              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
76407              Message-ID: <14720.15855.787664.424783@rls.cx>
76408      Branch: perl
76409            ! pod/perldiag.pod
76410 ____________________________________________________________________________
76411 [  6454] By: jhi                                   on 2000/07/27  14:03:02
76412         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
76413              for a long time).
76414              
76415              Reported in
76416              
76417              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
76418              From: Ryan Herbert <rherbert@sycamorehq.com>
76419              Date: Mon, 17 Jul 2000 11:40:42 -0400
76420              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
76421              
76422              Patched in
76423              
76424              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
76425              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
76426              Date: Wed, 26 Jul 2000 23:40:18 +0100
76427              Message-ID: <000001bff752$79511880$0a17073e@tiny>
76428              
76429              based on an earlier patch from Stephen P. Potter.
76430              
76431              (Removed later by change #6458 because this patch was for
76432              perl 5.6.0, not perl-current)
76433      Branch: perl
76434            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
76435            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
76436            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
76437 ____________________________________________________________________________
76438 [  6453] By: jhi                                   on 2000/07/27  13:48:02
76439         Log: Subject: [PATCH] fixes bug 20000508.004
76440              From: Michael Stevens <mstevens@globnix.org>
76441              Date: Thu, 27 Jul 2000 13:49:04 +0100
76442              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
76443      Branch: perl
76444            ! pod/perldata.pod
76445 ____________________________________________________________________________
76446 [  6452] By: jhi                                   on 2000/07/26  23:51:26
76447         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
76448              and Craig A. Berry.
76449      Branch: perl
76450            ! lib/File/Temp.pm pod/perlport.pod
76451 ____________________________________________________________________________
76452 [  6451] By: jhi                                   on 2000/07/26  19:43:30
76453         Log: Be wary of close()s, too.
76454              
76455              Subject: Re: [PATCH] perlbug cleanup
76456              From: Tim Jenness <t.jenness@jach.hawaii.edu>
76457              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
76458              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
76459      Branch: perl
76460            ! utils/perlbug.PL
76461 ____________________________________________________________________________
76462 [  6450] By: jhi                                   on 2000/07/26  18:41:40
76463         Log: Subject: Minor doc patch: handy.h
76464              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
76465              Date: Wed, 26 Jul 2000 15:34:25 -0300
76466              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
76467      Branch: perl
76468            ! handy.h pod/perlapi.pod
76469 ____________________________________________________________________________
76470 [  6449] By: jhi                                   on 2000/07/26  18:23:55
76471         Log: Subject: [PATCH] minor doc change - perlguts
76472              From: Michael Stevens <mstevens@globnix.org>
76473              Date: Thu, 13 Jul 2000 12:39:18 +0100
76474              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
76475      Branch: perl
76476            ! pod/perlguts.pod
76477 ____________________________________________________________________________
76478 [  6448] By: jhi                                   on 2000/07/26  18:20:30
76479         Log: open() wariness in perlbug.
76480              
76481              Subject: [PATCH] perlbug cleanup
76482              From: Michael Stevens <mstevens@globnix.org>
76483              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
76484              Date: Thu, 13 Jul 2000 15:52:23 +0100
76485      Branch: perl
76486            ! utils/perlbug.PL
76487 ____________________________________________________________________________
76488 [  6447] By: jhi                                   on 2000/07/26  18:13:04
76489         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
76490      Branch: perl
76491            ! lib/File/Temp.pm t/lib/ftmp-security.t
76492 ____________________________________________________________________________
76493 [  6446] By: jhi                                   on 2000/07/26  18:06:32
76494         Log: docfix from Peter Scott <Peter@PSDT.com>.
76495      Branch: perl
76496            ! pod/perlfunc.pod
76497 ____________________________________________________________________________
76498 [  6445] By: jhi                                   on 2000/07/26  17:53:31
76499         Log: Fix *foo{FORMAT}.
76500              
76501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76502              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
76503              Date: Wed, 26 Jul 2000 19:51:02 +0200
76504              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
76505              
76506              From: Graham Barr <gbarr@pobox.com>
76507              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
76508              Date: Wed, 26 Jul 2000 17:38:36 +0100
76509              Message-ID: <20000726173836.L472@pobox.com>
76510      Branch: perl
76511            ! pp.c sv.c t/op/gv.t
76512 ____________________________________________________________________________
76513 [  6444] By: jhi                                   on 2000/07/26  17:49:14
76514         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
76515              from Graham Barr in the module list.
76516      Branch: perl
76517            ! gv.c pod/perlobj.pod
76518 ____________________________________________________________________________
76519 [  6443] By: jhi                                   on 2000/07/26  16:06:56
76520         Log: More split() doc and test patches from Mike Guy.
76521      Branch: perl
76522            ! pod/perlfunc.pod t/op/split.t
76523 ____________________________________________________________________________
76524 [  6442] By: jhi                                   on 2000/07/26  16:05:30
76525         Log: MacOS nits from Matthias Neeracher.
76526      Branch: perl
76527            ! perl.c pp_ctl.c
76528 ____________________________________________________________________________
76529 [  6441] By: jhi                                   on 2000/07/26  04:39:57
76530         Log: Subject: [PATCH] split /^/
76531              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76532              Date: Tue, 25 Jul 2000 14:18:57 +0100
76533              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
76534              
76535              (with notes from tchrist and gbarr)
76536      Branch: perl
76537            ! pod/perlfunc.pod t/op/split.t
76538 ____________________________________________________________________________
76539 [  6440] By: jhi                                   on 2000/07/26  04:32:32
76540         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
76541              From: Peter Prymmer <pvhp@forte.com>
76542              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
76543              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
76544      Branch: perl
76545            ! vms/munchconfig.c
76546 ____________________________________________________________________________
76547 [  6439] By: jhi                                   on 2000/07/26  04:31:01
76548         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
76549              to be fatal errors (instead of by default ignoring them, and
76550              ignoring with a bug: even though -w gave an error, the opening [
76551              was left in)  Reported in:
76552              
76553              Subject: [ID 20000716.024] [=cc=] / [:blank:]
76554              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
76555              Date: Sun, 16 Jul 2000 17:55:29 -0700
76556              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
76557      Branch: perl
76558            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
76559 ____________________________________________________________________________
76560 [  6438] By: jhi                                   on 2000/07/25  15:41:15
76561         Log: Subject: [PATCH] av.c apidoc
76562              From: simon@brecon.co.uk (Simon Cozens)
76563              Date: 24 Jul 2000 06:40:52 GMT
76564              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
76565      Branch: perl
76566            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
76567            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
76568 ____________________________________________________________________________
76569 [  6437] By: jhi                                   on 2000/07/25  14:05:36
76570         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
76571              From: "Stephen P. Potter" <spp@ds.net>
76572              Date: Mon, 24 Jul 2000 14:22:23 -0400
76573              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
76574      Branch: perl
76575            ! pod/perllocale.pod
76576 ____________________________________________________________________________
76577 [  6436] By: jhi                                   on 2000/07/25  14:02:03
76578         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
76579              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76580              Date: Mon, 24 Jul 2000 18:04:28 +0100
76581              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
76582      Branch: perl
76583            ! t/lib/syslfs.t t/op/lfs.t
76584 ____________________________________________________________________________
76585 [  6435] By: jhi                                   on 2000/07/25  13:59:28
76586         Log: Get UTF16 BOMs working.  Patch from
76587              
76588              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76589              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76590              Date: Tue, 25 Jul 2000 12:52:45 +0100
76591              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
76592              
76593              and notes from
76594              
76595              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
76596              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76597              Date: Tue, 25 Jul 2000 11:43:25 +0100
76598              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
76599      Branch: perl
76600            ! t/comp/require.t toke.c utf8.c
76601 ____________________________________________________________________________
76602 [  6434] By: jhi                                   on 2000/07/25  02:39:54
76603         Log: Make the "uninit variable" warning to say "concat or string"
76604              or "join or string" when in concat or join .
76605              
76606              Subject: Re: [ID 20000403.009] uninitialised concatenation???
76607              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76608              Date: Tue, 04 Apr 2000 18:22:58 +0100
76609              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
76610              
76611              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
76612              From: William R Ward <hermit@BayView.COM>
76613              Date: Thu, 30 Mar 2000 19:50:03 -0800
76614              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
76615      Branch: perl
76616            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
76617            ! t/pragma/warn/op t/pragma/warn/sv
76618 ____________________________________________________________________________
76619 [  6433] By: jhi                                   on 2000/07/24  17:52:56
76620         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
76621      Branch: perl
76622            ! lib/File/Spec/VMS.pm
76623 ____________________________________________________________________________
76624 [  6432] By: jhi                                   on 2000/07/24  17:44:44
76625         Log: Test cases for #6431.
76626              
76627              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76628              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76629              Date: Mon, 24 Jul 2000 15:32:29 +0100
76630              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
76631      Branch: perl
76632            ! t/op/pat.t t/op/split.t
76633 ____________________________________________________________________________
76634 [  6431] By: jhi                                   on 2000/07/24  17:43:17
76635         Log: Bind op fix.
76636              
76637              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
76638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76639              Date: Mon, 17 Jul 2000 20:04:56 +0100
76640              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
76641      Branch: perl
76642            ! op.c
76643 ____________________________________________________________________________
76644 [  6430] By: jhi                                   on 2000/07/24  03:42:42
76645         Log: Subject: [ID 20000716.023] syslog test fails without sockets
76646              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76647              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
76648              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
76649      Branch: metaconfig/U/perl
76650            ! Extensions.U
76651      Branch: perl
76652            ! Configure config_h.SH
76653 ____________________________________________________________________________
76654 [  6429] By: jhi                                   on 2000/07/24  03:11:52
76655         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
76656              case, but add also notes explaining the relationship of this
76657              patch and the earlier notes by Sarathy.
76658              
76659              Subject: Map is still slow
76660              From: "Ben Tilly" <ben_tilly@hotmail.com>
76661              Date: Sat, 15 Jul 2000 17:23:27 EDT
76662              Message-ID: <20000715212327.21656.qmail@hotmail.com>
76663      Branch: perl
76664            ! pp_ctl.c
76665 ____________________________________________________________________________
76666 [  6428] By: jhi                                   on 2000/07/24  02:58:52
76667         Log: Documentation to explain the behaviour of map().
76668              
76669              Subject: Re: Map is still slow 
76670              From: Gurusamy Sarathy <gsar@ActiveState.com>
76671              Date: Sat, 15 Jul 2000 16:05:09 -0700
76672              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
76673      Branch: perl
76674            ! pp_ctl.c
76675 ____________________________________________________________________________
76676 [  6427] By: jhi                                   on 2000/07/24  02:50:03
76677         Log: Add tests for
76678              [ID 19991110.003] another matching finding by pcre author
76679              which has already been fixed by some patch, as verified in
76680              
76681              Subject: Re: two regex bugs from the mists of time (well, last November)
76682              From: Hugo <hv@crypt.compulink.co.uk>
76683              Date: Sat, 22 Jul 2000 18:12:58 +0100
76684              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
76685      Branch: perl
76686            ! t/op/re_tests
76687 ____________________________________________________________________________
76688 [  6426] By: jhi                                   on 2000/07/24  02:11:20
76689         Log: A missing 'break' after the [[:space:]] switch case.
76690              
76691              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
76692              From: "Stephen P. Potter" <spp@ds.net>
76693              Date: Tue, 18 Jul 2000 16:25:17 -0400
76694              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
76695      Branch: perl
76696            ! regcomp.c
76697 ____________________________________________________________________________
76698 [  6425] By: jhi                                   on 2000/07/24  02:06:12
76699         Log: The output might have been produced in the wrong order.
76700              
76701              Subject: [ID 20000720.003] [PATCH] t/op/write.t
76702              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76703              Date: Thu, 20 Jul 2000 18:49:18 +0100
76704              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
76705      Branch: perl
76706            ! t/op/write.t
76707 ____________________________________________________________________________
76708 [  6424] By: jhi                                   on 2000/07/24  02:00:07
76709         Log: Use STDOUT consistently.
76710              
76711              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
76712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76713              Date: Thu, 20 Jul 2000 18:04:01 +0100
76714              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
76715      Branch: perl
76716            ! lib/Test/Harness.pm
76717 ____________________________________________________________________________
76718 [  6423] By: jhi                                   on 2000/07/24  01:54:54
76719         Log: Protect against "wild next"s, that is, callbacks doing "next"
76720              instead of "return".
76721              
76722              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
76723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76724              Date: Tue, 18 Jul 2000 11:30:16 +0100
76725              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
76726      Branch: perl
76727            ! lib/File/Find.pm
76728 ____________________________________________________________________________
76729 [  6422] By: jhi                                   on 2000/07/24  01:35:47
76730         Log: Out-of-date note removed.
76731              
76732              Subject: [PATCH] documentation perlipc
76733              From: rspier@pobox.com (Robert Spier)
76734              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
76735              Message-ID: <14711.35178.572612.502654@rls.cx>
76736      Branch: perl
76737            ! pod/perlipc.pod
76738 ____________________________________________________________________________
76739 [  6421] By: jhi                                   on 2000/07/24  00:09:18
76740         Log: Send all installperl messages to STDERR and be -w clean.
76741              
76742              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
76743              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76744              Date: Sat, 22 Jul 2000 14:02:11 +0100
76745              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
76746      Branch: perl
76747            ! installperl
76748 ____________________________________________________________________________
76749 [  6420] By: jhi                                   on 2000/07/24  00:04:19
76750         Log: Decutandpasto.
76751              
76752              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
76753              From: "Richard Soderberg" <rs@crystalflame.net>
76754              Date: Sun, 23 Jul 2000 01:37:23 -0700
76755              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
76756      Branch: perl
76757            ! pod/perlipc.pod
76758 ____________________________________________________________________________
76759 [  6419] By: jhi                                   on 2000/07/24  00:01:12
76760         Log: A cleaner abs_path().
76761              Subject: Re: unix alternative to Cwd.pm
76762              From: Jeff Pinyan <jeffp@crusoe.net>
76763              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
76764              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
76765      Branch: perl
76766            ! lib/Cwd.pm
76767 ____________________________________________________________________________
76768 [  6418] By: jhi                                   on 2000/07/23  23:48:56
76769         Log: Detypo.
76770              
76771              Subject: [PATCH perl-current] Typo in hints/powerux.sh
76772              From: "Richard Soderberg" <rs@crystalflame.net>
76773              Date: Sun, 23 Jul 2000 01:27:33 -0700
76774              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
76775      Branch: perl
76776            ! hints/powerux.sh
76777 ____________________________________________________________________________
76778 [  6417] By: jhi                                   on 2000/07/17  22:13:31
76779         Log: Subject: SDBM_File documentation
76780              From: mjd@plover.com
76781              Date: 16 Jul 2000 17:41:17 -0000
76782              Message-ID: <20000716174117.18515.qmail@plover.com>
76783      Branch: perl
76784            ! ext/SDBM_File/SDBM_File.pm
76785 ____________________________________________________________________________
76786 [  6416] By: jhi                                   on 2000/07/17  19:13:26
76787         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
76788      Branch: perl
76789            ! hints/mpeix.sh mpeix/relink
76790 ____________________________________________________________________________
76791 [  6415] By: jhi                                   on 2000/07/15  14:11:02
76792         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
76793              the utf8 'characters' can be more than one octet).
76794              
76795              Date: Sat, 15 Jul 2000 00:21:56 +0100
76796              From: Tom Hughes <tom@compton.nu>
76797              Subject: Re: [ID 20000714.002]
76798              Message-ID: <db2334de49.tom@compton.compton.nu>
76799              
76800              Reported in
76801              
76802              Subject: [ID 20000714.002]
76803              From: "Simon Cozens" <simon@othersideofthe.earth.li>
76804              Date: 14 Jul 2000 15:13:09 -0000
76805              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
76806      Branch: perl
76807            ! doop.c
76808 ____________________________________________________________________________
76809 [  6414] By: jhi                                   on 2000/07/15  03:13:41
76810         Log: another VMS build tweak from Peter Prymmer
76811      Branch: perl
76812            ! vms/descrip_mms.template
76813 ____________________________________________________________________________
76814 [  6413] By: jhi                                   on 2000/07/15  03:10:40
76815         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
76816      Branch: perl
76817            ! vms/perlvms.pod
76818 ____________________________________________________________________________
76819 [  6412] By: jhi                                   on 2000/07/15  00:31:05
76820         Log: More docs for sv functions.
76821              
76822              Subject: [PATCH cfgperl] sv.c apidoc
76823              From: simon@brecon.co.uk (Simon Cozens)
76824              Date: 13 Jul 2000 09:00:20 GMT
76825              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
76826              
76827              Subject: Re: [PATCH cfgperl] sv.c apidoc
76828              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76829              Date: Thu, 13 Jul 2000 12:27:41 +0100
76830              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
76831              
76832              Subject: Re: [PATCH cfgperl] sv.c apidoc
76833              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76834              Date: Thu, 13 Jul 2000 13:23:09 +0100
76835              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
76836              
76837              Subject: Re: [PATCH cfgperl] sv.c apidoc
76838              From: simon@brecon.co.uk (Simon Cozens)
76839              Date: 14 Jul 2000 06:51:02 GMT
76840              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
76841      Branch: perl
76842            ! embed.pl pod/perlapi.pod sv.c
76843 ____________________________________________________________________________
76844 [  6411] By: jhi                                   on 2000/07/15  00:10:41
76845         Log: lib/b test fixes from Peter Prymmer.
76846      Branch: perl
76847            ! t/lib/b.t
76848 ____________________________________________________________________________
76849 [  6410] By: jhi                                   on 2000/07/15  00:02:09
76850         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
76851              From: Hugo <hv@crypt.compulink.co.uk>
76852              Date: Fri, 14 Jul 2000 23:05:20 +0100
76853              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
76854              
76855              Didn't anymore apply, but that point still could use another fix.
76856      Branch: perl
76857            ! pod/perlfunc.pod
76858 ____________________________________________________________________________
76859 [  6409] By: jhi                                   on 2000/07/14  23:15:15
76860         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
76861              not in pod, from Peter Prymmer
76862      Branch: perl
76863            ! vms/descrip_mms.template
76864 ____________________________________________________________________________
76865 [  6408] By: jhi                                   on 2000/07/14  20:35:05
76866         Log: The bug report
76867              [ID 19991110.002] minimal matching discrepancy found by pcre author
76868              seems to have been fixed (though differently from what was suggested
76869              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
76870      Branch: perl
76871            ! t/op/re_tests
76872 ____________________________________________________________________________
76873 [  6407] By: jhi                                   on 2000/07/14  17:38:08
76874         Log: Fix AutoSplit to use File::Spec the right way in VMS,
76875              from Peter Prymmer.
76876      Branch: perl
76877            ! lib/AutoSplit.pm
76878 ____________________________________________________________________________
76879 [  6406] By: jhi                                   on 2000/07/14  14:13:22
76880         Log: Merge perlhacktut into perlhack, update perlguts.
76881              
76882              Subject: Re: Perlhacktut
76883              From: simon@brecon.co.uk (Simon Cozens)
76884              Date: 14 Jul 2000 06:49:21 GMT
76885              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
76886              
76887              Subject: Re: Perlhacktut
76888              From: simon@brecon.co.uk (Simon Cozens)
76889              Date: 14 Jul 2000 07:09:45 GMT
76890              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
76891      Branch: perl
76892            ! pod/perlguts.pod pod/perlhack.pod
76893 ____________________________________________________________________________
76894 [  6405] By: jhi                                   on 2000/07/14  14:02:31
76895         Log: Integrate with Sarathy.
76896      Branch: cfgperl
76897           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
76898           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
76899           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
76900 ____________________________________________________________________________
76901 [  6404] By: gsar                                  on 2000/07/14  12:15:02
76902         Log: PERL_OBJECT build tweaks
76903      Branch: perl
76904            ! toke.c
76905 ____________________________________________________________________________
76906 [  6403] By: gsar                                  on 2000/07/14  11:23:41
76907         Log: inconsistent types needs casts
76908      Branch: perl
76909            ! toke.c
76910 ____________________________________________________________________________
76911 [  6402] By: gsar                                  on 2000/07/14  11:12:04
76912         Log: typos in change#6399, regen headers
76913      Branch: perl
76914            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
76915 ____________________________________________________________________________
76916 [  6401] By: gsar                                  on 2000/07/14  10:59:12
76917         Log: typecasts needed for change#6394
76918      Branch: perl
76919            ! toke.c
76920 ____________________________________________________________________________
76921 [  6400] By: gsar                                  on 2000/07/14  10:49:37
76922         Log: integrate cfgperl contents into mainline
76923      Branch: perl
76924           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
76925           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
76926 ____________________________________________________________________________
76927 [  6399] By: gsar                                  on 2000/07/14  10:38:35
76928         Log: enable UTF-16 filter by default if relevant BOM is seen; various
76929              cleanups (typos, misformatted code, and small bugs)
76930      Branch: perl
76931            ! doop.c embed.pl mg.c op.c pp.c toke.c
76932 ____________________________________________________________________________
76933 [  6398] By: gsar                                  on 2000/07/14  08:55:38
76934         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
76935              name suggests anyway)
76936      Branch: perl
76937            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
76938 ____________________________________________________________________________
76939 [  6397] By: gsar                                  on 2000/07/14  08:44:33
76940         Log: move new variables to the end of the interpreter structure (for
76941              bincompat in code that doesn't #include XSUB.h)
76942      Branch: perl
76943            ! intrpvar.h
76944 ____________________________________________________________________________
76945 [  6396] By: gsar                                  on 2000/07/14  08:13:58
76946         Log: MakeMaker should not remove editor backups (*~) on `make clean`
76947              by default (completes change#6383)
76948      Branch: perl
76949            ! lib/ExtUtils/MM_Unix.pm
76950 ____________________________________________________________________________
76951 [  6395] By: jhi                                   on 2000/07/14  05:20:33
76952         Log: Replace change #6337 with a better one.
76953              
76954              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
76955              From: Hugo <hv@crypt.compulink.co.uk>
76956              Date: Fri, 14 Jul 2000 04:16:20 +0100
76957              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76958      Branch: cfgperl
76959            ! regexec.c t/op/re_tests
76960 ____________________________________________________________________________
76961 [  6394] By: jhi                                   on 2000/07/14  01:33:59
76962         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
76963      Branch: cfgperl
76964            ! embed.pl global.sym proto.h toke.c
76965 ____________________________________________________________________________
76966 [  6393] By: jhi                                   on 2000/07/13  23:41:23
76967         Log: remove discarded test
76968      Branch: cfgperl
76969            ! MANIFEST
76970 ____________________________________________________________________________
76971 [  6392] By: jhi                                   on 2000/07/13  23:32:25
76972         Log: The {multiplier} of a fixed substring was overlooked which
76973              caused a wrong initial search offset for that substring.
76974              
76975              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76976              From: Hugo <hv@crypt.compulink.co.uk>
76977              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76978              Date: Thu, 13 Jul 2000 19:27:13 +0100
76979      Branch: cfgperl
76980            ! regcomp.c t/op/re_tests
76981 ____________________________________________________________________________
76982 [  6391] By: jhi                                   on 2000/07/13  16:37:42
76983         Log: typo fix from Craig Berry
76984      Branch: cfgperl
76985            ! vms/subconfigure.com
76986 ____________________________________________________________________________
76987 [  6390] By: jhi                                   on 2000/07/13  13:20:12
76988         Log: Integrate with Sarathy.
76989      Branch: cfgperl
76990            - t/op/method2entersub.t
76991           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
76992           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
76993           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
76994           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
76995 ____________________________________________________________________________
76996 [  6389] By: jhi                                   on 2000/07/13  13:18:48
76997         Log: Detypo from Peter Prymmer, part of #6388.
76998      Branch: cfgperl
76999            ! Configure config_h.SH
77000      Branch: metaconfig
77001            ! U/modified/d_longlong.U
77002 ____________________________________________________________________________
77003 [  6388] By: gsar                                  on 2000/07/13  06:33:40
77004         Log: typos (spotted by Peter Prymmer)
77005      Branch: perl
77006            ! Configure t/lib/english.t
77007 ____________________________________________________________________________
77008 [  6387] By: gsar                                  on 2000/07/13  05:35:28
77009         Log: new selfloader.t in change#6183 doesn't close DATA handles,
77010              and thus fails to clean up tmp files on dosish platforms
77011      Branch: perl
77012            ! t/lib/selfloader.t
77013 ____________________________________________________________________________
77014 [  6386] By: gsar                                  on 2000/07/12  21:42:39
77015         Log: sprintf test tweaks (from Dominic Dunlop)
77016      Branch: perl
77017            ! t/op/sprintf.t
77018 ____________________________________________________________________________
77019 [  6385] By: gsar                                  on 2000/07/12  21:33:46
77020         Log: fix bugs in processing %v-*d and similar format specs (from
77021              Avi Finkel <avi@finkel.org>)
77022      Branch: perl
77023            ! sv.c t/op/sprintf.t
77024 ____________________________________________________________________________
77025 [  6384] By: gsar                                  on 2000/07/12  16:04:19
77026         Log: readd missing perldelta.pod changes from changes#6339,6376
77027      Branch: perl
77028            ! pod/perldelta.pod
77029 ____________________________________________________________________________
77030 [  6383] By: gsar                                  on 2000/07/12  16:00:51
77031         Log: don't clobber *.orig files on *clean targets
77032      Branch: perl
77033            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
77034 ____________________________________________________________________________
77035 [  6382] By: gsar                                  on 2000/07/12  07:59:12
77036         Log: fix broken integrations in cfgperl
77037      Branch: cfgperl
77038           !> Changes pod/perldelta.pod
77039 ____________________________________________________________________________
77040 [  6381] By: gsar                                  on 2000/07/12  07:42:17
77041         Log: integrate cfgperl changes into mainline
77042      Branch: perl
77043            ! Changes
77044           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
77045           !> pod/perlre.pod
77046 ____________________________________________________________________________
77047 [  6380] By: gsar                                  on 2000/07/12  07:31:00
77048         Log: get sprintf.t to adjust properly for 3-digit exponents
77049      Branch: perl
77050            ! t/op/sprintf.t
77051 ____________________________________________________________________________
77052 [  6379] By: gsar                                  on 2000/07/12  06:40:04
77053         Log: change#6174 needs corresponding change in win32/config_h.PL,
77054              which grovels through config_h.SH to find the config.h name
77055      Branch: perl
77056            ! win32/config_h.PL
77057 ____________________________________________________________________________
77058 [  6378] By: jhi                                   on 2000/07/12  05:03:59
77059         Log: Do the cc sanity check both before the hints and
77060              after the cc selction.
77061      Branch: cfgperl
77062            ! Configure config_h.SH
77063      Branch: metaconfig
77064            ! U/modified/Oldconfig.U U/modified/cc.U
77065      Branch: metaconfig/U/perl
77066            + Checkcc.U
77067 ____________________________________________________________________________
77068 [  6377] By: jhi                                   on 2000/07/12  02:49:22
77069         Log: Fix nits noticed by Boston.pm.
77070      Branch: cfgperl
77071            ! pod/perlre.pod
77072 ____________________________________________________________________________
77073 [  6376] By: jhi                                   on 2000/07/11  21:22:13
77074         Log: Configure cosmetics and perldelta.
77075      Branch: cfgperl
77076            ! Configure config_h.SH pod/perldelta.pod
77077      Branch: metaconfig
77078            ! U/modified/cc.U
77079 ____________________________________________________________________________
77080 [  6375] By: gsar                                  on 2000/07/11  21:17:35
77081         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
77082      Branch: perl
77083            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
77084            ! win32/win32sck.c
77085 ____________________________________________________________________________
77086 [  6374] By: gsar                                  on 2000/07/11  20:48:50
77087         Log: tweak for build failure under multiplicity
77088      Branch: perl
77089            ! toke.c
77090 ____________________________________________________________________________
77091 [  6373] By: gsar                                  on 2000/07/11  20:37:23
77092         Log: integrate cfgperl changes#6325..6373 into mainline
77093              (NOTE: today's batch of integrations still untested)
77094      Branch: perl
77095           +> ext/DynaLoader/hints/netbsd.pl
77096            ! Changes
77097           !> (integrate 26 files)
77098 ____________________________________________________________________________
77099 [  6372] By: jhi                                   on 2000/07/11  20:30:36
77100         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
77101              regen perltoc.
77102      Branch: cfgperl
77103            + pod/perlbook.pod
77104            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
77105            ! pod/perltoc.pod
77106 ____________________________________________________________________________
77107 [  6371] By: jhi                                   on 2000/07/11  20:08:56
77108         Log: Minor cleanups on the booklist.
77109      Branch: cfgperl
77110            ! pod/perlfaq2.pod
77111 ____________________________________________________________________________
77112 [  6370] By: jhi                                   on 2000/07/11  19:31:13
77113         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
77114      Branch: cfgperl
77115            ! t/pragma/overload.t
77116 ____________________________________________________________________________
77117 [  6369] By: gsar                                  on 2000/07/11  19:27:48
77118         Log: integrate cfgperl changes#6293..6324 into mainline
77119      Branch: perl
77120           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
77121            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
77122           !> (integrate 30 files)
77123 ____________________________________________________________________________
77124 [  6368] By: gsar                                  on 2000/07/11  19:18:57
77125         Log: skip integrate of problematic change#6292 from cfgperl into mainline
77126      Branch: perl
77127           !> pp_hot.c
77128 ____________________________________________________________________________
77129 [  6367] By: gsar                                  on 2000/07/11  19:17:21
77130         Log: integrate cfgperl changes#6288..6290 into mainline
77131      Branch: perl
77132           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
77133 ____________________________________________________________________________
77134 [  6366] By: gsar                                  on 2000/07/11  19:11:18
77135         Log: integrate cfgperl changes#6268..6282 into mainline
77136      Branch: perl
77137           !> (integrate 30 files)
77138 ____________________________________________________________________________
77139 [  6365] By: gsar                                  on 2000/07/11  18:57:00
77140         Log: delete new accidentally branched file
77141      Branch: perl
77142            - t/op/method2entersub.t
77143 ____________________________________________________________________________
77144 [  6364] By: gsar                                  on 2000/07/11  18:55:13
77145         Log: skip integrate of change#6267 from cfgperl into mainline (the
77146              method call optimization is flawed without additional hints
77147              from user about immutableness of @ISA and no runtime method
77148              definitions)
77149      Branch: perl
77150           +> t/op/method2entersub.t
77151           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
77152           !> perl.h t/op/sprintf.t xsutils.c
77153 ____________________________________________________________________________
77154 [  6363] By: gsar                                  on 2000/07/11  18:49:43
77155         Log: integrate cfgperl changes#6261..6266 into mainline
77156      Branch: perl
77157           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
77158           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
77159           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77160           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
77161 ____________________________________________________________________________
77162 [  6362] By: gsar                                  on 2000/07/11  18:43:26
77163         Log: integrate cfgperl changes#6252..6260 into mainline
77164      Branch: perl
77165           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
77166           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
77167           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
77168           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
77169 ____________________________________________________________________________
77170 [  6361] By: gsar                                  on 2000/07/11  18:37:12
77171         Log: skip integrate of problematic change#6251 from cfgperl into mainline
77172      Branch: perl
77173           !> lib/Exporter.pm
77174 ____________________________________________________________________________
77175 [  6360] By: gsar                                  on 2000/07/11  18:34:56
77176         Log: integrate cfgperl change#6250 into mainline
77177      Branch: perl
77178           +> t/op/my_stash.t
77179           !> MANIFEST embed.pl proto.h toke.c
77180 ____________________________________________________________________________
77181 [  6359] By: gsar                                  on 2000/07/11  18:21:19
77182         Log: integrate cfgperl changes#6242..6249 into mainline
77183      Branch: perl
77184           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
77185           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
77186           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
77187           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
77188           !> t/lib/peek.t utf8.c
77189 ____________________________________________________________________________
77190 [  6358] By: gsar                                  on 2000/07/11  18:15:45
77191         Log: skip integrate of problematic change#6241 from cfgperl into mainline
77192      Branch: perl
77193           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
77194 ____________________________________________________________________________
77195 [  6357] By: jhi                                   on 2000/07/11  18:15:16
77196         Log: Fix for
77197              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
77198              From: Roderick Schertler <roderick@argon.org> 
77199              Date: Tue, 11 Jul 2000 13:55:05 -0400 
77200              Message-Id: <200007111755.NAA05077@jones.argon.org> 
77201      Branch: cfgperl
77202            ! doio.c
77203 ____________________________________________________________________________
77204 [  6356] By: jhi                                   on 2000/07/11  18:12:51
77205         Log: Typo in #6341.
77206      Branch: cfgperl
77207            ! pp_hot.c
77208 ____________________________________________________________________________
77209 [  6355] By: gsar                                  on 2000/07/11  18:12:10
77210         Log: integrate cfgperl changes#6231..6240 into mainline
77211      Branch: perl
77212           +> pod/perlutil.pod
77213           !> (integrate 35 files)
77214 ____________________________________________________________________________
77215 [  6354] By: jhi                                   on 2000/07/11  18:04:34
77216         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
77217              From: Dominic Dunlop <domo@computer.org> 
77218              Date: Tue, 11 Jul 2000 12:27:33 +0200 
77219              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
77220              
77221              Replaces change #6268.
77222      Branch: cfgperl
77223            ! t/op/sprintf.t
77224 ____________________________________________________________________________
77225 [  6353] By: gsar                                  on 2000/07/11  17:59:51
77226         Log: skip integrate of problematic change#6230 from cfgperl into mainline
77227              (a later version of File::Spec is already in mainline)
77228      Branch: perl
77229           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
77230           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
77231 ____________________________________________________________________________
77232 [  6352] By: gsar                                  on 2000/07/11  17:57:48
77233         Log: integrate cfgperl changes#6224..6229 into mainline
77234      Branch: perl
77235           +> lib/lib.pm.PL
77236            - lib/lib.pm
77237           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
77238           !> lib/English.pm op.c t/lib/english.t
77239 ____________________________________________________________________________
77240 [  6351] By: gsar                                  on 2000/07/11  17:50:10
77241         Log: skip integrate of problematic change#6223 from cfgperl into mainline
77242      Branch: perl
77243           !> doio.c
77244 ____________________________________________________________________________
77245 [  6350] By: gsar                                  on 2000/07/11  17:48:28
77246         Log: integrate cfgperl changes#6220..6222 into mainline
77247      Branch: perl
77248           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
77249           !> toke.c utf8.c win32/win32.h
77250 ____________________________________________________________________________
77251 [  6349] By: gsar                                  on 2000/07/11  17:46:13
77252         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
77253              mainline
77254      Branch: perl
77255           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77256           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77257           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77258 ____________________________________________________________________________
77259 [  6348] By: jhi                                   on 2000/07/11  17:45:49
77260         Log: README.posix-bc podified from Thomas Dorner.
77261      Branch: cfgperl
77262            ! README.posix-bc
77263 ____________________________________________________________________________
77264 [  6347] By: gsar                                  on 2000/07/11  17:42:04
77265         Log: integrate cfgperl change#6217 into mainline
77266      Branch: perl
77267           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
77268           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
77269           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
77270 ____________________________________________________________________________
77271 [  6346] By: gsar                                  on 2000/07/11  17:39:37
77272         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
77273              mainline
77274      Branch: perl
77275           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
77276           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77277           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
77278           !> perlapi.h pod/perlapi.pod
77279 ____________________________________________________________________________
77280 [  6345] By: gsar                                  on 2000/07/11  17:36:42
77281         Log: integrate cfgperl changes#6207..6210 into mainline
77282      Branch: perl
77283           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
77284           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
77285 ____________________________________________________________________________
77286 [  6344] By: gsar                                  on 2000/07/11  17:31:20
77287         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
77288              mainline
77289      Branch: perl
77290           !> (integrate 40 files)
77291 ____________________________________________________________________________
77292 [  6343] By: gsar                                  on 2000/07/11  17:19:08
77293         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
77294      Branch: perl
77295           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
77296            ! Changes
77297           !> (integrate 34 files)
77298 ____________________________________________________________________________
77299 [  6342] By: jhi                                   on 2000/07/11  16:05:48
77300         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
77301              To: perl5-porters@perl.org
77302              From: Karsten Sperling <spiff@phreax.net>
77303              Date: Mon, 10 Jul 2000 15:12:52 +0200
77304              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
77305      Branch: cfgperl
77306            ! lib/Symbol.pm
77307 ____________________________________________________________________________
77308 [  6341] By: jhi                                   on 2000/07/11  15:59:23
77309         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
77310              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77311              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
77312              Date: Fri, 07 Jul 2000 17:57:16 +0100
77313      Branch: cfgperl
77314            ! pp_hot.c
77315 ____________________________________________________________________________
77316 [  6340] By: jhi                                   on 2000/07/11  15:55:47
77317         Log: Subject: Re: format bug report  [Patch]
77318              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77319              Date: Wed, 05 Jul 2000 13:12:52 +0200
77320              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
77321              
77322              Subject: Re: format bug report  [Patch]
77323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
77324              Date: Wed, 05 Jul 2000 14:10:01 +0200
77325              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
77326      Branch: cfgperl
77327            ! t/op/write.t toke.c
77328 ____________________________________________________________________________
77329 [  6339] By: jhi                                   on 2000/07/11  13:54:09
77330         Log: Be less forgiving about ambiguous and illegal tr ranges.
77331              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
77332              From: Mark-Jason Dominus <mjd@plover.com>
77333              Date: Tue, 04 Jul 2000 10:00:12 -0400
77334              Message-ID: <20000704140012.17772.qmail@plover.com>
77335              
77336              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
77337              From: Mark-Jason Dominus <mjd@plover.com>
77338              Date: Wed, 05 Jul 2000 09:37:36 -0400
77339              Message-ID: <20000705133736.27293.qmail@plover.com>
77340      Branch: cfgperl
77341            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
77342 ____________________________________________________________________________
77343 [  6338] By: jhi                                   on 2000/07/11  13:31:24
77344         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
77345              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77346              Date: Tue, 11 Jul 2000 13:50:51 +0100
77347              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
77348      Branch: cfgperl
77349            ! sv.c
77350 ____________________________________________________________________________
77351 [  6337] By: jhi                                   on 2000/07/11  13:29:14
77352         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
77353              From: Hugo <hv@crypt.compulink.co.uk>
77354              Date: Tue, 11 Jul 2000 12:44:50 +0100
77355              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
77356      Branch: cfgperl
77357            ! regexec.c t/op/re_tests
77358 ____________________________________________________________________________
77359 [  6336] By: jhi                                   on 2000/07/11  13:26:47
77360         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
77361              From: simon@brecon.co.uk (Simon Cozens)
77362              Date: 7 Jul 2000 11:26:09 GMT
77363              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
77364      Branch: cfgperl
77365            ! mg.c
77366 ____________________________________________________________________________
77367 [  6335] By: jhi                                   on 2000/07/11  13:23:37
77368         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
77369              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
77370              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
77371              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
77372      Branch: cfgperl
77373            + ext/DynaLoader/hints/netbsd.pl
77374            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
77375 ____________________________________________________________________________
77376 [  6334] By: jhi                                   on 2000/07/11  13:20:38
77377         Log: Subject: PATCH perlguts.pod: Document D and d magic types
77378              From: mjd@plover.com
77379              Date: 5 Jul 2000 18:01:51 -0000
77380              Message-ID: <20000705180151.29413.qmail@plover.com>
77381      Branch: cfgperl
77382            ! pod/perlguts.pod
77383 ____________________________________________________________________________
77384 [  6333] By: jhi                                   on 2000/07/11  13:15:51
77385         Log: Precedence goof, fix based on
77386              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
77387              From: Hugo <hv@crypt.compulink.co.uk>
77388              Date: Tue, 11 Jul 2000 12:52:38 +0100
77389              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
77390      Branch: cfgperl
77391            ! t/op/taint.t
77392 ____________________________________________________________________________
77393 [  6332] By: jhi                                   on 2000/07/11  12:40:17
77394         Log: Integrate with Sarathy.
77395      Branch: cfgperl
77396           !> win32/win32sck.c
77397 ____________________________________________________________________________
77398 [  6331] By: jhi                                   on 2000/07/10  20:14:16
77399         Log: Sprinkle ldlibpath.
77400      Branch: cfgperl
77401            ! pod/Makefile.SH
77402 ____________________________________________________________________________
77403 [  6330] By: jhi                                   on 2000/07/10  17:54:49
77404         Log: More POSIX.pod tweaks.
77405      Branch: cfgperl
77406            ! ext/POSIX/POSIX.pod
77407 ____________________________________________________________________________
77408 [  6329] By: jhi                                   on 2000/07/10  14:02:12
77409         Log: Reorder perl.pod once more.
77410      Branch: cfgperl
77411            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77412 ____________________________________________________________________________
77413 [  6328] By: gsar                                  on 2000/07/10  07:06:00
77414         Log: accept() leaks memory on windows due to incorrect ordering of
77415              closesocket() and fclose() calls
77416      Branch: perl
77417            ! win32/win32sck.c
77418 ____________________________________________________________________________
77419 [  6327] By: gsar                                  on 2000/07/10  06:49:17
77420         Log: winsock options weren't being set in all threads under ithreads
77421              (caused send()s from second and subsequent threads to fail)
77422      Branch: perl
77423            ! win32/win32sck.c
77424 ____________________________________________________________________________
77425 [  6326] By: jhi                                   on 2000/07/08  02:45:40
77426         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
77427              was cast to an unsigned (32-bit) integer with wild abandon.
77428      Branch: cfgperl
77429            ! ext/Devel/DProf/DProf.xs
77430 ____________________________________________________________________________
77431 [  6325] By: jhi                                   on 2000/07/07  18:50:33
77432         Log: Remove perlbook, update perlfaq book listing,
77433              rearrange perl.pod, regenerate perltoc.
77434      Branch: cfgperl
77435            - pod/perlbook.pod
77436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
77437            ! pod/perlfaq2.pod pod/perltoc.pod
77438 ____________________________________________________________________________
77439 [  6324] By: jhi                                   on 2000/07/07  14:03:40
77440         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
77441      Branch: cfgperl
77442            ! sv.h toke.c
77443 ____________________________________________________________________________
77444 [  6323] By: jhi                                   on 2000/07/06  16:03:55
77445         Log: Fix complaints of buildtoc.
77446      Branch: cfgperl
77447            + lib/Win32.pod
77448            - pod/Win32.pod
77449            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77450 ____________________________________________________________________________
77451 [  6322] By: jhi                                   on 2000/07/06  15:15:52
77452         Log: Add =head1 NAMEs so that buildtoc is happy.
77453              (The CGI::Util nit reported to Lincoln.)
77454      Branch: cfgperl
77455            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
77456            ! pod/perltoc.pod
77457 ____________________________________________________________________________
77458 [  6321] By: jhi                                   on 2000/07/06  03:16:04
77459         Log: Config is being used.
77460      Branch: cfgperl
77461            ! t/op/method.t
77462 ____________________________________________________________________________
77463 [  6320] By: jhi                                   on 2000/07/06  03:13:13
77464         Log: Integrate with Sarathy.
77465      Branch: cfgperl
77466           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
77467 ____________________________________________________________________________
77468 [  6319] By: jhi                                   on 2000/07/06  03:11:46
77469         Log: Autogenerate pod/Makefile and pod/buildtoc.
77470              buildtoc also checks whether the existing pods are
77471              mentioned in MANIFEST and perl.pod, and vice versa.
77472              (None of the thusly found discrepancies fixed yet.)
77473              roffitall also needs to be autogenerated similarly but it
77474              seems so badly out of date that I didn't touch it yet.
77475      Branch: cfgperl
77476            + pod/Makefile.SH pod/buildtoc.PL
77477            - pod/Makefile pod/buildtoc
77478            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
77479 ____________________________________________________________________________
77480 [  6318] By: gsar                                  on 2000/07/05  22:10:54
77481         Log: fix UNC path handling on Windows under ithreads, and chdir()
77482              return value when given a non-existent directory
77483      Branch: perl
77484            ! win32/vdir.h
77485 ____________________________________________________________________________
77486 [  6317] By: gsar                                  on 2000/07/05  22:08:19
77487         Log: winsock cleanup never done on Windows (leads to handle leaks)
77488      Branch: perl
77489            ! win32/perllib.c win32/win32sck.c
77490 ____________________________________________________________________________
77491 [  6316] By: gsar                                  on 2000/07/05  22:06:19
77492         Log: some debugger output does not go to the socket when RemotePort is set
77493      Branch: perl
77494            ! lib/perl5db.pl
77495 ____________________________________________________________________________
77496 [  6315] By: jhi                                   on 2000/07/05  00:25:21
77497         Log: Integrate with Sarathy, preliminary fix for unicos
77498              alignment problems in [ID 20000612.002] Perl problem on Cray system.
77499      Branch: cfgperl
77500            ! sv.h
77501           !> pp_hot.c
77502 ____________________________________________________________________________
77503 [  6314] By: gsar                                  on 2000/07/04  23:34:02
77504         Log: tyop in change#6306
77505      Branch: perl
77506            ! pp_hot.c
77507 ____________________________________________________________________________
77508 [  6313] By: jhi                                   on 2000/07/04  22:14:38
77509         Log: Multiline string literals ENONPORTABLE.
77510      Branch: cfgperl
77511            ! pp_hot.c
77512 ____________________________________________________________________________
77513 [  6312] By: jhi                                   on 2000/07/04  20:34:44
77514         Log: Integrate with Sarathy.
77515      Branch: cfgperl
77516           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
77517           !> t/op/method.t
77518 ____________________________________________________________________________
77519 [  6311] By: jhi                                   on 2000/07/04  20:30:56
77520         Log: More POSIX.pod embellishment.
77521      Branch: cfgperl
77522            ! ext/POSIX/POSIX.pod
77523 ____________________________________________________________________________
77524 [  6310] By: gsar                                  on 2000/07/04  17:28:48
77525         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
77526      Branch: perl
77527            ! t/lib/b.t
77528 ____________________________________________________________________________
77529 [  6309] By: jhi                                   on 2000/07/04  17:22:18
77530         Log: The #6308 required a little bit more.
77531      Branch: cfgperl
77532            ! Makefile.SH win32/Makefile
77533 ____________________________________________________________________________
77534 [  6308] By: jhi                                   on 2000/07/04  16:35:24
77535         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
77536      Branch: cfgperl
77537            + lib/lib_pm.PL
77538            - lib/lib.pm.PL
77539            ! MANIFEST Makefile.SH
77540 ____________________________________________________________________________
77541 [  6307] By: jhi                                   on 2000/07/04  16:28:58
77542         Log: Win32 patches for cfgperl from Sarathy.
77543      Branch: cfgperl
77544            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
77545            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
77546            ! thread.h toke.c util.c win32/Makefile win32/win32.c
77547 ____________________________________________________________________________
77548 [  6306] By: gsar                                  on 2000/07/04  16:28:40
77549         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
77550              (from Richard Soderberg <rs@oregonnet.com>)
77551      Branch: perl
77552            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
77553 ____________________________________________________________________________
77554 [  6305] By: jhi                                   on 2000/07/04  16:24:24
77555         Log: Integrate with Sarathy.
77556      Branch: cfgperl
77557           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
77558           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77559           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
77560           !> proto.h win32/win32.c
77561 ____________________________________________________________________________
77562 [  6304] By: gsar                                  on 2000/07/04  16:17:24
77563         Log: missing perldiag entry for unpack("w",...) diagnostic (from
77564              Andreas Koenig)
77565      Branch: perl
77566            ! pod/perldiag.pod
77567 ____________________________________________________________________________
77568 [  6303] By: gsar                                  on 2000/07/04  16:14:44
77569         Log: remove rel2abs prototypes (from Barrie Slaymaker)
77570      Branch: perl
77571            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
77572            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77573 ____________________________________________________________________________
77574 [  6302] By: gsar                                  on 2000/07/04  04:59:35
77575         Log: adjust change#6299
77576      Branch: perl
77577            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
77578            ! win32/win32.c
77579 ____________________________________________________________________________
77580 [  6301] By: jhi                                   on 2000/07/04  04:50:07
77581         Log: Integrate with Sarathy.
77582      Branch: cfgperl
77583           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
77584           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
77585           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
77586 ____________________________________________________________________________
77587 [  6300] By: gsar                                  on 2000/07/04  04:42:09
77588         Log: PERL_OBJECT build tweak
77589      Branch: perl
77590            ! perl.h
77591 ____________________________________________________________________________
77592 [  6299] By: gsar                                  on 2000/07/04  04:37:00
77593         Log: fix memory leak on Windows (PL_sys_intern contents were never
77594              freed)
77595      Branch: perl
77596            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
77597            ! perlapi.c proto.h win32/win32.c
77598 ____________________________________________________________________________
77599 [  6298] By: gsar                                  on 2000/07/04  04:15:59
77600         Log: fix large memory leak that has been around for ever, masked by
77601              -DPURIFY (most of the arenas were never freed!)
77602      Branch: perl
77603            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
77604 ____________________________________________________________________________
77605 [  6297] By: gsar                                  on 2000/07/04  04:07:46
77606         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
77607      Branch: perl
77608            ! perl.c
77609 ____________________________________________________________________________
77610 [  6296] By: jhi                                   on 2000/06/30  18:28:37
77611         Log: Elaborate POSIX.pod.  Still needs work.
77612      Branch: cfgperl
77613            ! ext/POSIX/POSIX.pod
77614 ____________________________________________________________________________
77615 [  6295] By: jhi                                   on 2000/06/30  14:58:18
77616         Log: Point to perlipc for more SysV IPC examples.
77617      Branch: cfgperl
77618            ! pod/perlfunc.pod
77619 ____________________________________________________________________________
77620 [  6294] By: gsar                                  on 2000/06/30  14:47:45
77621         Log: slurp mode fix in change#4736 still not quite right
77622      Branch: perl
77623            ! pp_hot.c t/io/argv.t
77624 ____________________________________________________________________________
77625 [  6293] By: jhi                                   on 2000/06/30  12:02:55
77626         Log: Integrate with Sarathy.
77627      Branch: cfgperl
77628           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
77629 ____________________________________________________________________________
77630 [  6292] By: jhi                                   on 2000/06/30  12:01:11
77631         Log: From: simon@brecon.co.uk (Simon Cozens)
77632              Subject: UTF8 concat
77633              Date: 30 Jun 2000 06:13:25 GMT
77634              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
77635      Branch: cfgperl
77636            ! pp_hot.c
77637 ____________________________________________________________________________
77638 [  6291] By: gsar                                  on 2000/06/30  04:37:33
77639         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
77640              when @_ is modified, causing coredumps
77641      Branch: perl
77642            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
77643 ____________________________________________________________________________
77644 [  6290] By: jhi                                   on 2000/06/30  02:21:44
77645         Log: Integrate with Sarathy.
77646      Branch: cfgperl
77647           !> vms/vms.c vms/vmsish.h
77648 ____________________________________________________________________________
77649 [  6289] By: jhi                                   on 2000/06/30  02:21:02
77650         Log: Check VERSIONs.
77651      Branch: cfgperl
77652            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
77653            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77654            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77655 ____________________________________________________________________________
77656 [  6288] By: jhi                                   on 2000/06/30  02:18:52
77657         Log: Integrate with Sarathy.
77658      Branch: cfgperl
77659           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
77660           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
77661           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77662           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
77663 ____________________________________________________________________________
77664 [  6287] By: gsar                                  on 2000/06/30  02:17:08
77665         Log: integrate vmsperl changes into mainline
77666      Branch: perl
77667           !> vms/vms.c vms/vmsish.h
77668 ____________________________________________________________________________
77669 [  6285] By: gsar                                  on 2000/06/30  02:05:28
77670         Log: localize %INC in a Safe compartment so that use/require work
77671              (many other magic globals probably need similar treatment)
77672      Branch: perl
77673            ! ext/Opcode/Opcode.xs
77674 ____________________________________________________________________________
77675 [  6284] By: gsar                                  on 2000/06/30  01:54:54
77676         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
77677              about Windows
77678      Branch: perl
77679            ! pod/perlembed.pod
77680 ____________________________________________________________________________
77681 [  6283] By: jhi                                   on 2000/06/30  01:50:10
77682         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
77683              From: Barrie Slaymaker <barries@jester.slaysys.com>
77684              Date: Wed, 28 Jun 2000 11:35:29 -0400
77685              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
77686      Branch: perl
77687            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
77688            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
77689            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77690            ! lib/File/Spec/Win32.pm
77691 ____________________________________________________________________________
77692 [  6282] By: jhi                                   on 2000/06/29  22:57:22
77693         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
77694              From: Dan Sugalski <dan@sidhe.org>
77695              Date: Tue, 06 Jun 2000 11:59:50 -0400
77696              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
77697      Branch: cfgperl
77698            ! vms/vms.c
77699 ____________________________________________________________________________
77700 [  6281] By: jhi                                   on 2000/06/29  22:52:50
77701         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
77702              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77703              Date: Wed, 7 Jun 2000 04:02:04 -0500
77704              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
77705      Branch: cfgperl
77706            ! utils/h2xs.PL
77707 ____________________________________________________________________________
77708 [  6280] By: jhi                                   on 2000/06/29  22:45:47
77709         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
77710              From: rspier@pobox.com (Robert Spier)
77711              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
77712              Message-ID: <14654.31913.845602.610277@rls.cx>
77713      Branch: cfgperl
77714            ! utils/h2xs.PL
77715 ____________________________________________________________________________
77716 [  6279] By: jhi                                   on 2000/06/29  22:38:16
77717         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
77718              From: Tim Ayers <tayers@bridge.com>
77719              Date: Thu, 08 Jun 2000 08:11:06 +0200
77720              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
77721              [resent by Richard Foley, Message-Id probably wrong]
77722      Branch: cfgperl
77723            ! pod/perlsub.pod
77724 ____________________________________________________________________________
77725 [  6278] By: jhi                                   on 2000/06/29  22:21:45
77726         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
77727              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
77728              Date: Fri, 09 Jun 2000 12:39:27 -0400
77729              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
77730              (plus update the version "number" of Text::Wrap)
77731      Branch: cfgperl
77732            ! lib/Text/Wrap.pm
77733 ____________________________________________________________________________
77734 [  6277] By: jhi                                   on 2000/06/29  22:13:10
77735         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
77736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77737              Date: Mon, 12 Jun 2000 14:55:59 +0100
77738              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
77739      Branch: cfgperl
77740            ! pod/perlfunc.pod
77741 ____________________________________________________________________________
77742 [  6276] By: jhi                                   on 2000/06/29  22:11:06
77743         Log: Subject: [PATCH] Re: eval documentation: context
77744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
77745              Date: Mon, 12 Jun 2000 15:07:29 +0100
77746              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
77747      Branch: cfgperl
77748            ! pod/perlfunc.pod
77749 ____________________________________________________________________________
77750 [  6275] By: jhi                                   on 2000/06/29  21:59:46
77751         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
77752              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
77753              Date: Tue, 13 Jun 2000 02:43:48 -0500
77754              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
77755      Branch: cfgperl
77756            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
77757 ____________________________________________________________________________
77758 [  6274] By: jhi                                   on 2000/06/29  21:56:14
77759         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
77760              From: Andy Dougherty <doughera@lafayette.edu>
77761              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
77762              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
77763      Branch: cfgperl
77764            ! ext/File/Glob/Glob.pm
77765 ____________________________________________________________________________
77766 [  6273] By: jhi                                   on 2000/06/29  21:49:09
77767         Log: Subject: [PATCH] xsub attributes
77768              From: Doug MacEachern <dougm@covalent.net>
77769              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
77770              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
77771      Branch: cfgperl
77772            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
77773            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
77774 ____________________________________________________________________________
77775 [  6272] By: jhi                                   on 2000/06/29  21:41:28
77776         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
77777              From: Tom Phoenix <rootbeer@redcat.com>
77778              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
77779              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
77780      Branch: cfgperl
77781            ! lib/Net/Ping.pm
77782 ____________________________________________________________________________
77783 [  6271] By: jhi                                   on 2000/06/29  21:36:55
77784         Log: Subject: PATCH pod/perltie.pod
77785              From: Ian Phillipps <Ian.Phillipps@iname.com>
77786              Date: Fri, 16 Jun 2000 00:17:19 +0100
77787              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
77788              (only the first hunk, the second hunk had already been done
77789              by some other patch)
77790      Branch: cfgperl
77791            ! pod/perltie.pod
77792 ____________________________________________________________________________
77793 [  6270] By: jhi                                   on 2000/06/29  21:24:51
77794         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
77795              From: Nicholas Clark <nick@talking.bollo.cx>
77796              Date: Fri, 23 Jun 2000 16:21:15 +0100
77797              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
77798      Branch: cfgperl
77799            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
77800            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
77801 ____________________________________________________________________________
77802 [  6269] By: jhi                                   on 2000/06/29  19:38:15
77803         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
77804              silence few compiler warnings.
77805      Branch: cfgperl
77806            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
77807 ____________________________________________________________________________
77808 [  6268] By: jhi                                   on 2000/06/29  18:21:50
77809         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
77810              From: Dominic Dunlop <domo@computer.org> 
77811              Date: Thu, 29 Jun 2000 12:32:39 +0200 
77812              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
77813      Branch: cfgperl
77814            ! t/op/sprintf.t
77815 ____________________________________________________________________________
77816 [  6267] By: jhi                                   on 2000/06/29  18:16:07
77817         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
77818              From: Doug MacEachern <dougm@covalent.net>
77819              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
77820              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
77821      Branch: cfgperl
77822            + t/op/method2entersub.t
77823            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
77824            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
77825            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
77826            ! xsutils.c
77827 ____________________________________________________________________________
77828 [  6266] By: jhi                                   on 2000/06/29  15:11:15
77829         Log: Subject: [PATCH 5.6.0] cygwin port
77830              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
77831              From: "Fifer, Eric" <EFifer@sanwaint.com>
77832              Date: Thu, 29 Jun 2000 12:58:29 +0100
77833      Branch: cfgperl
77834            ! cygwin/Makefile.SHs
77835 ____________________________________________________________________________
77836 [  6265] By: jhi                                   on 2000/06/29  15:04:05
77837         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
77838              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77839              Date: Wed, 28 Jun 2000 17:50:12 -0700
77840              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
77841      Branch: cfgperl
77842            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
77843 ____________________________________________________________________________
77844 [  6264] By: jhi                                   on 2000/06/29  15:00:57
77845         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
77846              From: Marty Lucich <marty@netcom.com>
77847              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
77848              Message-Id: <200006282116.OAA11148@netcom.com>
77849              ccdlflags update (the BSD/OS 4.1 part had already been taken
77850              care of by #6141).
77851      Branch: cfgperl
77852            ! hints/bsdos.sh
77853 ____________________________________________________________________________
77854 [  6263] By: jhi                                   on 2000/06/29  13:47:44
77855         Log: tr fixes from Simon Cozens
77856      Branch: cfgperl
77857            ! doop.c
77858 ____________________________________________________________________________
77859 [  6262] By: jhi                                   on 2000/06/28  18:46:01
77860         Log: Subject: 5.6.0 Patch for EPOC
77861              From: Olaf Flebbe <o.flebbe@gmx.de>
77862              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
77863              Message-ID: <23449.960929969@www11.gmx.net>
77864      Branch: cfgperl
77865            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
77866            ! epoc/epocish.h
77867 ____________________________________________________________________________
77868 [  6261] By: jhi                                   on 2000/06/28  18:29:07
77869         Log: Subject: Re: [PATCH cfgperl] BOMs away!
77870              From: simon@brecon.co.uk (Simon Cozens)
77871              Date: 17 Jun 2000 11:49:57 GMT
77872              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
77873      Branch: cfgperl
77874            ! pod/perldiag.pod t/comp/require.t toke.c
77875 ____________________________________________________________________________
77876 [  6260] By: jhi                                   on 2000/06/28  17:47:16
77877         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
77878              From: simon@brecon.co.uk (Simon Cozens) 
77879              Date: 17 Jun 2000 11:56:44 GMT 
77880              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
77881              pack U0, pack C0
77882      Branch: cfgperl
77883            ! pod/perlfunc.pod pp.c t/op/pack.t
77884 ____________________________________________________________________________
77885 [  6259] By: jhi                                   on 2000/06/28  16:43:17
77886         Log: perlnewmod was missing from MANIFEST.
77887      Branch: cfgperl
77888            ! MANIFEST
77889 ____________________________________________________________________________
77890 [  6258] By: jhi                                   on 2000/06/28  15:54:30
77891         Log: linenumber tweak
77892      Branch: cfgperl
77893            ! t/pragma/warn/regcomp
77894 ____________________________________________________________________________
77895 [  6257] By: jhi                                   on 2000/06/28  15:50:44
77896         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
77897              From: Doug MacEachern <dougm@covalent.net>
77898              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
77899              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
77900              (one part of the patch had been applied earlier)
77901      Branch: cfgperl
77902            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
77903 ____________________________________________________________________________
77904 [  6256] By: jhi                                   on 2000/06/28  15:40:22
77905         Log: tweaks from Simon Cozens to further fix tr/// under utf8
77906      Branch: cfgperl
77907            ! doop.c
77908 ____________________________________________________________________________
77909 [  6255] By: jhi                                   on 2000/06/28  15:33:45
77910         Log: small thinko tweaks
77911      Branch: cfgperl
77912            ! lib/IPC/Open3.pm t/op/my_stash.t
77913 ____________________________________________________________________________
77914 [  6254] By: jhi                                   on 2000/06/28  15:33:25
77915         Log: Subject: tr///, help wanted.
77916              From: simon@brecon.co.uk (Simon Cozens)
77917              Date: 28 Jun 2000 11:29:04 GMT
77918              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
77919      Branch: cfgperl
77920            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
77921            ! pp_proto.h proto.h t/op/tr.t
77922 ____________________________________________________________________________
77923 [  6253] By: jhi                                   on 2000/06/28  15:09:17
77924         Log: Paranoia tweak on #6249.
77925              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
77926              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77927              Date: Sun, 25 Jun 2000 23:43:12 -0400
77928              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
77929      Branch: cfgperl
77930            ! lib/IPC/Open3.pm
77931 ____________________________________________________________________________
77932 [  6252] By: jhi                                   on 2000/06/28  15:01:38
77933         Log: Document #6249 and #6251.
77934      Branch: cfgperl
77935            ! lib/Exporter.pm lib/IPC/Open3.pm
77936 ____________________________________________________________________________
77937 [  6251] By: jhi                                   on 2000/06/28  14:50:43
77938         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
77939              From: Doug MacEachern <dougm@covalent.net>
77940              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
77941              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
77942      Branch: cfgperl
77943            ! lib/Exporter.pm
77944 ____________________________________________________________________________
77945 [  6250] By: jhi                                   on 2000/06/28  14:45:23
77946         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
77947              From: Doug MacEachern <dougm@covalent.net>
77948              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
77949              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
77950      Branch: cfgperl
77951            + t/op/my_stash.t
77952            ! MANIFEST embed.pl global.sym proto.h toke.c
77953 ____________________________________________________________________________
77954 [  6249] By: jhi                                   on 2000/06/28  14:36:34
77955         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
77956              From: Frank Tobin <ftobin@uiuc.edu>
77957              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
77958              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
77959      Branch: cfgperl
77960            ! lib/IPC/Open3.pm
77961 ____________________________________________________________________________
77962 [  6248] By: jhi                                   on 2000/06/28  14:11:25
77963         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
77964              From: Mark-Jason Dominus <mjd@plover.com>
77965              Date: Tue, 27 Jun 2000 22:36:42 -0400
77966              Message-ID: <20000628023642.12166.qmail@plover.com>
77967      Branch: cfgperl
77968            ! pod/perlfunc.pod
77969 ____________________________________________________________________________
77970 [  6247] By: jhi                                   on 2000/06/27  12:46:37
77971         Log: Tweak $VERSION, patch from Doug MacEachern.
77972      Branch: cfgperl
77973            ! lib/File/Spec.pm
77974 ____________________________________________________________________________
77975 [  6246] By: jhi                                   on 2000/06/27  03:34:46
77976         Log: Allow for standalone testing.
77977      Branch: cfgperl
77978            ! t/lib/filefunc.t t/lib/filespec.t
77979 ____________________________________________________________________________
77980 [  6245] By: jhi                                   on 2000/06/27  02:50:02
77981         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
77982              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
77983              Date: Sat, 24 Jun 2000 13:06:20 +0100
77984              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
77985      Branch: cfgperl
77986            ! ext/DynaLoader/DynaLoader_pm.PL
77987 ____________________________________________________________________________
77988 [  6244] By: jhi                                   on 2000/06/27  02:46:10
77989         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
77990              From: Doug MacEachern <dougm@covalent.net>
77991              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
77992              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
77993      Branch: cfgperl
77994            ! gv.c sv.c t/lib/peek.t
77995 ____________________________________________________________________________
77996 [  6243] By: jhi                                   on 2000/06/27  02:38:07
77997         Log: Subject: [PATCH] is_utf8_string
77998              From: simon@brecon.co.uk (Simon Cozens)
77999              Date: 26 Jun 2000 02:25:59 GMT
78000              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
78001      Branch: cfgperl
78002            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
78003            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
78004            ! proto.h utf8.c
78005 ____________________________________________________________________________
78006 [  6242] By: jhi                                   on 2000/06/27  02:24:00
78007         Log: Subject: [PATCH] bytes<->utf8 fixes
78008              From: simon@brecon.co.uk (Simon Cozens)
78009              Date: 26 Jun 2000 04:55:45 GMT
78010              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
78011      Branch: cfgperl
78012            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
78013 ____________________________________________________________________________
78014 [  6241] By: jhi                                   on 2000/06/27  02:12:42
78015         Log: Do no -warn on \_, only on \alpha.
78016              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
78017              From: David Dyck <dcd@tc.fluke.com>
78018              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
78019              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
78020      Branch: cfgperl
78021            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
78022 ____________________________________________________________________________
78023 [  6240] By: jhi                                   on 2000/06/27  02:00:01
78024         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
78025              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
78026              Date: Mon, 26 Jun 2000 18:40:14 +0100
78027              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
78028      Branch: cfgperl
78029            ! utils/h2xs.PL
78030 ____________________________________________________________________________
78031 [  6239] By: jhi                                   on 2000/06/27  01:53:40
78032         Log: Configure maintenance.  Sever some dependency cycles,
78033              separate gccversion from the cc unit,
78034              address [ID 20000623.006] Configure script patch for using gcc on AIX
78035              (but solve it a little bit differently),
78036              unduplex some accidentally duplicated units,
78037              suggest using gcc if no cc available
78038              (p5p thread: "Solaris configure: counterproposal", 1999-09)
78039      Branch: cfgperl
78040            ! Configure Todo-5.6 config_h.SH
78041      Branch: metaconfig
78042            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
78043            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
78044      Branch: metaconfig/U/perl
78045            + gccvers.U
78046            ! d_getespwnam.U d_getprpwnam.U i_prot.U
78047 ____________________________________________________________________________
78048 [  6238] By: jhi                                   on 2000/06/25  18:04:56
78049         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
78050              From: Dan Sugalski <dan@sidhe.org>
78051              Date: Fri, 23 Jun 2000 17:00:00 -0400
78052              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
78053      Branch: cfgperl
78054            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
78055 ____________________________________________________________________________
78056 [  6237] By: jhi                                   on 2000/06/25  16:36:45
78057         Log: Tweak embed.pl, regen headers.
78058      Branch: cfgperl
78059            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
78060            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
78061            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
78062            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
78063            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
78064 ____________________________________________________________________________
78065 [  6236] By: jhi                                   on 2000/06/25  15:26:42
78066         Log: Regen headers.
78067      Branch: cfgperl
78068            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
78069            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
78070            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
78071            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
78072            ! regnodes.h warnings.h
78073 ____________________________________________________________________________
78074 [  6235] By: jhi                                   on 2000/06/23  19:39:35
78075         Log: The thread begun by
78076              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
78077              From: Kevin.Ruscoe@ubsw.com
78078              Date: Fri, 16 Jun 2000 16:38:51 +0100
78079              Message-Id: <H000019b03c300d6@MHS>
78080      Branch: cfgperl
78081            ! hints/solaris_2.sh
78082 ____________________________________________________________________________
78083 [  6234] By: jhi                                   on 2000/06/23  19:23:36
78084         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
78085              because when run as services (Win32ese for daemons)
78086              no environment variables are set and tmpdir ends up as /tmp,
78087              which is ambiguous.
78088              
78089              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
78090              From: matt@sergeant.org
78091              Date: 16 Jun 2000 16:30:43 -0000
78092              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
78093      Branch: cfgperl
78094            ! lib/File/Spec/Win32.pm
78095 ____________________________________________________________________________
78096 [  6233] By: jhi                                   on 2000/06/23  19:18:58
78097         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
78098              From: Mark-Jason Dominus <mjd@plover.com>
78099              Date: Fri, 16 Jun 2000 20:53:04 -0400
78100              Message-ID: <20000617005304.8008.qmail@plover.com>
78101      Branch: cfgperl
78102            ! op.h
78103 ____________________________________________________________________________
78104 [  6232] By: jhi                                   on 2000/06/23  16:10:02
78105         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
78106              From: simon@brecon.co.uk (Simon Cozens)
78107              Date: 19 Jun 2000 15:18:27 GMT
78108              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
78109              
78110              plus update pod/Makefile and regenerate perltoc
78111      Branch: cfgperl
78112            + pod/perlutil.pod
78113            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
78114 ____________________________________________________________________________
78115 [  6231] By: jhi                                   on 2000/06/23  15:19:18
78116         Log: Subject: [PATCH 5.6.0] cygwin port
78117              From: "Fifer, Eric" <EFifer@sanwaint.com>
78118              Date: Tue, 20 Jun 2000 14:30:58 +0100
78119              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
78120      Branch: cfgperl
78121            ! README.cygwin lib/File/Find.pm
78122 ____________________________________________________________________________
78123 [  6230] By: jhi                                   on 2000/06/23  14:25:21
78124         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
78125      Branch: cfgperl
78126            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
78127            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
78128            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
78129            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
78130 ____________________________________________________________________________
78131 [  6229] By: jhi                                   on 2000/06/23  14:13:34
78132         Log: Subject: README.hpux version 0.6.1
78133              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
78134              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78135              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
78136      Branch: cfgperl
78137            ! README.hpux
78138 ____________________________________________________________________________
78139 [  6228] By: jhi                                   on 2000/06/23  14:07:20
78140         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
78141              From: Doug MacEachern <dougm@covalent.net>
78142              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
78143              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
78144      Branch: cfgperl
78145            ! op.c
78146 ____________________________________________________________________________
78147 [  6227] By: jhi                                   on 2000/06/23  14:01:06
78148         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
78149              From: Doug MacEachern <dougm@covalent.net>
78150              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
78151              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
78152      Branch: cfgperl
78153            + lib/lib.pm.PL
78154            - lib/lib.pm
78155            ! MANIFEST Makefile.SH
78156 ____________________________________________________________________________
78157 [  6226] By: jhi                                   on 2000/06/23  13:53:07
78158         Log: Subject: [PATCH] remove forward declarations in Socket.pm
78159              From: Doug MacEachern <dougm@covalent.net>
78160              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
78161              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
78162              
78163              From: Doug MacEachern <dougm@covalent.net>
78164              Subject: Re: [PATCH] remove forward declarations in Socket.pm
78165              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
78166              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
78167      Branch: cfgperl
78168            ! ext/Socket/Socket.pm op.c
78169 ____________________________________________________________________________
78170 [  6225] By: jhi                                   on 2000/06/23  13:41:52
78171         Log: Add source code filenames to apidoc.
78172              From: simon@brecon.co.uk (Simon Cozens)
78173              Subject: [PATCH embed.pl] Source X-ref
78174              Date: 22 Jun 2000 02:18:49 GMT
78175              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
78176      Branch: cfgperl
78177            ! embed.pl
78178 ____________________________________________________________________________
78179 [  6224] By: jhi                                   on 2000/06/23  13:32:33
78180         Log: A way to avoid English.pm performance hit.
78181              From: root <root@jester.slaysys.com>
78182              Subject: [YAPATCH English.pm] My turn to putt again
78183              Date: Thu, 22 Jun 2000 20:33:58 -0400
78184              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
78185      Branch: cfgperl
78186            ! lib/English.pm t/lib/english.t
78187 ____________________________________________________________________________
78188 [  6223] By: jhi                                   on 2000/06/23  13:27:06
78189         Log: Avoid double close().
78190              Subject: [PATCH] avoid double close()
78191              From: Doug MacEachern <dougm@covalent.net>
78192              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
78193              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
78194      Branch: cfgperl
78195            ! doio.c
78196 ____________________________________________________________________________
78197 [  6222] By: jhi                                   on 2000/06/23  13:25:54
78198         Log: doc typo fix
78199              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
78200              From: Ian Phillipps <Ian.Phillipps@iname.com>
78201              Date: Fri, 23 Jun 2000 10:40:58 +0100
78202              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
78203      Branch: cfgperl
78204            ! lib/Pod/Usage.pm
78205 ____________________________________________________________________________
78206 [  6221] By: jhi                                   on 2000/06/23  13:24:15
78207         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
78208              From: simon@brecon.co.uk (Simon Cozens)
78209              Subject: [PATCH] Eliminate tr///[CU][CU]
78210              Date: 23 Jun 2000 11:05:40 GMT
78211              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
78212      Branch: cfgperl
78213            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
78214 ____________________________________________________________________________
78215 [  6220] By: jhi                                   on 2000/06/22  16:07:51
78216         Log: Win32 patches from Benjamin Stuhl.
78217      Branch: cfgperl
78218            ! makedef.pl win32/win32.h
78219 ____________________________________________________________________________
78220 [  6219] By: jhi                                   on 2000/06/22  16:06:34
78221         Log: Bytecode patches from Benjamin Stuhl.
78222      Branch: cfgperl
78223            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78224            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
78225            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78226 ____________________________________________________________________________
78227 [  6218] By: jhi                                   on 2000/06/15  23:54:16
78228         Log: Bytecode patches from Benjamin Stuhl.
78229      Branch: cfgperl
78230            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
78231 ____________________________________________________________________________
78232 [  6217] By: jhi                                   on 2000/06/09  13:38:29
78233         Log: Rename the fdpid locking and integrate with Sarathy.
78234      Branch: cfgperl
78235            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
78236            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
78237            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
78238            ! win32/win32.c
78239           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
78240 ____________________________________________________________________________
78241 [  6216] By: gsar                                  on 2000/06/08  14:54:21
78242         Log: be more optimal about clearing @_
78243      Branch: perl
78244            ! cop.h
78245 ____________________________________________________________________________
78246 [  6215] By: gsar                                  on 2000/06/08  14:33:04
78247         Log: tweak comment about @DB::args
78248      Branch: perl
78249            ! av.h pp_ctl.c
78250 ____________________________________________________________________________
78251 [  6214] By: gsar                                  on 2000/06/08  13:57:54
78252         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
78253              caller() wants to populate @DB::args with it (causes a coredump
78254              in Carp::confess())
78255      Branch: perl
78256            ! cop.h t/op/runlevel.t
78257 ____________________________________________________________________________
78258 [  6213] By: gsar                                  on 2000/06/08  07:06:35
78259         Log: back out change#6106 (seems problematic)
78260      Branch: perl
78261            ! hints/solaris_2.sh
78262 ____________________________________________________________________________
78263 [  6212] By: jhi                                   on 2000/06/07  03:10:36
78264         Log: Continuing mopup for #6204.
78265      Branch: cfgperl
78266            ! ext/B/defsubs_h.PL
78267 ____________________________________________________________________________
78268 [  6211] By: jhi                                   on 2000/06/07  02:41:50
78269         Log: Mopup for #6204.
78270              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
78271              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
78272              This is comes from const() where POK isn't on when expected.
78273      Branch: cfgperl
78274            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
78275            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78276            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
78277            ! perlapi.h pod/perlapi.pod
78278 ____________________________________________________________________________
78279 [  6210] By: jhi                                   on 2000/06/07  01:56:29
78280         Log: Mopup for #6207 and #6209.
78281      Branch: cfgperl
78282            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
78283 ____________________________________________________________________________
78284 [  6209] By: jhi                                   on 2000/06/07  01:33:12
78285         Log: Lock PL_fdpid against race conditions, based on:
78286              Subject: [PATCH 5.6.0]subprocess fixup for threads
78287              From: Dan Sugalski <dan@sidhe.org>
78288              To: perl5-porters@perl.org
78289              Date: Tue, 11 Apr 2000 17:02:32 -0400
78290              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
78291      Branch: cfgperl
78292            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
78293            ! win32/win32.c
78294 ____________________________________________________________________________
78295 [  6208] By: jhi                                   on 2000/06/07  01:05:23
78296         Log: Regen headers for #6207.
78297      Branch: cfgperl
78298            ! embed.h global.sym objXSUB.h proto.h
78299 ____________________________________________________________________________
78300 [  6207] By: jhi                                   on 2000/06/06  23:43:13
78301         Log: Subject: [PATCH 5.6.0] Threadsafe patches
78302              From: Dan Sugalski <dan@sidhe.org>
78303              To: perl5-porters@perl.org
78304              Date: Mon, 08 May 2000 18:08:13 -0400
78305              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
78306      Branch: cfgperl
78307            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
78308            ! proto.h sv.h util.c
78309 ____________________________________________________________________________
78310 [  6206] By: jhi                                   on 2000/06/06  23:21:23
78311         Log: Subject: [PATCH] Eliminate $a/$b in pod
78312              From: David Glasser <me@davidglasser.net>
78313              To: perl5-porters@perl.org
78314              Date: Mon, 29 May 2000 21:15:59 -0400
78315              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
78316      Branch: cfgperl
78317            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
78318            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
78319            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
78320            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
78321            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
78322            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
78323            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
78324            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
78325            ! pod/perlvar.pod pod/perlxs.pod
78326 ____________________________________________________________________________
78327 [  6205] By: jhi                                   on 2000/06/06  23:12:14
78328         Log: Subject: [PATCH] Win32 improvements
78329              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
78330              To: gsar@activestate.com, perl5-porters@perl.org
78331              Date: Mon, 29 May 2000 17:22:24 PDT
78332              Message-ID: <20000530002224.91142.qmail@hotmail.com>
78333              (MUA had mangled many lines by wordwrapping)
78334      Branch: cfgperl
78335            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
78336 ____________________________________________________________________________
78337 [  6204] By: jhi                                   on 2000/06/06  23:01:50
78338         Log: Subject: [PATCH] B::Bytecode patches
78339              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
78340              To: gsar@activestate.com, jhi@iki.fi
78341              Cc: perl5-porters@perl.org
78342              Message-ID: <20000602202526.48694.qmail@hotmail.com>
78343              (MUA had mangled many lines by wordwrapping)
78344      Branch: cfgperl
78345            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
78346            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
78347            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
78348            ! intrpvar.h perl.c
78349 ____________________________________________________________________________
78350 [  6203] By: jhi                                   on 2000/06/06  22:32:43
78351         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
78352              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78353              Date: Tue, 06 Jun 2000 13:07:45 -0700
78354              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
78355      Branch: cfgperl
78356            ! pod/perldiag.pod
78357 ____________________________________________________________________________
78358 [  6202] By: jhi                                   on 2000/06/06  19:38:35
78359         Log: Integrate with Sarathy.
78360      Branch: cfgperl
78361           !> perl.c
78362 ____________________________________________________________________________
78363 [  6201] By: gsar                                  on 2000/06/06  00:42:59
78364         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
78365              does a PUSHMARK that's never ever POPMARKed; in general, only
78366              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
78367              Perl_eval_[sp]v() don't because they don't take any incoming
78368              arguments (this leak has been around since the original version
78369              of perl_eval_pv() in 5.003_97e)
78370      Branch: perl
78371            ! perl.c
78372 ____________________________________________________________________________
78373 [  6200] By: jhi                                   on 2000/06/04  03:44:52
78374         Log: Update to cperl-mode.el 4.31 from
78375              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
78376              Subject: A couple of notes
78377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78378              To: Mailing list Perl5 <perl5-porters@perl.org>
78379              Date: Sat, 3 Jun 2000 23:33:32 -0400
78380              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
78381      Branch: cfgperl
78382            ! emacs/cperl-mode.el
78383 ____________________________________________________________________________
78384 [  6199] By: jhi                                   on 2000/06/03  15:11:05
78385         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
78386              From: Dan Sugalski <dan@sidhe.org>
78387              To: perl5-porters@perl.org, vmsperl@perl.org
78388              Date: Fri, 02 Jun 2000 17:30:51 -0400
78389              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
78390      Branch: cfgperl
78391            ! vms/descrip_mms.template vms/gen_shrfls.pl
78392 ____________________________________________________________________________
78393 [  6198] By: jhi                                   on 2000/06/03  14:59:15
78394         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
78395              From: Dan Sugalski <dan@sidhe.org>
78396              To: vmsperl@perl.org, perl5-porters@perl.org
78397              Date: Fri, 02 Jun 2000 16:00:41 -0400
78398              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
78399              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
78400      Branch: cfgperl
78401            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
78402            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
78403            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
78404 ____________________________________________________________________________
78405 [  6197] By: jhi                                   on 2000/06/03  14:41:30
78406         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
78407              From: John Borwick <jhborwic@unity.ncsu.edu>
78408              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
78409              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
78410      Branch: cfgperl
78411            ! pod/perlsyn.pod
78412 ____________________________________________________________________________
78413 [  6196] By: jhi                                   on 2000/06/03  14:38:09
78414         Log: Integrate with Sarathy.
78415      Branch: cfgperl
78416           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
78417           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
78418           !> vms/perly_c.vms
78419 ____________________________________________________________________________
78420 [  6195] By: gsar                                  on 2000/06/02  22:43:13
78421         Log: fix yet another eval"" leak under USE_ITHREADS
78422      Branch: perl
78423            ! op.c
78424 ____________________________________________________________________________
78425 [  6194] By: gsar                                  on 2000/06/02  18:22:06
78426         Log: fix small eval"" memory leaks under USE_ITHREADS
78427      Branch: perl
78428            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
78429            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
78430            ! vms/perly_c.vms
78431 ____________________________________________________________________________
78432 [  6193] By: jhi                                   on 2000/06/01  13:03:56
78433         Log: Signals-be-gone for microperl.
78434      Branch: cfgperl
78435            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
78436 ____________________________________________________________________________
78437 [  6192] By: jhi                                   on 2000/06/01  12:52:02
78438         Log: Integrate with Sarathy.
78439      Branch: cfgperl
78440           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
78441           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
78442           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
78443           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
78444           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
78445           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
78446           !> t/op/vec.t utils/h2xs.PL
78447 ____________________________________________________________________________
78448 [  6191] By: gsar                                  on 2000/06/01  09:38:21
78449         Log: vec() loses numericalness (modified version of patch suggested
78450              by Robin Barker)
78451      Branch: perl
78452            ! doop.c t/op/vec.t
78453 ____________________________________________________________________________
78454 [  6190] By: gsar                                  on 2000/06/01  09:26:15
78455         Log: submit missing embed.pl change
78456      Branch: perl
78457            ! embed.pl
78458 ____________________________________________________________________________
78459 [  6189] By: gsar                                  on 2000/06/01  09:05:34
78460         Log: counting tr/// corrupts later operation (from M.J.T Guy)
78461      Branch: perl
78462            ! doop.c t/op/tr.t
78463 ____________________________________________________________________________
78464 [  6188] By: gsar                                  on 2000/06/01  08:58:39
78465         Log: h2xs tweaks
78466      Branch: perl
78467            ! utils/h2xs.PL
78468 ____________________________________________________________________________
78469 [  6187] By: gsar                                  on 2000/06/01  08:50:07
78470         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
78471              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
78472      Branch: perl
78473            + lib/Pod/LaTeX.pm
78474            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
78475            ! pod/pod2latex.PL
78476 ____________________________________________________________________________
78477 [  6186] By: gsar                                  on 2000/06/01  08:24:40
78478         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
78479              <wolfgang.laun@alcatel.at>)
78480      Branch: perl
78481            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
78482            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
78483 ____________________________________________________________________________
78484 [  6185] By: gsar                                  on 2000/06/01  08:12:00
78485         Log: remove incorrect documentation about implicit split to @_ in
78486              list context, which never really worked in perl 5 (from
78487              M.J.T. Guy)
78488      Branch: perl
78489            ! pod/perlfunc.pod pod/perltrap.pod
78490 ____________________________________________________________________________
78491 [  6184] By: gsar                                  on 2000/06/01  07:52:27
78492         Log: tweak for change#6127
78493      Branch: perl
78494            ! perl.c
78495 ____________________________________________________________________________
78496 [  6183] By: gsar                                  on 2000/06/01  07:41:02
78497         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
78498              <nick@ccl4.org>)
78499      Branch: perl
78500            + t/lib/selfloader.t
78501            ! MANIFEST lib/SelfLoader.pm
78502 ____________________________________________________________________________
78503 [  6182] By: jhi                                   on 2000/06/01  00:34:42
78504         Log: Be Cleaner Part Deux.
78505      Branch: cfgperl
78506            ! Makefile.SH
78507 ____________________________________________________________________________
78508 [  6181] By: jhi                                   on 2000/06/01  00:32:09
78509         Log: Integrate with Sarathy.
78510      Branch: cfgperl
78511           !> pp.c t/op/arith.t
78512 ____________________________________________________________________________
78513 [  6180] By: jhi                                   on 2000/06/01  00:31:13
78514         Log: microperl nits from Simon Cozens.
78515      Branch: cfgperl
78516            + uconfig.h
78517            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
78518            ! unixish.h
78519 ____________________________________________________________________________
78520 [  6179] By: gsar                                  on 2000/05/31  22:37:51
78521         Log: buggy modulus on UVs introduced by change#3378 (resulted in
78522              4063328477 % 65535 amounting to 27406, instead of 27407)
78523      Branch: perl
78524            ! pp.c t/op/arith.t
78525 ____________________________________________________________________________
78526 [  6178] By: jhi                                   on 2000/05/31  21:52:41
78527         Log: Be cleaner.
78528      Branch: cfgperl
78529            ! Makefile.SH
78530 ____________________________________________________________________________
78531 [  6177] By: jhi                                   on 2000/05/31  21:47:33
78532         Log: Substitution utf8 patch from Simon Cozens.
78533      Branch: cfgperl
78534            ! pp_hot.c
78535 ____________________________________________________________________________
78536 [  6176] By: jhi                                   on 2000/05/31  21:45:34
78537         Log: Single-quoted utf8 patch from Simon Cozens.
78538      Branch: cfgperl
78539            ! toke.c
78540 ____________________________________________________________________________
78541 [  6175] By: jhi                                   on 2000/05/31  21:40:18
78542         Log: Integrate with Sarathy.
78543      Branch: cfgperl
78544           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
78545 ____________________________________________________________________________
78546 [  6174] By: jhi                                   on 2000/05/31  21:37:31
78547         Log: microperl changes from Simon Cozens; Makefile for microperl
78548              written from scratch; few casts added as microperl compilation
78549              doesn't have all prototypes available.
78550      Branch: cfgperl
78551            + Makefile.micro README.micro Todo.micro uconfig.sh
78552            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
78553            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
78554      Branch: metaconfig
78555            + U/modified/Config_h.U
78556 ____________________________________________________________________________
78557 [  6173] By: jhi                                   on 2000/05/31  20:00:24
78558         Log: metaconfig maintenance.
78559      Branch: metaconfig
78560            + U/modified/Inhdr.U U/typedefs/inotype.U
78561      Branch: metaconfig/U/perl
78562            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
78563            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
78564 ____________________________________________________________________________
78565 [  6172] By: gsar                                  on 2000/05/31  05:05:42
78566         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
78567              (from Ilya Zakharevich)
78568      Branch: perl
78569            ! regexec.c t/op/re_tests
78570 ____________________________________________________________________________
78571 [  6171] By: gsar                                  on 2000/05/31  05:01:47
78572         Log: scalar() doesn't force scalar context when used in void context
78573              (from Simon Cozens)
78574      Branch: perl
78575            ! op.c t/op/wantarray.t
78576 ____________________________________________________________________________
78577 [  6170] By: gsar                                  on 2000/05/31  04:41:33
78578         Log: change#6142 needs tweaks to tests to work where there's no symlink()
78579              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
78580      Branch: perl
78581            ! t/lib/filefind.t
78582 ____________________________________________________________________________
78583 [  6169] By: gsar                                  on 2000/05/31  04:29:49
78584         Log: integrate cfgperl contents into mainline
78585      Branch: perl
78586           +> pod/perlmodlib.PL pod/perlnewmod.pod
78587           !> (integrate 42 files)
78588 ____________________________________________________________________________
78589 [  6168] By: jhi                                   on 2000/05/30  22:53:37
78590         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
78591      Branch: cfgperl
78592            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78593            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
78594            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
78595            ! win32/config.bc win32/config.gc win32/config.vc
78596            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78597            ! win32/config_h.PL win32/config_sh.PL
78598      Branch: metaconfig/U/perl
78599            ! perlxv.U
78600 ____________________________________________________________________________
78601 [  6167] By: jhi                                   on 2000/05/30  22:20:21
78602         Log: tweak todo 
78603      Branch: cfgperl
78604            ! Todo-5.6
78605 ____________________________________________________________________________
78606 [  6166] By: jhi                                   on 2000/05/30  22:11:51
78607         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
78608              in case somebody wants to write an extension for more
78609              shadow database interfaces.
78610      Branch: cfgperl
78611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78612            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
78613            ! vos/config.def vos/config.h vos/config_h.SH_orig
78614            ! win32/config.bc win32/config.gc win32/config.vc
78615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78616      Branch: metaconfig
78617            ! U/modified/Myinit.U
78618      Branch: metaconfig/U/perl
78619            + d_getespwnam.U d_getprpwnam.U i_prot.U
78620 ____________________________________________________________________________
78621 [  6165] By: jhi                                   on 2000/05/30  18:35:34
78622         Log: Integrate with Sarathy.
78623      Branch: cfgperl
78624           !> op.c
78625 ____________________________________________________________________________
78626 [  6164] By: jhi                                   on 2000/05/30  18:30:16
78627         Log: detypo
78628      Branch: cfgperl
78629            ! Configure config_h.SH
78630      Branch: metaconfig/U/perl
78631            ! perlxv.U
78632 ____________________________________________________________________________
78633 [  6163] By: gsar                                  on 2000/05/30  03:24:03
78634         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
78635      Branch: perl
78636            ! op.c
78637 ____________________________________________________________________________
78638 [  6162] By: gsar                                  on 2000/05/30  03:09:38
78639         Log: fix memory leak in method call optimization (change#3768);
78640              made C<eval "$x->foo()"> leak
78641      Branch: perl
78642            ! op.c
78643 ____________________________________________________________________________
78644 [  6161] By: jhi                                   on 2000/05/29  17:56:26
78645         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
78646              both from Simon Cozens.
78647      Branch: cfgperl
78648            + pod/perlmodlib.PL pod/perlnewmod.pod
78649            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
78650            ! pod/perlmodlib.pod pod/perltoc.pod
78651 ____________________________________________________________________________
78652 [  6160] By: jhi                                   on 2000/05/29  17:23:55
78653         Log: Changes for the File::Temp 0.08 (change #6159) test suite
78654              to fit better into the Perl distribution test framework.
78655      Branch: cfgperl
78656            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
78657            ! t/lib/ftmp-tempfile.t
78658 ____________________________________________________________________________
78659 [  6159] By: jhi                                   on 2000/05/29  16:55:36
78660         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
78661      Branch: cfgperl
78662            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
78663            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
78664 ____________________________________________________________________________
78665 [  6158] By: bailey                                on 2000/05/29  16:22:08
78666         Log: Add fallback to tmpfile for use in cases where user's relying on
78667              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
78668              Lane's patch)
78669      Branch: vmsperl
78670            ! vms/vms.c vms/vmsish.h
78671 ____________________________________________________________________________
78672 [  6157] By: jhi                                   on 2000/05/29  03:10:36
78673         Log: Regen Configure to jive with #6149.
78674      Branch: cfgperl
78675            ! Configure
78676      Branch: metaconfig
78677            ! U/modified/Getfile.U
78678 ____________________________________________________________________________
78679 [  6156] By: jhi                                   on 2000/05/29  03:01:38
78680         Log: Integrate with Sarathy.
78681      Branch: cfgperl
78682           +> ext/DynaLoader/dl_mac.xs
78683           !> (integrate 38 files)
78684 ____________________________________________________________________________
78685 [  6155] By: gsar                                  on 2000/05/28  21:15:58
78686         Log: small bug in change#6144; remove random \xA0 character that snuck
78687              in via change#6145
78688      Branch: perl
78689            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
78690 ____________________________________________________________________________
78691 [  6154] By: gsar                                  on 2000/05/28  21:04:19
78692         Log: avoid type mismatch warning
78693      Branch: perl
78694            ! perl.c
78695 ____________________________________________________________________________
78696 [  6153] By: gsar                                  on 2000/05/28  20:58:31
78697         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
78698              <nick@Bagpuss.uk.boo.com>)
78699      Branch: perl
78700            ! lib/Test/Harness.pm
78701 ____________________________________________________________________________
78702 [  6152] By: gsar                                  on 2000/05/28  20:53:42
78703         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
78704      Branch: perl
78705            ! regexec.c
78706 ____________________________________________________________________________
78707 [  6151] By: gsar                                  on 2000/05/28  20:50:28
78708         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
78709      Branch: perl
78710            ! regexec.c
78711 ____________________________________________________________________________
78712 [  6150] By: gsar                                  on 2000/05/28  20:39:58
78713         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
78714      Branch: perl
78715            ! pod/perlrequick.pod
78716 ____________________________________________________________________________
78717 [  6149] By: gsar                                  on 2000/05/28  20:35:16
78718         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
78719              <troc@netrus.net>)
78720      Branch: perl
78721            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
78722            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
78723            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
78724            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
78725 ____________________________________________________________________________
78726 [  6148] By: gsar                                  on 2000/05/28  20:21:07
78727         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
78728      Branch: perl
78729            ! lib/ExtUtils/MM_Unix.pm
78730 ____________________________________________________________________________
78731 [  6147] By: gsar                                  on 2000/05/28  20:12:41
78732         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
78733              (from Peter Prymmer)
78734      Branch: perl
78735            ! vms/subconfigure.com
78736 ____________________________________________________________________________
78737 [  6146] By: gsar                                  on 2000/05/28  20:06:15
78738         Log: doc typo
78739      Branch: perl
78740            ! lib/warnings.pm warnings.h warnings.pl
78741 ____________________________________________________________________________
78742 [  6145] By: gsar                                  on 2000/05/28  18:44:33
78743         Log: make xsubpp skip embedded pod (from Matthias Neeracher
78744              <neeri@iis.ee.ethz.ch>)
78745      Branch: perl
78746            ! lib/ExtUtils/xsubpp
78747 ____________________________________________________________________________
78748 [  6144] By: gsar                                  on 2000/05/28  18:42:49
78749         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
78750              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
78751              <neeri@iis.ee.ethz.ch>)
78752      Branch: perl
78753            ! lib/AutoSplit.pm
78754 ____________________________________________________________________________
78755 [  6143] By: gsar                                  on 2000/05/28  18:41:12
78756         Log: MacOS support, part 1 (from Matthias Neeracher
78757              <neeri@iis.ee.ethz.ch>)
78758      Branch: perl
78759            + ext/DynaLoader/dl_mac.xs
78760            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
78761            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
78762            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
78763            ! util.h
78764 ____________________________________________________________________________
78765 [  6142] By: gsar                                  on 2000/05/28  18:21:51
78766         Log: File::Find fails to chdir when chasing symlinks (from
78767              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
78768      Branch: perl
78769            ! lib/File/Find.pm t/lib/filefind.t
78770 ____________________________________________________________________________
78771 [  6141] By: jhi                                   on 2000/05/28  14:25:15
78772         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
78773              forwarded by Peter Seebach from the bsdi-users mailing list.
78774              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
78775      Branch: perl
78776            ! hints/bsdos.sh
78777 ____________________________________________________________________________
78778 [  6140] By: jhi                                   on 2000/05/28  14:11:57
78779         Log: Integrate with Sarathy.
78780      Branch: cfgperl
78781           +> (branch 30 files)
78782           !> (integrate 93 files)
78783 ____________________________________________________________________________
78784 [  6139] By: gsar                                  on 2000/05/28  10:01:48
78785         Log: revise mktables.PL for bugs and newness in Unicode 3.0
78786              (from James Bence <jbence@amgen.com>)
78787      Branch: perl
78788            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
78789            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
78790            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
78791            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
78792            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
78793            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
78794            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
78795            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
78796            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
78797            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
78798            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
78799            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
78800            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
78801            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
78802            + lib/unicode/Is/SylWU.pl
78803            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
78804            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
78805            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
78806            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
78807            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
78808            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
78809            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
78810            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
78811            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
78812            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
78813            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
78814            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
78815            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
78816            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
78817            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
78818            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
78819            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
78820            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
78821            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
78822            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
78823            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
78824            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
78825            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
78826            ! lib/unicode/Makefile lib/unicode/mktables.PL
78827 ____________________________________________________________________________
78828 [  6138] By: gsar                                  on 2000/05/28  08:50:32
78829         Log: add note about the handling of negative indices to tied arrays
78830              (from Michael G Schwern <schwern@pobox.com>)
78831      Branch: perl
78832            ! pod/perltie.pod
78833 ____________________________________________________________________________
78834 [  6137] By: gsar                                  on 2000/05/28  08:46:10
78835         Log: fix bogus redeclaration warning for "our" variables in different
78836              scopes
78837      Branch: perl
78838            ! op.c t/pragma/strict-vars
78839 ____________________________________________________________________________
78840 [  6136] By: gsar                                  on 2000/05/28  08:31:20
78841         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
78842      Branch: perl
78843            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
78844 ____________________________________________________________________________
78845 [  6135] By: gsar                                  on 2000/05/28  08:17:50
78846         Log: enable Test::Harness to dynamically determine column width etc.
78847              (from Rob Napier <rnapier@employees.org>)
78848      Branch: perl
78849            ! lib/Test/Harness.pm
78850 ____________________________________________________________________________
78851 [  6134] By: gsar                                  on 2000/05/28  08:13:39
78852         Log: make Test::Harness use wait.h/WCOREDUMP if available
78853              (from Ben Tilly <ben_tilly@hotmail.com>)
78854      Branch: perl
78855            ! lib/Test/Harness.pm
78856 ____________________________________________________________________________
78857 [  6133] By: gsar                                  on 2000/05/28  08:08:05
78858         Log: elide bogus test in change#6132
78859      Branch: perl
78860            ! t/pragma/warn/9enabled
78861 ____________________________________________________________________________
78862 [  6132] By: gsar                                  on 2000/05/28  08:03:14
78863         Log: warnings::enabled() doesn't fall back to looking at $^W if
78864              caller isn't using lexical warnings (from Paul Marquess)
78865      Branch: perl
78866            ! pp_ctl.c t/pragma/warn/9enabled
78867 ____________________________________________________________________________
78868 [  6131] By: gsar                                  on 2000/05/28  07:57:47
78869         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
78870      Branch: perl
78871            ! ext/POSIX/POSIX.pm
78872 ____________________________________________________________________________
78873 [  6130] By: gsar                                  on 2000/05/28  07:29:12
78874         Log: fix places that mean C<"word" character> but say C<alphanumeric
78875              character>
78876      Branch: perl
78877            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
78878 ____________________________________________________________________________
78879 [  6129] By: gsar                                  on 2000/05/28  07:18:41
78880         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
78881      Branch: perl
78882            ! vms/test.com
78883 ____________________________________________________________________________
78884 [  6128] By: gsar                                  on 2000/05/28  07:12:55
78885         Log: new perlxstut example for passing/returning refs to arrays
78886              (from David Lowe <dlowe@pootpoot.com>)
78887      Branch: perl
78888            ! pod/perlxstut.pod
78889 ____________________________________________________________________________
78890 [  6127] By: gsar                                  on 2000/05/28  07:02:50
78891         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
78892              failed (from Gisle Aas)
78893      Branch: perl
78894            ! cop.h perl.c
78895 ____________________________________________________________________________
78896 [  6126] By: gsar                                  on 2000/05/28  06:39:53
78897         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
78898              (reworked variant of patch suggested by Simon Cozens)
78899      Branch: perl
78900            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
78901            ! pp_hot.c proto.h t/op/gv.t
78902 ____________________________________________________________________________
78903 [  6125] By: gsar                                  on 2000/05/28  05:14:55
78904         Log: enable propagating exception objects via Perl_croak() in XS code
78905              (from Gisle Aas)
78906      Branch: perl
78907            ! util.c
78908 ____________________________________________________________________________
78909 [  6124] By: gsar                                  on 2000/05/28  05:07:28
78910         Log: integrate vmsperl contents into mainline
78911      Branch: perl
78912           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
78913           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
78914           !> vms/vmsish.h
78915 ____________________________________________________________________________
78916 [  6123] By: gsar                                  on 2000/05/28  05:03:53
78917         Log: clarify gotcha with #line directives (from Rocco Caputo
78918              <troc@netrus.net>)
78919      Branch: perl
78920            ! pod/perldebug.pod pod/perlsyn.pod
78921 ____________________________________________________________________________
78922 [  6122] By: gsar                                  on 2000/05/28  04:58:29
78923         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
78924              (from Mark-Jason Dominus)
78925      Branch: perl
78926            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
78927            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
78928            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
78929            ! toke.c
78930 ____________________________________________________________________________
78931 [  6121] By: bailey                                on 2000/05/25  04:46:54
78932         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
78933              lists (based on fixes by Craig Berry)
78934      Branch: vmsperl
78935            ! lib/File/Spec/VMS.pm
78936 ____________________________________________________________________________
78937 [  6120] By: bailey                                on 2000/05/25  04:25:38
78938         Log: Add missing escape (Charles Lane)
78939      Branch: vmsperl
78940            ! t/op/lex_assign.t
78941 ____________________________________________________________________________
78942 [  6119] By: bailey                                on 2000/05/25  04:21:25
78943         Log: Quiet error messages in vmsish.t (Charles Lane)
78944      Branch: vmsperl
78945            ! vms/ext/vmsish.t
78946 ____________________________________________________________________________
78947 [  6118] By: bailey                                on 2000/05/25  04:17:57
78948         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
78949              Flatten case labels in switch statements uniformly (Charles Bailey)
78950      Branch: vmsperl
78951            ! vms/vms.c
78952 ____________________________________________________________________________
78953 [  6117] By: bailey                                on 2000/05/25  03:58:09
78954         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
78955      Branch: vmsperl
78956            ! vms/vmsish.h
78957 ____________________________________________________________________________
78958 [  6116] By: bailey                                on 2000/05/25  03:11:15
78959         Log: Miscellaneous cosmetic fixes (Charles Lane)
78960      Branch: vmsperl
78961            ! lib/ExtUtils/MM_VMS.pm
78962 ____________________________________________________________________________
78963 [  6115] By: bailey                                on 2000/05/25  03:10:36
78964         Log: Add bounds checking for several strings (Charles Lane)
78965      Branch: vmsperl
78966            ! vms/vms.c
78967 ____________________________________________________________________________
78968 [  6114] By: bailey                                on 2000/05/25  02:25:34
78969         Log: Urk -- undo previous removal of vmsish 'exit' change
78970      Branch: vmsperl
78971            ! vms/ext/vmsish.pm vms/vmsish.h
78972 ____________________________________________________________________________
78973 [  6113] By: bailey                                on 2000/05/24  02:24:40
78974         Log: Ugly workaround for version-specific RTL error
78975      Branch: vmsperl
78976            ! vms/vms.c
78977 ____________________________________________________________________________
78978 [  6112] By: bailey                                on 2000/05/24  02:19:55
78979         Log: Check for existence of file before trying to delete
78980      Branch: vmsperl
78981            ! vms/test.com
78982 ____________________________________________________________________________
78983 [  6111] By: bailey                                on 2000/05/23  23:35:13
78984         Log: Resync with mainline prior to post-5.6.0 updates
78985      Branch: vmsperl
78986           +> (branch 49 files)
78987            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
78988            ! vms/ext/vmsish.pm
78989           !> (integrate 334 files)
78990 ____________________________________________________________________________
78991 [  6110] By: jhi                                   on 2000/05/23  19:28:32
78992         Log: todo tweak
78993      Branch: cfgperl
78994            ! Todo-5.6
78995 ____________________________________________________________________________
78996 [  6109] By: jhi                                   on 2000/05/18  17:38:54
78997         Log: Integrate with Sarathy.
78998      Branch: cfgperl
78999           !> mg.c perl.h win32/perlhost.h
79000 ____________________________________________________________________________
79001 [  6108] By: gsar                                  on 2000/05/17  02:24:56
79002         Log: reenable fake signal handling on Windows, bugs and all
79003      Branch: perl
79004            ! mg.c perl.h win32/perlhost.h
79005 ____________________________________________________________________________
79006 [  6107] By: jhi                                   on 2000/05/15  18:01:41
79007         Log: Tweak the todo list.
79008      Branch: cfgperl
79009            ! Todo-5.6
79010 ____________________________________________________________________________
79011 [  6106] By: jhi                                   on 2000/05/15  13:41:48
79012         Log: The (Configure) script refuses to go on, after asking for
79013              'You may also choose to try maximal 64-bitness....'.
79014              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
79015              -- Patrick Zima
79016              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
79017      Branch: cfgperl
79018            ! hints/solaris_2.sh
79019 ____________________________________________________________________________
79020 [  6105] By: jhi                                   on 2000/05/11  14:37:43
79021         Log: Integrate with Sarathy.
79022      Branch: cfgperl
79023           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
79024           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
79025 ____________________________________________________________________________
79026 [  6104] By: gsar                                  on 2000/05/11  03:39:07
79027         Log: PL_sys_intern was being initialized too late on windows
79028      Branch: perl
79029            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
79030            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
79031 ____________________________________________________________________________
79032 [  6103] By: jhi                                   on 2000/05/09  19:42:20
79033         Log: Test tweaking for Unicos continues.
79034      Branch: cfgperl
79035            ! t/op/64bitint.t
79036 ____________________________________________________________________________
79037 [  6102] By: jhi                                   on 2000/05/09  16:47:27
79038         Log: The test suite tweak in #6101 wasn't quite right.
79039      Branch: cfgperl
79040            ! t/lib/complex.t
79041 ____________________________________________________________________________
79042 [  6101] By: jhi                                   on 2000/05/09  15:35:34
79043         Log: Hints and test tweaks for Unicos.
79044      Branch: cfgperl
79045            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
79046 ____________________________________________________________________________
79047 [  6100] By: jhi                                   on 2000/05/08  21:15:06
79048         Log: More compilation tweakery from Allen Smith.
79049      Branch: cfgperl
79050            ! hints/irix_6.sh
79051 ____________________________________________________________________________
79052 [  6099] By: jhi                                   on 2000/05/08  19:21:18
79053         Log: Tweaks for the cc bugs from Allen Smith.
79054      Branch: cfgperl
79055            ! hints/irix_6.sh
79056 ____________________________________________________________________________
79057 [  6098] By: jhi                                   on 2000/05/08  19:13:37
79058         Log: Add a note about other, yet unsupported, shadow password APIs.
79059      Branch: cfgperl
79060            ! pp_sys.c
79061 ____________________________________________________________________________
79062 [  6097] By: jhi                                   on 2000/05/08  18:46:34
79063         Log: Add a note about possible compilation problems from Allen Smith.
79064      Branch: cfgperl
79065            ! hints/irix_6.sh
79066 ____________________________________________________________________________
79067 [  6096] By: jhi                                   on 2000/05/08  17:33:10
79068         Log: Integrate with Sarathy.
79069      Branch: cfgperl
79070           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79071           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
79072 ____________________________________________________________________________
79073 [  6095] By: jhi                                   on 2000/05/08  16:21:33
79074         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
79075              might be useful in future.
79076      Branch: cfgperl
79077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79078            ! config_h.SH
79079      Branch: metaconfig
79080            ! U/installdirs/inc_version_list.U
79081      Branch: metaconfig/U/perl
79082            ! perlxv.U
79083 ____________________________________________________________________________
79084 [  6094] By: gsar                                  on 2000/05/08  14:22:22
79085         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
79086      Branch: perl
79087            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
79088            ! hints/cygwin.sh pp_sys.c
79089 ____________________________________________________________________________
79090 [  6093] By: gsar                                  on 2000/05/08  12:52:28
79091         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
79092              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
79093      Branch: perl
79094            ! pp_sys.c sv.c win32/perlhost.h
79095 ____________________________________________________________________________
79096 [  6092] By: jhi                                   on 2000/05/07  22:40:34
79097         Log: Regen perltoc with the fixed buildtoc.
79098      Branch: cfgperl
79099            ! pod/perltoc.pod
79100 ____________________________________________________________________________
79101 [  6091] By: jhi                                   on 2000/05/07  22:24:16
79102         Log: Integrate with Sarathy.
79103      Branch: cfgperl
79104           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
79105           !> t/op/substr.t toke.c
79106 ____________________________________________________________________________
79107 [  6090] By: gsar                                  on 2000/05/07  19:47:07
79108         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
79109              [NI]OK; added tests for both
79110      Branch: perl
79111            ! perl.c pp_hot.c sv.c t/op/substr.t
79112 ____________________________________________________________________________
79113 [  6089] By: gsar                                  on 2000/05/07  18:18:38
79114         Log: buildtoc tweak to fix newline lossage
79115      Branch: perl
79116            ! pod/buildtoc
79117 ____________________________________________________________________________
79118 [  6088] By: jhi                                   on 2000/05/07  16:35:36
79119         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
79120              because we do not use those.  The HAS_GETSPNAM remains,
79121              though, because we still do use that.
79122      Branch: cfgperl
79123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79124            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
79125            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
79126            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
79127            ! win32/config.vc win32/config_H.bc win32/config_H.gc
79128            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
79129 ____________________________________________________________________________
79130 [  6087] By: gsar                                  on 2000/05/07  16:05:16
79131         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
79132      Branch: perl
79133            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
79134 ____________________________________________________________________________
79135 [  6086] By: jhi                                   on 2000/05/07  15:27:07
79136         Log: Integrate with Sarathy.
79137      Branch: cfgperl
79138           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79139           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79140           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
79141           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
79142           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
79143           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
79144 ____________________________________________________________________________
79145 [  6085] By: gsar                                  on 2000/05/07  05:52:02
79146         Log: repeat operator (x) doesn't preserve utf8-ness
79147      Branch: perl
79148            ! pp.c t/op/substr.t
79149 ____________________________________________________________________________
79150 [  6084] By: gsar                                  on 2000/05/07  05:39:55
79151         Log: substr() does not preserve utf8-ness (from Stefan Eissing
79152              <Eissing@medicaldataservice.de>); added tests
79153      Branch: perl
79154            ! pp.c t/op/substr.t
79155 ____________________________________________________________________________
79156 [  6083] By: gsar                                  on 2000/05/07  05:24:46
79157         Log: note about undocumented caller() return value (from M.J.T. Guy);
79158              yet another peek.t tweak
79159      Branch: perl
79160            ! pod/perlfunc.pod t/lib/peek.t
79161 ____________________________________________________________________________
79162 [  6082] By: gsar                                  on 2000/05/07  05:08:40
79163         Log: peek.t non-portable to ithreads
79164      Branch: perl
79165            ! t/lib/peek.t
79166 ____________________________________________________________________________
79167 [  6081] By: gsar                                  on 2000/05/07  04:17:04
79168         Log: better default perlbug categories for ok reports (from Richard Foley)
79169      Branch: perl
79170            ! utils/perlbug.PL
79171 ____________________________________________________________________________
79172 [  6080] By: gsar                                  on 2000/05/07  04:08:07
79173         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
79174              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
79175      Branch: perl
79176            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
79177            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
79178            ! AUTHORS MAINTAIN MANIFEST
79179 ____________________________________________________________________________
79180 [  6079] By: gsar                                  on 2000/05/07  04:01:38
79181         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
79182      Branch: perl
79183            ! lib/Carp/Heavy.pm
79184 ____________________________________________________________________________
79185 [  6078] By: gsar                                  on 2000/05/07  01:24:19
79186         Log: workaround for CRT bug in chdir() (from Charles Lane, via
79187              Peter Prymmer)
79188      Branch: perl
79189            ! iperlsys.h vms/vms.c vms/vmsish.h
79190 ____________________________________________________________________________
79191 [  6077] By: gsar                                  on 2000/05/07  01:22:23
79192         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
79193              and Tom Phoenix)
79194      Branch: perl
79195            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
79196 ____________________________________________________________________________
79197 [  6076] By: gsar                                  on 2000/05/06  17:36:29
79198         Log: integrate cfgperl contents into mainline
79199      Branch: perl
79200           +> t/lib/peek.t
79201           !> Configure MANIFEST Porting/Glossary Porting/config.sh
79202           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
79203           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
79204           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
79205 ____________________________________________________________________________
79206 [  6075] By: jhi                                   on 2000/05/05  18:56:10
79207         Log: Make the test more portable.
79208      Branch: cfgperl
79209            ! t/lib/peek.t
79210 ____________________________________________________________________________
79211 [  6074] By: jhi                                   on 2000/05/05  18:49:20
79212         Log: Introduce t/lib/peek.t.
79213      Branch: cfgperl
79214            + t/lib/peek.t
79215            ! MANIFEST
79216 ____________________________________________________________________________
79217 [  6073] By: jhi                                   on 2000/05/05  14:30:45
79218         Log: Complex tweaks.
79219      Branch: cfgperl
79220            ! lib/Math/Complex.pm t/lib/complex.t
79221 ____________________________________________________________________________
79222 [  6072] By: jhi                                   on 2000/05/05  12:27:13
79223         Log: Integrate with Sarathy.
79224      Branch: cfgperl
79225           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79226           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79227           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
79228           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
79229 ____________________________________________________________________________
79230 [  6071] By: gsar                                  on 2000/05/05  02:24:46
79231         Log: misformatted perllocal.pod (from Tim Jenness
79232              <t.jenness@jach.hawaii.edu>)
79233      Branch: perl
79234            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
79235 ____________________________________________________________________________
79236 [  6070] By: gsar                                  on 2000/05/05  02:16:52
79237         Log: remove misleading comment (from M.J.T. Guy)
79238      Branch: perl
79239            ! t/lib/anydbm.t
79240 ____________________________________________________________________________
79241 [  6069] By: gsar                                  on 2000/05/05  02:15:13
79242         Log: File::Spec compatibility update (from Barrie Slaymaker
79243              <barries@slaysys.com>)
79244      Branch: perl
79245            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
79246            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
79247 ____________________________________________________________________________
79248 [  6068] By: gsar                                  on 2000/05/05  02:01:50
79249         Log: note about values()
79250      Branch: perl
79251            ! pod/perlfunc.pod
79252 ____________________________________________________________________________
79253 [  6067] By: gsar                                  on 2000/05/05  01:33:09
79254         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
79255      Branch: perl
79256            ! win32/win32.c
79257 ____________________________________________________________________________
79258 [  6066] By: gsar                                  on 2000/05/05  01:23:43
79259         Log: s/END/CHECK/
79260      Branch: perl
79261            ! perl.c
79262 ____________________________________________________________________________
79263 [  6065] By: jhi                                   on 2000/05/04  17:30:22
79264         Log: Integrate with Sarathy.
79265      Branch: cfgperl
79266           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
79267 ____________________________________________________________________________
79268 [  6064] By: gsar                                  on 2000/05/04  17:26:14
79269         Log: change#5905 wasn't quite right--it's intent only applies when arguments
79270              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
79271      Branch: perl
79272            ! pp_sys.c sv.c
79273 ____________________________________________________________________________
79274 [  6063] By: gsar                                  on 2000/05/04  16:52:29
79275         Log: tokeq() could read unallocated field in argument
79276      Branch: perl
79277            ! toke.c
79278 ____________________________________________________________________________
79279 [  6062] By: gsar                                  on 2000/05/04  16:34:51
79280         Log: additional tests for utf8.t
79281      Branch: perl
79282            ! t/pragma/utf8.t
79283 ____________________________________________________________________________
79284 [  6061] By: gsar                                  on 2000/05/04  16:09:28
79285         Log: change#5921 neglected to make eq honor "use bytes"
79286      Branch: perl
79287            ! sv.c
79288 ____________________________________________________________________________
79289 [  6060] By: jhi                                   on 2000/05/04  15:30:16
79290         Log: Integrate with Sarathy.
79291      Branch: cfgperl
79292           !> perl.c regcomp.c t/pragma/utf8.t
79293 ____________________________________________________________________________
79294 [  6059] By: jhi                                   on 2000/05/04  15:26:37
79295         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
79296              in natively 64-bit platforms where a long is a quad (no need
79297              for long longs).  Also added bias for IVs.
79298      Branch: cfgperl
79299            ! toke.c
79300 ____________________________________________________________________________
79301 [  6058] By: gsar                                  on 2000/05/04  00:19:14
79302         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
79303              (spotted by Donald Kinzer <dkinzer@premia.com>)
79304      Branch: perl
79305            ! perl.c
79306 ____________________________________________________________________________
79307 [  6057] By: gsar                                  on 2000/05/03  18:34:01
79308         Log: fix broken parsing of /\x{ab}/
79309      Branch: perl
79310            ! regcomp.c t/pragma/utf8.t
79311 ____________________________________________________________________________
79312 [  6056] By: jhi                                   on 2000/05/03  17:57:16
79313         Log: The search of infinity continues, this time simplified.
79314      Branch: cfgperl
79315            ! lib/Math/Complex.pm
79316 ____________________________________________________________________________
79317 [  6055] By: jhi                                   on 2000/05/03  17:45:30
79318         Log: Detypo.
79319      Branch: cfgperl
79320            ! hints/unicos.sh
79321 ____________________________________________________________________________
79322 [  6054] By: jhi                                   on 2000/05/02  22:28:27
79323         Log: Be more forgiving in POSIX about HUGE_VALL.
79324      Branch: cfgperl
79325            ! ext/POSIX/POSIX.xs
79326 ____________________________________________________________________________
79327 [  6053] By: jhi                                   on 2000/05/02  22:25:05
79328         Log: Integrate with Sarathy.
79329      Branch: cfgperl
79330           !> hints/irix_6.sh pod/perlop.pod
79331 ____________________________________________________________________________
79332 [  6052] By: jhi                                   on 2000/05/02  22:24:31
79333         Log: Unicos hint tweak.
79334      Branch: cfgperl
79335            ! hints/unicos.sh
79336 ____________________________________________________________________________
79337 [  6051] By: jhi                                   on 2000/05/02  22:21:26
79338         Log: Complex tweakery.
79339      Branch: cfgperl
79340            ! lib/Math/Complex.pm t/lib/complex.t
79341 ____________________________________________________________________________
79342 [  6050] By: jhi                                   on 2000/05/02  19:26:22
79343         Log: Use setxxent()/endxxent().
79344      Branch: cfgperl
79345            ! t/op/grent.t t/op/pwent.t
79346 ____________________________________________________________________________
79347 [  6049] By: jhi                                   on 2000/05/02  19:06:02
79348         Log: Test both the scalar and list contexts.
79349      Branch: cfgperl
79350            ! t/op/grent.t t/op/pwent.t
79351 ____________________________________________________________________________
79352 [  6048] By: gsar                                  on 2000/05/02  18:29:10
79353         Log: add note about how $( doesn't interpolate in REs (from
79354              Philip Newton <newton@ficus.frogspace.net>)
79355      Branch: perl
79356            ! pod/perlop.pod
79357 ____________________________________________________________________________
79358 [  6047] By: jhi                                   on 2000/05/02  17:41:24
79359         Log: Call getspnam() only iff needed.
79360      Branch: cfgperl
79361            ! pp_sys.c
79362 ____________________________________________________________________________
79363 [  6046] By: gsar                                  on 2000/05/02  17:07:25
79364         Log: libscheck has insufficient checks for n32 libs (from
79365              Albert Chin-A-Young <china@thewrittenword.com>)
79366      Branch: perl
79367            ! hints/irix_6.sh
79368 ____________________________________________________________________________
79369 [  6045] By: jhi                                   on 2000/05/02  13:57:17
79370         Log: Integrate with Sarathy.
79371      Branch: cfgperl
79372           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
79373           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
79374 ____________________________________________________________________________
79375 [  6044] By: gsar                                  on 2000/05/02  06:48:19
79376         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
79377              such that underscores are only ignored in literal numbers,
79378              "\x{...}", and hex/oct argument
79379      Branch: perl
79380            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
79381 ____________________________________________________________________________
79382 [  6043] By: gsar                                  on 2000/05/02  02:22:29
79383         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
79384      Branch: perl
79385            ! pod/perlretut.pod
79386 ____________________________________________________________________________
79387 [  6042] By: gsar                                  on 2000/05/02  02:17:51
79388         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
79389      Branch: perl
79390            ! pod/perltrap.pod
79391 ____________________________________________________________________________
79392 [  6041] By: gsar                                  on 2000/05/02  01:53:51
79393         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
79394              to compensate
79395      Branch: perl
79396            ! Porting/makerel
79397 ____________________________________________________________________________
79398 [  6040] By: gsar                                  on 2000/05/02  01:51:57
79399         Log: missing files in MANIFEST
79400      Branch: perl
79401            ! MANIFEST
79402 ____________________________________________________________________________
79403 [  6039] By: jhi                                   on 2000/05/02  00:36:46
79404         Log: Infinite problems.
79405      Branch: cfgperl
79406            ! lib/Math/Complex.pm
79407 ____________________________________________________________________________
79408 [  6038] By: jhi                                   on 2000/05/02  00:06:38
79409         Log: pwent/spent #ifdef imbalance.
79410      Branch: cfgperl
79411            ! pp_sys.c
79412 ____________________________________________________________________________
79413 [  6037] By: jhi                                   on 2000/05/01  22:50:11
79414         Log: Use HUGE_VALL if applicable.
79415      Branch: cfgperl
79416            ! ext/POSIX/POSIX.xs util.c
79417 ____________________________________________________________________________
79418 [  6036] By: jhi                                   on 2000/05/01  22:20:53
79419         Log: Correct Freudian slip.
79420      Branch: cfgperl
79421            ! pp_sys.c
79422 ____________________________________________________________________________
79423 [  6035] By: jhi                                   on 2000/05/01  21:07:38
79424         Log: Continue on the pwent/spent case.
79425      Branch: cfgperl
79426            ! pp_sys.c
79427 ____________________________________________________________________________
79428 [  6034] By: jhi                                   on 2000/05/01  17:45:14
79429         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
79430              adjustments in 6032 conflicted badly with this, will have
79431              to revisit them later.
79432      Branch: cfgperl
79433           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
79434           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
79435           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
79436           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
79437           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
79438           !> t/lib/cgi-html.t t/lib/cgi-request.t
79439 ____________________________________________________________________________
79440 [  6033] By: jhi                                   on 2000/05/01  17:40:49
79441         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
79442      Branch: cfgperl
79443            ! pp_sys.c
79444 ____________________________________________________________________________
79445 [  6032] By: gsar                                  on 2000/05/01  15:56:32
79446         Log: whitespace adjustments
79447      Branch: perl
79448            ! pp_sys.c
79449 ____________________________________________________________________________
79450 [  6031] By: gsar                                  on 2000/05/01  15:19:41
79451         Log: small nits in diagnostics.pm (from Robin Barker)
79452      Branch: perl
79453            ! lib/diagnostics.pm pod/perldiag.pod
79454 ____________________________________________________________________________
79455 [  6030] By: gsar                                  on 2000/05/01  08:39:18
79456         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
79457              for @- and @+ (from Johan Vromans)
79458      Branch: perl
79459            ! lib/English.pm pod/perlvar.pod
79460 ____________________________________________________________________________
79461 [  6029] By: gsar                                  on 2000/05/01  08:16:10
79462         Log: add CGI.pm v2.66 (from Lincoln Stein)
79463      Branch: perl
79464            + lib/CGI/Util.pm t/lib/cgi-pretty.t
79465            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
79466            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
79467            ! t/lib/cgi-html.t t/lib/cgi-request.t
79468 ____________________________________________________________________________
79469 [  6028] By: gsar                                  on 2000/05/01  06:34:41
79470         Log: Pod::Man generates groff-incompatible macro definition (from
79471              Tom Christiansen)
79472      Branch: perl
79473            ! lib/Pod/Man.pm
79474 ____________________________________________________________________________
79475 [  6027] By: gsar                                  on 2000/05/01  06:31:36
79476         Log: podlators-1.02 update (from Russ Allbery)
79477      Branch: perl
79478            ! lib/Pod/Man.pm lib/Pod/Text.pm
79479 ____________________________________________________________________________
79480 [  6026] By: jhi                                   on 2000/04/30  23:24:23
79481         Log: Integrate with Sarathy.
79482      Branch: cfgperl
79483           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79484           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
79485           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79486           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79487           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
79488           !> t/lib/syslog.t toke.c win32/win32.h
79489 ____________________________________________________________________________
79490 [  6025] By: gsar                                  on 2000/04/30  18:17:47
79491         Log: Is{Alnum,Alpha,Word} don't match titlecase
79492              
79493              TODO: IsSpace is defined recursively!
79494              
79495              (both spotted by Larry)
79496      Branch: perl
79497            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79498            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79499 ____________________________________________________________________________
79500 [  6024] By: gsar                                  on 2000/04/30  17:50:19
79501         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
79502              (from Hugo van der Sanden)
79503      Branch: perl
79504            ! toke.c
79505 ____________________________________________________________________________
79506 [  6023] By: gsar                                  on 2000/04/30  17:14:43
79507         Log: debugger stomps on $. (from M.J.T. Guy)
79508      Branch: perl
79509            ! lib/perl5db.pl
79510 ____________________________________________________________________________
79511 [  6022] By: gsar                                  on 2000/04/30  16:59:22
79512         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
79513      Branch: perl
79514            ! sv.c
79515 ____________________________________________________________________________
79516 [  6021] By: gsar                                  on 2000/04/29  21:00:08
79517         Log: remove Win2K issue in pod (fixed by change#6020)
79518      Branch: perl
79519            ! README.win32 pod/perl56delta.pod
79520 ____________________________________________________________________________
79521 [  6020] By: gsar                                  on 2000/04/29  20:51:49
79522         Log: test tweak
79523      Branch: perl
79524            ! t/lib/open3.t
79525 ____________________________________________________________________________
79526 [  6019] By: gsar                                  on 2000/04/29  20:34:27
79527         Log: windows portability tweaks
79528      Branch: perl
79529            ! t/lib/b.t win32/win32.h
79530 ____________________________________________________________________________
79531 [  6018] By: gsar                                  on 2000/04/29  19:55:24
79532         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
79533              make _PATH_LOG() return "" if unavailable
79534      Branch: perl
79535            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
79536            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
79537 ____________________________________________________________________________
79538 [  6017] By: jhi                                   on 2000/04/28  22:49:46
79539         Log: Integrate with Sarathy.
79540      Branch: cfgperl
79541           !> op.c perl.c pod/perldiag.pod t/lib/b.t
79542 ____________________________________________________________________________
79543 [  6016] By: jhi                                   on 2000/04/28  22:46:14
79544         Log: Do not warn that an infinity does not look like a number.
79545      Branch: cfgperl
79546            ! sv.c
79547 ____________________________________________________________________________
79548 [  6015] By: gsar                                  on 2000/04/28  22:35:49
79549         Log: tweak test for portability
79550      Branch: perl
79551            ! t/lib/b.t
79552 ____________________________________________________________________________
79553 [  6014] By: gsar                                  on 2000/04/28  22:05:31
79554         Log: glob() loading File::Glob behind the scenes may cause syntax errors
79555      Branch: perl
79556            ! op.c
79557 ____________________________________________________________________________
79558 [  6013] By: gsar                                  on 2000/04/28  21:25:22
79559         Log: tweak change#5945 to display correct switch name in diagnostic
79560      Branch: perl
79561            ! perl.c pod/perldiag.pod
79562 ____________________________________________________________________________
79563 [  6012] By: jhi                                   on 2000/04/28  21:08:12
79564         Log: Integrate with Sarathy.
79565      Branch: cfgperl
79566           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
79567           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
79568           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
79569 ____________________________________________________________________________
79570 [  6011] By: jhi                                   on 2000/04/28  21:04:46
79571         Log: &HUGE_VAL is not defined, it exists.
79572      Branch: cfgperl
79573            ! lib/Math/Complex.pm
79574 ____________________________________________________________________________
79575 [  6010] By: gsar                                  on 2000/04/28  21:02:58
79576         Log: clarify note about shadow password support (from
79577              gellyfish@gellyfish.com)
79578      Branch: perl
79579            ! pod/perlfunc.pod
79580 ____________________________________________________________________________
79581 [  6009] By: gsar                                  on 2000/04/28  21:00:00
79582         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
79583      Branch: perl
79584            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
79585 ____________________________________________________________________________
79586 [  6008] By: gsar                                  on 2000/04/28  20:56:33
79587         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
79588      Branch: perl
79589            ! installperl vms/subconfigure.com
79590 ____________________________________________________________________________
79591 [  6007] By: gsar                                  on 2000/04/28  20:51:21
79592         Log: note about compile failures and END blocks (from M.J.T. Guy)
79593      Branch: perl
79594            ! pod/perl56delta.pod pod/perlmod.pod
79595 ____________________________________________________________________________
79596 [  6006] By: jhi                                   on 2000/04/28  20:42:14
79597         Log: Regen Configure.
79598      Branch: cfgperl
79599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79600            ! config_h.SH
79601 ____________________________________________________________________________
79602 [  6005] By: gsar                                  on 2000/04/28  20:41:16
79603         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
79604      Branch: perl
79605            ! utils/perldoc.PL
79606 ____________________________________________________________________________
79607 [  6004] By: jhi                                   on 2000/04/28  20:28:21
79608         Log: Integrate with Sarathy.
79609      Branch: cfgperl
79610           !> Configure INSTALL Porting/Glossary Porting/config.sh
79611           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
79612           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
79613           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
79614           !> win32/config.vc win32/win32.c
79615 ____________________________________________________________________________
79616 [  6003] By: gsar                                  on 2000/04/28  20:11:20
79617         Log: allow REG_EXPAND_SZ keys in Windows registry (from
79618              John Clayton <John.Clayton@barclayscapital.com>)
79619      Branch: perl
79620            ! win32/win32.c
79621 ____________________________________________________________________________
79622 [  6002] By: gsar                                  on 2000/04/28  19:34:16
79623         Log: destructive sv_setsv() can lose UV-ness from source, causing
79624              numeric promotions/comparisons to fail to do the right thing
79625      Branch: perl
79626            ! sv.c
79627 ____________________________________________________________________________
79628 [  6001] By: gsar                                  on 2000/04/28  18:44:15
79629         Log: support additional library locations via $Config{otherlibdirs}
79630              (from Andy Dougherty)
79631      Branch: perl
79632            ! Configure INSTALL Porting/Glossary Porting/config.sh
79633            ! Porting/config_H config_h.SH epoc/config.sh perl.c
79634            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
79635            ! win32/config.bc win32/config.gc win32/config.vc
79636 ____________________________________________________________________________
79637 [  6000] By: gsar                                  on 2000/04/28  18:26:58
79638         Log: reworked otherlibdirs.U (from Andy Dougherty)
79639      Branch: metaconfig
79640            ! U/installdirs/otherlibdirs.U
79641 ____________________________________________________________________________
79642 [  5999] By: gsar                                  on 2000/04/28  18:17:07
79643         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
79644      Branch: perl
79645            ! t/pragma/warn/toke toke.c
79646 ____________________________________________________________________________
79647 [  5998] By: jhi                                   on 2000/04/28  13:32:17
79648         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
79649      Branch: cfgperl
79650            ! lib/Math/Complex.pm
79651 ____________________________________________________________________________
79652 [  5997] By: jhi                                   on 2000/04/28  13:14:04
79653         Log: Preserve $!.
79654      Branch: cfgperl
79655            ! lib/Math/Complex.pm
79656 ____________________________________________________________________________
79657 [  5996] By: jhi                                   on 2000/04/28  12:59:23
79658         Log: Integrate with Sarathy.
79659      Branch: cfgperl
79660           +> pod/perlrequick.pod pod/perlretut.pod
79661           !> (integrate 51 files)
79662 ____________________________________________________________________________
79663 [  5995] By: gsar                                  on 2000/04/28  09:37:36
79664         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
79665      Branch: perl
79666            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
79667 ____________________________________________________________________________
79668 [  5994] By: gsar                                  on 2000/04/28  09:33:26
79669         Log: fix for missed accounting for null byte in pack("Z",...) (from
79670              M.J.T. Guy)
79671      Branch: perl
79672            ! pp.c t/op/pack.t
79673 ____________________________________________________________________________
79674 [  5993] By: gsar                                  on 2000/04/28  09:30:05
79675         Log: various minor tweaks seen on p5p
79676      Branch: perl
79677            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
79678 ____________________________________________________________________________
79679 [  5992] By: gsar                                  on 2000/04/28  09:08:19
79680         Log: pod nit (from Simon Cozens)
79681      Branch: perl
79682            ! pod/perlop.pod
79683 ____________________________________________________________________________
79684 [  5991] By: gsar                                  on 2000/04/28  09:06:36
79685         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
79686      Branch: perl
79687            ! README.posix-bc hints/posix-bc.sh
79688 ____________________________________________________________________________
79689 [  5990] By: gsar                                  on 2000/04/28  08:54:52
79690         Log: use $ENV{LIB} to search for libs under Visual C compiler
79691              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
79692      Branch: perl
79693            ! lib/ExtUtils/Liblist.pm
79694 ____________________________________________________________________________
79695 [  5989] By: gsar                                  on 2000/04/28  08:27:12
79696         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
79697              itself and no other (from Tom Hughes)
79698      Branch: perl
79699            ! t/op/array.t toke.c
79700 ____________________________________________________________________________
79701 [  5988] By: gsar                                  on 2000/04/28  08:01:38
79702         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
79703              <paul@miraclefish.com>)
79704      Branch: perl
79705            ! lib/ExtUtils/MakeMaker.pm
79706 ____________________________________________________________________________
79707 [  5987] By: gsar                                  on 2000/04/28  07:53:09
79708         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
79709      Branch: perl
79710            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
79711 ____________________________________________________________________________
79712 [  5986] By: gsar                                  on 2000/04/28  07:44:17
79713         Log: add regular expressions tutorial and quick-start guide (from
79714              Mark Kvale <kvale@phy.ucsf.edu>)
79715      Branch: perl
79716            + pod/perlrequick.pod pod/perlretut.pod
79717            ! AUTHORS MAINTAIN MANIFEST
79718 ____________________________________________________________________________
79719 [  5985] By: gsar                                  on 2000/04/28  07:30:28
79720         Log: forked child may not exit correctly if it failed to open
79721              /dev/console (from Graham Barr)
79722      Branch: perl
79723            ! ext/Sys/Syslog/Syslog.pm
79724 ____________________________________________________________________________
79725 [  5984] By: gsar                                  on 2000/04/28  07:27:20
79726         Log: attributes::reftype() doesn't work on tied argument
79727      Branch: perl
79728            ! xsutils.c
79729 ____________________________________________________________________________
79730 [  5983] By: gsar                                  on 2000/04/28  07:15:04
79731         Log: numeric conversion of non-number in change#3378 tramples on
79732              OOK offset, causing segfaults
79733      Branch: perl
79734            ! sv.c
79735 ____________________________________________________________________________
79736 [  5982] By: gsar                                  on 2000/04/28  04:48:25
79737         Log: avoid error in IO::Socket::INET when given an unknown service name
79738              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
79739      Branch: perl
79740            ! ext/IO/lib/IO/Socket/INET.pm
79741 ____________________________________________________________________________
79742 [  5981] By: gsar                                  on 2000/04/28  04:31:31
79743         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
79744              prototype mismatch with CORE::glob(); update pod and tests to
79745              suit (File::Glob::glob() is still available for backward
79746              compatibility, but should be considered deprecated)
79747      Branch: perl
79748            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
79749            ! t/lib/glob-taint.t
79750 ____________________________________________________________________________
79751 [  5980] By: gsar                                  on 2000/04/28  03:47:29
79752         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
79753              <ghudson@mit.edu>)
79754      Branch: metaconfig
79755            ! U/modified/Options.U
79756      Branch: perl
79757            ! Configure
79758 ____________________________________________________________________________
79759 [  5979] By: gsar                                  on 2000/04/28  03:07:54
79760         Log: under useithreads, constant pad entries could inadvertently be
79761              shared across threads (from Eric Blood <eblood@xmission.com>);
79762              added Eric's test case to testsuite
79763      Branch: perl
79764            ! op.c t/op/misc.t
79765 ____________________________________________________________________________
79766 [  5978] By: gsar                                  on 2000/04/27  21:13:00
79767         Log: sync version numbers in File::Spec with the ones on CPAN
79768              (from Barrie Slaymaker)
79769      Branch: perl
79770            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
79771            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
79772            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
79773 ____________________________________________________________________________
79774 [  5977] By: gsar                                  on 2000/04/27  21:07:29
79775         Log: autoquote barewords followed by newline and arrow properly
79776              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
79777      Branch: perl
79778            ! t/pragma/warn/toke toke.c
79779 ____________________________________________________________________________
79780 [  5976] By: gsar                                  on 2000/04/27  20:41:20
79781         Log: DB_File v1.73 update (from Paul Marquess)
79782      Branch: perl
79783            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
79784            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
79785 ____________________________________________________________________________
79786 [  5975] By: gsar                                  on 2000/04/27  20:34:24
79787         Log: allow sort() reentrancy (variant of patch suggested by
79788              Hugo van der Sanden)
79789      Branch: perl
79790            ! pp_ctl.c t/op/sort.t
79791 ____________________________________________________________________________
79792 [  5974] By: gsar                                  on 2000/04/27  19:46:57
79793         Log: change#4197 somehow missed initializing PL_errors, meaning
79794              sytax error queueing wasn't working outside eval"" at all;
79795              also fixed eval"" to localize PL_error_count, so that compile-time
79796              eval's don't clobber the error state of the outer context
79797      Branch: perl
79798            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
79799            ! t/pragma/warn/toke
79800 ____________________________________________________________________________
79801 [  5973] By: gsar                                  on 2000/04/27  18:29:05
79802         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
79803      Branch: perl
79804            ! regcomp.c regexec.c t/op/re_tests
79805 ____________________________________________________________________________
79806 [  5972] By: jhi                                   on 2000/04/27  18:22:41
79807         Log: Integrate with Sarathy.
79808      Branch: cfgperl
79809           +> t/lib/b.t t/lib/syslog.t
79810           !> (integrate 31 files)
79811 ____________________________________________________________________________
79812 [  5971] By: jhi                                   on 2000/04/27  18:18:46
79813         Log: Unicos tweaks from Mark P. Lutz.
79814      Branch: cfgperl
79815            ! hints/unicos.sh lib/Math/Complex.pm
79816 ____________________________________________________________________________
79817 [  5970] By: gsar                                  on 2000/04/27  18:05:11
79818         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
79819              IV is >32bits
79820      Branch: perl
79821            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
79822 ____________________________________________________________________________
79823 [  5969] By: gsar                                  on 2000/04/27  17:50:56
79824         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
79825      Branch: perl
79826            + t/lib/syslog.t
79827            ! MANIFEST ext/Sys/Syslog/Syslog.pm
79828 ____________________________________________________________________________
79829 [  5968] By: gsar                                  on 2000/04/27  17:44:49
79830         Log: tolerate spaces in group names in test on solaris (from David Boyce
79831              <dsb@boyski.com>)
79832      Branch: perl
79833            ! t/op/groups.t
79834 ____________________________________________________________________________
79835 [  5967] By: gsar                                  on 2000/04/27  17:41:22
79836         Log: improved docs on the warn_uninit diagnostic (from David Glasser
79837              and Simon Cozens)
79838      Branch: perl
79839            ! pod/perldiag.pod
79840 ____________________________________________________________________________
79841 [  5966] By: gsar                                  on 2000/04/27  16:54:58
79842         Log: add testsuite for B backends, fix bug in B::Deparse (from
79843              Simon Cozens <simon@brecon.co.uk>)
79844      Branch: perl
79845            + t/lib/b.t
79846            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
79847 ____________________________________________________________________________
79848 [  5965] By: gsar                                  on 2000/04/27  16:10:37
79849         Log: avoid "will not stay shared" warnings for our variables (from
79850              Robin Barker)
79851      Branch: perl
79852            ! op.c t/pragma/warn/op
79853 ____________________________________________________________________________
79854 [  5964] By: gsar                                  on 2000/04/27  07:05:05
79855         Log: reformat to 72 columns (again)
79856      Branch: perl
79857            ! pod/perldiag.pod
79858 ____________________________________________________________________________
79859 [  5963] By: gsar                                  on 2000/04/27  06:28:31
79860         Log: patch from Larry to make (\&) prototype work; added tests for
79861              the same
79862      Branch: perl
79863            ! op.c t/comp/proto.t
79864 ____________________________________________________________________________
79865 [  5962] By: gsar                                  on 2000/04/27  06:15:47
79866         Log: updated README.hpux (from Jeff Okamoto)
79867      Branch: perl
79868            ! README.hpux
79869 ____________________________________________________________________________
79870 [  5961] By: gsar                                  on 2000/04/27  05:55:03
79871         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
79872      Branch: perl
79873            ! emacs/cperl-mode.el
79874 ____________________________________________________________________________
79875 [  5960] By: gsar                                  on 2000/04/27  05:49:26
79876         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
79877      Branch: perl
79878            ! INSTALL
79879 ____________________________________________________________________________
79880 [  5959] By: gsar                                  on 2000/04/27  05:33:41
79881         Log: doubled words in pods (from Simon Cozens
79882              <simon.p.cozens@jp.pwcglobal.com>)
79883      Branch: perl
79884            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
79885            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
79886            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
79887            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
79888            ! pod/perltootc.pod
79889 ____________________________________________________________________________
79890 [  5958] By: gsar                                  on 2000/04/27  05:11:39
79891         Log: change#3569 deleted some essential code, revert; avoid use of
79892              atexit() to make DynaLoader work properly on AIX under mod_perl
79893              (from Jens-Uwe Mager <jum@helios.de>)
79894      Branch: perl
79895            ! ext/DynaLoader/dl_aix.xs
79896 ____________________________________________________________________________
79897 [  5957] By: gsar                                  on 2000/04/27  04:54:51
79898         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
79899      Branch: perl
79900            ! pod/perlmod.pod
79901 ____________________________________________________________________________
79902 [  5956] By: gsar                                  on 2000/04/27  04:51:47
79903         Log: better diagnostics on failed tests (from Ilya Zakharevich)
79904      Branch: perl
79905            ! t/op/lex_assign.t
79906 ____________________________________________________________________________
79907 [  5955] By: gsar                                  on 2000/04/27  04:26:44
79908         Log: longstanding bug exposed by change#3307: sort arguments weren't
79909              compiled with the right wantarray context (ensuing runtime lookup
79910              via block_gimme() was getting the incidental context of the
79911              sort() itself)
79912      Branch: perl
79913            ! op.c t/op/sort.t
79914 ____________________________________________________________________________
79915 [  5954] By: gsar                                  on 2000/04/26  23:42:12
79916         Log: integrate cfgperl contents into mainline
79917      Branch: perl
79918           !> (integrate 30 files)
79919 ____________________________________________________________________________
79920 [  5953] By: jhi                                   on 2000/04/26  23:06:42
79921         Log: Integrate with Sarathy.
79922      Branch: cfgperl
79923           !> README.win32 ext/B/B/Deparse.pm
79924           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
79925           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
79926           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
79927           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
79928           !> utils/perldoc.PL vms/perlvms.pod
79929 ____________________________________________________________________________
79930 [  5952] By: jhi                                   on 2000/04/26  23:03:46
79931         Log: Undo "use integer" addition from 64bitint as it seems
79932              to break most of the subtests in Digital UNIX;
79933              Unicos needs to find another way.
79934      Branch: cfgperl
79935            ! t/op/64bitint.t
79936 ____________________________________________________________________________
79937 [  5951] By: jhi                                   on 2000/04/26  22:57:53
79938         Log: Be more robust on "extreme" (large absolute value)
79939              arguments.  Originally reported by Daniel Connelly
79940              as a problem with asinh() on large negative arguments,
79941              asinh() used to bail out because an argument to log()
79942              ended up being zero.  Ilya Zakharevich proposed using
79943              Taylor's series in such cases, which for such large
79944              arguments is a very good approximation.
79945      Branch: cfgperl
79946            ! lib/Math/Complex.pm t/lib/complex.t
79947 ____________________________________________________________________________
79948 [  5950] By: gsar                                  on 2000/04/25  19:13:12
79949         Log: reformat perldiag to avoid long lines
79950      Branch: perl
79951            ! pod/perldiag.pod
79952 ____________________________________________________________________________
79953 [  5949] By: gsar                                  on 2000/04/25  18:41:11
79954         Log: make perldoc use the pod2man from the same version (from
79955              M.J.T. Guy)
79956      Branch: perl
79957            ! utils/perldoc.PL
79958 ____________________________________________________________________________
79959 [  5948] By: gsar                                  on 2000/04/25  18:21:57
79960         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
79961              <kompas@kompas.usr.onet.pl>)
79962      Branch: perl
79963            ! lib/vars.pm
79964 ____________________________________________________________________________
79965 [  5947] By: gsar                                  on 2000/04/25  18:11:53
79966         Log: use &dl_error rather than &dl_load_file as the guard for calling
79967              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
79968              statically built perl)
79969      Branch: perl
79970            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
79971 ____________________________________________________________________________
79972 [  5946] By: jhi                                   on 2000/04/25  17:37:54
79973         Log: Document that tr() is not tr(1).
79974      Branch: cfgperl
79975            ! pod/perlop.pod
79976 ____________________________________________________________________________
79977 [  5945] By: gsar                                  on 2000/04/25  16:34:33
79978         Log: make module name mandatory after -M switch; reorder perldiag
79979              alphabetically (from Mark-Jason Dominus)
79980      Branch: perl
79981            ! perl.c pod/perldiag.pod
79982 ____________________________________________________________________________
79983 [  5944] By: jhi                                   on 2000/04/25  01:15:18
79984         Log: On second thoughts frexp() does have two arguments.
79985      Branch: cfgperl
79986            ! perl.h
79987 ____________________________________________________________________________
79988 [  5943] By: jhi                                   on 2000/04/24  22:56:32
79989         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
79990              Now pp_ncmp() returns undef is either operand is a NaN.
79991      Branch: cfgperl
79992            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79993            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
79994            ! vms/subconfigure.com vos/config.def vos/config.h
79995            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
79996            ! win32/config.vc win32/config_H.bc win32/config_H.gc
79997            ! win32/config_H.vc
79998      Branch: metaconfig/U/perl
79999            + d_modfl.U
80000 ____________________________________________________________________________
80001 [  5942] By: jhi                                   on 2000/04/24  19:45:17
80002         Log: Regen Configure to match #5937.
80003      Branch: cfgperl
80004            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
80005            ! config_h.SH
80006      Branch: metaconfig
80007            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
80008 ____________________________________________________________________________
80009 [  5941] By: jhi                                   on 2000/04/24  19:24:11
80010         Log: Further Unicos fixes for Mark Lutz.
80011      Branch: cfgperl
80012            ! hints/unicos.sh pp_ctl.c
80013 ____________________________________________________________________________
80014 [  5940] By: jhi                                   on 2000/04/24  19:09:06
80015         Log: Various Unicos 10.0.0.6 fixes.
80016              
80017              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
80018              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
80019              Reply-To: tecmpl1@triton.ca.boeing.com 
80020              To: perl5-porters@perl.org 
80021              Date: Fri, 14 Apr 2000 20:21:00 GMT 
80022              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
80023      Branch: cfgperl
80024            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
80025 ____________________________________________________________________________
80026 [  5939] By: gsar                                  on 2000/04/24  19:01:24
80027         Log: more pod nits (from Larry Virden)
80028      Branch: perl
80029            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
80030            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
80031            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
80032 ____________________________________________________________________________
80033 [  5938] By: gsar                                  on 2000/04/24  18:54:01
80034         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
80035      Branch: perl
80036            ! ext/B/B/Deparse.pm
80037 ____________________________________________________________________________
80038 [  5937] By: jhi                                   on 2000/04/24  17:39:00
80039         Log: Integrate with Sarathy.
80040      Branch: cfgperl
80041           +> (branch 31 files)
80042           !> (integrate 73 files)
80043 ____________________________________________________________________________
80044 [  5936] By: gsar                                  on 2000/04/24  17:30:06
80045         Log: additional tests for change#5934 (from Paul Marquess, who also
80046              sent in the same fix)
80047      Branch: perl
80048            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
80049            ! t/pragma/warn/5nolint t/pragma/warn/6default
80050 ____________________________________________________________________________
80051 [  5935] By: jhi                                   on 2000/04/24  17:26:05
80052         Log: Do not assume sign propagation.
80053              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
80054              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
80055              To: payner@ncifcrf.gov, perl5-porters@perl.org 
80056              Date: Tue, 18 Apr 2000 18:24:49 +0100 
80057              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
80058      Branch: cfgperl
80059            ! t/op/bop.t t/op/misc.t
80060 ____________________________________________________________________________
80061 [  5934] By: gsar                                  on 2000/04/24  17:16:54
80062         Log: propagate lexical warnings from surrounding scope correctly
80063              within string eval()
80064      Branch: perl
80065            ! pp_ctl.c t/pragma/warn/pp_ctl
80066 ____________________________________________________________________________
80067 [  5933] By: jhi                                   on 2000/04/24  17:01:07
80068         Log: Flatten the cpp jungle doing the nosuid checking.
80069      Branch: cfgperl
80070            ! perl.c
80071 ____________________________________________________________________________
80072 [  5932] By: gsar                                  on 2000/04/24  09:08:14
80073         Log: add rsignal(), whichsig() and do_join() to public API list
80074              (mod_perl uses them to good advantage)
80075      Branch: perl
80076            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
80077 ____________________________________________________________________________
80078 [  5931] By: gsar                                  on 2000/04/24  09:01:40
80079         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
80080      Branch: perl
80081            ! pp_hot.c regexec.c t/op/pat.t
80082 ____________________________________________________________________________
80083 [  5930] By: gsar                                  on 2000/04/24  08:58:33
80084         Log: small os390 tweaks (from Peter Prymmer)
80085      Branch: perl
80086            ! config_h.SH makedepend.SH
80087 ____________________________________________________________________________
80088 [  5929] By: gsar                                  on 2000/04/24  08:55:25
80089         Log: pod nits
80090      Branch: perl
80091            ! pod/perlguts.pod
80092 ____________________________________________________________________________
80093 [  5928] By: gsar                                  on 2000/04/24  08:50:13
80094         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
80095      Branch: perl
80096            ! ext/IO/lib/IO/Poll.pm
80097 ____________________________________________________________________________
80098 [  5927] By: gsar                                  on 2000/04/24  08:43:24
80099         Log: arrange for next() to resume at the unstack op rather than the
80100              loop conditional, so that scope cleanup happens correctly
80101              (from Stephen McCamant)
80102      Branch: perl
80103            ! op.c pp_ctl.c t/op/misc.t
80104 ____________________________________________________________________________
80105 [  5926] By: gsar                                  on 2000/04/24  08:18:40
80106         Log: on windows, reserve 16M of stack rather than 128M (allows more
80107              threads to run concurrently)
80108      Branch: perl
80109            ! win32/Makefile win32/makefile.mk
80110 ____________________________________________________________________________
80111 [  5925] By: gsar                                  on 2000/04/24  08:13:52
80112         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
80113      Branch: perl
80114            ! toke.c
80115 ____________________________________________________________________________
80116 [  5924] By: gsar                                  on 2000/04/24  08:08:59
80117         Log: avoid using uninitialized memory in require version check
80118      Branch: perl
80119            ! pp_ctl.c universal.c
80120 ____________________________________________________________________________
80121 [  5923] By: gsar                                  on 2000/04/24  07:20:14
80122         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
80123      Branch: perl
80124            ! ext/IO/lib/IO/Poll.pm
80125 ____________________________________________________________________________
80126 [  5922] By: gsar                                  on 2000/04/24  07:08:42
80127         Log: commentary about IoTYPE() (from Nathan Torkington)
80128      Branch: perl
80129            ! sv.h
80130 ____________________________________________________________________________
80131 [  5921] By: gsar                                  on 2000/04/24  06:58:26
80132         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
80133              by fix
80134      Branch: perl
80135            ! sv.c t/lib/charnames.t t/pragma/utf8.t
80136 ____________________________________________________________________________
80137 [  5920] By: gsar                                  on 2000/04/24  06:37:59
80138         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
80139      Branch: perl
80140            ! doop.c t/op/ver.t
80141 ____________________________________________________________________________
80142 [  5919] By: gsar                                  on 2000/04/24  06:21:58
80143         Log: Configure might miss old directories when prefix must be
80144              expanded (from Robin Barker)
80145      Branch: metaconfig
80146            ! U/installdirs/inc_version_list.U
80147      Branch: perl
80148            ! Configure
80149 ____________________________________________________________________________
80150 [  5918] By: gsar                                  on 2000/04/24  06:16:11
80151         Log: VMS nits in glob() test (from Charles Lane)
80152      Branch: perl
80153            ! t/lib/glob-basic.t
80154 ____________________________________________________________________________
80155 [  5917] By: gsar                                  on 2000/04/24  06:11:56
80156         Log: various pod nits (from Larry Virden and others)
80157      Branch: perl
80158            ! README.amiga README.hpux README.machten README.os2
80159            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
80160            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
80161            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
80162            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
80163            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
80164            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
80165            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
80166            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
80167 ____________________________________________________________________________
80168 [  5916] By: gsar                                  on 2000/04/24  05:52:43
80169         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
80170              <wjones@tc.fluke.com>)
80171      Branch: perl
80172            ! t/lib/glob-basic.t
80173 ____________________________________________________________________________
80174 [  5915] By: gsar                                  on 2000/04/24  05:07:01
80175         Log: supported platforms mixed up
80176      Branch: perl
80177            ! pod/perl56delta.pod pod/perlport.pod
80178 ____________________________________________________________________________
80179 [  5914] By: gsar                                  on 2000/04/24  04:56:08
80180         Log: caller() wasn't returning the right number of elements for
80181              eval {...}
80182      Branch: perl
80183            ! pp_ctl.c t/pragma/warn/9enabled
80184 ____________________________________________________________________________
80185 [  5913] By: gsar                                  on 2000/04/24  04:35:41
80186         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
80187              Mark-Jason Dominus)
80188      Branch: perl
80189            ! pod/perlfunc.pod
80190 ____________________________________________________________________________
80191 [  5912] By: gsar                                  on 2000/04/24  04:17:15
80192         Log: fix totally broken caching in UNIVERSAL::isa() (from
80193              Nick Ing-Simmons)
80194      Branch: perl
80195            ! t/op/universal.t universal.c
80196 ____________________________________________________________________________
80197 [  5911] By: gsar                                  on 2000/04/24  03:39:47
80198         Log: add linebreak properties from unicode/LineBrk.txt (from
80199              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
80200      Branch: perl
80201            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
80202            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
80203            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
80204            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
80205            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
80206            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
80207            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
80208            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
80209            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
80210            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
80211            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
80212            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
80213            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
80214            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
80215            + lib/unicode/Is/LbrkZW.pl
80216            ! lib/unicode/mktables.PL
80217 ____________________________________________________________________________
80218 [  5910] By: gsar                                  on 2000/04/24  03:23:10
80219         Log: typo in pod
80220      Branch: perl
80221            ! ext/Thread/Thread.pm
80222 ____________________________________________________________________________
80223 [  5909] By: gsar                                  on 2000/04/24  03:22:03
80224         Log: mode argument to do_binmode() should be file mode, not boolean
80225      Branch: perl
80226            ! pp_sys.c
80227 ____________________________________________________________________________
80228 [  5908] By: gsar                                  on 2000/04/16  16:51:08
80229         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
80230              always returns a valid GV even when the symbol is trapped by strictures
80231              (avoids coredumps)
80232              
80233              TODO: the C<package;> hack needs similar treatment
80234      Branch: perl
80235            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
80236            ! t/pragma/strict-vars
80237 ____________________________________________________________________________
80238 [  5907] By: jhi                                   on 2000/03/31  23:42:56
80239         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
80240              an assumption which #5905 demolished.
80241      Branch: cfgperl
80242            ! pp_sys.c
80243 ____________________________________________________________________________
80244 [  5906] By: jhi                                   on 2000/03/31  18:54:37
80245         Log: Typo in #5905.
80246      Branch: cfgperl
80247            ! t/op/64bitint.t
80248 ____________________________________________________________________________
80249 [  5905] By: jhi                                   on 2000/03/31  18:50:54
80250         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
80251              reported by Joseph N. Hall.  The bug was that even with use64bitint
80252              one had to use the prefixes q, L, or ll with printf/sprintf,
80253              contrary to the documentation and common sense.
80254      Branch: cfgperl
80255            ! sv.c t/op/64bitint.t
80256 ____________________________________________________________________________
80257 [  5904] By: gsar                                  on 2000/03/28  02:31:32
80258         Log: add Changes, perldelta.pod
80259      Branch: perl
80260            + Changes pod/perldelta.pod
80261 ____________________________________________________________________________
80262 [  5903] By: gsar                                  on 2000/03/28  02:03:55
80263         Log: rename Changes and perldelta.pod
80264      Branch: perl
80265           +> Changes5.6 pod/perl56delta.pod
80266            - Changes pod/perldelta.pod
80267            ! MANIFEST
80268 ____________________________________________________________________________
80269 [  5902] By: gsar                                  on 2000/03/28  01:59:14
80270         Log: create maint-5.6 branch
80271      Branch: maint-5.6/perl
80272           +> (branch 1611 files)
80273 ____________________________________________________________________________
80274 [  5901] By: jhi                                   on 2000/03/23  05:48:43
80275         Log: Integrate with Sarathy.
80276      Branch: cfgperl
80277           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
80278 ____________________________________________________________________________
80279 [  5900] By: gsar                                  on 2000/03/23  05:42:43
80280         Log: three guesses on what this is :-)
80281      Branch: perl
80282            ! Changes